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
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)
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
Select your AI IDE
Choose which AI IDE(s) you’re using:
- Claude Code (recommended)
- Cursor
- GitHub Copilot
- Windsurf
- And more…
Verify Installation
After installation completes, verify everything is working:Check for the _bmad directory
You should see a new
_bmad directory in your project with this structure: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
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.