What problem does it solve?
It prevents small feature work from becoming ambiguous or inconsistent by forcing a guided intake, grounded research, and a reusable plan contract before any code is written.
Core Features & Use Cases
- Mini-SDD planning workflow: Merges scope/intent and technical decomposition into a single orchestration pass for smaller features, refactors, and bug fixes.
- Structured grilling protocol: Collects unambiguous feature behavior, confirms reference “gold standards,” and validates architecture fit with one question at a time.
- Harness-neutral Bootstrap contract: Produces a
.spec/<feature-slug>/plan.md that tells the developer exactly which skills to load and which MCP tools to re-invoke with copy-pastable JSON args.
Quick Start
Provide a feature request like “Add OAuth login with Google” and include any relevant existing files so the planner can ground the plan and generate .spec/<feature-slug>/plan.md.