🚀 BMAD Method v6.0.0-alpha.7
🎯 Highlights
This release focuses on web bundler improvements, module extraction, and critical bug fixes for workflow dependencies.
✨ New Features
-
Web Bundle Support for BMM Module: Added 8 BMM agents and team-fullstack web bundles (~25k lines)
- Agents: analyst, architect, dev, pm, sm, tea, tech-writer, ux-designer
- Team: team-fullstack (complete BMAD Method team bundle)
-
Workflow Vendoring System: Web bundler now supports vendoring child workflows into parent bundles
- Enables complete standalone workflow bundles with all dependencies
- Supports nested workflow references and proper file resolution
-
BMGD Module Extraction: Game development module (BMGD) properly extracted with workflow vendoring support
🐛 Bug Fixes
-
Critical: Fixed missing adv-elicit-methods.csv dependency
- Added CSV file to architecture, PRD, and tech-spec workflows
- Prevents runtime failures when advanced elicitation is invoked in bundled workflows
- Ensures all 39 elicitation methods are available
-
Fixed menu items for workflows with web_bundle: false
- Workflows that can't be bundled no longer appear in web bundle menus
-
Installation improvements: Fixed Claude/IDE tool installations to not add README files
- Slash command regression fix
- Cleanup of bmad folders in tools during install
-
Improved dependency messaging: Show positive message when no missing dependencies found
📚 Documentation
- Updated TEA documentation to align with BMad 4-phase methodology
- Documentation and diagram improvements across the board
🔧 Infrastructure
- Web bundler improvements (part 1 of ongoing optimizations)
- Added Claude Code PR review workflow with GitHub token support
⚠️ Known Issues
- Web bundler still has optimizations and known issues being addressed in upcoming releases
- Additional fixes planned for future alpha releases
📦 Installation
npm install -g bmad-method@6.0.0-alpha.7Or update existing installation:
npm update -g bmad-methodFull Changelog: v6.0.0-alpha.6...v6.0.0-alpha.7