ワンクリックで
review
Review and groom the backlog between phases. Activates when the user invokes /review or asks momentum to run the review recipe.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review and groom the backlog between phases. Activates when the user invokes /review or asks momentum to run the review recipe.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | review |
| description | Review and groom the backlog between phases. Activates when the user invokes /review or asks momentum to run the review recipe. |
Review and groom the backlog between phases.
Read specs/status.md and specs/backlog/backlog.md
For each category, assess:
Check for dependencies:
Update specs/backlog/backlog.md with changes
Update specs/status.md if blockers changed
Commit:
git add specs/
git commit -m "docs(backlog): grooming for Phase N"
Report:
Begin a new implementation phase. Activates when the user invokes /start-phase or asks momentum to run the start-phase recipe.
Work with concurrent workstreams (Rule 15). Activates when the session involves multiple active branches, cross-lane coordination, or when starting work that should not live on the current branch.
Record a new backlog item (bug, feature, tech debt, or enhancement) when you discover work that needs tracking. Activates when the session identifies unplanned work that should be tracked in the backlog.
Check spec structure health of the momentum project. Activates when the user runs `/validate`, asks for a health check, or when spec changes need verification before phase completion.
>-
Drive a single repo through its phase as part of a swarm. Activates when spawned by the conductor (the user's primary session) with a spawn directive. State lives in files; the conductor reads board.json between turns. Loads on the swarm-supervisor invocation only — not invoked directly by the user.