| 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.
Steps
-
Read specs/status.md and specs/backlog/backlog.md
-
For each category, assess:
- Are priorities still accurate?
- Should items move to active/next phase?
- Are any items resolved or deprecated?
- Orphaned items without a phase?
-
Check for dependencies:
- P0 bugs blocking progress
- Features depending on unresolved tech debt
- Items open 3+ months without progress
-
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:
- Total open items by type and priority
- P0/P1 items requiring attention
- Recommended actions