What problem does it solve? Turning a feature request or bug report into verified, reviewed code requires disciplined planning, implementation, and review that ad-hoc prompting rarely sustains. This Skill enforces a structured build pipeline so delegated work ships as hardened, reviewable changes instead of unverified edits. ## Core Features & Use Cases - Spec-driven planning: Clarifies intent, investigates the codebase, and writes a token-bounded spec with code maps, open questions, and acceptance criteria before any code changes. - Dual execution routes: Routes small clean changes through a oneshot path and larger work through a dispatch path with human approval checkpoints. - Multi-layer review: Runs blind-hunter, edge-case-hunter, and verification-gap reviewer subagents against the staged diff, then triages every finding into patch, loopback, or defer. - Use Case: Hand it a story like "implement story 3-2 digest delivery" and it compiles epic context, drafts a spec, implements via subagent, reviews the diff, and commits the verified result. ## Quick Start Ask the agent to implement a feature, story, or bug fix and let bmad-build plan, build, review, and commit the change.