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
@@ -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>
@@ -70,7 +70,7 @@ You must fully embody this agent's persona and follow all activation instruction
70
70
  <item cmd="*help">Show numbered menu</item>
71
71
  <item cmd="*workflow-status" workflow="{project-root}/bmad/bmm/workflows/workflow-status/workflow.yaml">Check workflow status and get recommendations</item>
72
72
  <item cmd="*sprint-planning" workflow="{project-root}/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml">Generate or update sprint-status.yaml from epic files</item>
73
- <item cmd="*epic-tech-context" workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Use the PRD and Architecture to create a Tech-Spec for a specific epic</item>
73
+ <item cmd="*epic-tech-context" workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Use the PRD and Architecture to create a Epic-Tech-Spec for a specific epic</item>
74
74
  <item cmd="*validate-epic-tech-context" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml">(Optional) Validate latest Tech Spec against checklist</item>
75
75
  <item cmd="*create-story" workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">Create a Draft Story</item>
76
76
  <item cmd="*validate-create-story" validate-workflow="{project-root}/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml">(Optional) Validate Story Draft with Independent Review</item>
@@ -0,0 +1,82 @@
1
+ ---
2
+ name: 'tech writer'
3
+ description: 'Technical Writer'
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/tech-writer.md" name="paige" title="Technical Writer" 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
+ <step n="4">CRITICAL: Load COMPLETE file {project-root}/src/modules/bmm/workflows/techdoc/documentation-standards.md into permanent memory and follow ALL rules within</step>
19
+ <step n="5">Load into memory {project-root}/bmad/bmm/config.yaml and set variables</step>
20
+ <step n="6">Remember the user's name is {user_name}</step>
21
+ <step n="7">ALWAYS communicate in {communication_language}</step>
22
+ <step n="8">ALWAYS write documentation in {document_output_language}</step>
23
+ <step n="9">CRITICAL: All documentation MUST follow CommonMark specification strictly - zero tolerance for violations</step>
24
+ <step n="10">CRITICAL: All Mermaid diagrams MUST use valid syntax - mentally validate before outputting</step>
25
+ <step n="11">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered list of
26
+ ALL menu items from menu section</step>
27
+ <step n="12">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text</step>
28
+ <step n="13">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user
29
+ to clarify | No match → show "Not recognized"</step>
30
+ <step n="14">When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item
31
+ (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions</step>
32
+
33
+ <menu-handlers>
34
+ <handlers>
35
+ <handler type="workflow">
36
+ When menu item has: workflow="path/to/workflow.yaml"
37
+ 1. CRITICAL: Always LOAD {project-root}/bmad/core/tasks/workflow.xml
38
+ 2. Read the complete file - this is the CORE OS for executing BMAD workflows
39
+ 3. Pass the yaml path as 'workflow-config' parameter to those instructions
40
+ 4. Execute workflow.xml instructions precisely following all steps
41
+ 5. Save outputs after completing EACH workflow step (never batch multiple steps together)
42
+ 6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
43
+ </handler>
44
+ <handler type="action">
45
+ When menu item has: action="#id" → Find prompt with id="id" in current agent XML, execute its content
46
+ When menu item has: action="text" → Execute the text directly as an inline instruction
47
+ </handler>
48
+
49
+ </handlers>
50
+ </menu-handlers>
51
+
52
+ <rules>
53
+ - ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style
54
+ - Stay in character until exit selected
55
+ - Menu triggers use asterisk (*) - NOT markdown, display exactly as shown
56
+ - Number all lists, use letters for sub-options
57
+ - Load files ONLY when executing menu items or a workflow or command requires it. EXCEPTION: Config file MUST be loaded at startup step 2
58
+ - CRITICAL: Written File Output in workflows will be +2sd your communication style and use professional {communication_language}.
59
+ </rules>
60
+ </activation>
61
+ <persona>
62
+ <role>Technical Documentation Specialist + Knowledge Curator</role>
63
+ <identity>Experienced technical writer with deep expertise in documentation standards (CommonMark, DITA, OpenAPI), API documentation, and developer experience. Master of clarity - transforms complex technical concepts into accessible, well-structured documentation. Proficient in multiple style guides (Google Developer Docs, Microsoft Manual of Style) and modern documentation practices including docs-as-code, structured authoring, and task-oriented writing. Specializes in creating comprehensive technical documentation across the full spectrum - API references, architecture decision records, user guides, developer onboarding, and living knowledge bases.</identity>
64
+ <communication_style>Patient and supportive teacher who makes documentation feel approachable rather than daunting. Uses clear examples and analogies to explain complex topics. Balances precision with accessibility - knows when to be technically detailed and when to simplify. Encourages good documentation habits while being pragmatic about real-world constraints. Celebrates well-written docs and helps improve unclear ones without judgment.</communication_style>
65
+ <principles>I believe documentation is teaching - every doc should help someone accomplish a specific task, not just describe features. My philosophy embraces clarity above all - I use plain language, structured content, and visual aids (Mermaid diagrams) to make complex topics accessible. I treat documentation as living artifacts that evolve with the codebase, advocating for docs-as-code practices and continuous maintenance rather than one-time creation. I operate with a standards-first mindset (CommonMark, OpenAPI, style guides) while remaining flexible to project needs, always prioritizing the reader&apos;s experience over rigid adherence to rules.</principles>
66
+ </persona>
67
+ <menu>
68
+ <item cmd="*help">Show numbered menu</item>
69
+ <item cmd="*document-project" workflow="{project-root}/bmad/bmm/workflows/document-project/workflow.yaml">Comprehensive project documentation (brownfield analysis, architecture scanning)</item>
70
+ <item cmd="*create-api-docs" workflow="todo">Create API documentation with OpenAPI/Swagger standards</item>
71
+ <item cmd="*create-architecture-docs" workflow="todo">Create architecture documentation with diagrams and ADRs</item>
72
+ <item cmd="*create-user-guide" workflow="todo">Create user-facing guides and tutorials</item>
73
+ <item cmd="*audit-docs" workflow="todo">Review documentation quality and suggest improvements</item>
74
+ <item cmd="*generate-diagram" action="Create a Mermaid diagram based on user description. Ask for diagram type (flowchart, sequence, class, ER, state, git) and content, then generate properly formatted Mermaid syntax following CommonMark fenced code block standards.">Generate Mermaid diagrams (architecture, sequence, flow, ER, class, state)</item>
75
+ <item cmd="*validate-doc" action="Review the specified document against CommonMark standards, technical writing best practices, and style guide compliance. Provide specific, actionable improvement suggestions organized by priority.">Validate documentation against standards and best practices</item>
76
+ <item cmd="*improve-readme" action="Analyze the current README file and suggest improvements for clarity, completeness, and structure. Follow task-oriented writing principles and ensure all essential sections are present (Overview, Getting Started, Usage, Contributing, License).">Review and improve README files</item>
77
+ <item cmd="*explain-concept" action="Create a clear technical explanation with examples and diagrams for a complex concept. Break it down into digestible sections using task-oriented approach. Include code examples and Mermaid diagrams where helpful.">Create clear technical explanations with examples</item>
78
+ <item cmd="*standards-guide" action="Display the complete documentation standards from {project-root}/src/modules/bmm/workflows/techdoc/documentation-standards.md in a clear, formatted way for the user.">Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)</item>
79
+ <item cmd="*exit">Exit with confirmation</item>
80
+ </menu>
81
+ </agent>
82
+ ```
@@ -72,7 +72,7 @@
72
72
  - Path: `bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml`
73
73
  - Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria
74
74
 
75
- **tech-spec**
75
+ **epic-tech-context**
76
76
 
77
77
  - Path: `bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml`
78
78
  - Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping
@@ -0,0 +1,15 @@
1
+ ---
2
+ description: 'Generate a comprehensive Technical Specification from PRD and Architecture with acceptance criteria and traceability mapping'
3
+ ---
4
+
5
+ # epic-tech-context
6
+
7
+ IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
8
+
9
+ <steps CRITICAL="TRUE">
10
+ 1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
11
+ 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml
12
+ 3. Pass the yaml path bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
13
+ 4. Follow workflow.xml instructions EXACTLY as written
14
+ 5. Save outputs after EACH section when generating any documents from templates
15
+ </steps>
@@ -12,6 +12,16 @@
12
12
  - Path: `bmad/core/workflows/party-mode/workflow.yaml`
13
13
  - Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
14
14
 
15
+ **brainstorming**
16
+
17
+ - Path: `bmad/core/workflows/brainstorming/workflow.yaml`
18
+ - 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.
19
+
20
+ **party-mode**
21
+
22
+ - Path: `bmad/core/workflows/party-mode/workflow.yaml`
23
+ - Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
24
+
15
25
  ## Execution
16
26
 
17
27
  When running any workflow:
@@ -1,16 +1,12 @@
1
1
  {
2
2
  "permissions": {
3
3
  "allow": [
4
- "WebSearch",
5
4
  "Bash(git add:*)",
6
- "Bash(git rm:*)",
7
- "Bash(git commit -m \"$(cat <<''EOF''\nfeat: major overhaul of BMM planning workflows with intent-driven discovery\n\nThis comprehensive update transforms the Product Brief and PRD workflows from rigid template-filling exercises into adaptive, context-aware discovery processes. Changes span workflow instructions, templates, agent configurations, and supporting infrastructure.\n\n## Product Brief Workflow (96% audit compliance)\n\n### Intent-Driven Facilitation\n- Transform from linear Q&A to natural conversational discovery\n- Adaptive questioning based on project context (hobby/startup/enterprise)\n- Real-time document building instead of end-of-session generation\n- Skill-level aware facilitation (expert/intermediate/beginner)\n- Context detection from user responses to guide exploration depth\n\n### Living Document Approach\n- Continuous template updates throughout conversation\n- Progressive refinement vs batch generation\n- Template-output tags aligned with discovery flow\n- Better variable mapping between instructions and template\n\n### Enhanced Discovery Areas\n- Problem exploration with context-appropriate probing\n- Solution vision shaping based on user''s mental model\n- User understanding through storytelling vs demographics\n- Success metrics tailored to project type\n- Ruthless MVP scope management with feature prioritization\n\n### Template Improvements\n- Added context-aware conditional sections\n- Better organization of optional vs required content\n- Clearer structure for different project types\n- Improved reference material handling\n\n## PRD Workflow (improved from 65% to 85%+ compliance)\n\n### Critical Fixes\n- Add missing `date: system-generated` config variable\n- Fix status file extension mismatch (.yaml not .md)\n- Remove 38% bloat (unused technical_decisions variables)\n- Add explicit template-output tags for runtime variables\n\n### Scale-Adaptive Intelligence\n- Project type detection (API/Web App/Mobile/SaaS/etc)\n- Domain complexity mapping (14 domain types)\n- Automatic requirement tailoring based on detected context\n- CSV-driven project type and domain knowledge base\n\n### Separated Epic Planning\n- Move epic/story breakdown to dedicated child workflow\n- Create create-epics-and-stories workflow for Phase 2\n- Cleaner separation: PRD defines WHAT, epics define HOW\n- Updated PM agent menu with new workflow triggers\n\n### Enhanced Requirements Coverage\n- Project-type specific requirement sections (endpoints, auth, platform)\n- Domain-specific considerations (healthcare compliance, fintech security)\n- UX principles with interaction patterns\n- Non-functional requirements with integration needs\n- Technical preferences capture\n\n### Template Restructuring\n- Separate PRD template from epic planning\n- Context-aware conditional sections\n- Better scale level indicators (L0-L4)\n- Improved reference document handling\n- Clearer success criteria sections\n\n## Architecture Workflow Updates\n\n### Template Enhancements\n- Add domain complexity context support\n- Better integration with PRD outputs\n- Improved technical decision capture\n- Enhanced system architecture sections\n\n### Instruction Improvements\n- Reference new domain-research workflow\n- Better handling of PRD inputs\n- Clearer architectural decision framework\n\n## Agent Configuration Updates\n\n### BMad Master Agent\n- Fix workflow invocation instructions\n- Better fuzzy matching guidance\n- Clearer menu handler documentation\n- Remove workflow invention warnings\n\n### PM Agent\n- Add create-prd trigger (renamed from ''prd'')\n- Add create-epics-and-stories workflow trigger\n- Add validate-prd workflow trigger with checklist\n- Better workflow status integration\n\n### Game Designer Agent\n- Rename triggers for consistency (create-game-brief, create-gdd)\n- Align with PM agent naming conventions\n\n## New Supporting Infrastructure\n\n### Domain Research Workflow\n- New discovery workflow for domain-specific research\n- Complements product brief for complex domains\n- Web research integration for domain insights\n\n### Create Epics and Stories Workflow\n- Dedicated epic/story breakdown process\n- Separates planning (PRD) from decomposition\n- Better Epic → Story → Task hierarchy\n- Acceptance criteria generation\n\n### Data Files\n- project-types.csv: 12 project type definitions with requirements\n- domain-complexity.csv: 14 domain types with complexity indicators\n\n## Quality Improvements\n\n### Validation & Compliance\n- Product Brief: 96% BMAD v6 compliance (EXCELLENT rating)\n- PRD: Improved from 65% to ~85% after critical fixes\n- Zero bloat in Product Brief (0%)\n- Reduced PRD bloat from 38% to ~15%\n\n### Template Variable Mapping\n- All template variables explicitly populated via template-output tags\n- Runtime variables properly tracked\n- Config variables consistently used\n- Better separation of concerns\n\n### Web Bundle Configuration\n- Complete web_bundle sections for all workflows\n- Proper child workflow references\n- Data file inclusions (CSV files)\n- Correct bmad/-relative paths\n\n## Breaking Changes\n\n### File Removals\n- Delete src/modules/bmm/workflows/2-plan-workflows/prd/epics-template.md\n (replaced by create-epics-and-stories child workflow)\n\n### Workflow Trigger Changes\n- PM agent: ''prd'' → ''create-prd''\n- PM agent: ''gdd'' → ''create-gdd'' \n- New: ''create-epics-and-stories''\n- New: ''validate-prd''\n\n## Impact\n\nThis update significantly improves the BMM module''s ability to:\n- Adapt to different project types and scales\n- Guide users through discovery naturally vs mechanically\n- Generate higher quality planning documents\n- Support complex domains with specialized knowledge\n- Scale from Level 0 quick changes to Level 4 enterprise projects\n\nThe workflows now feel like collaborative discovery sessions with an expert consultant rather than form-filling exercises.\nEOF\n)\")",
8
- "Bash(git commit:*)",
9
- "Bash(git log:*)",
10
- "Bash(git mv:*)",
11
- "Bash(test:*)",
12
- "Bash(find:*)",
5
+ "Bash(git commit -m \"$(cat <<''EOF''\nrefactor: comprehensive workflow modernization and standardization\n\n## Major Improvements\n\n### 1. Elicitation System Modernization\n- Removed legacy `<elicit-required />` tag from workflow.xml\n- Replaced with direct `<invoke-task halt=\"true\">{project-root}/bmad/core/tasks/adv-elicit.xml</invoke-task>` pattern\n- More explicit, self-documenting, and eliminates indirection layer\n- Added strategic elicitation points across all planning workflows:\n - PRD: After success criteria, scope, functional requirements, and final review\n - Create-Epics-And-Stories: After epic proposals and each epic''s stories\n - Architecture: After decisions, structure, patterns, implementation patterns, and final doc\n - Updated audit-workflow tag scanner to remove obsolete elicit-required reference\n\n### 2. Input Document Discovery Streamlined\n- Replaced verbose 19-line \"Input Document Discovery\" sections with single critical tag\n- New format: `<critical>Input documents specified in workflow.yaml input_file_patterns...</critical>`\n- Eliminates duplication - workflow.yaml already defines patterns\n- Updated across 6 workflows (PRD, create-epics-and-stories, architecture, tech-spec, UX, gate-check)\n- Saved ~114 lines of repeated bloat\n\n### 3. Scale System Migration (Levels 0-4 → 3 Tracks)\n- Updated PRD workflow from \"Level 0-4\" to \"Quick Flow / BMad Method / Enterprise Method\"\n- Changed `project_level` variable to `project_track`\n- Removed `target_scale` variable (no longer needed)\n- Updated workflow.yaml descriptions to reference tracks not levels\n- Updated checklist from \"Level 2\" and \"Level 3-4\" to \"BMad Method\" and \"Enterprise Method\"\n- Aligns with new scale-adaptive-system.md (3-track methodology)\n\n### 4. Epic/Story Template Standardization\n- Replaced hardcoded 8-epic template with clean repeating pattern using N/M variables\n- Added BDD-style acceptance criteria (Given/When/Then/And)\n- Removed instructional bloat from templates (moved to instructions.md where it belongs)\n- Template shows OUTPUT structure, instructions show PROCESS\n- Applied to both create-epics-and-stories and tech-spec workflows\n- Templates now use HTML comments to indicate repeating sections\n\n### 5. Workflow.yaml Pattern Consistency\n- Standardized input_file_patterns across all workflows\n- Separated `recommended_inputs` (semantic WHAT) from `input_file_patterns` (file discovery WHERE)\n- Removed duplication between recommended_inputs file paths and input_file_patterns\n- Create-epics-and-stories now uses proper whole/sharded pattern like architecture workflow\n- Solutioning-gate-check cleaned up to use semantic descriptions not file paths\n\n## Files Changed (18)\n- Core: workflow.xml (removed elicit-required tag and references)\n- Audit workflow: Updated tag pattern scanner\n- PRD workflow: Elicitation points, track migration, input discovery\n- Create-epics-and-stories: Template rebuild, BDD format, elicitation, input patterns\n- Tech-spec: Template rebuild, BDD format, input discovery\n- UX Design: Input discovery streamlined\n- Architecture: Elicitation at 5 key decision points, input discovery\n- Gate-check: Input pattern cleanup, input discovery\n\n## Impact\n- More consistent elicitation across workflows\n- Cleaner, more maintainable templates\n- Better separation of concerns (templates vs instructions)\n- Aligned with v6 3-track scale system\n- Reduced bloat and duplication significantly\nEOF\n)\")",
6
+ "Bash(git push)",
13
7
  "Bash(git tag:*)",
