2025-12-23 07:01:36 -08:00
# Installation
Get BMAD Method running in your project in under 2 minutes.
## Quick Install
```bash
2025-12-27 18:29:35 +08:00
npx bmad-method install
2025-12-23 07:01:36 -08:00
```
This interactive installer will:
1. Detect your IDE (Claude Code, Cursor, VS Code, etc.)
2. Let you choose which modules to install
3. Configure agents and workflows for your project
## Requirements
2025-12-27 18:29:35 +08:00
- **Node.js** 20+ (for the installer)
2025-12-23 07:01:36 -08:00
- **Git** (recommended for version control)
2025-12-27 18:29:35 +08:00
- An **AI-powered Agent and/or IDE** or access to Claude/ChatGPT/Gemini
2025-12-23 07:01:36 -08:00
## Module Options
During installation, you'll choose which modules to install:
2025-12-27 18:29:35 +08:00
| Module | Description | Best For |
| -------- | -------------------- | ----------------------------------------------------- |
| **BMM** | BMAD Method Core | Software development projects |
| **BMGD** | Game Development | Game projects with specialized workflows |
| **CIS** | Creative Intel Suite | Creativity Unlocking Suite, not software dev specific |
| **BMB** | Builder | Creating custom agents and workflows |
You will also be asked if you would like to install custom content (agents, workflows or modules) you have created with the BMB, or shared from others in the community.
2025-12-23 07:01:36 -08:00
## Post-Installation
After installation, your project will have:
```
your-project/
├── _bmad/ # BMAD configuration and agents
│ ├── bmm/ # Method module (if installed)
│ ├── bmgd/ # Game dev module (if installed)
2025-12-27 18:29:35 +08:00
│ ├── core/ # Always installed, includes party mode, advanced elicitation, and other core generic utils
│ ├── {others}/ # etc...
├── _bmad-output/ # BMAD default output folder - configurable during install
2025-12-23 07:01:36 -08:00
├── .claude/ # IDE-specific setup (varies by IDE)
2025-12-27 18:29:35 +08:00
└── ... your code # maybe nothing else yet if a fresh new folder
2025-12-23 07:01:36 -08:00
```
## Next Steps
1. **Read the [Quick Start Guide](../modules/bmm/quick-start.md)** to build your first feature
2025-12-27 18:29:35 +08:00
2. **Explore [Workflows](../modules/bmm/workflows-planning.md)** to understand the methodology
2025-12-23 07:01:36 -08:00
## Troubleshooting
### Common Issues
**"Command not found: npx"**
2025-12-27 18:29:35 +08:00
: Install Node.js 20+ from [nodejs.org ](https://nodejs.org )
2025-12-23 07:01:36 -08:00
**"Permission denied"**
: Run with appropriate permissions or check your npm configuration
2025-12-27 18:29:35 +08:00
For more help, join our [Discord ](https://discord.gg/bmad ).