What problem does it solve? This Skill automates the disciplined implementation of development stories by discovering ready-for-dev stories, executing tasks in order with test-driven development, and enforcing a strict definition-of-done before marking work ready for review. ## Core Features & Use Cases - Story Discovery & Tracking: Finds the next ready-for-dev story from sprint-status.yaml or story files, updates statuses (in-progress → review), and records baseline git commits. - Test-Driven Implementation: Executes each task following a red-green-refactor cycle, writes unit/integration/e2e tests, and runs full regression suites before marking tasks complete. - Review Continuation: Detects prior code review findings, prioritizes unresolved review follow-up tasks, and tracks their resolution. - Use Case: A developer on a BMad-managed project invokes this Skill to pick up the next sprint story, implement all its tasks with passing tests, and hand it off for code review in a single uninterrupted run. ## Quick Start Ask the AI to run the bmad-dev-story workflow to implement the next ready-for-dev story from the sprint status file.