What problem does it solve? It removes the guesswork from turning a written story spec into working code by enforcing a strict, ordered implementation workflow with test-driven development, validation gates, and status tracking. ## Core Features & Use Cases - Story Discovery and Loading: Automatically finds the next ready-for-dev story from sprint-status.yaml or accepts an explicit story file path. - Red-Green-Refactor Execution: Implements each task by writing failing tests first, then minimal passing code, then refactoring, with HALT conditions for failures. - Review Continuation: Detects prior code review findings and prioritizes unresolved review follow-up tasks before regular work. - Use Case: A developer says "dev this story" and the workflow loads the story spec, implements every task with tests, updates the story file and sprint status to review, and reports a completion summary. ## Quick Start Ask the assistant to implement the next story in the sprint plan or say "dev this story" followed by the path to your story file.