What problem does it solve? It prevents wasted engineering effort caused by ambiguous requirements by forcing a written, human-approved specification before any code is written, surfacing assumptions and defining testable success criteria up front. ## Core Features & Use Cases - Gated Four-Phase Workflow: Enforces Specify, Plan, Tasks, and Implement phases, each requiring human review before advancing. - Capability Decomposition: Detects when one request bundles multiple independently testable capabilities and produces an approved capability map with module ids, dependencies, and build order. - Spec Template & Boundaries: Provides a six-section spec template covering objective, commands, structure, code style, testing strategy, and Always/Ask First/Never boundaries. - Use Case: When asked to build a new billing feature with vague requirements, draft a spec with concrete success criteria, get it approved, then decompose it into ordered tasks with acceptance criteria before implementing. ## Quick Start Ask the agent to write a specification for the new feature you have in mind before any code is written.