bmad-method 6.0.1 → 6.0.2

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 (156) hide show
  1. package/.claude/skills/bmad-os-audit-file-refs/SKILL.md +6 -0
  2. package/.claude/skills/bmad-os-audit-file-refs/prompts/instructions.md +59 -0
  3. package/.claude/skills/bmad-os-changelog-social/SKILL.md +1 -2
  4. package/.claude/skills/bmad-os-diataxis-style-fix/SKILL.md +1 -2
  5. package/.claude/skills/bmad-os-draft-changelog/SKILL.md +1 -2
  6. package/.claude/skills/bmad-os-gh-triage/SKILL.md +1 -7
  7. package/.claude/skills/bmad-os-release-module/SKILL.md +1 -2
  8. package/.claude/skills/bmad-os-review-pr/SKILL.md +6 -0
  9. package/{tools/maintainer/review-pr.md → .claude/skills/bmad-os-review-pr/prompts/instructions.md} +5 -16
  10. package/.prettierignore +3 -0
  11. package/CHANGELOG.md +37 -0
  12. package/README.md +13 -1
  13. package/docs/how-to/customize-bmad.md +14 -14
  14. package/docs/how-to/established-projects.md +15 -3
  15. package/docs/how-to/get-answers-about-bmad.md +39 -8
  16. package/docs/how-to/install-bmad.md +13 -4
  17. package/docs/how-to/non-interactive-installation.md +1 -1
  18. package/docs/how-to/quick-fixes.md +1 -1
  19. package/docs/index.md +10 -4
  20. package/docs/reference/commands.md +21 -1
  21. package/docs/reference/workflow-map.md +29 -62
  22. package/docs/roadmap.mdx +136 -0
  23. package/docs/tutorials/getting-started.md +69 -15
  24. package/package.json +2 -2
  25. package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
  26. package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +3 -3
  27. package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +1 -1
  28. package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +1 -1
  29. package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +1 -1
  30. package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +1 -1
  31. package/src/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -1
  32. package/src/bmm/workflows/1-analysis/create-product-brief/workflow.md +1 -1
  33. package/src/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +2 -2
  34. package/src/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +2 -2
  35. package/src/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +2 -2
  36. package/src/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +2 -2
  37. package/src/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +1 -1
  38. package/src/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +2 -1
  39. package/src/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +2 -2
  40. package/src/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +2 -2
  41. package/src/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +2 -2
  42. package/src/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +2 -2
  43. package/src/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +2 -1
  44. package/src/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +2 -2
  45. package/src/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +2 -2
  46. package/src/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +2 -2
  47. package/src/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +2 -2
  48. package/src/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +2 -2
  49. package/src/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +2 -1
  50. package/src/bmm/workflows/1-analysis/research/workflow-domain-research.md +1 -1
  51. package/src/bmm/workflows/1-analysis/research/workflow-market-research.md +1 -1
  52. package/src/bmm/workflows/1-analysis/research/workflow-technical-research.md +1 -1
  53. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +2 -3
  54. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +1 -1
  55. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02b-vision.md +1 -1
  56. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02c-executive-summary.md +1 -1
  57. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +2 -2
  58. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +2 -2
  59. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +2 -2
  60. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +2 -2
  61. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +1 -1
  62. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +1 -1
  63. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +1 -1
  64. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +1 -1
  65. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +3 -3
  66. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +1 -1
  67. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +1 -1
  68. package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md +1 -1
  69. package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md +1 -1
  70. package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +1 -1
  71. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +2 -2
  72. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +3 -3
  73. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +2 -2
  74. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +2 -2
  75. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +2 -2
  76. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +2 -2
  77. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +2 -2
  78. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +2 -2
  79. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +2 -2
  80. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +2 -2
  81. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +2 -2
  82. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +2 -2
  83. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +2 -2
  84. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +2 -2
  85. package/src/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -1
  86. package/src/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -2
  87. package/src/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
  88. package/src/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
  89. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +2 -2
  90. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +11 -2
  91. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +2 -2
  92. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +3 -5
  93. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +2 -2
  94. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +2 -2
  95. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +2 -2
  96. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +2 -2
  97. package/src/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -1
  98. package/src/bmm/workflows/3-solutioning/create-architecture/workflow.md +3 -3
  99. package/src/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
  100. package/src/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -1
  101. package/src/bmm/workflows/4-implementation/code-review/workflow.yaml +1 -2
  102. package/src/bmm/workflows/4-implementation/correct-course/workflow.yaml +1 -2
  103. package/src/bmm/workflows/4-implementation/create-story/checklist.md +2 -2
  104. package/src/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -2
  105. package/src/bmm/workflows/4-implementation/dev-story/workflow.yaml +1 -2
  106. package/src/bmm/workflows/4-implementation/retrospective/workflow.yaml +1 -2
  107. package/src/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +1 -1
  108. package/src/bmm/workflows/4-implementation/sprint-status/workflow.yaml +1 -1
  109. package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +6 -6
  110. package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +1 -1
  111. package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +1 -1
  112. package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +1 -1
  113. package/src/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +1 -1
  114. package/src/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +2 -2
  115. package/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +4 -6
  116. package/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +1 -2
  117. package/src/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +1 -2
  118. package/src/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +2 -2
  119. package/src/bmm/workflows/document-project/workflow.yaml +1 -1
  120. package/src/bmm/workflows/generate-project-context/steps/step-01-discover.md +1 -1
  121. package/src/bmm/workflows/generate-project-context/steps/step-02-generate.md +1 -1
  122. package/src/bmm/workflows/generate-project-context/workflow.md +2 -2
  123. package/src/bmm/workflows/{qa/automate → qa-generate-e2e-tests}/workflow.yaml +2 -4
  124. package/src/core/tasks/editorial-review-prose.xml +1 -1
  125. package/src/core/tasks/editorial-review-structure.xml +1 -2
  126. package/src/core/tasks/help.md +3 -2
  127. package/src/core/tasks/index-docs.xml +1 -1
  128. package/src/core/tasks/review-adversarial-general.xml +2 -1
  129. package/src/core/tasks/shard-doc.xml +1 -1
  130. package/src/core/workflows/advanced-elicitation/workflow.xml +1 -0
  131. package/src/core/workflows/brainstorming/workflow.md +1 -1
  132. package/src/core/workflows/party-mode/workflow.md +1 -1
  133. package/tools/cli/installers/lib/ide/_config-driven.js +0 -1
  134. package/tools/cli/installers/lib/ide/codex.js +195 -181
  135. package/tools/cli/installers/lib/ide/github-copilot.js +0 -1
  136. package/tools/cli/installers/lib/ide/manager.js +3 -3
  137. package/tools/cli/installers/lib/ide/platform-codes.yaml +11 -4
  138. package/tools/cli/installers/lib/ide/rovodev.js +257 -0
  139. package/tools/cli/installers/lib/ide/shared/task-tool-command-generator.js +0 -1
  140. package/tools/cli/installers/lib/ide/templates/agent-command-template.md +0 -1
  141. package/tools/cli/installers/lib/ide/templates/combined/default-agent.md +0 -1
  142. package/tools/cli/installers/lib/ide/templates/combined/default-workflow-yaml.md +0 -1
  143. package/tools/cli/installers/lib/ide/templates/combined/default-workflow.md +0 -1
  144. package/tools/cli/installers/lib/ide/templates/workflow-command-template.md +0 -1
  145. package/tools/cli/installers/lib/ide/templates/workflow-commander.md +0 -1
  146. package/tools/cli/lib/ui.js +1 -1
  147. package/tools/platform-codes.yaml +12 -12
  148. package/tools/validate-doc-links.js +20 -6
  149. package/website/astro.config.mjs +1 -0
  150. package/website/src/rehype-markdown-links.js +9 -1
  151. package/website/src/styles/custom.css +296 -0
  152. package/.claude/skills/bmad-os-gh-triage/README.md +0 -14
  153. package/.claude/skills/bmad-os-release-module/README.md +0 -24
  154. package/tools/maintainer/review-pr-README.md +0 -55
  155. /package/src/bmm/workflows/{qa/automate → qa-generate-e2e-tests}/checklist.md +0 -0
  156. /package/src/bmm/workflows/{qa/automate → qa-generate-e2e-tests}/instructions.md +0 -0
