What problem does it solve? It automates the execution of BMad story specifications, taking a ready-for-dev story file and driving it to completion with tests, validation gates, and status updates, without losing track of tasks or acceptance criteria. ## Core Features & Use Cases - Story Discovery and Loading: Finds the next ready-for-dev story from sprint-status.yaml or the implementation artifacts directory, or accepts an explicit story path. - Red-Green-Refactor Implementation: Executes each task and subtask with failing tests first, minimal passing implementation, then refactoring, with HALT conditions for failures. - Review Continuation: Detects prior Senior Developer Review sections and prioritizes unresolved review follow-up items before regular tasks. - Definition-of-Done Validation: Applies a strict checklist covering tests, file lists, change logs, and acceptance criteria before marking the story as review. - Use Case: A developer on a BMad-managed project invokes the workflow to pick up the next sprint story, implement all tasks with tests, update sprint-status.yaml to review, and receive a completion summary. ## Quick Start Ask the assistant to run the bmad-dev-story workflow to implement the next ready-for-dev story from the sprint status file.