What problem does it solve?
This Skill automates the handoff from planning to implementation by reading a story file, assembling all governing context (GDD/TR, ADR, control manifest, engine prefs), validating dependencies and manifest versions, and orchestrating specialist programmer agents to produce code and tests. It reduces coordination overhead, prevents design drift, and enforces ADR and control-manifest constraints so engineers can implement stories reliably.
Core Features & Use Cases
- Context aggregation: Loads the story, TR registry requirement, governing ADR decision and guidelines, control manifest rules, and engine preferences before any code is written.
- Dependency & manifest validation: Verifies dependency story statuses and manifest version alignment and prompts the user when risks are detected.
- Agent routing & orchestration: Chooses primary programmer and engine specialist agents based on story layer, type, and engine, then spawns tasks to implement code and tests.
- Test-first enforcement: Ensures Logic and Integration stories include automated tests and places Visual/Feel evidence notes for manual verification.
- Error recovery & session updates: Surfaces blockers immediately, offers remediation choices, and appends session extracts to session-state for traceability.
Quick Start
Run the dev-story skill on the path to your target story file to validate context and implement the story into source and test files.