@@ -179,7 +179,7 @@ _Source: [URL]_
179
179
 
180
180
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
181
181
  - Update frontmatter: `stepsCompleted: [1, 2]`
182
- - Load: `./step-03-customer-pain-points.md`
182
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md`
183
183
 
184
184
  ## APPEND TO DOCUMENT:
185
185
 
@@ -232,6 +232,6 @@ Content is already written to document when generated in step 4. No additional a
232
232
 
233
233
  ## NEXT STEP:
234
234
 
235
- After user selects 'C', load `./step-03-customer-pain-points.md` to analyze customer pain points, challenges, and unmet needs for {{research_topic}}.
235
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md` to analyze customer pain points, challenges, and unmet needs for {{research_topic}}.
236
236
 
237
237
  Remember: Always write research content to document immediately and emphasize current customer data with rigorous source verification!
@@ -190,7 +190,7 @@ _Source: [URL]_
190
190
 
191
191
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
192
192
  - Update frontmatter: `stepsCompleted: [1, 2, 3]`
193
- - Load: `./step-04-customer-decisions.md`
193
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md`
194
194
 
195
195
  ## APPEND TO DOCUMENT:
196
196
 
@@ -244,6 +244,6 @@ Content is already written to document when generated in step 4. No additional a
244
244
 
245
245
  ## NEXT STEP:
246
246
 
247
- After user selects 'C', load `./step-04-customer-decisions.md` to analyze customer decision processes, journey mapping, and decision factors for {{research_topic}}.
247
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md` to analyze customer decision processes, journey mapping, and decision factors for {{research_topic}}.
248
248
 
