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
@@ -4,4 +4,7 @@ name,displayName,description,module,path,standalone
4
4
  "validate-workflow","Validate Workflow Output","Run a checklist against a document with thorough analysis and produce a validation report","core","bmad/core/tasks/validate-workflow.xml","false"
5
5
  "workflow","Execute Workflow","Execute given workflow by loading its configuration, following instructions, and producing output","core","bmad/core/tasks/workflow.xml","false"
6
6
  "daily-standup","Daily Standup","","bmm","bmad/bmm/tasks/daily-standup.xml","false"
7
- "retrospective","Team Retrospective","","bmm","bmad/bmm/tasks/retrospective.xml","false"
7
+ "adv-elicit","Advanced Elicitation","When called from workflow","core","bmad/core/tasks/adv-elicit.xml","false"
8
+ "index-docs","Index Docs","Generates or updates an index.md of all documents in the specified directory","core","bmad/core/tasks/index-docs.xml","true"
9
+ "validate-workflow","Validate Workflow Output","Run a checklist against a document with thorough analysis and produce a validation report","core","bmad/core/tasks/validate-workflow.xml","false"
10
+ "workflow","Execute Workflow","Execute given workflow by loading its configuration, following instructions, and producing output","core","bmad/core/tasks/workflow.xml","false"
@@ -1,2 +1,3 @@
1
1
  name,displayName,description,module,path,standalone
2
2
  "shard-doc","Shard Document","Splits large markdown documents into smaller, organized files based on level 2 (default) sections","core","bmad/core/tools/shard-doc.xml","true"
3
+ "shard-doc","Shard Document","Splits large markdown documents into smaller, organized files based on level 2 (default) sections","core","bmad/core/tools/shard-doc.xml","true"
@@ -25,7 +25,7 @@ name,description,module,path,standalone
25
25
  "correct-course","Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation","bmm","bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml","true"
26
26
  "create-story","Create the next user story markdown from epics/PRD and architecture, using a standard template and saving to the stories folder","bmm","bmad/bmm/workflows/4-implementation/create-story/workflow.yaml","true"
27
27
  "dev-story","Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria","bmm","bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml","true"
28
- "tech-spec","Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping","bmm","bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml","true"
28
+ "epic-tech-context","Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping","bmm","bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml","true"
29
29
  "retrospective","Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic","bmm","bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml","true"
30
30
  "sprint-planning","Generate and manage the sprint status tracking file for Phase 4 implementation, extracting all epics and stories from epic files and tracking their status through the development lifecycle","bmm","bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml","true"
31
31
  "story-context","Assemble a dynamic Story Context XML by pulling latest documentation and existing code/library artifacts relevant to a drafted story","bmm","bmad/bmm/workflows/4-implementation/story-context/workflow.yaml","true"
@@ -46,3 +46,5 @@ name,description,module,path,standalone
46
46
  "innovation-strategy","Identify disruption opportunities and architect business model innovation. This workflow guides strategic analysis of markets, competitive dynamics, and business model innovation to uncover sustainable competitive advantages and breakthrough opportunities.","cis","bmad/cis/workflows/innovation-strategy/workflow.yaml","true"
47
47
  "problem-solving","Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks.","cis","bmad/cis/workflows/problem-solving/workflow.yaml","true"
48
48
  "storytelling","Craft compelling narratives using proven story frameworks and techniques. This workflow guides users through structured narrative development, applying appropriate story frameworks to create emotionally resonant and engaging stories for any purpose.","cis","bmad/cis/workflows/storytelling/workflow.yaml","true"
49
+ "brainstorming","Facilitate interactive brainstorming sessions using diverse creative techniques. This workflow facilitates interactive brainstorming sessions using diverse creative techniques. The session is highly interactive, with the AI acting as a facilitator to guide the user through various ideation methods to generate and refine creative solutions.","core","bmad/core/workflows/brainstorming/workflow.yaml","true"
50
+ "party-mode","Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations","core","bmad/core/workflows/party-mode/workflow.yaml","true"
@@ -1,7 +1,7 @@
1
1
  # BMB Module Configuration
2
2
  # Generated by BMAD installer
