bmad-method
Use BMad (Breakthrough Method of Agile AI Driven Development) framework for AI-driven development. Use for: architecture analysis, sprint planning, story generation, PRD creation, and full development workflows. Requires coding-agent skill with Claude Code.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/leonaaardob/lb-bmad-skillBMad Method Skill
Use BMad framework for AI-driven development with autonomous agent workflows.
For detailed reference, see:
- docs/reference/commands.md - Complete command reference
- docs/reference/agents.md - Available agents
- docs/how-to/install-bmad.md - Detailed installation guide
- docs/tutorials/getting-started.md - Quick start
DEPENDENCY
This skill requires coding-agent skill with Claude Code installed.
- Claude Code must be installed (
~/.local/bin/claude) - Use
bash pty:truefor all Claude Code invocations
Description
BMad (Breakthrough Method of Agile AI Driven Development) is a 4-phase framework:
- Analysis — Explore the problem space
- Planning — Define what to build
- Solutioning — Decide how to build it
- Implementation — Build it
Each phase produces documents that become context for the next phase.
Installation
To use BMad in a project:
⚠️ Security Note:
npx bmad-method installfetches code from npm. Only run this if you trust the BMad package. Review the package before installing.
cd ~/project && npx bmad-method install
Select Claude Code when prompted.
⚠️ Installation is Interactive
⚠️ npx bmad-method install asks questions!
For installation:
- DO NOT use background:true - you need to respond to prompts
- Stay in the session and answer each question
- Monitor the log for these common prompts:
| Prompt in Log | Expected Answer | Notes |
|---|---|---|
| "Where should BMad be installed?" | . or ~path/to/project | Current directory |
| "Which AI tool are you using?" | Claude Code or number | Select Claude |
| "Select modules to install" | a or enter | Select all/default |
| "Install BMad in current directory?" | y or enter | Confirm |
# Installation must be interactive!
bash pty:true workdir:~/project command:"cd ~/project && npx bmad-method install"
# Stay present, answer each prompt:
# - Monitor log for prompts
# - Submit answer via: process action:submit sessionId:XXX data:"y"
⚠️ Pre-Flight Check
Before running any /bmad- command, verify BMad is installed:
ls -la ~/project/_bmad/ # or _bmad-output/
If not found → run installation first:
bash pty:true workdir:~/project command:"cd ~/project && npx bmad-method install"
Model Selection
Strategic model selection for efficiency:
| Model | Best Use Cases |
|---|---|
| Sonnet | Architecture, Solutioning, Quick-dev (complex tasks) |
| Haiku | Brainstorming, Story generation, Code review (repetitive/structured) |
| Opus | Large refactoring, complex architecture decisions |
# Examples
claude --model sonnet "Create the architecture"
claude --model haiku "Generate stories from the epic"
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-leonaaardob-lb-bmad-skill": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
shadcn/ui
Complete shadcn/ui documentation. Beautifully designed components built with Radix UI and Tailwind CSS. Copy-paste into your apps. Covers installation, components, theming, forms, charts, and framework integrations.
tailwind
Complete Tailwind CSS documentation. Use when working with Tailwind CSS utility classes, responsive design, dark mode, animations, custom configurations, plugins, or styling questions. Covers all utility classes, modifiers, configuration options, and best practices.
zod
Complete Zod validation library documentation. Use when working with Zod schema validation, TypeScript type inference, form validation, API validation, error handling, or data parsing. Covers schema definition, refinements, transforms, error customization, and ecosystem integrations.
motion
Complete Motion.dev documentation - modern animation library for React, JavaScript, and Vue (formerly Framer Motion)
vercel
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.