* 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>
24 lines
1.0 KiB
YAML
24 lines
1.0 KiB
YAML
name: bmad-infrastructure-devops
|
|
version: 1.0.0
|
|
description: Infrastructure & DevOps expansion pack for BMAD Method - Platform engineering and cloud infrastructure focused
|
|
author: BMAD Team
|
|
files:
|
|
- source: agents/infra-devops-platform.md
|
|
destination: .bmad-core/agents/infra-devops-platform.md
|
|
- source: templates/infrastructure-architecture-tmpl.md
|
|
destination: .bmad-core/templates/infrastructure-architecture-tmpl.md
|
|
- source: templates/infrastructure-platform-from-arch-tmpl.md
|
|
destination: .bmad-core/templates/infrastructure-platform-from-arch-tmpl.md
|
|
- source: tasks/create-doc.md
|
|
destination: .bmad-core/tasks/create-doc.md
|
|
- source: tasks/review-infrastructure.md
|
|
destination: .bmad-core/tasks/review-infrastructure.md
|
|
- source: tasks/validate-infrastructure.md
|
|
destination: .bmad-core/tasks/validate-infrastructure.md
|
|
- source: checklists/infrastructure-checklist.md
|
|
destination: .bmad-core/checklists/infrastructure-checklist.md
|
|
dependencies:
|
|
- architect
|
|
- operations-specialist
|
|
- security-specialist
|