## 📚 Complete Documentation Restructure **BMM Documentation Hub Created:** - New centralized documentation system at `src/modules/bmm/docs/` - 18 comprehensive guides organized by topic (7000+ lines total) - Clear learning paths for greenfield, brownfield, and quick spec flows - Professional technical writing standards throughout **New Documentation:** - `README.md` - Complete documentation hub with navigation - `quick-start.md` - 15-minute getting started guide - `agents-guide.md` - Comprehensive 12-agent reference (45 min read) - `party-mode.md` - Multi-agent collaboration guide (20 min read) - `scale-adaptive-system.md` - Deep dive on Levels 0-4 (42 min read) - `brownfield-guide.md` - Existing codebase development (53 min read) - `quick-spec-flow.md` - Rapid Level 0-1 development (26 min read) - `workflows-analysis.md` - Phase 1 workflows (12 min read) - `workflows-planning.md` - Phase 2 workflows (19 min read) - `workflows-solutioning.md` - Phase 3 workflows (13 min read) - `workflows-implementation.md` - Phase 4 workflows (33 min read) - `workflows-testing.md` - Testing & QA workflows (29 min read) - `workflow-architecture-reference.md` - Architecture workflow deep-dive - `workflow-document-project-reference.md` - Document-project workflow reference - `enterprise-agentic-development.md` - Team collaboration patterns - `faq.md` - Comprehensive Q&A covering all topics - `glossary.md` - Complete terminology reference - `troubleshooting.md` - Common issues and solutions **Documentation Improvements:** - Removed all version/date footers (git handles versioning) - Agent customization docs now include full rebuild process - Cross-referenced links between all guides - Reading time estimates for all major docs - Consistent professional formatting and structure **Consolidated & Streamlined:** - Module README (`src/modules/bmm/README.md`) streamlined to lean signpost - Root README polished with better hierarchy and clear CTAs - Moved docs from root `docs/` to module-specific locations - Better separation of user docs vs. developer reference ## 🤖 New Agent: Paige (Documentation Guide) **Role:** Technical documentation specialist and information architect **Expertise:** - Professional technical writing standards - Documentation structure and organization - Information architecture and navigation - User-focused content design - Style guide enforcement **Status:** Work in progress - Paige will evolve as documentation needs grow **Integration:** - Listed in agents-guide.md, glossary.md, FAQ - Available for all phases (documentation is continuous) - Can be customized like all BMM agents ## 🔧 Additional Changes - Updated agent manifest with Paige - Updated workflow manifest with new documentation workflows - Fixed workflow-to-agent mappings across all guides - Improved root README with clearer Quick Start section - Better module structure explanations - Enhanced community links with Discord channel names **Total Impact:** - 18 new/restructured documentation files - 7000+ lines of professional technical documentation - Complete navigation system with cross-references - Clear learning paths for all user types - Foundation for knowledge base (coming in beta) Co-Authored-By: Claude <noreply@anthropic.com>
8.9 KiB
BMad Documentation Index
Complete map of all BMad Method v6 documentation with recommended reading paths.
🎯 Getting Started (Start Here!)
New users: Start with one of these based on your situation:
| Your Situation | Start Here | Then Read |
|---|---|---|
| Brand new to BMad | Quick Start Guide | BMM Workflows Guide |
| Upgrading from v4 | v4 to v6 Upgrade Guide | Quick Start Guide |
| Brownfield project | Brownfield Guide | Quick Start Guide |
📋 Core Documentation
Project-Level Docs (Root)
- README.md - Main project overview, feature summary, and module introductions
- CONTRIBUTING.md - How to contribute, pull request guidelines, code style
- CHANGELOG.md - Version history and breaking changes
- CLAUDE.md - Claude Code specific guidelines for this project
Installation & Setup
- v4 to v6 Upgrade Guide - Migration path for v4 users
- Document Sharding Guide - Split large documents for 90%+ token savings
🏗️ Module Documentation
BMad Method (BMM) - Software & Game Development
The flagship module for agile AI-driven development.
- BMM Module README - Module overview, agents, and complete documentation index
- BMM Documentation - All BMM-specific guides and references:
- Quick Start Guide - Step-by-step guide to building your first project
- Quick Spec Flow - Rapid Level 0-1 development
- Scale Adaptive System - Understanding the 5-level system
- Brownfield Guide - Working with existing codebases
- BMM Workflows Guide - ESSENTIAL READING
- Test Architect Guide - Testing strategy and quality assurance
BMad Builder (BMB) - Create Custom Solutions
Build your own agents, workflows, and modules.
- BMB Module README - Module overview and capabilities
- Agent Creation Guide - Design custom agents
Creative Intelligence Suite (CIS) - Innovation & Creativity
AI-powered creative thinking and brainstorming.
- CIS Module README - Module overview and workflows
🖥️ IDE-Specific Guides
Instructions for loading agents and running workflows in your development environment.
Popular IDEs:
Other Supported IDEs:
Key concept: Every reference to "load an agent" or "activate an agent" in the main docs links to the ide-info directory for IDE-specific instructions.
🔧 Advanced Topics
Installation & Bundling
- IDE Injections Reference - How agents are installed to IDEs
- Installers & Platforms Reference - CLI tool and platform support
- Web Bundler Usage - Creating web-compatible bundles
📊 Documentation Map
docs/ # Core/cross-module documentation
├── index.md (this file)
├── v4-to-v6-upgrade.md
├── document-sharding-guide.md
├── ide-info/ # IDE setup guides
│ ├── claude-code.md
│ ├── cursor.md
│ ├── windsurf.md
│ └── [14+ other IDEs]
└── installers-bundlers/ # Installation reference
├── ide-injections.md
├── installers-modules-platforms-reference.md
└── web-bundler-usage.md
src/modules/
├── bmm/ # BMad Method module
│ ├── README.md # Module overview & docs index
│ ├── docs/ # BMM-specific documentation
│ │ ├── quick-start.md
│ │ ├── quick-spec-flow.md
│ │ ├── scale-adaptive-system.md
│ │ └── brownfield-guide.md
│ ├── workflows/README.md # ESSENTIAL workflow guide
│ └── testarch/README.md # Testing strategy
├── bmb/ # BMad Builder module
│ ├── README.md
│ └── workflows/create-agent/README.md
└── cis/ # Creative Intelligence Suite
└── README.md
🎓 Recommended Reading Paths
Path 1: Brand New to BMad (Software Project)
- README.md - Understand the vision
- Quick Start Guide - Get hands-on
- BMM Module README - Understand agents
- BMM Workflows Guide - Master the methodology
- Your IDE guide - Optimize your workflow
Path 2: Game Development Project
- README.md - Understand the vision
- Quick Start Guide - Get hands-on
- BMM Module README - Game agents are included
- BMM Workflows Guide - Game workflows
- Your IDE guide - Optimize your workflow
Path 3: Upgrading from v4
- v4 to v6 Upgrade Guide - Understand what changed
- Quick Start Guide - Reorient yourself
- BMM Workflows Guide - Learn new v6 workflows
Path 4: Working with Existing Codebase (Brownfield)
- Brownfield Guide - Approach for legacy code
- Quick Start Guide - Follow the process
- BMM Workflows Guide - Master the methodology
Path 5: Building Custom Solutions
- BMB Module README - Understand capabilities
- Agent Creation Guide - Create agents
- BMM Workflows Guide - Understand workflow structure
Path 6: Contributing to BMad
- CONTRIBUTING.md - Contribution guidelines
- Relevant module README - Understand the area you're contributing to
- Code Style section in CONTRIBUTING.md - Follow standards
🔍 Quick Reference
What is each module for?
- BMM - AI-driven software and game development
- BMB - Create custom agents and workflows
- CIS - Creative thinking and brainstorming
How do I load an agent? → See ide-info folder for your IDE
I'm stuck, what's next?
→ Check the BMM Workflows Guide or run workflow-status
I want to contribute → Start with CONTRIBUTING.md
📚 Important Concepts
Fresh Chats
Each workflow should run in a fresh chat with the specified agent to avoid context limitations. This is emphasized throughout the docs because it's critical to successful workflows.
Scale Levels
BMM adapts to project complexity (Levels 0-4). Documentation is scale-adaptive - you only need what's relevant to your project size.
Update-Safe Customization
All agent customizations go in bmad/_cfg/agents/ and survive updates. See your IDE guide and module README for details.
🆘 Getting Help
- Discord: Join the BMad Community
- #general-dev - Technical questions
- #bugs-issues - Bug reports
- Issues: GitHub Issue Tracker
- YouTube: BMad Code Channel