What problem does it solve?
It solves the problem of turning an AI-authored or context-rich story specification into a correctly implemented sprint story with consistent validation, testing, and strict edit boundaries.
Core Features & Use Cases
- Guided story execution: Follows a workflow to locate the next “ready-for-dev” story (or use an explicitly provided story file) and implement tasks in order.
- Red-green-refactor implementation discipline: Drives development via failing tests first, minimal code to pass, then refactoring while keeping tests green.
- Governed completion workflow: Enforces story-ready validation gates (tests exist and pass, acceptance criteria satisfied, file list and change log updated, and only permitted story sections modified).
- Review continuation support: Detects “Senior Developer Review (AI)” context and prioritizes unresolved “Review Follow-ups (AI)” items.
Quick Start
Use the bmad-dev-story skill when you say "dev this story path/to/story.md" to execute the full implementation workflow from the story’s Dev Notes and tasks.