What problem does it solve? Developers working with BMAD-method sprint plans need a disciplined way to turn a story spec file into working, tested code without skipping tasks, breaking existing tests, or losing track of review follow-ups. ## Core Features & Use Cases - Story Discovery & Loading: Automatically finds the next ready-for-dev story from sprint-status.yaml or accepts an explicit story file path. - Test-Driven Implementation: Executes each task with a red-green-refactor cycle, writing failing tests first and validating no regressions before marking tasks complete. - Review Continuation: Detects prior code review findings and prioritizes unresolved [AI-Review] follow-up items before continuing regular tasks. - Definition of Done Validation: Runs a comprehensive checklist covering tests, documentation, file lists, and status updates before marking the story ready for review. - Use Case: A developer says "implement the next story in the sprint plan" and the Skill locates the story, implements every task with tests, updates the story file and sprint status, and hands off a review-ready result. ## Quick Start Ask the assistant to implement the next ready-for-dev story from the sprint plan or provide a specific story file path to develop.