What problem does it solve? Turning a feature intent or story into reviewed, verified code normally requires constant human supervision across planning, coding, and review. This Skill runs one full unattended development loop: it clarifies intent, writes a development-ready spec, implements it via a subagent, and runs layered code reviews with automated triage and repair loopbacks. ## Core Features & Use Cases - Four-step autonomous workflow: Clarify and route intent, plan a spec from a strict template, implement via a context-free subagent, then review with parallel reviewer layers (blind hunter, edge-case hunter, verification-gap, intent-alignment). - Spec-driven development: Generates a structured spec file with intent contract, code map, tasks, acceptance criteria, and review triage logs, tracking status from draft to done. - Epic and story dispatch: Supports folder+id dispatch from a stories.yaml file, compiles focused epic context from planning artifacts, and carries cross-story continuity forward. - Use Case: Point it at a story in an epic's stories.yaml; it loads the epic context, writes the spec, implements the change, reviews the diff with four reviewer subagents, fixes or defers findings, commits the result, and halts with a final status. ## Quick Start Invoke the bmad-build-auto skill with a description of the feature or fix you want implemented, or with a spec folder and story id, and let it run the full loop unattended.