Quick Start Guide
Get BMad Method installed and running in your project in just a few minutes. This guide will walk you through installation, first commands, and basic usage.Prerequisites: You need Node.js v20 or higher installed on your system.
Installation
1
Run the installer
Open your terminal and navigate to your project directory, then run:
2
Answer configuration prompts
The installer will ask you a few questions to configure BMad for your project:Core Configuration:
- What should agents call you? (Your name or team name)
- What language should agents use when chatting?
- Preferred document output language?
- Where should output files be saved? (default:
_bmad-output)
- Project name (defaults to your directory name)
- Your development experience level (beginner/intermediate/expert)
- Where to store planning artifacts (default:
_bmad-output/planning-artifacts) - Where to store implementation artifacts (default:
_bmad-output/implementation-artifacts) - Where to store project knowledge (default:
docs)
3
Select modules to install
Choose which BMad modules you want to install:
- BMad Method (BMM) — Core framework with 34+ workflows (recommended)
- BMad Builder (BMB) — Create custom agents and workflows
- Test Architect (TEA) — Risk-based test strategy and automation
- Game Dev Studio (BMGD) — Game development workflows
- Creative Intelligence Suite (CIS) — Innovation and brainstorming
4
Select your AI IDE
Choose which AI IDE(s) you’re using:
- Claude Code (recommended)
- Cursor
- GitHub Copilot
- Windsurf
- And more…
5
Wait for installation to complete
The installer will:
- Create necessary directories
- Install selected modules
- Generate agent files
- Configure IDE integrations
- Set up workflow commands
Verify Installation
After installation completes, verify everything is working:1
Check for the _bmad directory
You should see a new
_bmad directory in your project with this structure:2
Check for IDE integration
Depending on your IDE, you should see:Claude Code:Cursor:
3
Open your AI IDE
Open your AI IDE (Claude Code, Cursor, etc.) in your project directory.
Your First Commands
Now you’re ready to use BMad Method! Here are your first commands:Get Help
The most important command is/bmad-help — it tells you exactly what to do next:
Invoke an Agent
Agents are your specialized collaborators. Try invoking the Product Manager:- [CP] Create PRD — Create a Product Requirements Document
- [VP] Validate PRD — Validate an existing PRD
- [EP] Edit PRD — Update your PRD
- [CE] Create Epics and Stories — Break down requirements
Run a Workflow
Workflows can also be called directly:Quick Development Flow
For rapid iteration on small features or bug fixes:Common First Tasks
Here are typical first tasks based on your project stage:- New Project
- Existing Project
- Bug Fix / Small Feature
Starting from Scratch
1
Brainstorm ideas
2
Create a product brief
3
Write a PRD
4
Design UX
5
Create architecture
Understanding the Workflow
BMad Method organizes work into 4 phases:Phase 1: Analysis
Research and Discovery
- Domain research
- Market research
- Technical research
- Competitive analysis
Phase 2: Planning
Requirements & Design
- Product briefs
- PRD creation
- UX design
- Validation
Phase 3: Solutioning
Architecture & Breakdown
- Architecture documentation
- Epics and stories
- Implementation readiness
Phase 4: Implementation
Development & Delivery
- Sprint planning
- Story development
- Code review
- Retrospectives
Pro Tips
Use Party Mode
Bring multiple agents into a discussion:Customize Agent Behavior
You can customize how agents communicate with you by editing:Non-Interactive Installation
For CI/CD pipelines or automation:Check Installation Status
See what’s currently installed:What’s Next?
Installation Guide
Learn about all installation options and troubleshooting
Agent Reference
Meet all the specialized agents and their capabilities
Workflow Guide
Explore all 34+ workflows in detail
Tutorials
Step-by-step tutorials for common scenarios
Need Help?
- Ask
/bmad-helpin your IDE for intelligent guidance - Join our Discord community for help and discussion
- Report issues on GitHub
- Check the documentation site for detailed guides
Congratulations! You’re now ready to use BMad Method to build better software faster. Start with
/bmad-help and let the agents guide you.