What problem does it solve?
This Skill bridges the gap between planning and implementation by reading a story file, assembling all design and architectural context, routing work to the correct programmer and engine specialists, and driving a complete implementation that includes automated tests where required.
Core Features & Use Cases
- Context assembly: Loads story content, the TR registry requirement, governing ADR, control manifest rules, engine preferences, and session state before any implementation begins.
- Validation and routing: Validates dependencies and manifest versions, decides which programmer and engine specialist to spawn, and enforces ADR and manifest guardrails.
- Implementation orchestration: Orchestrates agent-driven file creation and test authoring, collects implementation artifacts, handles blockers and deviations, and updates session state for traceability.
- Use Case: Use when a Ready story in production/epics must be implemented end-to-end into src/ with an accompanying test under tests/, following ADR guidance and control manifest rules.
Quick Start
Run /dev-story with the path to a Ready story file to load context, spawn the appropriate programmer and engine specialists, implement the code, and write the required test.