2025-12-23 07:01:36 -08:00
# Installation
## 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:
2025-12-28 19:44:55 +08:00
1. Let you choose a location to install to
2. Let you choose which Agentic LLM Tools you would like to use (Such as Claude Code, Cursor, Windsurf, etc...)
3. Let you choose which official modules to install (BMad Method, Creative Intelligence suite, BMad Builder)
4. Let you choose any custom local modules, workflows or agents to install
5. Let you configure each module or quickly accept the default recommended settings for each selected model
2025-12-23 07:01:36 -08:00
## 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 ).