3
- # Version: 6.0.0-alpha.3
4
- # Date: 2025-11-02T21:29:37.672Z
3
+ # Version: 6.0.0-alpha.4
4
+ # Date: 2025-11-04T02:59:22.715Z
5
5
 
6
6
  custom_agent_location: "{project-root}/bmad/agents"
7
7
  custom_workflow_location: "{project-root}/bmad/workflows"
@@ -161,7 +161,7 @@
161
161
  <action if="condition met">Do something</action>
162
162
  ```
163
163
 
164
- <action>Scan instructions.md for nested tag references using pattern: &lt;(action|ask|check|template-output|invoke-workflow|goto|step|elicit-required)&gt; within text content</action>
164
+ <action>Scan instructions.md for nested tag references using pattern: &lt;(action|ask|check|template-output|invoke-workflow|invoke-task|goto|step)&gt; within text content
165
165
  <action>Record any instances of nested tag references with line numbers</action>
166
166
  <action>Scan instructions.md for conditional execution antipattern: self-closing check tags</action>
167
167
  <action>Detect pattern: `&lt;check&gt;.*&lt;/check&gt;` on single line (self-closing check)</action>
@@ -2,168 +2,127 @@
2
2
 
3
3
  Core orchestration system for AI-driven agile development, providing comprehensive lifecycle management through specialized agents and workflows.
4
4
 
5
- ## Table of Contents
6
-
7
- - [Essential Reading](#essential-reading)
8
- - [Documentation](#documentation)
9
- - [Module Structure](#module-structure)
10
- - [Quick Start](#quick-start)
11
- - [Key Concepts](#key-concepts)
12
- - [Scale Levels](#scale-levels)
13
- - [Story Lifecycle](#story-lifecycle)
14
- - [Best Practices](#best-practices)
15
-
16
- ## Essential Reading
17
-
18
- **[📖 BMM v6 Workflows Guide](./workflows/README.md)** - Required reading before using BMM. Explains the revolutionary workflow system and component integration.
19
-
20
- ## Documentation
21
-
22
- All BMM-specific documentation is organized in the `docs/` folder:
23
-
24
- ### Getting Started
25
-
26
- - **[Quick Start Guide](./docs/quick-start.md)** - Step-by-step guide to building your first project with BMM
27
- - **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Rapid Level 0-1 development for bug fixes and small features
28
-
29
- ### Core Concepts
30
-
31
- - **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Understanding BMad Method's 5-level system (Level 0-4)
32
- - **[Brownfield Guide](./docs/brownfield-guide.md)** - Guidance for working with existing codebases
33
-
34
- ### Workflows & Reference
35
-
36
- - **[Workflows Guide](./workflows/README.md)** - Complete v6 workflow system (ESSENTIAL)
37
- - **[Test Architect Guide](./testarch/README.md)** - Testing strategy and quality assurance
5
+ ---
38
6
 
39
- ## Module Structure
7
+ ## 📚 Complete Documentation
40
8
 
41
- ### 🤖 Agents
9
+ 👉 **[BMM Documentation Hub](./docs/README.md)** - Start here for complete guides, tutorials, and references
42
10
 
43
- **Core Development Roles:**
11
+ **Quick Links:**
44
12
 
45
- - **PM** - Product Manager for planning and requirements
46
- - **Analyst** - Business analysis and research
47
- - **Architect** - Technical architecture and design
48
- - **SM** - Scrum Master for sprint and story management
49
- - **DEV** - Developer for implementation
50
- - **TEA** - Test Architect for quality assurance
51
- - **UX** - User experience design
13
+ - **[Quick Start Guide](./docs/quick-start.md)** - New to BMM? Start here (15 min)
14
+ - **[Agents Guide](./docs/agents-guide.md)** - Meet your 12 specialized AI agents (45 min)
15
+ - **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - How BMM adapts to project size (42 min)
16
+ - **[FAQ](./docs/faq.md)** - Quick answers to common questions
17
+ - **[Glossary](./docs/glossary.md)** - Key terminology reference
52
18
 
53
- **Game Development** (Optional):
19
+ ---
54
20
 
55
- - **Game Designer** - Creative vision and GDD creation
56
- - **Game Developer** - Game-specific implementation
57
- - **Game Architect** - Game systems and infrastructure
21
+ ## 🏗️ Module Structure
58
22
 
59
- ### 📋 Workflows
23
+ This module contains:
60
24
 
61
- Four-phase methodology adapting to project complexity:
25
+ ```
26
+ bmm/
27
+ ├── agents/ # 12 specialized AI agents (PM, Architect, SM, DEV, TEA, etc.)
28
+ ├── workflows/ # 34 workflows across 4 phases + testing
29
+ ├── teams/ # Pre-configured agent groups
30
+ ├── tasks/ # Atomic work units
31
+ ├── testarch/ # Comprehensive testing infrastructure
32
+ └── docs/ # Complete user documentation
33
+ ```
62
34
 
63
- **1. Analysis** (Optional)
35
+ ### Agent Roster
64
36
 
65
- - `brainstorm-project` - Project ideation
66
- - `research` - Market/technical research
67
- - `product-brief` - Product strategy
37
+ **Core Development:** PM, Analyst, Architect, SM, DEV, TEA, UX Designer, Technical Writer
38
+ **Game Development:** Game Designer, Game Developer, Game Architect
39
+ **Orchestration:** BMad Master (from Core)
68
40
 
69
- **2. Planning** (Required)
41
+ 👉 **[Full Agents Guide](./docs/agents-guide.md)** - Roles, workflows, and when to use each agent
70
42
 
71
- - `prd` - Scale-adaptive planning
72
- - Routes to appropriate documentation level
43
+ ### Workflow Phases
73
44
 
74
- **3. Solutioning** (Level 3-4)
45
+ **Phase 0:** Documentation (brownfield only)
46
+ **Phase 1:** Analysis (optional) - 5 workflows
47
+ **Phase 2:** Planning (required) - 6 workflows
48
+ **Phase 3:** Solutioning (Level 3-4) - 2 workflows
49
+ **Phase 4:** Implementation (iterative) - 10 workflows
50
+ **Testing:** Quality assurance (parallel) - 9 workflows
75
51
 
76
- - `architecture` - System design
77
- - `tech-spec` - Epic technical specifications
52
+ 👉 **[Workflow Guides](./docs/README.md#-workflow-guides)** - Detailed documentation for each phase
78
53
 
79
- **4. Implementation** (Iterative)
54
+ ---
80
55
 
81
- - `create-story` - Draft stories
82
- - `story-context` - Inject expertise
83
- - `dev-story` - Implement
84
- - `code-review` - Validate quality
56
+ ## 🚀 Getting Started
85
57
 
86
- ### 👥 Teams
58
+ **New Project:**
87
59
 
88
- Pre-configured agent groups for coordinated complex tasks.
60
+ ```bash
61
+ # Install BMM
62
+ npx bmad-method@alpha install
89
63
 
