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
@@ -23,55 +23,53 @@ Final important note: Every workflow below can be run directly with your tool of
23
23
 
24
24
  Explore the problem space and validate ideas before committing to planning.
25
25
 
26
- | Workflow | Purpose | Produces |
27
- | ---------------------- | -------------------------------------------------------------------------- | ------------------------- |
28
- | `brainstorming` | Brainstorm Project Ideas with guided facilitation of a brainstorming coach | `brainstorming-report.md` |
29
- | `research` | Validate market, technical, or domain assumptions | Research findings |
30
- | `create-product-brief` | Capture strategic vision | `product-brief.md` |
26
+ | Workflow | Purpose | Produces |
27
+ | ------------------------------- | -------------------------------------------------------------------------- | ------------------------- |
28
+ | `bmad-brainstorming` | Brainstorm Project Ideas with guided facilitation of a brainstorming coach | `brainstorming-report.md` |
29
+ | `bmad-bmm-research` | Validate market, technical, or domain assumptions | Research findings |
30
+ | `bmad-bmm-create-product-brief` | Capture strategic vision | `product-brief.md` |
31
31
 
32
32
  ## Phase 2: Planning
33
33
 
34
34
  Define what to build and for whom.
35
35
 
36
- | Workflow | Purpose | Produces |
37
- | ------------------ | ---------------------------------------- | ------------ |
38
- | `create-prd` | Define requirements (FRs/NFRs) | `PRD.md` |
39
- | `create-ux-design` | Design user experience (when UX matters) | `ux-spec.md` |
36
+ | Workflow | Purpose | Produces |
37
+ | --------------------------- | ---------------------------------------- | ------------ |
38
+ | `bmad-bmm-create-prd` | Define requirements (FRs/NFRs) | `PRD.md` |
39
+ | `bmad-bmm-create-ux-design` | Design user experience (when UX matters) | `ux-spec.md` |
40
40
 
41
41
  ## Phase 3: Solutioning
42
42
 
43
43
  Decide how to build it and break work into stories.
44
44
 
45
- | Workflow | Purpose | Produces |
46
- | -------------------------------- | ------------------------------------------ | --------------------------- |
47
- | `create-architecture` | Make technical decisions explicit | `architecture.md` with ADRs |
48
- | `create-epics-and-stories` | Break requirements into implementable work | Epic files with stories |
49
- | `check-implementation-readiness` | Gate check before implementation | PASS/CONCERNS/FAIL decision |
45
+ | Workflow | Purpose | Produces |
46
+ | ----------------------------------------- | ------------------------------------------ | --------------------------- |
47
+ | `bmad-bmm-create-architecture` | Make technical decisions explicit | `architecture.md` with ADRs |
48
+ | `bmad-bmm-create-epics-and-stories` | Break requirements into implementable work | Epic files with stories |
49
+ | `bmad-bmm-check-implementation-readiness` | Gate check before implementation | PASS/CONCERNS/FAIL decision |
50
50
 
51
51
  ## Phase 4: Implementation
52
52
 
53
- Build it, one story at a time.
53
+ Build it, one story at a time. Coming soon, full phase 4 automation!
54
54
 
