What problem does it solve?
Dev Story eliminates the gap between high-level story/spec documents and working, test-covered implementation by coordinating context loading, agent routing, and code/test completion in a single guided flow.
Core Features & Use Cases
- Story-to-implementation pipeline: Reads a story file (or the active story) and drives implementation through completion, including required tests.
- Context and governance validation: Loads TR registry, governing ADR, control manifest, and engine preferences, enforcing required files and warning on non-critical ones.
- Acceptance-criterion-driven coding: Ensures Logic/Integration criteria are covered with automated tests and summarizes coverage and deviations.
- Engine-appropriate specialist routing: Chooses the correct programmer agent by story layer/type, and conditionally spawns engine specialists based on ADR risk and engine compatibility needs.
Quick Start
Use the dev-story skill to implement the currently active story by saying: "Run /dev-story with no arguments to continue the active story implementation."