What problem does it solve?
Converts loosely specified goals and requirements into a structured, verifiable implementation plan so engineers can execute work with zero assumed context, clear files to edit, and exact verification steps.
Core Features & Use Cases
- Generates a formal plan document saved to docs/06-plans/ that includes a Goal, Architecture, Tech Stack, Decisions, and a sequence of self-contained tasks.
- Decomposes scope items into task-level Files/Steps/Verify sections, lists exact files to create or modify, and provides single-file or lightweight verification commands for each task.
- Presents Decision Points to the user (blocking and recommended), records chosen options in the plan file, and chains to verify-plan for automated validation; suitable for phase-driven development and pre-implementation reviews.
Quick Start
Write a verifiable implementation plan for the "add SSO login" feature including scope items, acceptance criteria, and any relevant design doc paths.