55
- | Workflow | Purpose | Produces |
56
- | ----------------- | -------------------------------------- | ----------------------------- |
57
- | `sprint-planning` | Initialize tracking (once per project) | `sprint-status.yaml` |
58
- | `create-story` | Prepare next story for implementation | `story-[slug].md` |
59
- | `dev-story` | Implement the story | Working code + tests |
60
- | `automate` (QA) | Generate tests for existing features | Test suite |
61
- | `code-review` | Validate implementation quality | Approved or changes requested |
62
- | `correct-course` | Handle significant mid-sprint changes | Updated plan or re-routing |
63
- | `retrospective` | Review after epic completion | Lessons learned |
64
-
65
- **Quinn (QA Agent):** Built-in QA agent for test automation. Trigger with `QA` or `bmad-bmm-qa-automate`. Generates standard API and E2E tests using your project's test framework. Beginner-friendly, no configuration needed. For advanced test strategy, install [Test Architect (TEA)](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/) module.
55
+ | Workflow | Purpose | Produces |
56
+ | -------------------------- | ------------------------------------------------------------------------ | -------------------------------- |
57
+ | `bmad-bmm-sprint-planning` | Initialize tracking (once per project to sequence the dev cycle) | `sprint-status.yaml` |
58
+ | `bmad-bmm-create-story` | Prepare next story for implementation | `story-[slug].md` |
59
+ | `bmad-bmm-dev-story` | Implement the story | Working code + tests |
60
+ | `bmad-bmm-code-review` | Validate implementation quality | Approved or changes requested |
61
+ | `bmad-bmm-correct-course` | Handle significant mid-sprint changes | Updated plan or re-routing |
62
+ | `bmad-bmm-automate` | Generate tests for existing features - Use after a full epic is complete | End to End UI Focused Test suite |
63
+ | `bmad-bmm-retrospective` | Review after epic completion | Lessons learned |
66
64
 
67
65
  ## Quick Flow (Parallel Track)
68
66
 
69
67
  Skip phases 1-3 for small, well-understood work.
70
68
 
71
- | Workflow | Purpose | Produces |
72
- | ------------ | ------------------------------------------ | --------------------------------------------- |
73
- | `quick-spec` | Define an ad-hoc change | `tech-spec.md` (story file for small changes) |
74
- | `quick-dev` | Implement from spec or direct instructions | Working code + tests |
69
+ | Workflow | Purpose | Produces |
70
+ | --------------------- | ------------------------------------------ | --------------------------------------------- |
71
+ | `bmad-bmm-quick-spec` | Define an ad-hoc change | `tech-spec.md` (story file for small changes) |
72
+ | `bmad-bmm-quick-dev` | Implement from spec or direct instructions | Working code + tests |
75
73
 
76
74
  ## Context Management
77
75
 
@@ -80,43 +78,12 @@ Each document becomes context for the next phase. The PRD tells the architect wh
80
78
  ### Project Context
81
79
 
82
80
  :::tip[Recommended]
83
- Create `project-context.md` to ensure AI agents follow your project's rules and preferences. This file works like a constitution for your project — it guides implementation decisions across all workflows.
81
+ Create `project-context.md` to ensure AI agents follow your project's rules and preferences. This file works like a constitution for your project — it guides implementation decisions across all workflows. This optional file can be generated at the end of Architecture Creation, or in an existing project it can be generated also to capture whats important to keep aligned with current conventions.
84
82
  :::
85
83
 
86
- **When to create it:**
87
-
88
- | Scenario | Approach |
89
- |----------|----------|
90
- | Before architecture (manual) | Document technical preferences you want the architect to respect |
91
- | After architecture | Generate it to capture decisions made during solutioning |
92
- | Existing projects | Run `generate-project-context` to discover established patterns |
93
- | Quick Flow | Create before `quick-dev` to ensure consistent implementation |
94
-
95
84
  **How to create it:**
96
85
 
97
86
  - **Manually** — Create `_bmad-output/project-context.md` with your technology stack and implementation rules
98
87
  - **Generate it** — Run `/bmad-bmm-generate-project-context` to auto-generate from your architecture or codebase
99
88
 
100
- **What workflows load it:**
101
-
102
- | Workflow | Purpose |
103
- |----------|---------|
104
- | `create-architecture` | Respects technical preferences when designing |
105
- | `create-story` | Informs story creation with project patterns |
106
- | `dev-story` | Guides implementation decisions |
107
- | `code-review` | Validates against project standards |
108
- | `quick-dev` | Applies patterns when implementing |
109
-
110
89
  [**Learn more about project-context.md**](../explanation/project-context.md)
