What problem does it solve?
It reduces the effort and mistakes involved in turning a sprint story into correct, guideline-compliant code by assembling the full required design context, routing to the right specialist, implementing changes, and writing the required test.
Core Features & Use Cases
- End-to-end story implementation: Reads a story in full, loads the TR requirement, governing ADR, control manifest rules, and engine preferences before coding.
- Correct agent routing: Selects the primary programmer based on story layer/type and spawns the appropriate engine specialist when engine risk is high.
- Test-enforced completion: For Logic and Integration stories, ensures the required test file is created alongside implementation.
- Guardrails and validation: Blocks or warns on missing required architecture inputs (TR registry, governing ADR, control manifest), validates dependencies, and checks manifest version alignment.
Quick Start
Run /dev-story with the path to your story file to implement it and generate the required source code and test.