249
249
  Remember: Always write research content to document immediately and emphasize current customer pain points data with rigorous source verification!
@@ -200,7 +200,7 @@ _Source: [URL]_
200
200
 
201
201
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
202
202
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
203
- - Load: `./step-05-competitive-analysis.md`
203
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md`
204
204
 
205
205
  ## APPEND TO DOCUMENT:
206
206
 
@@ -254,6 +254,6 @@ Content is already written to document when generated in step 4. No additional a
254
254
 
255
255
  ## NEXT STEP:
256
256
 
257
- After user selects 'C', load `./step-05-competitive-analysis.md` to analyze competitive landscape, market positioning, and competitive strategies for {{research_topic}}.
257
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md` to analyze competitive landscape, market positioning, and competitive strategies for {{research_topic}}.
258
258
 
259
259
  Remember: Always write research content to document immediately and emphasize current customer decision data with rigorous source verification!
@@ -389,13 +389,14 @@ _This comprehensive market research document serves as an authoritative market r
389
389
 
390
390
  #### If 'C' (Complete Research):
391
391
 
392
+ - **Replace** the template placeholder `[Research overview and methodology will be appended here]` in the `## Research Overview` section near the top of the document with a concise 2-3 paragraph overview summarizing the research scope, key findings, and a pointer to the full executive summary in the Research Synthesis section
392
393
  - Append the final content to the research document
393
394
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
394
395
  - Complete the market research workflow
395
396
 
396
397
  ## APPEND TO DOCUMENT:
397
398
 
398
- When user selects 'C', append the content directly to the research document using the structure from step 4.
399
+ When user selects 'C', append the content directly to the research document using the structure from step 4. Also replace the `[Research overview and methodology will be appended here]` placeholder in the Research Overview section at the top of the document.
399
400
 
400
401
  ## SUCCESS METRICS:
401
402
 
@@ -78,7 +78,7 @@ For **{{research_topic}}**, I will research:
78
78
 
79
79
  - Document scope confirmation in research file
80
80
  - Update frontmatter: `stepsCompleted: [1]`