111
-
112
- ### Additional Context by Workflow
113
-
114
- Beyond `project-context.md`, each workflow loads specific documents:
115
-
116
- | Workflow | Also Loads |
117
- |----------|------------|
118
- | `create-story` | epics, PRD, architecture, UX |
119
- | `dev-story` | story file |
120
- | `code-review` | architecture, story file |
121
- | `quick-spec` | planning docs (if exist) |
122
- | `quick-dev` | tech-spec |
@@ -0,0 +1,136 @@
1
+ ---
2
+ title: Roadmap
3
+ description: What's next for BMad - Features, improvements, and community contributions
4
+ ---
5
+
6
+ # The BMad Method: Public Roadmap
7
+
8
+ The BMad Method, BMad Method Module (BMM), and BMad Builder (BMB) are evolving. Here's what we're working on and what's coming next.
9
+
10
+ <div class="roadmap-container">
11
+
12
+ <h2 class="roadmap-section-title">In Progress</h2>
13
+
14
+ <div class="roadmap-future">
15
+ <div class="roadmap-future-card">
16
+ <span class="roadmap-emoji">🧩</span>
17
+ <h4>Universal Skills Architecture</h4>
18
+ <p>One skill, any platform. Write once, run everywhere.</p>
19
+ </div>
20
+ <div class="roadmap-future-card">
21
+ <span class="roadmap-emoji">🏗️</span>
22
+ <h4>BMad Builder v1</h4>
23
+ <p>Craft production-ready AI agents and workflows with evals, teams, and graceful degradation built in.</p>
24
+ </div>
25
+ <div class="roadmap-future-card">
26
+ <span class="roadmap-emoji">🧠</span>
27
+ <h4>Project Context System</h4>
28
+ <p>Your AI actually understands your project. Framework-aware context that evolves with your codebase.</p>
29
+ </div>
30
+ <div class="roadmap-future-card">
31
+ <span class="roadmap-emoji">📦</span>
32
+ <h4>Centralized Skills</h4>
33
+ <p>Install once, use everywhere. Share skills across projects without the file clutter.</p>
34
+ </div>
35
+ <div class="roadmap-future-card">
36
+ <span class="roadmap-emoji">🔄</span>
37
+ <h4>Adaptive Skills</h4>
38
+ <p>Skills that know your tool. Optimized variants for Claude, Codex, Kimi, and OpenCode, plus many more.</p>
39
+ </div>
40
+ <div class="roadmap-future-card">
41
+ <span class="roadmap-emoji">📝</span>
42
+ <h4>BMad Team Pros Blog</h4>
43
+ <p>Guides, articles and insights from the team. Launching soon.</p>
44
+ </div>
45
+ </div>
46
+
47
+ <h2 class="roadmap-section-title">Getting Started</h2>
48
+
49
+ <div class="roadmap-future">
50
+ <div class="roadmap-future-card">
51
+ <span class="roadmap-emoji">🏪</span>
52
+ <h4>Skill Marketplace</h4>
53
+ <p>Discover, install, and update community-built skills. One curl command away from superpowers.</p>
54
+ </div>
55
+ <div class="roadmap-future-card">
56
+ <span class="roadmap-emoji">🎨</span>
57
+ <h4>Workflow Customization</h4>
58
+ <p>Make it yours. Integrate Jira, Linear, custom outputs your workflow, your rules.</p>
59
+ </div>
60
+ <div class="roadmap-future-card">
61
+ <span class="roadmap-emoji">🚀</span>
62
+ <h4>Phase 1-3 Optimization</h4>
63
+ <p>Lightning-fast planning with sub-agent context gathering. YOLO mode meets guided excellence.</p>
64
+ </div>
65
+ <div class="roadmap-future-card">
66
+ <span class="roadmap-emoji">🌐</span>
67
+ <h4>Enterprise Ready</h4>
68
+ <p>SSO, audit logs, team workspaces. All the boring stuff that makes companies say yes.</p>
69
+ </div>
70
+ <div class="roadmap-future-card">
71
+ <span class="roadmap-emoji">💎</span>
72
+ <h4>Community Modules Explosion</h4>
73
+ <p>Entertainment, security, therapy, roleplay and much more. Expand the BMad Method platform.</p>
74
+ </div>
75
+ <div class="roadmap-future-card">
76
+ <span class="roadmap-emoji">⚡</span>
77
+ <h4>Dev Loop Automation</h4>
78
+ <p>Optional autopilot for development. Let AI handle the flow while keeping quality sky-high.</p>
79
+ </div>
80
+ </div>
81
+
82
+ <h2 class="roadmap-section-title">Community and Team</h2>
83
+
84
+ <div class="roadmap-future">
85
+ <div class="roadmap-future-card">
86
+ <span class="roadmap-emoji">🎙️</span>
87
+ <h4>The BMad Method Podcast</h4>
88
+ <p>Conversations about AI-native development. Launching March 1, 2026!</p>
89
+ </div>
90
+ <div class="roadmap-future-card">
91
+ <span class="roadmap-emoji">🎓</span>
92
+ <h4>The BMad Method Master Class</h4>
93
+ <p>Go from user to expert. Deep dives into every phase, every workflow, every secret.</p>
94
+ </div>
95
+ <div class="roadmap-future-card">
96
+ <span class="roadmap-emoji">🏗️</span>
97
+ <h4>The BMad Builder Master Class</h4>
98
+ <p>Build your own agents. Advanced techniques for when you are ready to create, not just use.</p>
99
+ </div>
100
+ <div class="roadmap-future-card">
101
+ <span class="roadmap-emoji">⚡</span>
102
+ <h4>BMad Prototype First</h4>
103
+ <p>Idea to working prototype in one session. Craft your dream app like a work of art.</p>
104
+ </div>
105
+ <div class="roadmap-future-card">
106
+ <span class="roadmap-emoji">🌴</span>
107
+ <h4>BMad BALM!</h4>
108
+ <p>Life management for the AI-native. Tasks, habits, goals your AI copilot for everything.</p>
109
+ </div>
110
+ <div class="roadmap-future-card">
111
+ <span class="roadmap-emoji">🖥️</span>
112
+ <h4>Official UI</h4>
113
+ <p>A beautiful interface for the entire BMad ecosystem. CLI power, GUI polish.</p>
114
+ </div>
115
+ <div class="roadmap-future-card">
116
+ <span class="roadmap-emoji">🔒</span>
117
+ <h4>BMad in a Box</h4>
118
+ <p>Self-hosted, air-gapped, enterprise-grade. Your AI assistant, your infrastructure, your control.</p>
119
+ </div>
120
+ </div>
121
+
122
+ <div style="text-align: center; margin-top: 3rem; padding: 2rem; background: var(--color-bg-card); border-radius: 12px; border: 1px solid var(--color-border);">
123
+ <h3 style="margin: 0 0 1rem;">Want to Contribute?</h3>
124
+ <p style="color: var(--slate-color-400); margin: 0;">
125
+ This is only a partial list of what's planned. The BMad Open Source team welcomes contributors!{" "}<br />
126
+ <a href="https://github.com/bmad-code-org/BMAD-METHOD" style="color: var(--color-in-progress);">Join us on GitHub</a> to help shape the future of AI-driven development.
127
+ </p>
128
+ <p style="color: var(--slate-color-400); margin: 1.5rem 0 0;">
129
+ Love what we're building? We appreciate both one-time and monthly{" "}<a href="https://buymeacoffee.com/bmad" style="color: var(--color-in-progress);">support</a>.
130
+ </p>
131
+ <p style="color: var(--slate-color-400); margin: 1rem 0 0;">
132
+ For corporate sponsorship, partnership inquiries, speaking engagements, training, or media enquiries:{" "}
133
+ <a href="mailto:contact@bmadcode.com" style="color: var(--color-in-progress);">contact@bmadcode.com</a>
134
+ </p>
135
+ </div>
136
+ </div>
@@ -8,6 +8,7 @@ Build software faster using AI-powered workflows with specialized agents that gu
8
8
  ## What You'll Learn
