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.
Files changed (162) hide show
  1. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  2. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  3. package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
  4. package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
  5. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  6. package/.claude/commands/bmad/core/workflows/README.md +10 -0
  7. package/.claude/settings.local.json +4 -8
  8. package/CHANGELOG.md +305 -0
  9. package/README.md +88 -39
  10. package/bmad/_cfg/agent-manifest.csv +2 -1
  11. package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
  12. package/bmad/_cfg/files-manifest.csv +40 -62
  13. package/bmad/_cfg/ides/claude-code.yaml +1 -1
  14. package/bmad/_cfg/manifest.yaml +4 -3
  15. package/bmad/_cfg/task-manifest.csv +4 -1
  16. package/bmad/_cfg/tool-manifest.csv +1 -0
  17. package/bmad/_cfg/workflow-manifest.csv +3 -1
  18. package/bmad/bmb/config.yaml +2 -2
  19. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  20. package/bmad/bmm/README.md +79 -120
  21. package/bmad/bmm/README.md.bak +169 -0
  22. package/bmad/bmm/agents/analyst.md.bak +67 -0
  23. package/bmad/bmm/agents/architect.md +0 -1
  24. package/bmad/bmm/agents/architect.md.bak +73 -0
  25. package/bmad/bmm/agents/dev.md.bak +69 -0
  26. package/bmad/bmm/agents/pm.md.bak +76 -0
  27. package/bmad/bmm/agents/sm.md +1 -1
  28. package/bmad/bmm/agents/sm.md.bak +85 -0
  29. package/bmad/bmm/agents/tea.md.bak +72 -0
  30. package/bmad/bmm/agents/tech-writer.md +82 -0
  31. package/bmad/bmm/agents/ux-designer.md.bak +71 -0
  32. package/bmad/bmm/config.yaml +2 -2
  33. package/bmad/bmm/docs/README.md +235 -0
  34. package/bmad/bmm/docs/agents-guide.md +1057 -0
  35. package/bmad/bmm/docs/brownfield-guide.md +471 -972
  36. package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
  37. package/bmad/bmm/docs/faq.md +589 -0
  38. package/bmad/bmm/docs/glossary.md +321 -0
  39. package/bmad/bmm/docs/party-mode.md +224 -0
  40. package/bmad/bmm/docs/quick-spec-flow.md +64 -57
  41. package/bmad/bmm/docs/quick-start.md +72 -47
  42. package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
  43. package/bmad/bmm/docs/troubleshooting.md +680 -0
  44. package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
  45. package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
  46. package/bmad/bmm/docs/workflows-analysis.md +670 -0
  47. package/bmad/bmm/docs/workflows-implementation.md +1758 -0
  48. package/bmad/bmm/docs/workflows-planning.md +1086 -0
  49. package/bmad/bmm/docs/workflows-solutioning.md +726 -0
  50. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
  52. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  53. package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
  54. package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
  55. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  56. package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
  57. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  58. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  59. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  60. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  61. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  62. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  63. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  64. package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
  65. package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
  66. package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
  67. package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
  68. package/bmad/cis/agents/storyteller.md.bak +59 -0
  69. package/bmad/cis/config.yaml +2 -2
  70. package/bmad/core/agents/bmad-master.md.bak +15 -13
  71. package/bmad/core/config.yaml +2 -2
  72. package/bmad/core/tasks/workflow.xml +1 -11
  73. package/package.json +1 -1
  74. package/src/core/tasks/workflow.xml +1 -11
  75. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  76. package/src/modules/bmm/README.md +1 -1
  77. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  78. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  79. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  80. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  81. package/src/modules/bmm/docs/README.md +9 -9
  82. package/src/modules/bmm/docs/agents-guide.md +46 -98
  83. package/src/modules/bmm/docs/brownfield-guide.md +211 -90
  84. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  85. package/src/modules/bmm/docs/faq.md +10 -10
  86. package/src/modules/bmm/docs/glossary.md +36 -42
  87. package/src/modules/bmm/docs/party-mode.md +110 -1122
  88. package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
  89. package/src/modules/bmm/docs/quick-start.md +29 -29
  90. package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
  91. package/src/modules/bmm/docs/troubleshooting.md +1 -1
  92. package/src/modules/bmm/docs/workflows-implementation.md +20 -21
  93. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  94. package/src/modules/bmm/tasks/daily-standup.xml +1 -1
  95. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  96. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  97. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  98. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  99. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  100. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  101. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  102. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  103. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  104. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  105. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  106. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  107. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  108. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  109. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  110. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +1 -1
  111. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  112. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  114. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  115. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  116. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  117. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  118. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  119. package/bmad/bmm/tasks/retrospective.xml +0 -104
  120. package/bmad/bmm/testarch/README.md +0 -311
  121. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  122. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  123. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  124. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  125. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  126. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  127. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  128. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  129. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  130. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  131. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  132. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  133. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  134. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  135. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  136. package/bmad/bmm/workflows/README.md +0 -256
  137. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  138. package/bmad/bmm/workflows/testarch/README.md +0 -26
  139. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  140. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  141. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  142. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  143. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  144. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  145. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  146. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  147. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  148. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  149. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  150. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  151. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  152. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  153. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  154. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  155. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  156. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  157. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  158. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  159. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  160. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  161. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  162. /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
