What problem does it solve? Turning a feature request or bug report into verified, reviewed code requires disciplined planning, scoped specifications, and independent review — steps that are easy to skip and hard to keep consistent. This Skill enforces that discipline as a structured workflow. ## Core Features & Use Cases - Spec-driven implementation: Clarifies intent, investigates the codebase, and writes a token-bounded spec with code maps, acceptance criteria, and open questions before any code changes. - 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 routes. - Epic and sprint integration: Compiles epic context from planning artifacts and syncs story status with sprint-status.yaml for BMAD-managed projects. - Use Case: Delegate a story like "implement story 3-2 digest delivery" and receive a planned spec, implemented diff, reviewed findings, and a conventional commit. ## Quick Start Ask the agent to implement a feature, story, or bug fix and it will plan, build, review, and commit the change through the bmad-build workflow.