81
- - Load: `./step-02-technical-overview.md`
81
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md`
82
82
 
83
83
  ## APPEND TO DOCUMENT:
84
84
 
@@ -132,6 +132,6 @@ When user selects 'C', append scope confirmation:
132
132
 
133
133
  ## NEXT STEP:
134
134
 
135
- After user selects 'C', load `./step-02-technical-overview.md` to begin technology stack analysis.
135
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md` to begin technology stack analysis.
136
136
 
137
137
  Remember: This is SCOPE CONFIRMATION ONLY - no actual technical research yet, just confirming the research approach and scope!
@@ -180,7 +180,7 @@ _Source: [URL]_
180
180
 
181
181
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
182
182
  - Update frontmatter: `stepsCompleted: [1, 2]`
183
- - Load: `./step-03-integration-patterns.md`
183
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md`
184
184
 
185
185
  ## APPEND TO DOCUMENT:
186
186
 
@@ -234,6 +234,6 @@ Content is already written to document when generated in step 4. No additional a
234
234
 
235
235
  ## NEXT STEP:
236
236
 
237
- After user selects 'C', load `./step-03-integration-patterns.md` to analyze APIs, communication protocols, and system interoperability for {{research_topic}}.
237
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md` to analyze APIs, communication protocols, and system interoperability for {{research_topic}}.
238
238
 
239
239
  Remember: Always write research content to document immediately and emphasize current technology data with rigorous source verification!
@@ -189,7 +189,7 @@ _Source: [URL]_
189
189
 
190
190
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
191
191
  - Update frontmatter: `stepsCompleted: [1, 2, 3]`
192
- - Load: `./step-04-architectural-patterns.md`
192
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md`
193
193
 
194
194
  ## APPEND TO DOCUMENT:
195
195
 
@@ -243,6 +243,6 @@ Content is already written to document when generated in step 4. No additional a
243
243
 
244
244
  ## NEXT STEP:
245
245
 
246
- After user selects 'C', load `./step-04-architectural-patterns.md` to analyze architectural patterns, design decisions, and system structures for {{research_topic}}.
246
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md` to analyze architectural patterns, design decisions, and system structures for {{research_topic}}.
247
247
 
248
248
  Remember: Always write research content to document immediately and emphasize current integration data with rigorous source verification!
@@ -156,7 +156,7 @@ Show the generated architectural patterns and present continue option:
156
156
 
157
157
  - Append the final content to the research document
158
158
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
159
- - Load: `./step-05-implementation-research.md`
159
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md`
160
160
 
161
161
  ## APPEND TO DOCUMENT:
162
162
 
@@ -197,6 +197,6 @@ When user selects 'C', append the content directly to the research document usin
197
197
 
198
198
  ## NEXT STEP:
199
199
 
200
- After user selects 'C' and content is saved to document, load `./step-05-implementation-research.md` to focus on implementation approaches and technology adoption.
200
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md` to focus on implementation approaches and technology adoption.
201
201
 
202
202
  Remember: Always emphasize current architectural data and rigorous source verification!
@@ -179,7 +179,7 @@ Show the generated implementation research and present continue option:
179
179
 
180
180
  - Append the final content to the research document
181
181
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
182
- - Load: `./step-06-research-synthesis.md`
182
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md`
183
183
 
184
184
  ## APPEND TO DOCUMENT:
185
185
 
@@ -230,4 +230,4 @@ When 'C' is selected:
230
230
 
231
231
  ## NEXT STEP:
232
232
 
233
- After user selects 'C', load `./step-06-research-synthesis.md` to produce the comprehensive technical research document with narrative introduction, detailed TOC, and executive summary.
233
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md` to produce the comprehensive technical research document with narrative introduction, detailed TOC, and executive summary.
@@ -416,6 +416,7 @@ _This comprehensive technical research document serves as an authoritative techn
416
416
 
417
417
  #### If 'C' (Complete Research):
418
418
 
419
+ - **Replace** the template placeholder `[Research overview and methodology will be appended here]` in the `## Research Overview` section near the top of the document with a concise 2-3 paragraph overview summarizing the research scope, key findings, and a pointer to the full executive summary in the Research Synthesis section
419
420
  - Append the complete technical document to the research file
