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
- Route to the appropriate programmer agent based on story layer, type, and system name.
- Load and validate full context (story file, TR registry, ADR, control manifest) before implementation.
- Implement code and write tests according to ADR guidelines; ensure tests cover acceptance criteria.
- Provide an implementation summary and follow up with code-review and story-done phases.
Quick Start
Implement the dev-story workflow by loading full context, routing to the correct programmer agent, implementing code and tests, and validating acceptance criteria.