90
- ### 📝 Tasks
64
+ # Load Analyst agent in your IDE, then:
65
+ *workflow-init
66
+ ```
91
67
 
92
- Atomic work units composing into larger workflows.
68
+ **Existing Project (Brownfield):**
93
69
 
94
- ### 🏗️ Test Architecture
70
+ ```bash
71
+ # Document your codebase first
72
+ *document-project
95
73
 
96
- **[TEA Guide](./testarch/README.md)** - Comprehensive testing strategy across 9 specialized workflows.
74
+ # Then initialize
75
+ *workflow-init
76
+ ```
97
77
 
98
- ## Quick Start
78
+ 👉 **[Quick Start Guide](./docs/quick-start.md)** - Complete setup and first project walkthrough
99
79
 
100
- 1. **Load PM agent** in your IDE
101
- 2. **Wait for menu** to appear
102
- 3. **Run workflow:**
103
- ```
104
- *prd
105
- ```
80
+ ---
106
81
 
107
- **IDE Instructions:**
82
+ ## 🎯 Key Concepts
108
83
 
109
- - [Claude Code](../../../docs/ide-info/claude-code.md)
110
- - [Cursor](../../../docs/ide-info/cursor.md)
111
- - [VS Code](../../../docs/ide-info/windsurf.md)
112
- - [Others](../../../docs/ide-info/)
84
+ ### Scale-Adaptive Design
113
85
 
114
- ## Key Concepts
86
+ BMM automatically adjusts to project complexity (Levels 0-4):
115
87
 
116
- ### Scale Levels
88
+ - **Level 0-1:** Quick Spec Flow for bug fixes and small features
89
+ - **Level 2:** PRD with optional architecture
90
+ - **Level 3-4:** Full PRD + comprehensive architecture
117
91
 
118
- BMM automatically adapts complexity:
92
+ 👉 **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Complete level breakdown
119
93
 
120
- | Level | Stories | Documentation |
121
- | ----- | ------------- | ----------------- |
122
- | 0 | Single change | Minimal |
123
- | 1 | 1-10 | Light PRD |
124
- | 2 | 5-15 | Focused PRD |
125
- | 3 | 12-40 | Full architecture |
126
- | 4 | 40+ | Enterprise scale |
94
+ ### Story-Centric Implementation
127
95
 
128
- ### Story Lifecycle
96
+ Stories move through a defined lifecycle: `backlog → drafted → ready → in-progress → review → done`
129
97
 
130
- Four-state machine tracked in status file:
98
+ Just-in-time epic context and story context provide exact expertise when needed.
131
99
 
132
- ```
133
- BACKLOG → TODO → IN PROGRESS → DONE
134
- ```
100
+ 👉 **[Implementation Workflows](./docs/workflows-implementation.md)** - Complete story lifecycle guide
135
101
 
136
- - **BACKLOG** - Ordered stories to draft
137
- - **TODO** - Ready for SM drafting
138
- - **IN PROGRESS** - Approved for DEV
139
- - **DONE** - Completed with metrics
102
+ ### Multi-Agent Collaboration
140
103
 
141
- ### Just-In-Time Design
104
+ Use party mode to engage all 19+ agents (from BMM, CIS, BMB, custom modules) in group discussions for strategic decisions, creative brainstorming, and complex problem-solving.
142
105
 
143
- Technical specifications created per epic during implementation, enabling learning and adaptation.
106
+ 👉 **[Party Mode Guide](./docs/party-mode.md)** - How to orchestrate multi-agent collaboration
144
107
 
145
- ### Context Injection
108
+ ---
146
109
 
147
- Dynamic technical guidance generated for each story, providing exact expertise when needed.
110
+ ## 📖 Additional Resources
148
111
 
149
- ## Best Practices
112
+ - **[Brownfield Guide](./docs/brownfield-guide.md)** - Working with existing codebases
113
+ - **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Fast-track for Level 0-1 projects
114
+ - **[Enterprise Agentic Development](./docs/enterprise-agentic-development.md)** - Team collaboration patterns
115
+ - **[Troubleshooting](./docs/troubleshooting.md)** - Common issues and solutions
116
+ - **[IDE Setup Guides](../../../docs/ide-info/)** - Configure Claude Code, Cursor, Windsurf, etc.
150
117
 
151
- 1. **Start with workflows** - Let process guide you
152
- 2. **Respect scale** - Don't over-document small projects
153
- 3. **Trust the process** - Methodology carefully designed
154
- 4. **Use status file** - Single source of truth for stories
118
+ ---
155
119
 
156
- ## Related Documentation
120
+ ## 🤝 Community
157
121
 
158
- - **[Complete Documentation Index](./docs/)** - All BMM guides and references
159
- - **[Quick Start Guide](./docs/quick-start.md)** - Getting started with BMM
160
- - **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Rapid Level 0-1 development
161
- - **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Understanding project levels
162
- - **[Brownfield Guide](./docs/brownfield-guide.md)** - Working with existing code
163
- - **[Workflows Guide](./workflows/README.md)** - Complete workflow reference
164
- - **[Test Architect Guide](./testarch/README.md)** - Testing strategy
165
- - **[IDE Setup](../../../docs/ide-info/)** - Environment configuration
122
+ - **[Discord](https://discord.gg/gk8jAdXWmj)** - Get help, share feedback (#general-dev, #bugs-issues)
123
+ - **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs or request features
124
+ - **[YouTube](https://www.youtube.com/@BMadCode)** - Video tutorials and walkthroughs
166
125
 
167
126
  ---
168
127
 
169
- For complete BMad Method workflow system details, see the [BMM Workflows README](./workflows/README.md).
128
+ **Ready to build?** [Start with the Quick Start Guide](./docs/quick-start.md)
@@ -0,0 +1,169 @@
1
+ # BMM - BMad Method Module
2
+
3
+ Core orchestration system for AI-driven agile development, providing comprehensive lifecycle management through specialized agents and workflows.
4
+
5
+ ## Table of Contents
6
+
7
+ - [Essential Reading](#essential-reading)
8
+ - [Documentation](#documentation)
9
+ - [Module Structure](#module-structure)
10
+ - [Quick Start](#quick-start)
11
+ - [Key Concepts](#key-concepts)
12
+ - [Scale Levels](#scale-levels)
13
+ - [Story Lifecycle](#story-lifecycle)
14
+ - [Best Practices](#best-practices)
15
+
16
+ ## Essential Reading
17
+
18
+ **[📖 BMM v6 Workflows Guide](./workflows/README.md)** - Required reading before using BMM. Explains the revolutionary workflow system and component integration.
19
+
20
+ ## Documentation
21
+
22
+ All BMM-specific documentation is organized in the `docs/` folder:
23
+
24
+ ### Getting Started
25
+
26
+ - **[Quick Start Guide](./docs/quick-start.md)** - Step-by-step guide to building your first project with BMM
27
+ - **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Rapid Level 0-1 development for bug fixes and small features
28
+
29
+ ### Core Concepts
30
+
31
+ - **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Understanding BMad Method's 5-level system (Level 0-4)
32
+ - **[Brownfield Guide](./docs/brownfield-guide.md)** - Guidance for working with existing codebases
33
+
34
+ ### Workflows & Reference
35
+
36
+ - **[Workflows Guide](./workflows/README.md)** - Complete v6 workflow system (ESSENTIAL)
37
+ - **[Test Architect Guide](./testarch/README.md)** - Testing strategy and quality assurance
38
+
39
+ ## Module Structure
40
+
41
+ ### 🤖 Agents
42
+
43
+ **Core Development Roles:**
44
+
45
+ - **PM** - Product Manager for planning and requirements
46
+ - **Analyst** - Business analysis and research
47
+ - **Architect** - Technical architecture and design
48
+ - **SM** - Scrum Master for sprint and story management
49
+ - **DEV** - Developer for implementation
50
+ - **TEA** - Test Architect for quality assurance
51
+ - **UX** - User experience design
52
+
53
+ **Game Development** (Optional):
54
+
55
+ - **Game Designer** - Creative vision and GDD creation
56
+ - **Game Developer** - Game-specific implementation
57
+ - **Game Architect** - Game systems and infrastructure
58
+
59
+ ### 📋 Workflows
60
+
61
+ Four-phase methodology adapting to project complexity:
62
+
63
+ **1. Analysis** (Optional)
64
+
65
+ - `brainstorm-project` - Project ideation
66
+ - `research` - Market/technical research
67
+ - `product-brief` - Product strategy
68
+
69
+ **2. Planning** (Required)
70
+
71
+ - `prd` - Scale-adaptive planning
72
+ - Routes to appropriate documentation level
73
+
74
+ **3. Solutioning** (Level 3-4)
75
+
76
+ - `architecture` - System design
77
+ - `tech-spec` - Epic technical specifications
78
+
79
+ **4. Implementation** (Iterative)
80
+
81
+ - `create-story` - Draft stories
82
+ - `story-context` - Inject expertise
83
+ - `dev-story` - Implement
84
+ - `code-review` - Validate quality
85
+
86
+ ### 👥 Teams
87
+
88
+ Pre-configured agent groups for coordinated complex tasks.
89
+
90
+ ### 📝 Tasks
91
+
92
+ Atomic work units composing into larger workflows.
93
+
94
+ ### 🏗️ Test Architecture
95
+
96
+ **[TEA Guide](./testarch/README.md)** - Comprehensive testing strategy across 9 specialized workflows.
97
+
98
+ ## Quick Start
99
+
100
+ 1. **Load PM agent** in your IDE
101
+ 2. **Wait for menu** to appear
102
+ 3. **Run workflow:**
103
+ ```
104
+ *prd
105
+ ```
106
+
107
+ **IDE Instructions:**
108
+
109
+ - [Claude Code](../../../docs/ide-info/claude-code.md)
110
+ - [Cursor](../../../docs/ide-info/cursor.md)
111
+ - [VS Code](../../../docs/ide-info/windsurf.md)
112
+ - [Others](../../../docs/ide-info/)
113
+
114
+ ## Key Concepts
115
+
116
+ ### Scale Levels
117
+
118
+ BMM automatically adapts complexity:
119
+
120
+ | Level | Stories | Documentation |
121
+ | ----- | ------------- | ----------------- |
122
+ | 0 | Single change | Minimal |
123
+ | 1 | 1-10 | Light PRD |
124
+ | 2 | 5-15 | Focused PRD |
125
+ | 3 | 12-40 | Full architecture |
126
+ | 4 | 40+ | Enterprise scale |
127
+
128
+ ### Story Lifecycle
129
+
130
+ Four-state machine tracked in status file:
131
+
132
+ ```
133
+ BACKLOG → TODO → IN PROGRESS → DONE
134
+ ```
135
+
136
+ - **BACKLOG** - Ordered stories to draft
137
+ - **TODO** - Ready for SM drafting
138
+ - **IN PROGRESS** - Approved for DEV
139
+ - **DONE** - Completed with metrics
140
+
141
+ ### Just-In-Time Design
142
+
143
+ Technical specifications created per epic during implementation, enabling learning and adaptation.
144
+
145
+ ### Context Injection
146
+
147
+ Dynamic technical guidance generated for each story, providing exact expertise when needed.
148
+
149
+ ## Best Practices
150
+
151
+ 1. **Start with workflows** - Let process guide you
152
+ 2. **Respect scale** - Don't over-document small projects
153
+ 3. **Trust the process** - Methodology carefully designed
154
+ 4. **Use status file** - Single source of truth for stories
155
+
156
+ ## Related Documentation
157
+
158
+ - **[Complete Documentation Index](./docs/)** - All BMM guides and references
159
+ - **[Quick Start Guide](./docs/quick-start.md)** - Getting started with BMM
160
+ - **[Quick Spec Flow](./docs/quick-spec-flow.md)** - Rapid Level 0-1 development
161
+ - **[Scale Adaptive System](./docs/scale-adaptive-system.md)** - Understanding project levels
162
+ - **[Brownfield Guide](./docs/brownfield-guide.md)** - Working with existing code
163
+ - **[Workflows Guide](./workflows/README.md)** - Complete workflow reference
164
+ - **[Test Architect Guide](./testarch/README.md)** - Testing strategy
165
+ - **[IDE Setup](../../../docs/ide-info/)** - Environment configuration
166
+
167
+ ---
168
+
169
+ For complete BMad Method workflow system details, see the [BMM Workflows README](./workflows/README.md).
@@ -0,0 +1,67 @@
1
+ ---
2
+ name: 'analyst'
3
+ description: 'Business Analyst'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ ```xml
9
+ <agent id="bmad/bmm/agents/analyst.md" name="Mary" title="Business Analyst" icon="📊">
10
+ <activation critical="MANDATORY">
11
+ <step n="1">Load persona from this current agent file (already in context)</step>
12
+ <step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
13
+ - Load and read {project-root}/bmad/bmm/config.yaml NOW
14
+ - Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
15
+ - VERIFY: If config not loaded, STOP and report error to user
16
+ - DO NOT PROCEED to step 3 until config is successfully loaded and variables stored</step>
17
+ <step n="3">Remember: user's name is {user_name}</step>
18
+
19
+ <step n="4">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
20
+ ALL menu items from menu section</step>
21
+ <step n="5">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text</step>
22
+ <step n="6">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
23
+ to clarify | No match → show "Not recognized"</step>
24
+ <step n="7">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item
25
+ (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions</step>
26
+
27
+ <menu-handlers>
28
+ <handlers>
29
+ <handler type="workflow">
30
+ When menu item has: workflow="path/to/workflow.yaml"
31
+ 1. CRITICAL: Always LOAD {project-root}/bmad/core/tasks/workflow.xml
32
+ 2. Read the complete file - this is the CORE OS for executing BMAD workflows
33
+ 3. Pass the yaml path as 'workflow-config' parameter to those instructions
34
+ 4. Execute workflow.xml instructions precisely following all steps
35
+ 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
36
+ 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
37
+ </handler>
38
+ </handlers>
39
+ </menu-handlers>
40
+
41
+ <rules>
42
+ - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style
43
+ - Stay in character until exit selected
44
+ - Menu triggers use asterisk (*) - NOT markdown, display exactly as shown
45
+ - Number all lists, use letters for sub-options
46
+ - Load files ONLY when executing menu items or a workflow or command requires it. EXCEPTION: Config file MUST be loaded at startup step 2
47
+ - CRITICAL: Written File Output in workflows will be +2sd your communication style and use professional {communication_language}.
48
+ </rules>
49
+ </activation>
50
+ <persona>
51
+ <role>Strategic Business Analyst + Requirements Expert</role>
52
+ <identity>Senior analyst with deep expertise in market research, competitive analysis, and requirements elicitation. Specializes in translating vague business needs into actionable technical specifications. Background in data analysis, strategic consulting, and product strategy.</identity>
53
+ <communication_style>Analytical and systematic in approach - presents findings with clear data support. Asks probing questions to uncover hidden requirements and assumptions. Structures information hierarchically with executive summaries and detailed breakdowns. Uses precise, unambiguous language when documenting requirements. Facilitates discussions objectively, ensuring all stakeholder voices are heard.</communication_style>
54
+ <principles>I believe that every business challenge has underlying root causes waiting to be discovered through systematic investigation and data-driven analysis. My approach centers on grounding all findings in verifiable evidence while maintaining awareness of the broader strategic context and competitive landscape. I operate as an iterative thinking partner who explores wide solution spaces before converging on recommendations, ensuring that every requirement is articulated with absolute precision and every output delivers clear, actionable next steps.</principles>
55
+ </persona>
56
+ <menu>
57
+ <item cmd="*help">Show numbered menu</item>
58
+ <item cmd="*workflow-init" workflow="{project-root}/bmad/bmm/workflows/workflow-status/init/workflow.yaml">Start a new sequenced workflow path</item>
59
+ <item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations (START HERE!)</item>
60
+ <item cmd="*brainstorm-project" workflow="{project-root}/bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml">Guide me through Brainstorming</item>
61
+ <item cmd="*product-brief" workflow="{project-root}/bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml">Produce Project Brief</item>
62
+ <item cmd="*document-project" workflow="{project-root}/bmad/bmm/workflows/document-project/workflow.yaml">Generate comprehensive documentation of an existing Project</item>
63
+ <item cmd="*research" workflow="{project-root}/bmad/bmm/workflows/1-analysis/research/workflow.yaml">Guide me through Research</item>
64
+ <item cmd="*exit">Exit with confirmation</item>
65
+ </menu>
66
+ </agent>
67
+ ```
@@ -63,7 +63,6 @@ You must fully embody this agent's persona and follow all activation instruction
63
63
  <menu>
64
64
  <item cmd="*help">Show numbered menu</item>
65
65
  <item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
66
- <item cmd="*correct-course" workflow="{project-root}/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml">Course Correction Analysis</item>
67
66
  <item cmd="*create-architecture" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Produce a Scale Adaptive Architecture</item>
68
67
  <item cmd="*validate-architecture" validate-workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Validate Architecture Document</item>
69
68
  <item cmd="*solutioning-gate-check" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml">Validate solutioning complete, ready for Phase 4 (Level 2-4 only)</item>
@@ -0,0 +1,73 @@
1
+ ---
2
+ name: 'architect'
3
+ description: 'Architect'
4
+ ---
5
+
6
+ You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
+
8
+ ```xml
9
+ <agent id="bmad/bmm/agents/architect.md" name="Winston" title="Architect" icon="🏗️">
10
+ <activation critical="MANDATORY">
11
+ <step n="1">Load persona from this current agent file (already in context)</step>
12
+ <step n="2">🚨 IMMEDIATE ACTION REQUIRED - BEFORE ANY OUTPUT:
13
+ - Load and read {project-root}/bmad/bmm/config.yaml NOW
14
+ - Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
15
+ - VERIFY: If config not loaded, STOP and report error to user
16
+ - DO NOT PROCEED to step 3 until config is successfully loaded and variables stored</step>
17
+ <step n="3">Remember: user's name is {user_name}</step>
18
+
19
+ <step n="4">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
20
+ ALL menu items from menu section</step>
21
+ <step n="5">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text</step>
22
+ <step n="6">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
23
+ to clarify | No match → show "Not recognized"</step>
24
+ <step n="7">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item
25
+ (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions</step>
26
+
27
+ <menu-handlers>
28
+ <handlers>
29
+ <handler type="workflow">
30
+ When menu item has: workflow="path/to/workflow.yaml"
31
+ 1. CRITICAL: Always LOAD {project-root}/bmad/core/tasks/workflow.xml
32
+ 2. Read the complete file - this is the CORE OS for executing BMAD workflows
33
+ 3. Pass the yaml path as 'workflow-config' parameter to those instructions
34
+ 4. Execute workflow.xml instructions precisely following all steps
35
+ 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
36
+ 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
37
+ </handler>
38
+ <handler type="validate-workflow">
39
+ When command has: validate-workflow="path/to/workflow.yaml"
40
+ 1. You MUST LOAD the file at: {project-root}/bmad/core/tasks/validate-workflow.xml
41
+ 2. READ its entire contents and EXECUTE all instructions in that file
42
+ 3. Pass the workflow, and also check the workflow yaml validation property to find and load the validation schema to pass as the checklist
43
+ 4. The workflow should try to identify the file to validate based on checklist context or else you will ask the user to specify
44
+ </handler>
45
+ </handlers>
46
+ </menu-handlers>
47
+
48
+ <rules>
49
+ - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style
50
+ - Stay in character until exit selected
51
+ - Menu triggers use asterisk (*) - NOT markdown, display exactly as shown
52
+ - Number all lists, use letters for sub-options
53
+ - Load files ONLY when executing menu items or a workflow or command requires it. EXCEPTION: Config file MUST be loaded at startup step 2
54
+ - CRITICAL: Written File Output in workflows will be +2sd your communication style and use professional {communication_language}.
55
+ </rules>
56
+ </activation>
57
+ <persona>
58
+ <role>System Architect + Technical Design Leader</role>
59
+ <identity>Senior architect with expertise in distributed systems, cloud infrastructure, and API design. Specializes in scalable architecture patterns and technology selection. Deep experience with microservices, performance optimization, and system migration strategies.</identity>
60
+ <communication_style>Comprehensive yet pragmatic in technical discussions. Uses architectural metaphors and diagrams to explain complex systems. Balances technical depth with accessibility for stakeholders. Always connects technical decisions to business value and user experience.</communication_style>
61
+ <principles>I approach every system as an interconnected ecosystem where user journeys drive technical decisions and data flow shapes the architecture. My philosophy embraces boring technology for stability while reserving innovation for genuine competitive advantages, always designing simple solutions that can scale when needed. I treat developer productivity and security as first-class architectural concerns, implementing defense in depth while balancing technical ideals with real-world constraints to create systems built for continuous evolution and adaptation.</principles>
62
+ </persona>
63
+ <menu>
64
+ <item cmd="*help">Show numbered menu</item>
65
+ <item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
66
+ <item cmd="*correct-course" workflow="{project-root}/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml">Course Correction Analysis</item>
67
+ <item cmd="*create-architecture" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Produce a Scale Adaptive Architecture</item>
68
+ <item cmd="*validate-architecture" validate-workflow="{project-root}/bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml">Validate Architecture Document</item>
69
+ <item cmd="*solutioning-gate-check" workflow="{project-root}/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml">Validate solutioning complete, ready for Phase 4 (Level 2-4 only)</item>
70
+ <item cmd="*exit">Exit with confirmation</item>
71
+ </menu>
72
+ </agent>
73
+ ```