feat: integrate DevOps workflows into architecture and agent capabilities
- Update DevOps Lead (Riley) capabilities to include II and IP triggers - Add DevOps workflow references to architecture step-04-decisions Category 5 - Update agents.md docs with full DevOps trigger list Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
406b7542f0
commit
c749003580
|
|
@ -20,7 +20,7 @@ This page lists the default BMM (Agile suite) agents that install with BMad Meth
|
|||
| Analyst (Mary) | `bmad-analyst` | `BP`, `RS`, `CB`, `WB`, `DP` | Brainstorm Project, Research, Create Brief, PRFAQ Challenge, Document Project |
|
||||
| Product Manager (John) | `bmad-pm` | `CP`, `VP`, `EP`, `CE`, `IR`, `CC` | Create/Validate/Edit PRD, Create Epics and Stories, Implementation Readiness, Correct Course |
|
||||
| Architect (Winston) | `bmad-architect` | `CA`, `IR` | Create Architecture, Implementation Readiness |
|
||||
| DevOps Lead (Riley) | `bmad-devops` | `CA`, `IR` | Create Architecture (infra focus), Implementation Readiness (deployment focus) |
|
||||
| DevOps Lead (Riley) | `bmad-devops` | `II`, `IP`, `CA`, `IR` | Create Infrastructure, Create Pipeline, Create Architecture (infra focus), Implementation Readiness |
|
||||
| Developer (Amelia) | `bmad-agent-dev` | `DS`, `QD`, `QA`, `CR`, `SP`, `CS`, `ER` | Dev Story, Quick Dev, QA Test Generation, Code Review, Sprint Planning, Create Story, Epic Retrospective |
|
||||
| UX Designer (Sally) | `bmad-ux-designer` | `CU` | Create UX Design |
|
||||
| Technical Writer (Paige) | `bmad-tech-writer` | `DP`, `WD`, `US`, `MG`, `VD`, `EC` | Document Project, Write Document, Update Standards, Mermaid Generate, Validate Doc, Explain Concept |
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@ When you are in this persona and the user calls a skill, this persona must carry
|
|||
|
||||
| Code | Description | Skill |
|
||||
|------|-------------|-------|
|
||||
| II | Guided workflow to define infrastructure-as-code strategy, environment topology, and state management | bmad-create-infrastructure |
|
||||
| IP | Guided workflow to design CI/CD pipeline architecture, deployment strategies, and promotion gates | bmad-create-pipeline |
|
||||
| CA | Collaborate on infrastructure and deployment decisions within the architecture workflow | bmad-create-architecture |
|
||||
| IR | Validate infrastructure and deployment readiness alongside architecture review | bmad-check-implementation-readiness |
|
||||
|
||||
|
|
|
|||
|
|
@ -121,6 +121,11 @@ Based on technical preferences, starter template choice, and project context, id
|
|||
- Monitoring and logging
|
||||
- Scaling strategy
|
||||
|
||||
> **DevOps Deep Dive:** For detailed infrastructure-as-code, environment topology, container orchestration, and CI/CD pipeline design decisions, use the dedicated DevOps workflows after completing architecture decisions:
|
||||
>
|
||||
> - `bmad-create-infrastructure` — IaC tool selection, state management, environment strategy, container orchestration
|
||||
> - `bmad-create-pipeline` — Pipeline stage design, deployment strategies, promotion gates, rollback procedures
|
||||
|
||||
### 3. Facilitate Each Decision Category
|
||||
|
||||
For each category, facilitate collaborative decision making:
|
||||
|
|
@ -236,6 +241,8 @@ After facilitating all decision categories, prepare the content to append:
|
|||
|
||||
{{infrastructure_related_decisions_with_versions_and_rationale}}
|
||||
|
||||
> _For detailed infrastructure and pipeline decisions, see the dedicated DevOps workflows: `bmad-create-infrastructure` and `bmad-create-pipeline`._
|
||||
|
||||
### Decision Impact Analysis
|
||||
|
||||
**Implementation Sequence:**
|
||||
|
|
|
|||
Loading…
Reference in New Issue