420
421
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6]`
421
422
  - Complete the technical research workflow
@@ -423,7 +424,7 @@ _This comprehensive technical research document serves as an authoritative techn
423
424
 
424
425
  ## APPEND TO DOCUMENT:
425
426
 
426
- When user selects 'C', append the complete comprehensive technical research document using the full structure above.
427
+ When user selects 'C', append the complete comprehensive technical research document using the full structure above. Also replace the `[Research overview and methodology will be appended here]` placeholder in the Research Overview section at the top of the document.
427
428
 
428
429
  ## SUCCESS METRICS:
429
430
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: domain-research
3
- description: Conduct domain research covering industry analysis, regulations, technology trends, and ecosystem dynamics using current web data and verified sources.
3
+ description: Conduct domain and industry research. Use when the user says 'lets create a research report on [domain or industry]
4
4
  ---
5
5
 
6
6
  # Domain Research Workflow
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: market-research
3
- description: Conduct market research covering market size, growth, competition, and customer insights using current web data and verified sources.
3
+ description: Conduct market research on competition and customers. Use when the user says 'create a market research report about [business idea]'.
4
4
  ---
5
5
 
6
6
  # Market Research Workflow
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: technical-research
3
- description: Conduct technical research covering technology evaluation, architecture decisions, and implementation approaches using current web data and verified sources.
3
+ description: Conduct technical research on technologies and architecture. Use when the user says 'create a technical research report on [topic]'.
4
4
  ---
5
5
 
6
6
  # Technical Research Workflow
@@ -79,9 +79,8 @@ Review the frontmatter to understand:
79
79
  **Example:**
80
80
  - If `stepsCompleted = ["step-01-init.md", "step-02-discovery.md", "step-03-success.md"]`
81
81
  - Last element is `"step-03-success.md"`
82
- - Load `step-03-success.md`, read its frontmatter
83
- - Find `nextStepFile: './step-04-journeys.md'`
84
- - Next step to load is `./step-04-journeys.md`
82
+ - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md`, read its frontmatter
83
+ - Read fully and follow: `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md`
85
84
 
86
85
  ### 4. Handle Workflow Completion
87
86
 
@@ -3,7 +3,7 @@ name: 'step-02-discovery'
3
3
  description: 'Discover project type, domain, and context through collaborative dialogue'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-02b-vision.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02b-vision.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Data Files
@@ -3,7 +3,7 @@ name: 'step-02b-vision'
3
3
  description: 'Discover the product vision and differentiator through collaborative dialogue'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-02c-executive-summary.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02c-executive-summary.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Task References
@@ -3,7 +3,7 @@ name: 'step-02c-executive-summary'
3
3
  description: 'Generate and append the Executive Summary section to the PRD document'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-03-success.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Task References
@@ -3,7 +3,7 @@ name: 'step-03-success'
3
3
  description: 'Define comprehensive success criteria covering user, business, and technical success'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-04-journeys.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Task References
@@ -221,6 +221,6 @@ If working in regulated domains (healthcare, fintech, govtech):
221
221
 
222
222
  ## NEXT STEP:
223
223
 
224
- After user selects 'C' and content is saved to document, load `./step-04-journeys.md` to map user journeys.
224
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md` to map user journeys.
225
225
 
226
226
  Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -3,7 +3,7 @@ name: 'step-04-journeys'
3
3
  description: 'Map ALL user types that interact with the system with narrative story-based journeys'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-05-domain.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Task References
@@ -208,6 +208,6 @@ When user selects 'C', append the content directly to the document using the str
208
208
 
209
209
  ## NEXT STEP:
210
210
 
211
- After user selects 'C' and content is saved to document, load `./step-05-domain.md`.
211
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md`.
212
212
 
213
213
  Remember: Do NOT proceed to step-05 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -3,9 +3,9 @@ name: 'step-05-domain'
3
3
  description: 'Explore domain-specific requirements for complex domains (optional step)'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-06-innovation.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
- domainComplexityCSV: '../data/domain-complexity.csv'
8
+ domainComplexityCSV: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv'
9
9
 
