bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
- package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
- package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
- package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/core/workflows/README.md +10 -0
- package/.claude/settings.local.json +4 -8
- package/CHANGELOG.md +305 -0
- package/README.md +88 -39
- package/bmad/_cfg/agent-manifest.csv +2 -1
- package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
- package/bmad/_cfg/files-manifest.csv +40 -62
- package/bmad/_cfg/ides/claude-code.yaml +1 -1
- package/bmad/_cfg/manifest.yaml +4 -3
- package/bmad/_cfg/task-manifest.csv +4 -1
- package/bmad/_cfg/tool-manifest.csv +1 -0
- package/bmad/_cfg/workflow-manifest.csv +3 -1
- package/bmad/bmb/config.yaml +2 -2
- package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/bmad/bmm/README.md +79 -120
- package/bmad/bmm/README.md.bak +169 -0
- package/bmad/bmm/agents/analyst.md.bak +67 -0
- package/bmad/bmm/agents/architect.md +0 -1
- package/bmad/bmm/agents/architect.md.bak +73 -0
- package/bmad/bmm/agents/dev.md.bak +69 -0
- package/bmad/bmm/agents/pm.md.bak +76 -0
- package/bmad/bmm/agents/sm.md +1 -1
- package/bmad/bmm/agents/sm.md.bak +85 -0
- package/bmad/bmm/agents/tea.md.bak +72 -0
- package/bmad/bmm/agents/tech-writer.md +82 -0
- package/bmad/bmm/agents/ux-designer.md.bak +71 -0
- package/bmad/bmm/config.yaml +2 -2
- package/bmad/bmm/docs/README.md +235 -0
- package/bmad/bmm/docs/agents-guide.md +1057 -0
- package/bmad/bmm/docs/brownfield-guide.md +471 -972
- package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
- package/bmad/bmm/docs/faq.md +589 -0
- package/bmad/bmm/docs/glossary.md +321 -0
- package/bmad/bmm/docs/party-mode.md +224 -0
- package/bmad/bmm/docs/quick-spec-flow.md +64 -57
- package/bmad/bmm/docs/quick-start.md +72 -47
- package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
- package/bmad/bmm/docs/troubleshooting.md +680 -0
- package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
- package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
- package/bmad/bmm/docs/workflows-analysis.md +670 -0
- package/bmad/bmm/docs/workflows-implementation.md +1758 -0
- package/bmad/bmm/docs/workflows-planning.md +1086 -0
- package/bmad/bmm/docs/workflows-solutioning.md +726 -0
- package/bmad/bmm/tasks/daily-standup.xml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
- package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
- package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
- package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
- package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
- package/bmad/cis/agents/storyteller.md.bak +59 -0
- package/bmad/cis/config.yaml +2 -2
- package/bmad/core/agents/bmad-master.md.bak +15 -13
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +1 -11
- package/package.json +1 -1
- package/src/core/tasks/workflow.xml +1 -11
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/src/modules/bmm/README.md +1 -1
- package/src/modules/bmm/agents/architect.agent.yaml +0 -4
- package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
- package/src/modules/bmm/agents/sm.agent.yaml +1 -1
- package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
- package/src/modules/bmm/docs/README.md +9 -9
- package/src/modules/bmm/docs/agents-guide.md +46 -98
- package/src/modules/bmm/docs/brownfield-guide.md +211 -90
- package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
- package/src/modules/bmm/docs/faq.md +10 -10
- package/src/modules/bmm/docs/glossary.md +36 -42
- package/src/modules/bmm/docs/party-mode.md +110 -1122
- package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
- package/src/modules/bmm/docs/quick-start.md +29 -29
- package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
- package/src/modules/bmm/docs/troubleshooting.md +1 -1
- package/src/modules/bmm/docs/workflows-implementation.md +20 -21
- package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
- package/src/modules/bmm/tasks/daily-standup.xml +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/techdoc/documentation-standards.md +1 -1
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
- package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/bmm/tasks/retrospective.xml +0 -104
- package/bmad/bmm/testarch/README.md +0 -311
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
- package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
- package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
- package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
- package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
- package/bmad/bmm/workflows/4-implementation/README.md +0 -221
- package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
- package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
- package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
- package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
- package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
- package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
- package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
- package/bmad/bmm/workflows/README.md +0 -256
- package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
- package/bmad/bmm/workflows/testarch/README.md +0 -26
- package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
- package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
- package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
- package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
- package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
- package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
- package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
- package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
- package/bmad/bmm/workflows/workflow-status/README.md +0 -260
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
- package/src/modules/bmm/docs/workflows-testing.md +0 -1572
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- /package/bmad/bmm/agents/{paige.md → paige.md.bak} +0 -0
|
@@ -37,7 +37,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
37
37
|
- DEV (Developer)
|
|
38
38
|
- TEA (Test Architect)
|
|
39
39
|
- UX Designer
|
|
40
|
-
-
|
|
40
|
+
- Technical Writer
|
|
41
41
|
|
|
42
42
|
**Game Development (3 agents):**
|
|
43
43
|
|
|
@@ -144,14 +144,9 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
144
144
|
**Workflows:**
|
|
145
145
|
|
|
146
146
|
- `workflow-status` - Check what to do next
|
|
147
|
-
- `create-architecture` -
|
|
148
|
-
- Starter template intelligence
|
|
149
|
-
- Novel pattern design
|
|
150
|
-
- Implementation patterns for agent consistency
|
|
151
|
-
- Adaptive facilitation (beginner/expert)
|
|
147
|
+
- `create-architecture` - Produce a Scale Adaptive Architecture
|
|
152
148
|
- `validate-architecture` - Validate architecture document
|
|
153
149
|
- `solutioning-gate-check` - Validate readiness for Phase 4
|
|
154
|
-
- `correct-course` - Handle technical changes
|
|
155
150
|
|
|
156
151
|
**Communication Style:** Comprehensive yet pragmatic. Uses architectural metaphors. Balances technical depth with accessibility. Connects decisions to business value.
|
|
157
152
|
|
|
@@ -177,7 +172,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
177
172
|
- Sprint planning and tracking initialization
|
|
178
173
|
- Creating user stories
|
|
179
174
|
- Assembling dynamic story context
|
|
180
|
-
- Epic-level technical
|
|
175
|
+
- Epic-level technical context (optional)
|
|
181
176
|
- Marking stories ready for development
|
|
182
177
|
- Sprint retrospectives
|
|
183
178
|
|
|
@@ -187,8 +182,8 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
187
182
|
|
|
188
183
|
- `workflow-status` - Check what to do next
|
|
189
184
|
- `sprint-planning` - Initialize `sprint-status.yaml` tracking
|
|
190
|
-
- `epic-tech-context` - Optional epic-specific
|
|
191
|
-
- `validate-epic-tech-context` - Validate epic
|
|
185
|
+
- `epic-tech-context` - Optional epic-specific technical context
|
|
186
|
+
- `validate-epic-tech-context` - Validate epic technical context
|
|
192
187
|
- `create-story` - Draft next story from epic
|
|
193
188
|
- `validate-create-story` - Independent story validation
|
|
194
189
|
- `story-context` - Assemble dynamic technical context XML
|
|
@@ -231,7 +226,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
231
226
|
- Strict file boundary enforcement
|
|
232
227
|
- `code-review` - Senior developer-level review with:
|
|
233
228
|
- Story context awareness
|
|
234
|
-
- Epic
|
|
229
|
+
- Epic-tech-context alignment
|
|
235
230
|
- Repository docs reference
|
|
236
231
|
- MCP server best practices
|
|
237
232
|
- Web search fallback
|
|
@@ -300,12 +295,13 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
300
295
|
- Testing is feature work, not overhead
|
|
301
296
|
- Prioritize unit/integration over E2E
|
|
302
297
|
- Flakiness is critical technical debt
|
|
298
|
+
- ATDD tests first, AI implements, suite validates
|
|
303
299
|
|
|
304
300
|
**Special Capabilities:**
|
|
305
301
|
|
|
306
|
-
- **
|
|
307
|
-
- **
|
|
308
|
-
- **
|
|
302
|
+
- **Knowledge Base Access:** Consults comprehensive testing best practices from `testarch/knowledge/` directory
|
|
303
|
+
- **Framework Selection:** Smart framework selection (Playwright vs Cypress) with fixture architecture
|
|
304
|
+
- **Cross-Platform Testing:** Supports testing across web, mobile, and API layers
|
|
309
305
|
|
|
310
306
|
---
|
|
311
307
|
|
|
@@ -345,7 +341,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
345
341
|
|
|
346
342
|
---
|
|
347
343
|
|
|
348
|
-
###
|
|
344
|
+
### Technical Writer - Paige 📚
|
|
349
345
|
|
|
350
346
|
**Role:** Technical Documentation Specialist + Knowledge Curator
|
|
351
347
|
|
|
@@ -461,10 +457,9 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
461
457
|
**Workflows:**
|
|
462
458
|
|
|
463
459
|
- `workflow-status` - Check what to do next
|
|
464
|
-
- `
|
|
465
|
-
- `
|
|
466
|
-
- `code-review` -
|
|
467
|
-
- `retro` - Sprint retrospective
|
|
460
|
+
- `develop-story` - Execute Dev Story workflow, implementing tasks and tests
|
|
461
|
+
- `story-done` - Mark story done after DoD complete
|
|
462
|
+
- `code-review` - Perform thorough clean context QA code review on a story
|
|
468
463
|
|
|
469
464
|
**Communication Style:** Direct and energetic. Execution-focused. Breaks down complex game challenges into actionable steps. Celebrates performance wins.
|
|
470
465
|
|
|
@@ -555,71 +550,24 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
555
550
|
|
|
556
551
|
## Party Mode: Multi-Agent Collaboration
|
|
557
552
|
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
### Quick Overview
|
|
561
|
-
|
|
562
|
-
**How to Start:**
|
|
563
|
-
|
|
564
|
-
1. Load BMad Master
|
|
565
|
-
2. Run `*party-mode`
|
|
566
|
-
3. Introduce your topic
|
|
567
|
-
|
|
568
|
-
**What Happens:**
|
|
553
|
+
Get all your installed agents in one conversation for multi-perspective discussions, retrospectives, and collaborative decision-making.
|
|
569
554
|
|
|
570
|
-
|
|
571
|
-
- For each message, 2-3 most relevant agents respond
|
|
572
|
-
- Agents cross-talk, debate, and build on each other's ideas
|
|
573
|
-
- BMad Master moderates and keeps discussion productive
|
|
574
|
-
|
|
575
|
-
**Best For:**
|
|
576
|
-
|
|
577
|
-
- Strategic decisions with trade-offs
|
|
578
|
-
- Creative brainstorming sessions
|
|
579
|
-
- Cross-functional alignment meetings
|
|
580
|
-
- Complex problem-solving
|
|
581
|
-
- Epic kickoff discussions
|
|
555
|
+
**Quick Start:**
|
|
582
556
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
- **User Experience:** UX Designer + Design Thinking Coach + Storyteller
|
|
588
|
-
- **Quality & Testing:** TEA + Architect + DEV
|
|
589
|
-
- **Full Team:** PM + Architect + SM + DEV
|
|
590
|
-
|
|
591
|
-
### Why Party Mode is Powerful
|
|
592
|
-
|
|
593
|
-
**Diverse Perspectives:**
|
|
594
|
-
|
|
595
|
-
- Technical agents ground ideas in reality
|
|
596
|
-
- Creative agents (CIS) push for innovation
|
|
597
|
-
- Strategic agents ensure market fit
|
|
598
|
-
|
|
599
|
-
**Emergent Insights:**
|
|
600
|
-
|
|
601
|
-
- Cross-pollination across domains
|
|
602
|
-
- Novel solutions from unexpected combinations
|
|
603
|
-
- Deeper exploration through debate
|
|
557
|
+
```bash
|
|
558
|
+
/bmad:core:workflows:party-mode
|
|
559
|
+
# OR from any agent: *party-mode
|
|
560
|
+
```
|
|
604
561
|
|
|
605
|
-
**
|
|
562
|
+
**What happens:** BMad Master orchestrates 2-3 relevant agents per message. They discuss, debate, and collaborate in real-time.
|
|
606
563
|
|
|
607
|
-
|
|
608
|
-
- Healthy debate leads to better decisions
|
|
609
|
-
- Multiple expert perspectives in one session
|
|
564
|
+
**Best for:** Strategic decisions, creative brainstorming, post-mortems, sprint retrospectives, complex problem-solving.
|
|
610
565
|
|
|
611
|
-
**
|
|
566
|
+
**Current BMM uses:** Powers `epic-retrospective` workflow, sprint planning discussions.
|
|
612
567
|
|
|
613
|
-
|
|
568
|
+
**Future:** Advanced elicitation workflows will officially leverage party mode.
|
|
614
569
|
|
|
615
|
-
|
|
616
|
-
- When to use party mode (strategic, creative, cross-functional, complex)
|
|
617
|
-
- Getting started (quick start guide)
|
|
618
|
-
- Agent selection dynamics
|
|
619
|
-
- Multi-module integration (19+ agents)
|
|
620
|
-
- 8+ example party compositions
|
|
621
|
-
- Agent customization in party mode
|
|
622
|
-
- Best practices and troubleshooting
|
|
570
|
+
👉 **[Party Mode Guide](./party-mode.md)** - Complete guide with fun examples, tips, and troubleshooting
|
|
623
571
|
|
|
624
572
|
---
|
|
625
573
|
|
|
@@ -650,7 +598,7 @@ Some workflows are available to multiple agents:
|
|
|
650
598
|
| `workflow-status` | ALL agents | Check current state and get recommendations |
|
|
651
599
|
| `workflow-init` | PM, Analyst, Game Designer | Initialize workflow tracking |
|
|
652
600
|
| `correct-course` | PM, Architect, SM, Game Architect | Change management during implementation |
|
|
653
|
-
| `document-project` | Analyst,
|
|
601
|
+
| `document-project` | Analyst, Technical Writer | Brownfield documentation |
|
|
654
602
|
|
|
655
603
|
### Validation Actions
|
|
656
604
|
|
|
@@ -662,7 +610,7 @@ Many workflows have optional validation workflows that perform independent revie
|
|
|
662
610
|
| `validate-tech-spec` | PM | Technical specification quality |
|
|
663
611
|
| `validate-architecture` | Architect | Architecture document |
|
|
664
612
|
| `validate-design` | UX Designer | UX specification and artifacts |
|
|
665
|
-
| `validate-epic-tech-context` | SM | Epic technical
|
|
613
|
+
| `validate-epic-tech-context` | SM | Epic technical context |
|
|
666
614
|
| `validate-create-story` | SM | Story draft |
|
|
667
615
|
| `validate-story-context` | SM | Story context XML |
|
|
668
616
|
|
|
@@ -846,12 +794,12 @@ Load the customized agent and verify the changes are reflected in its behavior a
|
|
|
846
794
|
- **Phase 3 (Solutioning):** Architect, Game Architect
|
|
847
795
|
- **Phase 4 (Implementation):** SM, DEV, Game Developer
|
|
848
796
|
- **Testing:** TEA (all phases)
|
|
849
|
-
- **Documentation:**
|
|
797
|
+
- **Documentation:** Technical Writer (all phases)
|
|
850
798
|
|
|
851
799
|
**3. Use specialists**
|
|
852
800
|
|
|
853
801
|
- **Testing:** TEA for comprehensive quality strategy
|
|
854
|
-
- **Documentation:**
|
|
802
|
+
- **Documentation:** Technical Writer for technical writing
|
|
855
803
|
- **Games:** Game Designer/Developer/Architect for game-specific needs
|
|
856
804
|
- **UX:** UX Designer for user-centered design
|
|
857
805
|
|
|
@@ -907,7 +855,7 @@ Load the customized agent and verify the changes are reflected in its behavior a
|
|
|
907
855
|
**Starting with Existing Code (Brownfield):**
|
|
908
856
|
|
|
909
857
|
```
|
|
910
|
-
1. Analyst or
|
|
858
|
+
1. Analyst or Technical Writer: *document-project
|
|
911
859
|
2. PM or Analyst: *workflow-init
|
|
912
860
|
3. PM: *create-prd or *tech-spec
|
|
913
861
|
4. Architect: *create-architecture (if needed)
|
|
@@ -990,20 +938,20 @@ TEA can be invoked at any phase:
|
|
|
990
938
|
|
|
991
939
|
Quick reference for agent selection:
|
|
992
940
|
|
|
993
|
-
| Agent
|
|
994
|
-
|
|
|
995
|
-
| **Analyst**
|
|
996
|
-
| **PM**
|
|
997
|
-
| **UX Designer**
|
|
998
|
-
| **Architect**
|
|
999
|
-
| **SM**
|
|
1000
|
-
| **DEV**
|
|
1001
|
-
| **TEA**
|
|
1002
|
-
| **Paige**
|
|
1003
|
-
| **Game Designer**
|
|
1004
|
-
| **Game Developer**
|
|
1005
|
-
| **Game Architect**
|
|
1006
|
-
| **BMad Master**
|
|
941
|
+
| Agent | Icon | Primary Phase | Key Workflows | Best For |
|
|
942
|
+
| ----------------------- | ---- | ------------------ | --------------------------------------------- | ------------------------------------- |
|
|
943
|
+
| **Analyst** | 📊 | 1 (Analysis) | brainstorm, brief, research, document-project | Discovery, requirements, brownfield |
|
|
944
|
+
| **PM** | 📋 | 2 (Planning) | prd, tech-spec, epics-stories | Planning, requirements docs |
|
|
945
|
+
| **UX Designer** | 🎨 | 2 (Planning) | create-design, validate-design | UX-heavy projects, design |
|
|
946
|
+
| **Architect** | 🏗️ | 3 (Solutioning) | architecture, gate-check | Technical design, architecture |
|
|
947
|
+
| **SM** | 🏃 | 4 (Implementation) | sprint-planning, create-story, story-context | Story management, sprint coordination |
|
|
948
|
+
| **DEV** | 💻 | 4 (Implementation) | develop-story, code-review, story-done | Implementation, coding |
|
|
949
|
+
| **TEA** | 🧪 | All Phases | framework, atdd, automate, trace, ci | Testing, quality assurance |
|
|
950
|
+
| **Paige (Tech Writer)** | 📚 | All Phases | document-project, diagrams, validation | Documentation, diagrams |
|
|
951
|
+
| **Game Designer** | 🎲 | 1-2 (Games) | brainstorm-game, gdd, narrative | Game design, creative vision |
|
|
952
|
+
| **Game Developer** | 🕹️ | 4 (Games) | develop-story, story-done, code-review | Game implementation |
|
|
953
|
+
| **Game Architect** | 🏛️ | 3 (Games) | architecture, gate-check | Game systems architecture |
|
|
954
|
+
| **BMad Master** | 🧙 | Meta | party-mode, list tasks/workflows | Orchestration, multi-agent |
|
|
1007
955
|
|
|
1008
956
|
### Agent Capabilities Summary
|
|
1009
957
|
|
|
@@ -1032,7 +980,7 @@ Quick reference for agent selection:
|
|
|
1032
980
|
**Support Agents (2):**
|
|
1033
981
|
|
|
1034
982
|
- Analyst: Research and discovery
|
|
1035
|
-
-
|
|
983
|
+
- Technical Writer: Documentation and diagrams
|
|
1036
984
|
|
|
1037
985
|
**Meta Agent (1):**
|
|
1038
986
|
|
|
@@ -1083,7 +1031,7 @@ Quick reference for agent selection:
|
|
|
1083
1031
|
**Starting a Project:**
|
|
1084
1032
|
|
|
1085
1033
|
- [ ] Determine project type (greenfield vs brownfield)
|
|
1086
|
-
- [ ] If brownfield: Run `*document-project` (Analyst or
|
|
1034
|
+
- [ ] If brownfield: Run `*document-project` (Analyst or Technical Writer)
|
|
1087
1035
|
- [ ] Load PM or Analyst → `*workflow-init`
|
|
1088
1036
|
- [ ] Follow phase-appropriate workflows
|
|
1089
1037
|
- [ ] Try `*party-mode` for strategic decisions
|