What problem does it solve?
Provides a strict, repeatable planning workflow that prevents premature implementation and ensures every development story has a documented, reviewed, and versioned plan before any code is written.
Core Features & Use Cases
- Enforces creation of a plan file at plans/STORY-N-plan.md with story context and a mid-level design.
- Orchestrates research, parallel exploration agents, and a mandated Plan Reviewer loop to surface architectural concerns.
- Uses subagents for git operations to commit plans and create draft PRs while the main agent remains in planning mode, supporting iterative plan updates from review feedback.
- Use case: preparing a complex UI-plus-backend story that requires visual prototypes, a file impact map, and peer review before coding.
Quick Start
Open plan mode, gather story context, draft the plan at plans/STORY-<number>-plan.md, run the plan-reviewer loop, and use the git-ops subagent to create a draft PR.