What problem does it solve? Turning a feature request or bug report into verified, reviewed code usually requires juggling planning, implementation, and review by hand. This Skill automates that pipeline: it clarifies intent, writes a bounded implementation spec, dispatches implementation to a subagent, and runs layered review passes before committing. ## Core Features & Use Cases - Spec-driven implementation: Generates a token-bounded spec file (intent, code map, tasks, acceptance criteria) that serves as the sole source of truth for the implementation subagent. - Multi-layer automated review: Runs blind-hunter, edge-case-hunter, and verification-gap reviewer subagents against the staged diff, then triages every finding into patch, spec-fix, or defer categories. - Epic and sprint integration: Compiles epic context from BMAD planning artifacts and syncs story status in sprint-status.yaml. - Use Case: A developer pastes a story link or describes a bug; the Skill investigates the codebase, writes a spec, implements the change via a subagent, reviews the diff with three independent reviewers, fixes real findings, and commits with a conventional message. ## Quick Start Ask the agent to implement a feature or fix a bug using bmad-build, for example by describing the change or providing a story identifier from your epics file.