9
9
 
10
10
  - Install and initialize BMad Method for a new project
11
+ - Use **BMad-Help** — your intelligent guide that knows what to do next
11
12
  - Choose the right planning track for your project size
12
13
  - Progress through phases from requirements to working code
13
14
  - Use agents and workflows effectively
@@ -15,15 +16,50 @@ Build software faster using AI-powered workflows with specialized agents that gu
15
16
  :::note[Prerequisites]
16
17
  - **Node.js 20+** — Required for the installer
17
18
  - **Git** — Recommended for version control
18
- - **AI-powered IDE** — Claude Code, Cursor, Windsurf, or similar
19
+ - **AI-powered IDE** — Claude Code, Cursor, or similar
19
20
  - **A project idea** — Even a simple one works for learning
20
21
  :::
21
22
 
22
- :::tip[Quick Path]
23
+ :::tip[The Easiest Path]
23
24
  **Install** → `npx bmad-method install`
24
- **Plan** → PM creates PRD, Architect creates architecture
25
- **Build** → SM manages sprints, DEV implements stories
26
- **Fresh chats** for each workflow to avoid context issues.
25
+ **Ask** → `/bmad-help what should I do first?`
26
+ **Build** → Let BMad-Help guide you workflow by workflow
27
+ :::
28
+
29
+ ## Meet BMad-Help: Your Intelligent Guide
30
+
31
+ **BMad-Help is the fastest way to get started with BMad.** You don't need to memorize workflows or phases — just ask, and BMad-Help will:
32
+
33
+ - **Inspect your project** to see what's already been done
34
+ - **Show your options** based on which modules you have installed
35
+ - **Recommend what's next** — including the first required task
36
+ - **Answer questions** like "I have a SaaS idea, where do I start?"
37
+
38
+ ### How to Use BMad-Help
39
+
40
+ Run it in your AI IDE with just the slash command:
41
+
42
+ ```
43
+ /bmad-help
44
+ ```
45
+
46
+ Or combine it with a question for context-aware guidance:
47
+
48
+ ```
49
+ /bmad-help I have an idea for a SaaS product, I already know all the features I want. where do I get started?
50
+ ```
51
+
52
+ BMad-Help will respond with:
53
+ - What's recommended for your situation
54
+ - What the first required task is
55
+ - What the rest of the process looks like
56
+
57
+ ### It Powers Workflows Too
58
+
59
+ BMad-Help doesn't just answer questions — **it automatically runs at the end of every workflow** to tell you exactly what to do next. No guessing, no searching docs — just clear guidance on the next required workflow.
60
+
61
+ :::tip[Start Here]
62
+ After installing BMad, run `/bmad-help` immediately. It will detect what modules you have installed and guide you to the right starting point for your project.
27
63
  :::
