What problem does it solve?
This Skill eliminates the gap between a story/GDD/ADR spec and finished, tested implementation by orchestrating validation, context loading, correct agent routing, and completion checks.
Core Features & Use Cases
- End-to-end story implementation: Reads a story file, loads the required TR registry, governing ADR, and control manifest, then drives programmer agents to implement code and tests that satisfy acceptance criteria.
- Dependency and readiness guardrails: Validates story readiness, blocks when required architecture assets are missing, and checks dependent stories’ completion status before proceeding.
- Layer/type-aware routing: Automatically selects specialist programmer agents based on story layer and type (e.g., UI, Visual/Feel, AI/pathfinding, networking), while skipping agent spawning for Config/Data stories.
Quick Start
Use the dev-story skill to implement the currently active story by running: /dev-story [story-path]