What problem does it solve?
Dev Story converts a story specification into correct, end-to-end implementation by loading all required planning context, applying architecture rules, routing to the right specialist, and producing the required test coverage so the story can be safely reviewed and closed.
Core Features & Use Cases
- Story-to-Implementation Orchestration: Reads a full story file (or the active story), validates prerequisites (TR registry, governing ADR, and control manifest), and drives implementation until the test is written.
- Architecture-Guided Coding: Extracts the governing ADR decision and implementation guidelines verbatim and enforces required/forbidden patterns from the control manifest for the story’s layer.
- Dependency and Version Guardrails: Validates story dependencies, blocks when required inputs are missing, and handles manifest version mismatches with explicit user confirmation paths.
- Engine-Aware Specialist Routing: Chooses the proper programmer agent based on story layer/type/system and spawns an engine specialist when engine risk is high.
Quick Start
Ask the system to run dev-story on a specific story path to implement the story and create the required source code and test in the project.