28
64
 
29
65
  ## Understanding BMad
@@ -65,7 +101,15 @@ The installer creates two folders:
65
101
  - `_bmad/` — agents, workflows, tasks, and configuration
66
102
  - `_bmad-output/` — empty for now, but this is where your artifacts will be saved
67
103
 
68
- Open your AI IDE in the project folder. Run the `help` workflow (`/bmad-help`) to see what to do next — it detects what you've completed and recommends the next step.
104
+ :::tip[Your Next Step]
105
+ Open your AI IDE in the project folder and run:
106
+
107
+ ```
108
+ /bmad-help
109
+ ```
110
+
111
+ BMad-Help will detect what you've completed and recommend exactly what to do next. You can also ask it questions like "What are my options?" or "I have a SaaS idea, where should I start?"
112
+ :::
69
113
 
70
114
  :::note[How to Load Agents and Run Workflows]
71
115
  Each workflow has a **slash command** you run in your IDE (e.g., `/bmad-bmm-create-prd`). Running a workflow command automatically loads the appropriate agent — you don't need to load agents separately. You can also load an agent directly for general conversation (e.g., `/bmad-agent-bmm-pm` for the PM agent).
@@ -175,12 +219,12 @@ your-project/
175
219
 
176
220
  ## Quick Reference
