* 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>
46 lines
2.0 KiB
YAML
46 lines
2.0 KiB
YAML
name: bmad-2d-phaser-game-dev
|
|
version: 1.0.0
|
|
description: 2D Game Development expansion pack for BMAD Method - Phaser 3 & TypeScript focused
|
|
author: BMAD Team
|
|
files:
|
|
- source: agents/game-designer.md
|
|
destination: .bmad-core/agents/game-designer.md
|
|
- source: agents/game-developer.md
|
|
destination: .bmad-core/agents/game-developer.md
|
|
- source: agents/game-sm.md
|
|
destination: .bmad-core/agents/game-sm.md
|
|
- source: team-game-dev.yml
|
|
destination: .bmad-core/agent-teams/team-game-dev.yml
|
|
- source: templates/game-design-doc-tmpl.md
|
|
destination: .bmad-core/templates/game-design-doc-tmpl.md
|
|
- source: templates/game-architecture-tmpl.md
|
|
destination: .bmad-core/templates/game-architecture-tmpl.md
|
|
- source: templates/level-design-doc-tmpl.md
|
|
destination: .bmad-core/templates/level-design-doc-tmpl.md
|
|
- source: templates/game-story-tmpl.md
|
|
destination: .bmad-core/templates/game-story-tmpl.md
|
|
- source: templates/game-brief-tmpl.md
|
|
destination: .bmad-core/templates/game-brief-tmpl.md
|
|
- source: tasks/create-game-story.md
|
|
destination: .bmad-core/tasks/create-game-story.md
|
|
- source: tasks/game-design-brainstorming.md
|
|
destination: .bmad-core/tasks/game-design-brainstorming.md
|
|
- source: tasks/advanced-elicitation.md
|
|
destination: .bmad-core/tasks/advanced-elicitation.md
|
|
- source: checklists/game-story-dod-checklist.md
|
|
destination: .bmad-core/checklists/game-story-dod-checklist.md
|
|
- source: checklists/game-design-checklist.md
|
|
destination: .bmad-core/checklists/game-design-checklist.md
|
|
- source: data/bmad-kb.md
|
|
destination: .bmad-core/data/bmad-kb.md
|
|
- source: data/development-guidelines.md
|
|
destination: .bmad-core/data/development-guidelines.md
|
|
- source: workflows/game-dev-greenfield.yml
|
|
destination: .bmad-core/workflows/game-dev-greenfield.yml
|
|
- source: workflows/game-prototype.yml
|
|
destination: .bmad-core/workflows/game-prototype.yml
|
|
dependencies:
|
|
- architect
|
|
- developer
|
|
- sm
|