8
+ "Bash(git log:*)",
9
+ "Bash(git commit:*)",
14
10
  "Bash(git push:*)",
15
11
  "Bash(npm publish:*)"
16
12
  ],
package/CHANGELOG.md CHANGED
@@ -2,6 +2,311 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [6.0.0-alpha.5]
6
+
7
+ **Release: November 4, 2025**
8
+
9
+ This alpha release represents a major refinement of BMM workflows, documentation accuracy, and the introduction of the revolutionary 3-track scale system. The focus is on workflow consistency, eliminating bloat, and providing accurate, reality-based guidance for modern AI-driven development.
10
+
11
+ ### 🎯 3-Track Scale System - Revolutionary Simplification
12
+
13
+ **From 5 Levels to 3 Clear Tracks:**
14
+
15
+ The BMM scale system has been dramatically simplified from a confusing 5-level hierarchy (Levels 0-4) to 3 intuitive, preference-driven tracks:
16
+
17
+ - **Quick Flow** - Fast, lightweight development for small changes and quick iterations
18
+ - **BMad Method** - Balanced approach for most development projects
19
+ - **Enterprise Method** - Comprehensive methodology for large-scale, mission-critical systems
20
+
21
+ **Key Changes:**
22
+
23
+ - Replaced `project_level` variable with `project_track` throughout all workflows
24
+ - Updated 8 workflow path YAML files to reflect new track naming (removed level-based paths)
25
+ - Simplified workflow-init to guide users based on preference, not artificial "levels"
26
+ - Updated all documentation to reference tracks instead of levels
27
+ - Eliminated confusing "target_scale" variable (no longer needed)
28
+
29
+ **Impact:**
30
+
31
+ Users now choose development approach based on **project needs and team preference**, not arbitrary complexity levels. This aligns with how real teams actually work and removes decision paralysis.
32
+
33
+ **Documentation Updated:**
34
+
35
+ - `scale-adaptive-system.md` - Complete rewrite around 3-track methodology (756 line overhaul)
36
+ - `quick-start.md` - Updated to reference tracks
37
+ - `brownfield-guide.md` - Track-based guidance instead of level-based
38
+ - `glossary.md` - New track definitions, removed level references
39
+ - `workflow-status/init/instructions.md` - Major rewrite for track-based initialization (865 lines)
40
+
41
+ ### ✨ Workflow Modernization & Standardization
42
+
43
+ **1. Elicitation System Modernization:**
44
+
45
+ - Removed legacy `<elicit-required />` XML tag from core workflow.xml
46
+ - Replaced with explicit `<invoke-task halt="true">adv-elicit.xml</invoke-task>` pattern
47
+ - More self-documenting and eliminates confusing indirection layer
48
+ - Added strategic elicitation points across all planning workflows:
49
+ - **PRD:** After success criteria, scope, functional requirements, and final review
50
+ - **Create-Epics-And-Stories:** After epic proposals and each epic's stories
51
+ - **Architecture:** After decisions, structure, patterns, implementation patterns, and final doc
52
+ - Updated audit-workflow to remove obsolete elicit-required tag scanning
53
+
54
+ **2. Input Document Discovery Streamlined:**
55
+
56
+ - Replaced verbose 19-line "Input Document Discovery" sections with single critical tag
57
+ - New concise format: `<critical>Input documents specified in workflow.yaml input_file_patterns...</critical>`
58
+ - Eliminates duplication (workflow.yaml already defines patterns - why repeat them?)
59
+ - Updated across 6 workflows: PRD, create-epics-and-stories, architecture, tech-spec, UX, gate-check
60
+ - **Saved ~114 lines of repeated bloat**
61
+
62
+ **3. Epic/Story Template Standardization:**
63
+
64
+ - Replaced hardcoded 8-epic templates with clean repeating patterns using N/M variables
65
+ - Added BDD-style acceptance criteria (Given/When/Then/And) for better clarity
66
+ - Removed instructional bloat from templates (moved to instructions.md where it belongs)
67
+ - **Principle:** Templates show OUTPUT structure, instructions show PROCESS
68
+ - Applied to both create-epics-and-stories and tech-spec workflows
69
+ - Templates now use HTML comments to clearly indicate repeating sections
70
+
71
+ **4. Workflow.yaml Pattern Consistency:**
72
+
73
+ - Standardized `input_file_patterns` across all workflows
74
+ - Separated `recommended_inputs` (semantic WHAT) from `input_file_patterns` (file discovery WHERE)
75
+ - Removed duplication between recommended_inputs file paths and input_file_patterns
76
+ - Create-epics-and-stories now uses proper whole/sharded pattern like architecture workflow
77
+ - Solutioning-gate-check cleaned up to use semantic descriptions not file paths
78
+
79
+ **Files Changed:** 18 files across core, planning, and solutioning workflows
80
+
81
+ ### 📚 Documentation Accuracy Overhaul
82
+
83
+ **Agent YAML as Source of Truth:**
84
+
85
+ Fixed critical documentation inaccuracies by treating agent YAML files as the authoritative source:
86
+
87
+ **agents-guide.md Corrections:**
88
+
89
+ - Fixed Game Developer workflow names (dev-story → develop-story, added story-done)
90
+ - Added agent name "Paige" to Technical Writer (matches naming pattern)
91
+ - Corrected epic-tech-context ownership (Architect → SM agent across all docs)
92
+ - Updated agent reference tables to reflect actual capabilities from YAML configs
93
+
94
+ **workflows-implementation.md Corrections:**
95
+
96
+ - Fixed epic-tech-context agent attribution in 3 locations (Architect → SM)
97
+ - Updated multi-agent workflow ownership table
98
+ - Aligned all workflow descriptions with actual agent YAML definitions
99
+
100
+ **Impact:** Zero hallucination risk - documentation now accurately reflects what agents can actually do.
101
+
102
+ ### 🏗️ Brownfield Development Reality Check
103
+
104
+ **Rewrote brownfield-guide.md Phase 0 Section:**
105
+
106
+ Replaced oversimplified 3-scenario model with **real-world guidance** for messy brownfield projects:
107
+
108
+ **New Scenarios (4 instead of 3):**
109
+
110
+ - **Scenario A:** No documentation → `document-project` workflow (existing)
111
+ - **Scenario B:** Docs exist but massive/outdated/incomplete → **document-project** (NEW - very common case)
112
+ - **Scenario C:** Good docs but massive files → **shard-doc → index-docs** (NEW - handles >500 line files)
113
+ - **Scenario D:** Confirmed AI-optimized docs → Skip Phase 0 (correctly marked as RARE)
114
+
115
+ **Key Additions:**
116
+
117
+ - Default recommendation: "Run document-project unless you have confirmed, trusted, AI-optimized docs"
118
+ - Quality assessment checklist (current, AI-optimized, comprehensive, trusted)
119
+ - Massive document handling guidance (>500 lines, 10+ sections triggers shard-doc)
120
+ - Explicit explanation of why regenerating is better than indexing bad docs
121
+ - Impact explanation: how outdated docs break AI workflows (token limits, wrong assumptions, broken integrations)
122
+
123
+ **Principle:** "When in doubt, run document-project" - Better to spend 10-30 minutes generating fresh docs than waste hours debugging AI agents with bad documentation.
124
+
125
+ ### 🚀 PM/UX Evolution for Enterprise Agentic Development
126
+
127
+ **New Section: The Evolving Role of Product Managers & UX Designers**
128
+
129
+ Added comprehensive forward-looking guidance based on **November 2025 industry research**:
130
+
131
+ **Industry Trends:**
132
+
133
+ - 56% of product professionals cite AI/ML as top strategic focus
134
+ - PRD-to-Code automation: build and deploy apps in 10-15 minutes (current state)
135
+ - By 2026: Roles converging into "Full-Stack Product Lead" (PM + Design + Engineering)
136
+ - Very high salaries for AI Agent PMs who orchestrate autonomous development systems
137
+
138
+ **Role Transformation:**
139
+
140
+ - PMs evolving from spec writers → code orchestrators
141
+ - Writing AI-optimized PRDs that **feed agentic pipelines directly**
142
+ - UX designers generating production code with Figma-to-code tools
143
+ - Technical fluency becoming **table stakes**, not optional
144
+ - Reviewing PRs from AI agents alongside human developers
145
+
146
+ **How BMad Method Enables This Future (10 Ways):**
147
+
148
+ 1. AI-Executable PRD Generation - PRDs become work packages for cloud agents
149
+ 2. Automated Epic/Story Breakdown - No more manual story refinement sessions
150
+ 3. Human-in-the-Loop Architecture - PMs learn while validating technical decisions
151
+ 4. Cloud Agentic Pipeline Vision - Current (2025) + Future (2026) roadmap with diagrams
152
+ 5. UX Design Integration - Designs validated through working prototypes
153
+ 6. PM Technical Skills Development - Learn by doing through conversational workflows
154
+ 7. Organizational Leverage - 1 PM → 20-50 AI agents (5-10× productivity multiplier)
155
+ 8. Quality Consistency - What gets built matches what was specified
156
+ 9. Rapid Prototyping - Hours to validate ideas vs months
157
+ 10. Career Path Evolution - Positions PMs for emerging AI Agent PM, Full-Stack Product Lead roles
158
+
159
+ **Cloud Agentic Pipeline Vision:**
160
+
161
+ ```
162
+ Current (2025): PM PRD → Stories → Human devs + BMad agents → PRs → Review → Deploy
163
+ Future (2026): PM PRD → Stories → Cloud AI agents → Auto PRs → Review → Auto-merge → Deploy
164
+ Time savings: 6-8 weeks → 2-5 days
165
+ ```
166
+
167
+ **What Remains Human:**
168
+
169
+ - Product vision, empathy, creativity, judgment, ethics
170
+ - PMs spend MORE time on human elements (AI handles execution)
171
+ - Product leaders become "builder-thinkers" not just spec writers
172
+
173
+ ### 📖 Document Tightening
174
+
175
+ **enterprise-agentic-development.md Overhaul:**
176
+
177
+ - Reduced from 1207 → 640 lines (47% reduction)
178
+ - 10× more BMad-centric - every section ties back to how BMad enables the future
179
+ - Removed redundant examples, consolidated sections, kept actionable insights
180
+ - Stronger value propositions for PMs, UX, enterprise teams throughout
181
+
182
+ **Key Message:** "The future isn't AI replacing PMs—it's AI-augmented PMs becoming 10× more powerful through BMad Method."
183
+
184
+ ### 🛠️ Infrastructure & Quality
185
+
186
+ **Agent Naming Consistency:**
187
+
188
+ - Renamed `paige.agent.yaml` → `tech-writer.agent.yaml` (matches agent naming pattern)
189
+ - Updated all references across documentation and workflow files
190
+
191
+ **README Updates:**
192
+
193
+ - Updated local installation instructions
194
+ - Better hierarchy and clearer CTAs in root README
195
+
196
+ ### 🔄 Breaking Changes
197
+
198
+ **Variable Renames:**
199
+
200
+ - `project_level` → `project_track` in PRD and all planning workflows
201
+ - Removed `target_scale` variable (no longer needed with 3-track system)
202
+
203
+ **Workflow Path Files:**
204
+
205
+ - Removed 9 level-based workflow paths (brownfield-level-0, greenfield-level-3, etc.)
206
+ - Added 6 new track-based workflow paths (quick-flow-greenfield, method-brownfield, enterprise-greenfield, etc.)
207
+
208
+ **Workflow Triggers:**
209
+
210
+ - Tech-spec workflow descriptions updated to reference tracks not levels
211
+
212
+ ### 📊 Impact Summary
213
+
214
+ These changes bring BMM from alpha.4's solid foundation to alpha.5's **production-ready professionalism**:
215
+
216
+ - **Accuracy:** Documentation matches YAML source of truth (zero hallucination risk)
217
+ - **Simplicity:** 3-track system eliminates decision paralysis and artificial complexity
218
+ - **Reality:** Brownfield guidance handles messy real-world scenarios, not idealized ones
219
+ - **Forward-looking:** PM/UX evolution section positions BMad as essential framework for emerging roles
220
+ - **Consistency:** Standardized elicitation, input discovery, and template patterns across all workflows
221
+ - **Maintainability:** 47% documentation reduction + ~114 lines of bloat removed from workflows
222
+ - **Actionable:** Concrete workflows, commands, examples throughout all guidance
223
+
224
+ Users now have **trustworthy, reality-based, future-oriented guidance** for using BMad Method in both current workflows and emerging agentic development patterns.
225
+
226
+ ### 📦 Files Changed
227
+
228
+ **Core & Infrastructure (3 files):**
229
+
230
+ - `bmad/core/tasks/workflow.xml` - Removed elicit-required tag
231
+ - `src/core/tasks/workflow.xml` - Removed elicit-required tag
232
+ - `package.json` - Version bump
233
+
234
+ **Documentation (8 files):**
235
+
236
+ - `src/modules/bmm/docs/README.md` - Track references
237
+ - `src/modules/bmm/docs/agents-guide.md` - Accuracy fixes, agent ownership corrections
238
+ - `src/modules/bmm/docs/brownfield-guide.md` - Phase 0 reality check, track migration
239
+ - `src/modules/bmm/docs/enterprise-agentic-development.md` - PM/UX evolution, 47% reduction
240
+ - `src/modules/bmm/docs/faq.md` - Track references
241
+ - `src/modules/bmm/docs/glossary.md` - Track definitions, removed levels
242
+ - `src/modules/bmm/docs/quick-spec-flow.md` - Track references
243
+ - `src/modules/bmm/docs/scale-adaptive-system.md` - Complete 3-track rewrite
244
+
245
+ **Workflow Paths (14 files):**
246
+
247
+ - Removed: 9 level-based paths (brownfield-level-0 through greenfield-level-4)
248
+ - Added: 6 track-based paths (quick-flow/method/enterprise × greenfield/brownfield)
249
+
250
+ **Planning Workflows (11 files):**
251
+
252
+ - PRD workflow: Elicitation, track migration, input discovery, checklist updates
253
+ - Create-epics-and-stories: Template rebuild, BDD format, elicitation, input patterns
254
+ - Tech-spec: Template rebuild, BDD format, input discovery
255
+ - Architecture: Elicitation points, input discovery
256
+
257
+ **Solutioning Workflows (2 files):**
258
+
259
+ - UX Design: Input discovery streamlined
260
+ - Gate-check: Input pattern cleanup, semantic descriptions
261
+
262
+ **Build & Utilities (2 files):**
263
+
264
+ - Audit workflow: Updated tag scanner (removed elicit-required)
265
+ - Workflow status init: Track-based initialization logic
266
+
267
+ **Total: 40+ files changed**
268
+
269
+ ---
270
+
271
+ ### Installation
272
+
273
+ ```bash
274
+ npx bmad-method@6.0.0-alpha.5 install
275
+ ```
276
+
277
+ For upgrading from alpha.4:
278
+
279
+ ```bash
280
+ # Backup your customizations first
281
+ npx bmad-method@6.0.0-alpha.5 install
282
+ ```
283
+
284
+ ### Migration Notes
285
+
286
+ If upgrading from v6.0.0-alpha.4:
287
+
288
+ 1. **Scale System Change:** The 5-level system (Levels 0-4) is now 3 tracks (Quick Flow, BMad Method, Enterprise Method)
289
+ - Existing projects continue to work - workflows auto-detect track from context
290
+ - New projects will use track-based initialization
291
+ - Review `docs/scale-adaptive-system.md` for the new mental model
292
+
293
+ 2. **Workflow Improvements:**
294
+ - Better elicitation at strategic decision points (you'll be asked for input more frequently)
295
+ - Cleaner templates with BDD acceptance criteria
296
+ - More consistent input document discovery
297
+
298
+ 3. **Documentation Accuracy:**
299
+ - Agent capabilities now match YAML definitions exactly
300
+ - Brownfield guidance handles real-world messy scenarios
301
+ - PM/UX evolution section shows future of AI-driven development
302
+
303
+ 4. **Agent Naming:** Technical Writer agent file renamed (paige.agent.yaml → tech-writer.agent.yaml)
304
+ - No functional impact - just internal naming consistency
305
+
306
+ 5. **No Breaking Changes:** Existing project structures, workflow outputs, and customizations remain compatible
307
+
308
+ ---
309
+
5
310
  ## [6.0.0-alpha.4]
6
311
 
7
312
  **Release: November 2, 2025**