177
221
 
178
- | Workflow | Command | Agent | Purpose |
179
- | -------------------------------- | ------------------------------------------ | --------- | ------------------------------------ |
180
- | `help` | `/bmad-help` | Any | Get guidance on what to do next |
181
- | `prd` | `/bmad-bmm-create-prd` | PM | Create Product Requirements Document |
182
- | `create-architecture` | `/bmad-bmm-create-architecture` | Architect | Create architecture document |
183
- | `generate-project-context` | `/bmad-bmm-generate-project-context` | Analyst | Create project context file |
222
+ | Workflow | Command | Agent | Purpose |
223
+ | ------------------------------------- | ------------------------------------------ | --------- | ----------------------------------------------- |
224
+ | **`help`** ⭐ | `/bmad-help` | Any | **Your intelligent guide ask anything!** |
225
+ | `prd` | `/bmad-bmm-create-prd` | PM | Create Product Requirements Document |
226
+ | `create-architecture` | `/bmad-bmm-create-architecture` | Architect | Create architecture document |
227
+ | `generate-project-context` | `/bmad-bmm-generate-project-context` | Analyst | Create project context file |
184
228
  | `create-epics-and-stories` | `/bmad-bmm-create-epics-and-stories` | PM | Break down PRD into epics |
185
229
  | `check-implementation-readiness` | `/bmad-bmm-check-implementation-readiness` | Architect | Validate planning cohesion |
186
230
  | `sprint-planning` | `/bmad-bmm-sprint-planning` | SM | Initialize sprint tracking |
@@ -204,16 +248,26 @@ Not strictly. Once you learn the flow, you can run workflows directly using the
204
248
 
205
249
  ## Getting Help
206
250
 
251
+ :::tip[First Stop: BMad-Help]
252
+ **Run `/bmad-help` anytime** — it's the fastest way to get unstuck. Ask it anything:
253
+ - "What should I do after installing?"
254
+ - "I'm stuck on workflow X"
255
+ - "What are my options for Y?"
256
+ - "Show me what's been done so far"
257
+
258
+ BMad-Help inspects your project, detects what you've completed, and tells you exactly what to do next.
259
+ :::
260
+
207
261
  - **During workflows** — Agents guide you with questions and explanations
208
262
  - **Community** — [Discord](https://discord.gg/gk8jAdXWmj) (#bmad-method-help, #report-bugs-and-issues)
209
- - **Stuck?** — Run `help` (`/bmad-help`) to see what to do next
210
263
 
211
264
  ## Key Takeaways
212
265
 
213
266
  :::tip[Remember These]
267
+ - **Start with `/bmad-help`** — Your intelligent guide that knows your project and options
214
268
  - **Always use fresh chats** — Start a new chat for each workflow
215
269
  - **Track matters** — Quick Flow uses quick-spec; Method/Enterprise need PRD and architecture
216
- - **Use `help` (`/bmad-help`) when stuck** — It detects your progress and suggests next steps
270
+ - **BMad-Help runs automatically** — Every workflow ends with guidance on what's next
217
271
  :::
218
272
 
219
- Ready to start? Install BMad and let the agents guide you through your first project.
273
+ Ready to start? Install BMad, run `/bmad-help`, and let your intelligent guide lead the way.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.0.1",
4
+ "version": "6.0.2",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -45,7 +45,7 @@
45
45
  "test:install": "node test/test-installation-components.js",
46
46
  "test:refs": "node test/test-file-refs-csv.js",
47
47
  "test:schemas": "node test/test-agent-schema.js",
48
- "validate:refs": "node tools/validate-file-refs.js",
48
+ "validate:refs": "node tools/validate-file-refs.js --strict",
49
49
  "validate:schemas": "node tools/validate-agent-schema.js"
50
50
  },
