What problem does it solve? It removes the need for human supervision during a development cycle by turning a stated intent into a planned spec, implemented code change, and triaged multi-reviewer audit in a single unattended run. ## Core Features & Use Cases - Clarify and Route: Resolves invocation intent, loads planning artifacts or compiled epic context, checks version-control state, and routes to the correct workflow step. - Spec-Driven Implementation: Generates a structured spec from a template with intent contracts, code maps, and acceptance criteria, then hands it to an implementation subagent as the sole source of truth. - Multi-Layer Review: Runs parallel review layers (blind hunter, edge-case hunter, verification-gap, intent-alignment) over the staged diff, triages every finding with verdicts, and loops back to fix specs or patch code. - Use Case: Point it at a story in a stories.yaml file or a free-form feature request; it plans, implements, verifies against the spec's test matrix, reviews the diff, and commits the finished change with a done status. ## Quick Start Invoke the bmad-build-auto skill with a description of the feature or fix you want implemented and let it run the full plan-implement-review loop unattended.