10
10
  # Task References
11
11
  advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
@@ -3,11 +3,11 @@ name: 'step-06-innovation'
3
3
  description: 'Detect and explore innovative aspects of the product (optional step)'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-07-project-type.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Data Files
10
- projectTypesCSV: '../data/project-types.csv'
10
+ projectTypesCSV: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv'
11
11
 
12
12
  # Task References
13
13
  advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
@@ -3,7 +3,7 @@ name: 'step-07-project-type'
3
3
  description: 'Conduct project-type specific discovery using CSV-driven guidance'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-08-scoping.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Data Files
@@ -3,7 +3,7 @@ name: 'step-08-scoping'
3
3
  description: 'Define MVP boundaries and prioritize features across development phases'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-09-functional.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Task References
@@ -3,7 +3,7 @@ name: 'step-09-functional'
3
3
  description: 'Synthesize all discovery into comprehensive functional requirements'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-10-nonfunctional.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Task References
@@ -3,7 +3,7 @@ name: 'step-10-nonfunctional'
3
3
  description: 'Define quality attributes that matter for this specific product'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-11-polish.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
8
 
9
9
  # Task References
@@ -3,9 +3,9 @@ name: 'step-11-polish'
3
3
  description: 'Optimize and polish the complete PRD document for flow, coherence, and readability'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-12-complete.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md'
7
7
  outputFile: '{planning_artifacts}/prd.md'
8
- purposeFile: '../data/prd-purpose.md'
8
+ purposeFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
9
9
 
10
10
  # Task References
11
11
  advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
@@ -212,6 +212,6 @@ When user selects 'C', replace the entire document content with the polished ver
212
212
 
213
213
  ## NEXT STEP:
214
214
 
215
- After user selects 'C' and polished document is saved, load `./step-12-complete.md` to complete the workflow.
215
+ After user selects 'C' and polished document is saved, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md` to complete the workflow.
216
216
 
217
217
  Remember: Do NOT proceed to step-12 until user explicitly selects 'C' from the A/P/C menu and polished document is saved!
@@ -87,7 +87,7 @@ Offer validation workflows to ensure PRD is ready for implementation:
87
87
 
88
88
  ### 4. Suggest Next Workflows
89
89
 
90
- PRD complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `Create PRD`.
90
+ PRD complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md` with argument `Create PRD`.
91
91
 
92
92
  ### 5. Final Completion Confirmation
93
93
 
@@ -197,7 +197,7 @@ Display:
197
197
  - **IF X (Exit):**
198
198
  - Display: "**Validation Report Saved:** {validationReportPath}"
199
199
  - Display: "**Summary:** {overall status} - {recommendation}"
200
- - PRD Validation complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `Validate PRD`.
200
+ - PRD Validation complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md` with argument `Validate PRD`.
201
201
 
202
202
  - **IF Any other:** Help user, then redisplay menu
203
203
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: create-prd
3
- description: Create a comprehensive PRD (Product Requirements Document) through structured workflow facilitation
3
+ description: Create a PRD from scratch. Use when the user says 'lets create a product requirements document' or 'I want to create a new PRD'
4
4
  main_config: '{project-root}/_bmad/bmm/config.yaml'
5
5
  nextStep: './steps-c/step-01-init.md'
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: edit-prd
3
- description: Edit and improve an existing PRD - enhance clarity, completeness, and quality
3
+ description: Edit an existing PRD. Use when the user says 'edit this PRD'.
4
4
  main_config: '{project-root}/_bmad/bmm/config.yaml'
5
5
  editWorkflow: './steps-e/step-e-01-discovery.md'
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: validate-prd
3
- description: Validate an existing PRD against BMAD standards - comprehensive review for completeness, clarity, and quality
3
+ description: Validate a PRD against standards. Use when the user says 'validate this PRD' or 'run PRD validation'
4
4
  main_config: '{project-root}/_bmad/bmm/config.yaml'
5
5
  validateWorkflow: './steps-v/step-v-01-discovery.md'
6
6
  ---
@@ -44,7 +44,7 @@ First, check if the output document already exists:
44
44
 
45
45
  If the document exists and has frontmatter with `stepsCompleted`:
46
46
 
47
- - **STOP here** and load `./step-01b-continue.md` immediately
47
+ - **STOP here** and load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md` immediately
48
48
  - Do not proceed with any initialization tasks
