Home / brunob54 / superpowers-orchestrator · skills/worklog/SKILL.md · GitHub

worklog skillA

worklog is agent-read markdown (skill) from brunob54/superpowers-orchestrator: Creates and maintains a work log: one Markdown document per piece of multi-part work that lasts many sessions, at docs/worklogs/<slug>.md, with its own update rules. /worklog new [<slug>] creates one; /worklog or /worklog update [<slug>] runs a full update; /worklog close [<slug>] closes one. Triggers on: "work log", "worklog", "create a work log", "start a work log", "update the work log", "close the work log", "continue the work log"..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Work log

A work log is one Markdown document per piece of work that has several parts
and lasts many sessions, for example four groups of tests that are refactored
one group after the other. It lives at `docs/worklogs/<slug>.md` under the
root, and git tracks it. It carries its own update rules in its section
`How to maintain this document`, so a session can maintain it without this
skill. This skill creates a work log, runs a full update, and closes it. This
skill never commits: the work log goes into the next commit that the user
requests.

Argument given by the user (may be empty): $ARGUMENTS

## Terms

- **Slug rule**: a slug matches `^[a-z0-9]+(-[a-z0-9]+)*$` (lowercase ASCII
  letters, digits, single hyphens), has at most 40 characters, and is none of
  the three command words `new`, `update` and `close`. The file name is the
  authority for the slug; the `slug=` field of line 1 repeats it for a human
  reader.
- **Root**: the output of `git rev-parse --show-toplevel`; in a project that is
  not a git repository, the folder of the shell at the moment of the command.
  Every `docs/worklogs/` path in this skill is relative to the root.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add brunob54/superpowers-orchestrator/worklog@git:20260921.0b7b969
Exact content
mdr add brunob54/superpowers-orchestrator/worklog@sha256:022e5f0fe7b935b9

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_eismzwnxvy4jhdtj.svg)](https://markdownregistry.com/a/art_eismzwnxvy4jhdtj)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.0b7b969 latest2026-09-21 0b7b969 20,319 BA view · diff
git:20260921.a18f5952026-09-21 a18f595 20,062 BA view · diff
git:20260921.bf838552026-09-21 bf83855 19,807 BA view · diff
git:20260921.ce6b7e12026-09-21 ce6b7e1 19,484 BA view · diff
git:20260921.325a2662026-09-21 325a266 19,484 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (20319 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

brunob54/superpowers-orchestrator · 3 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_eismzwnxvy4jhdtj
GET https://markdownregistry.com/api/v1/resolve?ref=brunob54/superpowers-orchestrator/worklog
GET https://markdownregistry.com/api/v1/blob/022e5f0fe7b935b9c3da2008198039733d04753c6e295616c25366579347361a

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from brunob54/superpowers-orchestrator

brainstorming skill
brunob54/superpowers-orchestrator · skills/brainstorming/SKILL.md · MUST USE when the user wants new features, behavior changes, refactoring with new capabilities, or architecture…
git:20260921.cf1d92c · audit A · 3 stars
claude-md-creator skill
brunob54/superpowers-orchestrator · skills/claude-md-creator/SKILL.md · Creates minimal, high-signal CLAUDE.md and AGENTS.md context files based on empirical best practices. Invoke on /init…
git:20260328.a951826 · audit A · 3 stars
context-management skill
brunob54/superpowers-orchestrator · skills/context-management/SKILL.md · Use in long or noisy sessions to persist durable state across session boundaries via state.md. Also generates…
git:20260920.77a250a · audit A · 3 stars
deliberation skill
brunob54/superpowers-orchestrator · skills/deliberation/SKILL.md · Use BEFORE brainstorming when facing a complex architectural, technology, or design decision where the options are not…
git:20260415.0a78a70 · audit A · 3 stars
dependency-management skill
brunob54/superpowers-orchestrator · skills/dependency-management/SKILL.md · MUST USE when updating, migrating, or auditing project dependencies: upgrading packages, fixing security…
git:20260508.ae16bf3 · audit A · 3 stars
dispatching-parallel-agents skill
brunob54/superpowers-orchestrator · skills/dispatching-parallel-agents/SKILL.md · Use when 2+ tasks are independent and can run concurrently without file or state conflicts or sequential dependencies…
git:20260815.dcd9fd0 · audit A · 3 stars
error-recovery skill
brunob54/superpowers-orchestrator · skills/error-recovery/SKILL.md · Maintains a project-specific known-issues.md mapping recurring errors to their solutions. Consulted automatically by…
git:20260313.623081f · audit A · 3 stars
executing-plans skill
brunob54/superpowers-orchestrator · skills/executing-plans/SKILL.md · MUST USE when a plan.md exists and implementation needs to begin. Executes in controlled batches with verification…
git:20260817.e70e480 · audit A · 3 stars
finishing-a-development-branch skill
brunob54/superpowers-orchestrator · skills/finishing-a-development-branch/SKILL.md · MUST USE when implementation is verified and you need to choose the branch outcome: merge, PR, keep, or discard…
git:20260415.0a78a70 · audit A · 3 stars
frontend-design skill
brunob54/superpowers-orchestrator · skills/frontend-design/SKILL.md · MUST USE for any frontend, UI, or web interface implementation. Enforces production-grade visual quality…
git:20260508.ae16bf3 · audit A · 3 stars
handoff skill
brunob54/superpowers-orchestrator · skills/handoff/SKILL.md · Write a continuation prompt for a fresh session into tmp/docs/<date>-handoff-<slug>.md, save state, and print the…
git:20260915.87c8587 · audit A · 3 stars
multi-code-review skill
brunob54/superpowers-orchestrator · skills/multi-code-review/SKILL.md · MUST USE when a branch needs N independent whole-branch code review rounds with fixes applied between rounds. M…
git:20260919.1f47109 · audit A · 3 stars

Every file in brunob54/superpowers-orchestrator

Browse by kind, by grade A, or by owner.