Aligns DoD checklist with workflow diagram requirements.
**Problem:**
The Core Development Cycle workflow diagram (bmad-core/user-guide.md
line 129) shows "IMPORTANT: COMMIT YOUR CHANGES BEFORE PROCEEDING!"
and "Verify All Regression Tests and Linting are Passing" as explicit
steps before marking a story done. However, the story-dod-checklist.md
was missing these requirements.
**Solution:**
Added to Section 6 (Dependencies, Build & Configuration):
- All tests pass (unit, integration, etc.)
- All code changes for this story committed with descriptive messages
- Story file changes committed
This ensures agents follow the documented workflow by checking tests
pass and code is committed before completing a story.
**References:**
- Workflow diagram: bmad-core/user-guide.md lines 123, 129
- Related: Issue #661 (v6 VCS module - future enhancement)
* feat: add expansion pack installation system with game dev and infrastructure expansion packs
- Added expansion pack discovery and installation to BMAD installer
- Supports interactive and CLI installation of expansion packs
- Expansion pack files install to destination root (.bmad-core)
- Added game development expansion pack (.bmad-2d-phaser-game-dev)
- Game designer, developer, and scrum master agents
- Game-specific templates, tasks, workflows, and guidelines
- Specialized for Phaser 3 + TypeScript development
- Added infrastructure devops expansion pack (.bmad-infrastructure-devops)
- Platform engineering agent and infrastructure templates
- Expansion pack agents automatically integrate with IDE rules
- Added list:expansions command and --expansion-packs CLI option
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
* alpha expansion packs and installer update to support installing expansion packs optionally
* node20
---------
Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local>
Co-authored-by: Claude <noreply@anthropic.com>