This expansion pack extends BMad Method with comprehensive infrastructure and DevOps capabilities. It's designed for teams that need to define, implement, and manage cloud infrastructure alongside their application development.
While the core BMad flow focuses on getting from business requirements to development (Analyst → PM → Architect → SM → Dev), many projects require sophisticated infrastructure planning and implementation. This expansion pack adds:
- Infrastructure architecture design capabilities
- Platform engineering implementation workflows
- DevOps automation and CI/CD pipeline design
- Cloud resource management and optimization
- Security and compliance validation
Install this expansion pack when your project requires:
- Cloud infrastructure design and implementation
- Kubernetes/container platform setup
- Service mesh and GitOps workflows
- Infrastructure as Code (IaC) development
- Platform engineering and DevOps practices
devops.yaml- DevOps and Platform Engineering agent configuration
devops.md- DevOps Engineer persona (Alex)
devops.ide.md- IDE-specific DevOps agent configuration
infrastructure-architecture-tmpl.md- Infrastructure architecture design templateinfrastructure-platform-from-arch-tmpl.md- Platform implementation from architecture template
infra/validate-infrastructure.md- Infrastructure validation workflowinfra/review-infrastructure.md- Infrastructure review process
infrastructure-checklist.md- Comprehensive 16-section infrastructure validation checklist
This expansion pack integrates with the core BMad flow at these points:
- After Architecture Phase: The Architect can trigger infrastructure architecture design
- Parallel to Development: Infrastructure implementation can proceed alongside application development
- Before Deployment: Infrastructure must be validated before application deployment
To install this expansion pack, run:
npm run install:expansion infrastructureOr manually:
node tools/install-expansion-pack.js infrastructureThis will:
- Copy all files to their appropriate locations in
.bmad-core/ - Update any necessary configurations
- Make the DevOps agent available in teams
After the main architecture is complete:
# Using the Architect agent
*create-infrastructure
# Or directly with DevOps agent
npm run agent devopsWith an approved infrastructure architecture:
# DevOps agent implements the platform
*implement-platformBefore deployment:
# Validate infrastructure against checklist
*validate-infraThe DevOps agent can be added to team configurations:
team-technical.yaml- For technical implementation teamsteam-full-org.yaml- For complete organizational teams
This expansion pack works best when used with:
- Core BMad agents (especially Architect)
- Technical preferences documentation
- Approved PRD and system architecture
You can customize this expansion pack by:
- Modifying the infrastructure templates for your cloud provider
- Adjusting the checklist items for your compliance needs
- Adding custom tasks for your specific workflows
- Infrastructure work requires real-world cloud credentials and configurations
- The templates use placeholders ({{variable}}) that need actual values
- Always validate infrastructure changes before production deployment
Version: 1.0 Compatible with: BMad Method v4