- - Paige (Documentation Guide)
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` - Decision-focused architecture with:
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 specifications (optional)
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 tech specs
191
- - `validate-epic-tech-context` - Validate epic tech spec
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 tech-spec alignment
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
- - **Test Healing:** Pattern-based + MCP-enhanced test fixing
307
- - **Dual Mode:** BMad-integrated (uses epic/story context) or standalone
308
- - **Knowledge Base:** Comprehensive testing best practices
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
- ### Paige (Documentation Guide) - Paige 📚
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
- - `create-story` - Create development story
465
- - `dev-story` - Implement story with tests
466
- - `code-review` - Review game implementation
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
- Party mode brings **all your installed agents together** for group discussions. Instead of working with one agent at a time, you engage with a dynamic team (19+ agents from BMM, CIS, BMB, and custom modules) that collaborates in real-time.
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
- - BMad Master loads ALL agents (with customizations)
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
- **Example Parties:**
584
-
585
- - **Product Strategy:** PM + Innovation Strategist + Analyst
586
- - **Technical Design:** Architect + Game Architect + Creative Problem Solver
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
- **Natural Collaboration:**
562
+ **What happens:** BMad Master orchestrates 2-3 relevant agents per message. They discuss, debate, and collaborate in real-time.
606
563
 
607
- - Agents can agree, disagree, or build on each other
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
- **For complete party mode documentation, see:**
566
+ **Current BMM uses:** Powers `epic-retrospective` workflow, sprint planning discussions.
612
567
 
613
- 👉 **[Party Mode Guide](./party-mode.md)** - Comprehensive 20-minute guide covering:
568
+ **Future:** Advanced elicitation workflows will officially leverage party mode.
614
569
 
615
- - How party mode works (step-by-step process)
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, Paige | Brownfield documentation |
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 specification |
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:** Paige (all phases)
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:** Paige for technical writing
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 Paige: *document-project
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 | Icon | Primary Phase | Key Workflows | Best For |
994
- | ------------------ | ---- | ------------------ | --------------------------------------------- | ------------------------------------- |
995
- | **Analyst** | 📊 | 1 (Analysis) | brainstorm, brief, research, document-project | Discovery, requirements, brownfield |
996
- | **PM** | 📋 | 2 (Planning) | prd, tech-spec, epics-stories | Planning, requirements docs |
997
- | **UX Designer** | 🎨 | 2 (Planning) | create-design, validate-design | UX-heavy projects, design |
998
- | **Architect** | 🏗️ | 3 (Solutioning) | architecture, gate-check | Technical design, architecture |
999
- | **SM** | 🏃 | 4 (Implementation) | sprint-planning, create-story, story-context | Story management, sprint coordination |
1000
- | **DEV** | 💻 | 4 (Implementation) | develop-story, code-review, story-done | Implementation, coding |
1001
- | **TEA** | 🧪 | All Phases | framework, atdd, automate, trace, ci | Testing, quality assurance |
1002
- | **Paige** | 📚 | All Phases | document-project, diagrams, validation | Documentation, diagrams |
1003
- | **Game Designer** | 🎲 | 1-2 (Games) | brainstorm-game, gdd, narrative | Game design, creative vision |
1004
- | **Game Developer** | 🕹️ | 4 (Games) | dev-story, code-review | Game implementation |
1005
- | **Game Architect** | 🏛️ | 3 (Games) | architecture, gate-check | Game systems architecture |
1006
- | **BMad Master** | 🧙 | Meta | party-mode, list tasks/workflows | Orchestration, multi-agent |
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
- - Paige: Documentation and diagrams
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 Paige)
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