This is a structured workflow engine that takes your feature request and walks you through clarification, scoping, planning, and implementation using a multi-step process. It loads project context from your `_bmad` directory, checks that specs are actually ready for development (no TBDs or placeholders), and enforces a single-goal scope of 900 to 1600 tokens before generating code. The step-file architecture is rigid by design: you read one step completely, execute it, then move to the next. It's opinionated about what "ready for development" means and will push back if your request is too vague or tries to bundle multiple independent features into one pass.
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-quick-dev