What problem does it solve?
This Skill converts ambiguous developer intent into a disciplined, spec-driven implementation plan that produces clean, working artifacts aligned with the repository’s architecture and conventions.
Core Features & Use Cases
- Ready-for-Development spec enforcement: Produces tasks that are actionable, logically ordered, testable with Given/When/Then, and placeholder-free.
- Workflow that routes work safely: Drives a clarify→plan→implement→review→present loop, with checkpointing and human-gated decisions when intent/spec gaps appear.
- Epic-aware context compilation: For epic stories, compiles only relevant developer context into an
epic-<N>-context.md file to prevent context rot.
Quick Start
Ask for a single focused code change (e.g., “Add browser-verified CRUD for todos in this repo”) and run the bmad-quick-dev workflow so it generates a reviewable spec, implements it, and prepares a structured review order.