ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/leonaaardob/lb-bmad-skill
Or

BMad 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:true for all Claude Code invocations

Description

BMad (Breakthrough Method of Agile AI Driven Development) is a 4-phase framework:

  1. Analysis — Explore the problem space
  2. Planning — Define what to build
  3. Solutioning — Decide how to build it
  4. 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 install fetches 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 LogExpected AnswerNotes
"Where should BMad be installed?". or ~path/to/projectCurrent directory
"Which AI tool are you using?"Claude Code or numberSelect Claude
"Select modules to install"a or enterSelect all/default
"Install BMad in current directory?"y or enterConfirm
# 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:

ModelBest Use Cases
SonnetArchitecture, Solutioning, Quick-dev (complex tasks)
HaikuBrainstorming, Story generation, Code review (repetitive/structured)
OpusLarge refactoring, complex architecture decisions
# Examples
claude --model sonnet "Create the architecture"
claude --model haiku "Generate stories from the epic"

Metadata

Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-leonaaardob-lb-bmad-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.