What problem does it solve?
Read a story file and implement it. Loads the full context (story, GDD requirement, ADR guidelines, control manifest), routes to the right programmer agent for the system and engine, implements the code and test, and confirms each acceptance criterion. The core implementation skill — run after /story-readiness, before /code-review and /story-done.
Core Features & Use Cases
- Reads a story file in full, assembles all context a programmer needs, routes to the correct specialist agent, and drives implementation to completion — including writing the test.
- Supports a sprint-based workflow: /qa-plan sprint, /story-readiness [path], /dev-story [path], /code-review [files], /story-done [path], and a final /team-qa sprint for sign-off.
- Outputs: Source code and test file in the project's src/ and tests/ directories.
Quick Start
Provide the path to the story file to implement by invoking /dev-story [path].