7.4 KiB
BMad Method v6 Alpha - Complete Setup Guide
🎯 You are here because you want to maximize BMad Method across all your projects.
📋 Quick Status Check
Run this to see your current setup:
source ~/.zshrc
bmad-doctor
🚀 What's Been Set Up
✅ Completed
- Central BMad Installation -
/Users/hbl/Documents/BMAD-METHOD/bmad/ - Global CLI & Aliases -
bmad,bmad-init,bmad-doctor, etc. - Environment Variables - Auto-loaded via
~/.bmadrc - Slash Commands - 44+ commands in Claude Code
- Project Workspace - Pages Health configured
- Documentation - 6 comprehensive guides created
- Maintenance Scripts - Validation, update, and backup tools
⚠️ Pending
- CIS Module - Creative Intelligence Suite (5 agents + 5 workflows)
- BMB Module - BMad Builder (create custom agents/workflows)
📚 Documentation Index
| File | Purpose | Command |
|---|---|---|
| SETUP-INSTRUCTIONS.md | Multi-project setup guide | cat SETUP-INSTRUCTIONS.md |
| OPTIMIZATION-CHECKLIST.md | Gap analysis & action plan | cat OPTIMIZATION-CHECKLIST.md |
| QUICK-REFERENCE.md | Command cheat sheet | bmad-quick |
| INSTALL-MODULES.md | How to install CIS + BMB | bmad-install-modules |
| MAINTENANCE-GUIDE.md | Troubleshooting & maintenance | cat MAINTENANCE-GUIDE.md |
| README-SETUP.md | This file - master index | cat README-SETUP.md |
🛠️ Available Commands
Setup & Status
bmad-init <path> # Set up BMad workspace in a project
bmad status # Show BMad installation status
bmad-list # List all projects with BMad
bmad-doctor # Quick health check ⭐
bmad-validate # Full system validation
Maintenance
bmad-update # Update BMad (git pull + npm + commands)
bmad-update-commands # Update slash commands only
bmad-backup # Create backup
bmad-restore # Restore from backup
Documentation
bmad-help # Show all commands
bmad-docs # List documentation files
bmad-quick # Quick reference guide
bmad-install-modules # Module installation guide
🎯 Next Steps
1. Install Missing Modules (Recommended)
What you'll get:
- CIS Module: 5 creative agents (Carson, Maya, Dr. Quinn, Victor, Sophia)
- BMB Module: Build custom agents and workflows
How to install:
# 1. Read the guide
bmad-install-modules
# 2. Run installer
cd /Users/hbl/Documents/BMAD-METHOD
npm run install:bmad
# 3. When prompted:
# Destination: /Users/hbl/Documents/BMAD-METHOD/bmad (same as before)
# Modules: Select CIS + BMB
# Name: hbl
# Language: en-AU
# IDE: Claude Code
# 4. Verify
bmad-doctor
2. Set Up More Projects
# Example: Set up mermaid-dynamic project
bmad-init /Users/hbl/Documents/mermaid-dynamic
# Example: Set up visa-ai project
bmad-init /Users/hbl/Documents/visa-ai
# View all BMad projects
bmad-list
3. Start Using BMad
# 1. Go to a project
cd /Users/hbl/Documents/pages-health
# 2. Open in Claude Code
claude-code .
# 3. Type / to see all BMad commands
# Start with: /bmad:bmm:workflows:plan-project
🔍 How to Use BMad
Typical Workflow
-
Planning Phase
/bmad:bmm:workflows:plan-projectCreates PRD and architecture based on project scale
-
Story Creation
/bmad:bmm:workflows:create-storyGenerates development stories from PRD
-
Add Context
/bmad:bmm:workflows:story-contextInjects technical expertise for the story
-
Implementation
/bmad:bmm:workflows:dev-storyImplement the story with dev agent
-
Code Review
/bmad:bmm:workflows:review-storySenior reviewer validates implementation
-
Retrospective
/bmad:bmm:workflows:retrospectiveLearn and improve after sprint
📊 System Architecture
Central Hub (Shared)
/Users/hbl/Documents/BMAD-METHOD/bmad/
├── core/ # Core engine (shared)
├── bmm/ # BMad Method (shared)
├── cis/ # Creative Intelligence (pending)
├── bmb/ # BMad Builder (pending)
└── _cfg/ # Configuration
Per-Project Workspace (Isolated)
your-project/
└── .bmad/
├── analysis/ # Project research
├── planning/ # PRDs & architecture
├── stories/ # Dev stories
├── sprints/ # Sprint tracking
├── retrospectives/ # Learnings
├── context/ # Story context
└── .bmadrc # Links to central BMad
Key Benefit: Install once, use everywhere. Each project keeps its own isolated documentation.
🆘 Troubleshooting
Quick Fixes
Slash commands not showing?
bmad-update-commands
Aliases not working?
source ~/.zshrc
bmad-help
Something broken?
bmad-validate # Detailed diagnostics
Need to restore?
bmad-restore # If you used bmad-update before
Full Diagnostics
# 1. Quick check
bmad-doctor
# 2. Full validation
bmad-validate
# 3. Check docs
bmad-docs
# 4. Read maintenance guide
cat /Users/hbl/Documents/BMAD-METHOD/MAINTENANCE-GUIDE.md
📈 Current Setup Status
What's Working ✅
- Central BMad installation
- BMM module (BMad Method)
- 44 slash commands
- Global CLI and aliases
- Environment variables
- Project workspace (pages-health)
- All documentation and scripts
What's Missing ⚠️
- CIS module (Creative Intelligence Suite)
- BMB module (BMad Builder)
To complete setup:
bmad-install-modules # Read the guide
cd /Users/hbl/Documents/BMAD-METHOD && npm run install:bmad # Install
🎓 Learning Resources
Documentation Order (Recommended)
- Start Here:
bmad-quick- Quick reference - Deep Dive:
cat SETUP-INSTRUCTIONS.md- Complete setup guide - Optimize:
cat OPTIMIZATION-CHECKLIST.md- What's missing - Maintain:
cat MAINTENANCE-GUIDE.md- Keep it healthy - Extend:
bmad-install-modules- Add more modules
BMad Method Resources
- Discord: https://discord.gg/gk8jAdXWmj
- GitHub: https://github.com/bmad-code-org/BMAD-METHOD
- YouTube: https://www.youtube.com/@BMadCode
🔑 Key Commands to Remember
# Health check (use this often!)
bmad-doctor
# Get help
bmad-help
# Set up new project
bmad-init /path/to/project
# View docs
bmad-docs
# Update everything
bmad-update
# Install modules
cd /Users/hbl/Documents/BMAD-METHOD && npm run install:bmad
✨ What's Next?
Option A: Install Modules (Recommended)
bmad-install-modules # Read guide
cd /Users/hbl/Documents/BMAD-METHOD && npm run install:bmad
Option B: Start Using BMad Now
cd /Users/hbl/Documents/pages-health
claude-code .
# Type: /bmad:bmm:workflows:plan-project
Option C: Set Up More Projects
bmad-init /Users/hbl/Documents/another-project
🚀 You're all set! BMad Method v6 Alpha is configured and ready to use.
Quick Start:
source ~/.zshrc- Load configurationbmad-doctor- Verify setupbmad-install-modules- Install CIS + BMBcd your-project && claude-code .- Start using BMad
BMad v6 Alpha | Complete Setup Guide | 2025-10-07