49
49
  - Let step-01b handle the continuation logic
50
50
 
@@ -110,7 +110,7 @@ Do you have any other documents you'd like me to include, or shall we continue t
110
110
 
111
111
  ## NEXT STEP:
112
112
 
113
- After user selects [C] to continue, ensure the file `{planning_artifacts}/ux-design-specification.md` has been created and saved, and then load `./step-02-discovery.md` to begin the UX discovery phase.
113
+ After user selects [C] to continue, ensure the file `{planning_artifacts}/ux-design-specification.md` has been created and saved, and then load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md` to begin the UX discovery phase.
114
114
 
115
115
  Remember: Do NOT proceed to step-02 until output file has been updated and user explicitly selects [C] to continue!
116
116
 
@@ -72,9 +72,9 @@ Does this look right, or do you want to make any adjustments before we proceed?"
72
72
 
73
73
  Based on `lastStep` value, determine which step to load next:
74
74
 
75
- - If `lastStep = 1` → Load `./step-02-discovery.md`
76
- - If `lastStep = 2` → Load `./step-03-core-experience.md`
77
- - If `lastStep = 3` → Load `./step-04-emotional-response.md`
75
+ - If `lastStep = 1` → Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md`
76
+ - If `lastStep = 2` → Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md`
77
+ - If `lastStep = 3` → Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md`
78
78
  - Continue this pattern for all steps
79
79
  - If `lastStep` indicates final step → Workflow already complete
80
80
 
@@ -155,11 +155,11 @@ Show the generated project understanding content and present choices:
155
155
 
156
156
  - Append the final content to `{planning_artifacts}/ux-design-specification.md`
157
157
  - Update frontmatter: `stepsCompleted: [1, 2]`
158
- - Load `./step-03-core-experience.md`
158
+ - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md`
159
159
 
160
160
  ## APPEND TO DOCUMENT:
161
161
 
162
- When user selects 'C', append the content directly to the document. Only after the content is saved to document, read fully and follow: `./step-03-core-experience.md`.
162
+ When user selects 'C', append the content directly to the document. Only after the content is saved to document, read fully and follow: `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md`.
163
163
 
164
164
  ## SUCCESS METRICS:
165
165
 
@@ -179,7 +179,7 @@ Show the generated core experience content and present choices:
179
179
 
180
180
  - Append the final content to `{planning_artifacts}/ux-design-specification.md`
181
181
  - Update frontmatter: append step to end of stepsCompleted array
182
- - Load `./step-04-emotional-response.md`
182
+ - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md`
183
183
 
184
184
  ## APPEND TO DOCUMENT:
185
185
 
@@ -211,6 +211,6 @@ When user selects 'C', append the content directly to the document using the str
211
211
 
212
212
  ## NEXT STEP:
213
213
 
214
- After user selects 'C' and content is saved to document, load `./step-04-emotional-response.md` to define desired emotional responses.
214
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md` to define desired emotional responses.
215
215
 
216
216
  Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -182,7 +182,7 @@ Show the generated emotional response content and present choices:
182
182
 
183
183
  - Append the final content to `{planning_artifacts}/ux-design-specification.md`
184
184
  - Update frontmatter: append step to end of stepsCompleted array
185
- - Load `./step-05-inspiration.md`
185
+ - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md`
186
186
 
187
187
  ## APPEND TO DOCUMENT:
188
188
 
@@ -214,6 +214,6 @@ When user selects 'C', append the content directly to the document using the str
214
214
 
215
215
  ## NEXT STEP:
216
216
 