51
51
  "lint-staged": {
@@ -3,7 +3,7 @@ name: 'step-01-init'
3
3
  description: 'Initialize the product brief workflow by detecting continuation state and setting up the document'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-02-vision.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md'
7
7
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
8
 
9
9
  # Template References
@@ -73,7 +73,7 @@ If the document exists and has frontmatter with `stepsCompleted`:
73
73
 
74
74
  **Continuation Protocol:**
75
75
 
76
- - **STOP immediately** and load `./step-01b-continue.md`
76
+ - **STOP immediately** and load `{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md`
77
77
  - Do not proceed with any initialization tasks
78
78
  - Let step-01b handle all continuation logic
79
79
  - This is an auto-proceed situation - no user choice needed
@@ -95,9 +95,9 @@ Does this look right, or do you want to make any adjustments before we proceed?"
95
95
  **Next Step Logic:**
96
96
  Based on `lastStep` value, determine which step to load next:
97
97
 
98
- - If `lastStep = 1` → Load `./step-02-vision.md`
99
- - If `lastStep = 2` → Load `./step-03-users.md`
100
- - If `lastStep = 3` → Load `./step-04-metrics.md`
98
+ - If `lastStep = 1` → Load `{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md`
99
+ - If `lastStep = 2` → Load `{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md`
100
+ - If `lastStep = 3` → Load `{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md`
101
101
  - Continue this pattern for all steps
102
102
  - If `lastStep = 6` → Workflow already complete
103
103
 
@@ -3,7 +3,7 @@ name: 'step-02-vision'
3
3
  description: 'Discover and define the core product vision, problem statement, and unique value proposition'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-03-users.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md'
7
7
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
8
 
9
9
  # Task References
@@ -3,7 +3,7 @@ name: 'step-03-users'
3
3
  description: 'Define target users with rich personas and map their key interactions with the product'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-04-metrics.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md'
7
7
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
8
 
9
9
  # Task References
@@ -3,7 +3,7 @@ name: 'step-04-metrics'
3
3
  description: 'Define comprehensive success metrics that include user success, business objectives, and key performance indicators'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-05-scope.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md'
7
7
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
8
 
9
9
  # Task References
@@ -3,7 +3,7 @@ name: 'step-05-scope'
3
3
  description: 'Define MVP scope with clear boundaries and outline future vision while managing scope creep'
4
4
 
5
5
  # File References
6
- nextStepFile: './step-06-complete.md'
6
+ nextStepFile: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md'
7
7
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
8
 
9
9
  # Task References
@@ -128,7 +128,7 @@ Recap that the brief captures everything needed to guide subsequent product deve
128
128
 
129
129
  ### 5. Suggest next steps
130
130
 
131
- Product Brief complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `Validate PRD`.
131
+ Product Brief complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md` with argument `Validate PRD`.
132
132
 
133
133
  ---
134
134
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: create-product-brief
3
- description: Create comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers.
3
+ description: Create product brief through collaborative discovery. Use when the user says 'lets create a product brief' or 'help me create a project brief'
4
4
  ---
5
5
 
6
6
  # Product Brief Workflow
@@ -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-domain-analysis.md`
81
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.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-domain-analysis.md` to begin industry analysis.
135
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md` to begin industry analysis.
136
136
 
137
137
  Remember: This is SCOPE CONFIRMATION ONLY - no actual domain research yet, just confirming the research approach and scope!
@@ -171,7 +171,7 @@ _Source: [URL]_
171
171
 
172
172
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
173
173
  - Update frontmatter: `stepsCompleted: [1, 2]`
174
- - Load: `./step-03-competitive-landscape.md`
174
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md`
175
175
 
176
176
  ## APPEND TO DOCUMENT:
177
177
 
@@ -224,6 +224,6 @@ Content is already written to document when generated in step 4. No additional a
224
224
 
225
225
  ## NEXT STEP:
226
226
 
227
- After user selects 'C', load `./step-03-competitive-landscape.md` to analyze competitive landscape, key players, and ecosystem analysis for {{research_topic}}.
227
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md` to analyze competitive landscape, key players, and ecosystem analysis for {{research_topic}}.
228
228
 
229
229
  Remember: Always write research content to document immediately and search the web to verify facts!
@@ -180,7 +180,7 @@ _Source: [URL]_
180
180
 
181
181
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
182
182
  - Update frontmatter: `stepsCompleted: [1, 2, 3]`
183
- - Load: `./step-04-regulatory-focus.md`
183
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md`
184
184
 
185
185
  ## APPEND TO DOCUMENT:
186
186
 
@@ -233,6 +233,6 @@ Content is already written to document when generated in step 4. No additional a
233
233
 
234
234
  ## NEXT STEP:
235
235
 
236
- After user selects 'C', load `./step-04-regulatory-focus.md` to analyze regulatory requirements, compliance frameworks, and legal considerations for {{research_topic}}.
236
+ After user selects 'C', load `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md` to analyze regulatory requirements, compliance frameworks, and legal considerations for {{research_topic}}.
237
237
 
238
238
  Remember: Always write research content to document immediately and search the web to verify facts!
@@ -155,7 +155,7 @@ Show the generated regulatory analysis and present continue option:
155
155
 
156
156
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
157
157
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
158
- - Load: `./step-05-technical-trends.md`
158
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md`
159
159
 
160
160
  ## APPEND TO DOCUMENT:
161
161
 
@@ -201,6 +201,6 @@ Content is already written to document when generated in step 5. No additional a
201
201
 
202
202
  ## NEXT STEP:
203
203
 
204
- After user selects 'C' and content is saved to document, load `./step-05-technical-trends.md` to analyze technical trends and innovations in the domain.
204
+ After user selects 'C' and content is saved to document, load `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md` to analyze technical trends and innovations in the domain.
205
205
 
206
206
  Remember: Search the web to verify regulatory facts and provide practical implementation considerations!
@@ -174,7 +174,7 @@ Show the generated technical analysis and present complete option:
174
174
 
175
175
  - **CONTENT ALREADY WRITTEN TO DOCUMENT**
176
176
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
177
- - Load: `./step-06-research-synthesis.md`
177
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md`
178
178
 
179
179
  ## APPEND TO DOCUMENT:
180
180
 
@@ -373,6 +373,7 @@ _This comprehensive research document serves as an authoritative reference on {{
373
373
 
374
374
  #### If 'C' (Complete Research):
375
375
 
376
+ - **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
376
377
  - Append the complete document to the research file
377
378
  - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
378
379
  - Complete the domain research workflow
@@ -380,7 +381,7 @@ _This comprehensive research document serves as an authoritative reference on {{
380
381
 
381
382
  ## APPEND TO DOCUMENT:
382
383
 
383
- When user selects 'C', append the complete comprehensive research document using the full structure above.
384
+ When user selects 'C', append the complete comprehensive 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.
384
385
 
385
386
  ## SUCCESS METRICS:
386
387
 
@@ -138,7 +138,7 @@ Show initial scope document and present continue option:
138
138
 
139
139
  - Update frontmatter: `stepsCompleted: [1]`
140
140
  - Add confirmation note to document: "Scope confirmed by user on {{date}}"
141
- - Load: `./step-02-customer-behavior.md`
141
+ - Load: `{project-root}/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md`
142
142
 
143
143
  #### If 'Modify':
144
144
 
@@ -177,6 +177,6 @@ This step ensures:
177
177
 
178
178
  ## NEXT STEP:
179
179
 
180
- After user confirmation and scope finalization, load `./step-02-customer-insights.md` to begin detailed market research with customer insights analysis.
180
+ After user confirmation and scope finalization, load `{project-root}/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md` to begin detailed market research with customer insights analysis.
181
181
 
182
182
  Remember: Init steps confirm understanding and scope, not generate research content!