Stats
Actions
Tags
From wm
Revise spec.md and todos/TODO-N.md so they match what the last commit related to TODO-N actually implemented.
How this command is triggered — by the user, by Claude, or both
Slash command
/wm:work-code-revise <TODO-N> [<sha-or-range>]The summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `code` skill's `revise` subcommand (`references/revise.md`) to update the spec to match reality. Arguments: `$ARGUMENTS` 1. Parse `$ARGUMENTS` — first token is the TODO id (e.g. `TODO-3`). Optional second token pins a git SHA or range; otherwise discover the commit via worklog / `git log --grep`. 2. Follow the `code` skill's `revise` subcommand end-to-end: - Locate the commit(s) for the given TODO. - Inspect the diff (`git show <sha>`) and categorize deltas vs the current plan. - Update `<notes-dir>/spec.md` and `<notes-dir>/todos/TODO-N.md` so they reflect what actually ...
Use the code skill's revise subcommand (references/revise.md) to update the spec to match reality.
Arguments: $ARGUMENTS
$ARGUMENTS — first token is the TODO id (e.g. TODO-3). Optional second token pins a git SHA or range; otherwise discover the commit via worklog / git log --grep.code skill's revise subcommand end-to-end:
git show <sha>) and categorize deltas vs the current plan.<notes-dir>/spec.md and <notes-dir>/todos/TODO-N.md so they reflect what actually shipped.<notes-dir>/.If $ARGUMENTS is empty or the TODO id is missing, ask the user which TODO to revise — do not guess.
npx claudepluginhub popoffvg/dotfiles --plugin wm