What problem does it solve?
Dev Story turns a high-level story specification into working source code and a required test, while ensuring the implementation follows the governing ADR, architecture requirements, control manifest rules, and current engine preferences.
Core Features & Use Cases
- Story-to-implementation orchestration: Reads a story file (or the currently active story), loads TR/GDD, governing ADR, and control-manifest rules, then routes to the correct specialist agent for the story’s layer/type/system.
- Acceptance-criteria-driven delivery: Forces Logic/Integration stories to create the specified test evidence file and cover every acceptance criterion before completion.
- Guardrails and dependency safety: Blocks implementation when critical architecture context is missing (TR registry or governing ADR), validates story dependencies’ status, and handles manifest-version staleness via user confirmation.
Quick Start
Run dev-story to implement the currently active story from your session state.