What problem does it solve? It automates the disciplined execution of a development story: finding the next ready story in sprint status, implementing each task with tests, and marking the story ready for review without skipping steps or stopping early. ## Core Features & Use Cases - Story Discovery & Status Tracking: Locates the next ready-for-dev story from sprint-status.yaml or story files and updates statuses through in-progress to review. - Test-Driven Implementation: Executes each task following a red-green-refactor cycle, runs full regression suites, and enforces strict validation gates before checking off tasks. - Review Continuation: Detects prior senior developer review sections and prioritizes unresolved review follow-up items before continuing regular tasks. - Use Case: A developer on a BMad-managed project invokes the workflow to pick up the next sprint story, implement all tasks with tests, and hand it off for code review in one continuous run. ## 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.