217
- After user selects 'C' and content is saved to document, load `./step-05-inspiration.md` to analyze UX patterns from inspiring products.
217
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md` to analyze UX patterns from inspiring products.
218
218
 
219
219
  Remember: Do NOT proceed to step-05 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -197,7 +197,7 @@ Show the generated inspiration analysis content and present choices:
197
197
 
198
198
  - Append the final content to `{planning_artifacts}/ux-design-specification.md`
199
199
  - Update frontmatter: append step to end of stepsCompleted array
200
- - Read fully and follow: `./step-06-design-system.md`
200
+ - Read fully and follow: `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md`
201
201
 
202
202
  ## APPEND TO DOCUMENT:
203
203
 
@@ -229,6 +229,6 @@ When user selects 'C', append the content directly to the document using the str
229
229
 
230
230
  ## NEXT STEP:
231
231
 
232
- After user selects 'C' and content is saved to document, load `./step-06-design-system.md` to choose the appropriate design system approach.
232
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md` to choose the appropriate design system approach.
233
233
 
234
234
  Remember: Do NOT proceed to step-06 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -215,7 +215,7 @@ Show the generated design system content and present choices:
215
215
 
216
216
  - Append the final content to `{planning_artifacts}/ux-design-specification.md`
217
217
  - Update frontmatter: append step to end of stepsCompleted array
218
- - Load `./step-07-defining-experience.md`
218
+ - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md`
219
219
 
220
220
  ## APPEND TO DOCUMENT:
221
221
 
@@ -247,6 +247,6 @@ When user selects 'C', append the content directly to the document using the str
247
247
 
248
248
  ## NEXT STEP:
249
249
 
250
- After user selects 'C' and content is saved to document, load `./step-07-defining-experience.md` to define the core user interaction.
250
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md` to define the core user interaction.
251
251
 
252
252
  Remember: Do NOT proceed to step-07 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -217,7 +217,7 @@ Show the generated defining experience content and present choices:
217
217
 
218
218
  - Append the final content to `{planning_artifacts}/ux-design-specification.md`
219
219
  - Update frontmatter: append step to end of stepsCompleted array
220
- - Load `./step-08-visual-foundation.md`
220
+ - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md`
221
221
 
222
222
  ## APPEND TO DOCUMENT:
223
223
 
@@ -249,6 +249,6 @@ When user selects 'C', append the content directly to the document using the str
249
249
 
250
250
  ## NEXT STEP:
251
251
 
252
- After user selects 'C' and content is saved to document, load `./step-08-visual-foundation.md` to establish visual design foundation.
252
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md` to establish visual design foundation.
253
253
 
254
254
  Remember: Do NOT proceed to step-08 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -187,7 +187,7 @@ Show the generated visual foundation content and present choices:
187
187
 
188
188
  - Append the final content to `{planning_artifacts}/ux-design-specification.md`
189
189
  - Update frontmatter: append step to end of stepsCompleted array
190
- - Load `./step-09-design-directions.md`
190
+ - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md`
191
191
 
192
192
  ## APPEND TO DOCUMENT:
193
193
 
@@ -219,6 +219,6 @@ When user selects 'C', append the content directly to the document using the str
219
219
 
220
220
  ## NEXT STEP:
221
221
 
222
- After user selects 'C' and content is saved to document, load `./step-09-design-directions.md` to generate design direction mockups.
222
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md` to generate design direction mockups.
223
223
 
224
224
  Remember: Do NOT proceed to step-09 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -187,7 +187,7 @@ Show the generated design direction content and present choices:
187
187
 
188
188
  - Append the final content to `{planning_artifacts}/ux-design-specification.md`
189
189
  - Update frontmatter: append step to end of stepsCompleted array
190
- - Load `./step-10-user-journeys.md`
190
+ - Load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md`
191
191
 
192
192
  ## APPEND TO DOCUMENT:
193
193
 
@@ -219,6 +219,6 @@ When user selects 'C', append the content directly to the document using the str
219
219
 
220
220
  ## NEXT STEP:
221
221
 
222
- After user selects 'C' and content is saved to document, load `./step-10-user-journeys.md` to design user journey flows.
222
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md` to design user journey flows.
223
223
 
224
224
  Remember: Do NOT proceed to step-10 until user explicitly selects 'C' from the A/P/C menu and content is saved!