bmad-method 6.1.1-next.8 → 6.2.0

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 (308) hide show
  1. package/AGENTS.md +9 -0
  2. package/README_CN.md +9 -9
  3. package/package.json +2 -1
  4. package/src/bmm/agents/analyst.agent.yaml +3 -3
  5. package/src/bmm/agents/architect.agent.yaml +1 -1
  6. package/src/bmm/agents/dev.agent.yaml +1 -1
  7. package/src/bmm/agents/pm.agent.yaml +6 -6
  8. package/src/bmm/agents/qa.agent.yaml +1 -1
  9. package/src/bmm/agents/quick-flow-solo-dev.agent.yaml +2 -2
  10. package/src/bmm/agents/sm.agent.yaml +3 -3
  11. package/src/bmm/agents/tech-writer/tech-writer.agent.yaml +1 -1
  12. package/src/bmm/module-help.csv +16 -16
  13. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/SKILL.md +1 -1
  14. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/product-brief.template.md +2 -2
  15. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-01-init.md +4 -11
  16. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-01b-continue.md +0 -3
  17. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-02-vision.md +5 -11
  18. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-03-users.md +5 -11
  19. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-04-metrics.md +5 -11
  20. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-05-scope.md +5 -11
  21. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-06-complete.md +0 -3
  22. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/workflow.md +3 -0
  23. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md +88 -0
  24. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/artifact-analyzer.md +60 -0
  25. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/opportunity-reviewer.md +44 -0
  26. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/skeptic-reviewer.md +44 -0
  27. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/web-researcher.md +49 -0
  28. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-manifest.json +17 -0
  29. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md +57 -0
  30. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md +86 -0
  31. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md +75 -0
  32. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md +70 -0
  33. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/resources/brief-template.md +60 -0
  34. package/src/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md +1 -1
  35. package/src/bmm/workflows/1-analysis/research/bmad-market-research/SKILL.md +6 -0
  36. package/src/bmm/workflows/1-analysis/research/bmad-market-research/research.template.md +29 -0
  37. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-01-init.md +184 -0
  38. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
  39. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
  40. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
  41. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
  42. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md +478 -0
  43. package/src/bmm/workflows/1-analysis/research/{workflow-market-research.md → bmad-market-research/workflow.md} +1 -6
  44. package/src/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md +6 -0
  45. package/src/bmm/workflows/1-analysis/research/bmad-technical-research/research.template.md +29 -0
  46. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-01-init.md +2 -2
  47. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-02-technical-overview.md +2 -2
  48. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-03-integration-patterns.md +2 -2
  49. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-04-architectural-patterns.md +2 -2
  50. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-05-implementation-research.md +2 -2
  51. package/src/bmm/workflows/1-analysis/research/{workflow-technical-research.md → bmad-technical-research/workflow.md} +0 -4
  52. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/SKILL.md +1 -1
  53. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-01-init.md +2 -2
  54. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-01b-continue.md +1 -1
  55. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-02-discovery.md +2 -2
  56. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-03-core-experience.md +5 -4
  57. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-04-emotional-response.md +5 -4
  58. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-05-inspiration.md +5 -4
  59. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-06-design-system.md +5 -4
  60. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-07-defining-experience.md +5 -4
  61. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-08-visual-foundation.md +5 -4
  62. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-09-design-directions.md +5 -4
  63. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-10-user-journeys.md +5 -4
  64. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-11-component-strategy.md +5 -4
  65. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-12-ux-patterns.md +5 -4
  66. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +5 -4
  67. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md +2 -2
  68. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/workflow.md +1 -2
  69. package/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md +6 -0
  70. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01-discovery.md +3 -8
  71. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01b-legacy-conversion.md +1 -5
  72. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md +5 -9
  73. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-03-edit.md +3 -6
  74. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-04-complete.md +2 -5
  75. package/src/bmm/workflows/2-plan-workflows/{create-prd/workflow-edit-prd.md → bmad-edit-prd/workflow.md} +2 -4
  76. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/SKILL.md +6 -0
  77. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv +15 -0
  78. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md +197 -0
  79. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/project-types.csv +11 -0
  80. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
  81. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
  82. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
  83. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
  84. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
  85. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
  86. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
  87. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
  88. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
  89. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
  90. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
  91. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
  92. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
  93. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
  94. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/workflow.md +62 -0
  95. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +2 -4
  96. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +1 -0
  97. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +3 -3
  98. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +2 -1
  99. package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +2 -0
  100. package/src/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/SKILL.md +6 -0
  101. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-01-document-discovery.md +3 -8
  102. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-02-prd-analysis.md +1 -5
  103. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-03-epic-coverage-validation.md +1 -5
  104. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-04-ux-alignment.md +1 -5
  105. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-05-epic-quality-review.md +2 -6
  106. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-06-final-assessment.md +0 -3
  107. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/workflow.md +0 -5
  108. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/SKILL.md +1 -1
  109. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01-init.md +4 -4
  110. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-02-context.md +2 -2
  111. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-03-starter.md +4 -4
  112. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-04-decisions.md +4 -4
  113. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-05-patterns.md +4 -4
  114. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-06-structure.md +4 -4
  115. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-07-validation.md +4 -4
  116. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/workflow.md +0 -6
  117. package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/SKILL.md +6 -0
  118. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-01-validate-prerequisites.md +7 -29
  119. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-02-design-epics.md +7 -28
  120. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-03-create-stories.md +8 -29
  121. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-04-final-validation.md +2 -20
  122. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/workflow.md +1 -6
  123. package/src/bmm/workflows/4-implementation/bmad-code-review/SKILL.md +6 -0
  124. package/src/bmm/workflows/4-implementation/bmad-code-review/steps/step-01-gather-context.md +61 -0
  125. package/src/bmm/workflows/4-implementation/bmad-code-review/steps/step-02-review.md +41 -0
  126. package/src/bmm/workflows/4-implementation/bmad-code-review/steps/step-03-triage.md +50 -0
  127. package/src/bmm/workflows/4-implementation/bmad-code-review/steps/step-04-present.md +38 -0
  128. package/src/bmm/workflows/4-implementation/bmad-code-review/workflow.md +54 -0
  129. package/src/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
  130. package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md +1 -1
  131. package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/workflow.md +3 -10
  132. package/src/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +1 -1
  133. package/src/bmm/workflows/4-implementation/bmad-create-story/checklist.md +2 -2
  134. package/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md +3 -11
  135. package/src/bmm/workflows/4-implementation/bmad-dev-story/SKILL.md +1 -1
  136. package/src/bmm/workflows/4-implementation/bmad-dev-story/workflow.md +0 -1
  137. package/src/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
  138. package/src/bmm/workflows/4-implementation/{retrospective → bmad-retrospective}/workflow.md +0 -6
  139. package/src/bmm/workflows/4-implementation/bmad-sprint-planning/SKILL.md +6 -0
  140. package/src/bmm/workflows/4-implementation/bmad-sprint-planning/bmad-skill-manifest.yaml +1 -0
  141. package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/workflow.md +0 -8
  142. package/src/bmm/workflows/4-implementation/bmad-sprint-status/SKILL.md +6 -0
  143. package/src/bmm/workflows/4-implementation/bmad-sprint-status/bmad-skill-manifest.yaml +1 -0
  144. package/src/bmm/workflows/4-implementation/{sprint-status → bmad-sprint-status}/workflow.md +0 -6
  145. package/src/bmm/workflows/bmad-document-project/SKILL.md +6 -0
  146. package/src/bmm/workflows/bmad-document-project/bmad-skill-manifest.yaml +1 -0
  147. package/src/bmm/workflows/{document-project → bmad-document-project}/instructions.md +6 -6
  148. package/src/bmm/workflows/bmad-document-project/workflow.md +27 -0
  149. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-instructions.md +3 -1
  150. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-workflow.md +4 -12
  151. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-instructions.md +5 -3
  152. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-workflow.md +4 -12
  153. package/src/bmm/workflows/bmad-generate-project-context/SKILL.md +6 -0
  154. package/src/bmm/workflows/bmad-generate-project-context/bmad-skill-manifest.yaml +1 -0
  155. package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-01-discover.md +4 -2
  156. package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-02-generate.md +8 -5
  157. package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/workflow.md +2 -8
  158. package/src/bmm/workflows/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
  159. package/src/bmm/workflows/bmad-qa-generate-e2e-tests/bmad-skill-manifest.yaml +1 -0
  160. package/src/bmm/workflows/{qa-generate-e2e-tests → bmad-qa-generate-e2e-tests}/workflow.md +2 -9
  161. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/SKILL.md +1 -1
  162. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-01-mode-detection.md +9 -14
  163. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-02-context-gathering.md +1 -5
  164. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-03-execute.md +1 -5
  165. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-04-self-check.md +1 -5
  166. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-05-adversarial-review.md +1 -5
  167. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-06-resolve-findings.md +0 -2
  168. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/workflow.md +0 -6
  169. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/SKILL.md +1 -1
  170. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-01-clarify-and-route.md +2 -5
  171. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-02-plan.md +2 -6
  172. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-03-implement.md +1 -3
  173. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-04-review.md +3 -6
  174. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-05-present.md +0 -2
  175. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md +0 -1
  176. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-spec/SKILL.md +6 -0
  177. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-spec/bmad-skill-manifest.yaml +1 -0
  178. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-01-understand.md +7 -11
  179. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-02-investigate.md +3 -6
  180. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-03-generate.md +1 -4
  181. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md +4 -7
  182. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/workflow.md +1 -6
  183. package/src/core/module-help.csv +1 -0
  184. package/src/core/skills/bmad-advanced-elicitation/SKILL.md +6 -0
  185. package/src/core/skills/bmad-advanced-elicitation/bmad-skill-manifest.yaml +1 -0
  186. package/src/core/{tasks → skills}/bmad-advanced-elicitation/workflow.md +3 -4
  187. package/src/core/{workflows → skills}/bmad-brainstorming/SKILL.md +1 -1
  188. package/src/core/skills/bmad-brainstorming/bmad-skill-manifest.yaml +1 -0
  189. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-01-session-setup.md +5 -1
  190. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-01b-continue.md +3 -1
  191. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-02a-user-selected.md +5 -1
  192. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-02b-ai-recommended.md +3 -1
  193. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-02c-random-selection.md +3 -1
  194. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-02d-progressive-flow.md +3 -1
  195. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-03-technique-execution.md +4 -2
  196. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-04-idea-organization.md +2 -0
  197. package/src/core/{workflows → skills}/bmad-brainstorming/workflow.md +1 -5
  198. package/src/core/skills/bmad-distillator/SKILL.md +178 -0
  199. package/src/core/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
  200. package/src/core/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
  201. package/src/core/skills/bmad-distillator/bmad-skill-manifest.yaml +15 -0
  202. package/src/core/skills/bmad-distillator/resources/compression-rules.md +51 -0
  203. package/src/core/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
  204. package/src/core/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
  205. package/src/core/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
  206. package/src/core/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
  207. package/src/core/{tasks → skills}/bmad-editorial-review-prose/SKILL.md +1 -1
  208. package/src/core/skills/bmad-editorial-review-prose/bmad-skill-manifest.yaml +1 -0
  209. package/src/core/{tasks → skills}/bmad-editorial-review-structure/SKILL.md +1 -1
  210. package/src/core/skills/bmad-editorial-review-structure/bmad-skill-manifest.yaml +1 -0
  211. package/src/core/skills/bmad-help/SKILL.md +6 -0
  212. package/src/core/skills/bmad-help/bmad-skill-manifest.yaml +1 -0
  213. package/src/core/{tasks → skills}/bmad-index-docs/SKILL.md +1 -1
  214. package/src/core/skills/bmad-index-docs/bmad-skill-manifest.yaml +1 -0
  215. package/src/core/{workflows → skills}/bmad-party-mode/SKILL.md +1 -1
  216. package/src/core/skills/bmad-party-mode/bmad-skill-manifest.yaml +1 -0
  217. package/src/core/{tasks → skills}/bmad-review-adversarial-general/SKILL.md +1 -1
  218. package/src/core/skills/bmad-review-adversarial-general/bmad-skill-manifest.yaml +1 -0
  219. package/src/core/{tasks → skills}/bmad-review-edge-case-hunter/SKILL.md +2 -2
  220. package/src/core/skills/bmad-review-edge-case-hunter/bmad-skill-manifest.yaml +1 -0
  221. package/src/core/{tasks → skills}/bmad-shard-doc/SKILL.md +1 -1
  222. package/src/core/skills/bmad-shard-doc/bmad-skill-manifest.yaml +1 -0
  223. package/src/core/tasks/bmad-create-prd/SKILL.md +6 -0
  224. package/src/core/tasks/bmad-create-prd/bmad-skill-manifest.yaml +1 -0
  225. package/src/core/tasks/bmad-create-prd/data/domain-complexity.csv +15 -0
  226. package/src/core/tasks/bmad-create-prd/data/prd-purpose.md +197 -0
  227. package/src/core/tasks/bmad-create-prd/data/project-types.csv +11 -0
  228. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01-init.md +7 -20
  229. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01b-continue.md +29 -20
  230. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02-discovery.md +7 -23
  231. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02b-vision.md +5 -17
  232. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02c-executive-summary.md +5 -17
  233. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-03-success.md +5 -17
  234. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-04-journeys.md +5 -17
  235. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-05-domain.md +7 -20
  236. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-06-innovation.md +8 -23
  237. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-07-project-type.md +6 -21
  238. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-08-scoping.md +5 -17
  239. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-09-functional.md +5 -17
  240. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-10-nonfunctional.md +5 -17
  241. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-11-polish.md +6 -19
  242. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-12-complete.md +3 -12
  243. package/src/{bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md → core/tasks/bmad-create-prd/workflow.md} +3 -4
  244. package/tools/cli/external-official-modules.yaml +9 -9
  245. package/tools/cli/installers/lib/core/manifest.js +4 -2
  246. package/tools/skill-validator.md +322 -0
  247. package/src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml +0 -9
  248. package/src/bmm/workflows/2-plan-workflows/create-prd/bmad-skill-manifest.yaml +0 -14
  249. package/src/bmm/workflows/3-solutioning/check-implementation-readiness/bmad-skill-manifest.yaml +0 -3
  250. package/src/bmm/workflows/3-solutioning/create-epics-and-stories/bmad-skill-manifest.yaml +0 -3
  251. package/src/bmm/workflows/4-implementation/code-review/bmad-skill-manifest.yaml +0 -3
  252. package/src/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
  253. package/src/bmm/workflows/4-implementation/code-review/discover-inputs.md +0 -88
  254. package/src/bmm/workflows/4-implementation/code-review/workflow.md +0 -268
  255. package/src/bmm/workflows/4-implementation/correct-course/bmad-skill-manifest.yaml +0 -3
  256. package/src/bmm/workflows/4-implementation/retrospective/bmad-skill-manifest.yaml +0 -3
  257. package/src/bmm/workflows/4-implementation/sprint-planning/bmad-skill-manifest.yaml +0 -3
  258. package/src/bmm/workflows/4-implementation/sprint-status/bmad-skill-manifest.yaml +0 -3
  259. package/src/bmm/workflows/bmad-quick-flow/quick-spec/bmad-skill-manifest.yaml +0 -3
  260. package/src/bmm/workflows/document-project/bmad-skill-manifest.yaml +0 -3
  261. package/src/bmm/workflows/document-project/workflow.md +0 -39
  262. package/src/bmm/workflows/generate-project-context/bmad-skill-manifest.yaml +0 -3
  263. package/src/bmm/workflows/qa-generate-e2e-tests/bmad-skill-manifest.yaml +0 -3
  264. package/src/core/agents/bmad-master.agent.yaml +0 -30
  265. package/src/core/agents/bmad-skill-manifest.yaml +0 -3
  266. package/src/core/tasks/bmad-advanced-elicitation/SKILL.md +0 -6
  267. package/src/core/tasks/bmad-help/SKILL.md +0 -6
  268. /package/src/{core/tasks/bmad-advanced-elicitation → bmm/workflows/1-analysis/bmad-product-brief-preview}/bmad-skill-manifest.yaml +0 -0
  269. /package/src/{core/tasks/bmad-editorial-review-prose → bmm/workflows/1-analysis/research/bmad-market-research}/bmad-skill-manifest.yaml +0 -0
  270. /package/src/{core/tasks/bmad-editorial-review-structure → bmm/workflows/1-analysis/research/bmad-technical-research}/bmad-skill-manifest.yaml +0 -0
  271. /package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-06-research-synthesis.md +0 -0
  272. /package/src/{core/tasks/bmad-help → bmm/workflows/2-plan-workflows/bmad-edit-prd}/bmad-skill-manifest.yaml +0 -0
  273. /package/src/{core/tasks/bmad-index-docs → bmm/workflows/2-plan-workflows/bmad-validate-prd}/bmad-skill-manifest.yaml +0 -0
  274. /package/src/{core/tasks/bmad-review-adversarial-general → bmm/workflows/3-solutioning/bmad-check-implementation-readiness}/bmad-skill-manifest.yaml +0 -0
  275. /package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/templates/readiness-report-template.md +0 -0
  276. /package/src/{core/tasks/bmad-review-edge-case-hunter → bmm/workflows/3-solutioning/bmad-create-epics-and-stories}/bmad-skill-manifest.yaml +0 -0
  277. /package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/templates/epics-template.md +0 -0
  278. /package/src/{core/tasks/bmad-shard-doc → bmm/workflows/4-implementation/bmad-code-review}/bmad-skill-manifest.yaml +0 -0
  279. /package/src/{core/workflows/bmad-brainstorming → bmm/workflows/4-implementation/bmad-correct-course}/bmad-skill-manifest.yaml +0 -0
  280. /package/src/{core/workflows/bmad-party-mode → bmm/workflows/4-implementation/bmad-retrospective}/bmad-skill-manifest.yaml +0 -0
  281. /package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/checklist.md +0 -0
  282. /package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/sprint-status-template.yaml +0 -0
  283. /package/src/bmm/workflows/{document-project → bmad-document-project}/checklist.md +0 -0
  284. /package/src/bmm/workflows/{document-project → bmad-document-project}/documentation-requirements.csv +0 -0
  285. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/deep-dive-template.md +0 -0
  286. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/index-template.md +0 -0
  287. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/project-overview-template.md +0 -0
  288. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/project-scan-report-schema.json +0 -0
  289. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/source-tree-template.md +0 -0
  290. /package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/project-context-template.md +0 -0
  291. /package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-03-complete.md +0 -0
  292. /package/src/bmm/workflows/{qa-generate-e2e-tests → bmad-qa-generate-e2e-tests}/checklist.md +0 -0
  293. /package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/tech-spec-template.md +0 -0
  294. /package/src/core/{tasks → skills}/bmad-advanced-elicitation/methods.csv +0 -0
  295. /package/src/core/{workflows → skills}/bmad-brainstorming/brain-methods.csv +0 -0
  296. /package/src/core/{workflows → skills}/bmad-brainstorming/template.md +0 -0
  297. /package/src/core/{tasks → skills}/bmad-editorial-review-prose/workflow.md +0 -0
  298. /package/src/core/{tasks → skills}/bmad-editorial-review-structure/workflow.md +0 -0
  299. /package/src/core/{tasks → skills}/bmad-help/workflow.md +0 -0
  300. /package/src/core/{tasks → skills}/bmad-index-docs/workflow.md +0 -0
  301. /package/src/core/{workflows → skills}/bmad-party-mode/steps/step-01-agent-loading.md +0 -0
  302. /package/src/core/{workflows → skills}/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -0
  303. /package/src/core/{workflows → skills}/bmad-party-mode/steps/step-03-graceful-exit.md +0 -0
  304. /package/src/core/{workflows → skills}/bmad-party-mode/workflow.md +0 -0
  305. /package/src/core/{tasks → skills}/bmad-review-adversarial-general/workflow.md +0 -0
  306. /package/src/core/{tasks → skills}/bmad-review-edge-case-hunter/workflow.md +0 -0
  307. /package/src/core/{tasks → skills}/bmad-shard-doc/workflow.md +0 -0
  308. /package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/templates/prd-template.md +0 -0
@@ -1,11 +1,3 @@
1
- ---
2
- name: 'step-01b-continue'
3
- description: 'Resume an interrupted PRD workflow from the last completed step'
4
-
5
- # File References
6
- outputFile: '{planning_artifacts}/prd.md'
7
- ---
8
-
9
1
  # Step 1B: Workflow Continuation
10
2
 
11
3
  ## STEP GOAL:
@@ -70,21 +62,38 @@ Review the frontmatter to understand:
70
62
 
71
63
  ### 3. Determine Next Step
72
64
 
73
- **Simplified Next Step Logic:**
74
- 1. Get the last element from the `stepsCompleted` array (this is the filename of the last completed step, e.g., "step-03-success.md")
75
- 2. Load that step file and read its frontmatter
76
- 3. Extract the `nextStepFile` value from the frontmatter
77
- 4. That's the next step to load!
65
+ **Step Sequence Lookup:**
66
+
67
+ Use the following ordered sequence to determine the next step from the last completed step:
68
+
69
+ | Last Completed | Next Step |
70
+ |---|---|
71
+ | step-01-init.md | step-02-discovery.md |
72
+ | step-02-discovery.md | step-02b-vision.md |
73
+ | step-02b-vision.md | step-02c-executive-summary.md |
74
+ | step-02c-executive-summary.md | step-03-success.md |
75
+ | step-03-success.md | step-04-journeys.md |
76
+ | step-04-journeys.md | step-05-domain.md |
77
+ | step-05-domain.md | step-06-innovation.md |
78
+ | step-06-innovation.md | step-07-project-type.md |
79
+ | step-07-project-type.md | step-08-scoping.md |
80
+ | step-08-scoping.md | step-09-functional.md |
81
+ | step-09-functional.md | step-10-nonfunctional.md |
82
+ | step-10-nonfunctional.md | step-11-polish.md |
83
+ | step-11-polish.md | step-12-complete.md |
84
+
85
+ 1. Get the last element from the `stepsCompleted` array
86
+ 2. Look it up in the table above to find the next step
87
+ 3. That's the next step to load!
78
88
 
79
89
  **Example:**
80
90
  - If `stepsCompleted = ["step-01-init.md", "step-02-discovery.md", "step-03-success.md"]`
81
91
  - Last element is `"step-03-success.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`
92
+ - Table lookup → next step is `./step-04-journeys.md`
84
93
 
85
94
  ### 4. Handle Workflow Completion
86
95
 
87
- **If `stepsCompleted` array contains `"step-11-complete.md"`:**
96
+ **If `stepsCompleted` array contains `"step-12-complete.md"`:**
88
97
  "Great news! It looks like we've already completed the PRD workflow for {{project_name}}.
89
98
 
90
99
  The final document is ready at `{outputFile}` with all sections completed.
@@ -104,7 +113,7 @@ What would be most helpful?"
104
113
 
105
114
  **Current Progress:**
106
115
  - Last completed: {last step filename from stepsCompleted array}
107
- - Next up: {nextStepFile determined from that step's frontmatter}
116
+ - Next up: {next step from lookup table}
108
117
  - Context documents available: {len(inputDocuments)} files
109
118
 
110
119
  **Document Status:**
@@ -119,7 +128,7 @@ Display: "**Select an Option:** [C] Continue to {next step name}"
119
128
 
120
129
  #### Menu Handling Logic:
121
130
 
122
- - IF C: Read fully and follow the {nextStepFile} determined in step 3
131
+ - IF C: Read fully and follow the next step determined from the lookup table in step 3
123
132
  - IF Any other comments or queries: respond and redisplay menu
124
133
 
125
134
  #### EXECUTION RULES:
@@ -129,7 +138,7 @@ Display: "**Select an Option:** [C] Continue to {next step name}"
129
138
 
130
139
  ## CRITICAL STEP COMPLETION NOTE
131
140
 
132
- ONLY WHEN [C continue option] is selected and [current state confirmed], will you then read fully and follow: {nextStepFile} to resume the workflow.
141
+ ONLY WHEN [C continue option] is selected and [current state confirmed], will you then read fully and follow the next step (from the lookup table) to resume the workflow.
133
142
 
134
143
  ---
135
144
 
@@ -146,7 +155,7 @@ ONLY WHEN [C continue option] is selected and [current state confirmed], will yo
146
155
 
147
156
  - Discovering new input documents instead of reloading existing ones
148
157
  - Modifying content from already completed steps
149
- - Failing to extract nextStepFile from the last completed step's frontmatter
158
+ - Failing to determine the next step from the lookup table
150
159
  - Proceeding without user confirmation of current state
151
160
 
152
161
  **Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
@@ -1,20 +1,3 @@
1
- ---
2
- name: 'step-02-discovery'
3
- description: 'Discover project type, domain, and context through collaborative dialogue'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02b-vision.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Data Files
10
- projectTypesCSV: '../data/project-types.csv'
11
- domainComplexityCSV: '../data/domain-complexity.csv'
12
-
13
- # Task References
14
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
15
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
16
- ---
17
-
18
1
  # Step 2: Project Discovery
19
2
 
20
3
  **Progress: Step 2 of 13** - Next: Product Vision
@@ -33,6 +16,7 @@ Discover and classify the project - understand what type of product this is, wha
33
16
  - ✅ ALWAYS treat this as collaborative discovery between PM peers
34
17
  - 📋 YOU ARE A FACILITATOR, not a content generator
35
18
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
19
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
36
20
 
37
21
  ### Role Reinforcement:
38
22
 
@@ -96,7 +80,7 @@ Read the frontmatter from `{outputFile}` to get document counts:
96
80
  **Attempt subprocess data lookup:**
97
81
 
98
82
  **Project Type Lookup:**
99
- "Your task: Lookup data in {projectTypesCSV}
83
+ "Your task: Lookup data in ../data/project-types.csv
100
84
 
101
85
  **Search criteria:**
102
86
  - Find row where project_type matches {{detectedProjectType}}
@@ -108,7 +92,7 @@ project_type, detection_signals
108
92
  **Do NOT return the entire CSV - only the matching row.**"
109
93
 
110
94
  **Domain Complexity Lookup:**
111
- "Your task: Lookup data in {domainComplexityCSV}
95
+ "Your task: Lookup data in ../data/domain-complexity.csv
112
96
 
113
97
  **Search criteria:**
114
98
  - Find row where domain matches {{detectedDomain}}
@@ -185,9 +169,9 @@ Present the project classification for review, then display menu:
185
169
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Product Vision (Step 2b of 13)"
186
170
 
187
171
  #### Menu Handling Logic:
188
- - IF A: Read fully and follow: {advancedElicitationTask} with the current classification, process the enhanced insights that come back, ask user if they accept the improvements, if yes update classification then redisplay menu, if no keep original classification then redisplay menu
189
- - IF P: Read fully and follow: {partyModeWorkflow} with the current classification, process the collaborative insights, ask user if they accept the changes, if yes update classification then redisplay menu, if no keep original classification then redisplay menu
190
- - IF C: Save classification to {outputFile} frontmatter, add this step name to the end of stepsCompleted array, then read fully and follow: {nextStepFile}
172
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with the current classification, process the enhanced insights that come back, ask user if they accept the improvements, if yes update classification then redisplay menu, if no keep original classification then redisplay menu
173
+ - IF P: Invoke the `bmad-party-mode` skill with the current classification, process the collaborative insights, ask user if they accept the changes, if yes update classification then redisplay menu, if no keep original classification then redisplay menu
174
+ - IF C: Save classification to {outputFile} frontmatter, add this step name to the end of stepsCompleted array, then read fully and follow: ./step-02b-vision.md
191
175
  - IF Any other: help user respond, then redisplay menu
192
176
 
193
177
  #### EXECUTION RULES:
@@ -197,7 +181,7 @@ Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Pr
197
181
 
198
182
  ## CRITICAL STEP COMPLETION NOTE
199
183
 
200
- ONLY WHEN [C continue option] is selected and [classification saved to frontmatter], will you then read fully and follow: `{nextStepFile}` to explore product vision.
184
+ ONLY WHEN [C continue option] is selected and [classification saved to frontmatter], will you then read fully and follow: `./step-02b-vision.md` to explore product vision.
201
185
 
202
186
  ---
203
187
 
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-02b-vision'
3
- description: 'Discover the product vision and differentiator through collaborative dialogue'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02c-executive-summary.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 2b: Product Vision Discovery
15
2
 
16
3
  **Progress: Step 2b of 13** - Next: Executive Summary
@@ -29,6 +16,7 @@ Discover what makes this product special and understand the product vision throu
29
16
  - ✅ ALWAYS treat this as collaborative discovery between PM peers
30
17
  - 📋 YOU ARE A FACILITATOR, not a content generator
31
18
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
19
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
32
20
 
33
21
  ### Role Reinforcement:
34
22
 
@@ -113,9 +101,9 @@ Present your understanding of the product vision for review, then display menu:
113
101
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Executive Summary (Step 2c of 13)"
114
102
 
115
103
  #### Menu Handling Logic:
116
- - IF A: Read fully and follow: {advancedElicitationTask} with the current vision insights, process the enhanced insights that come back, ask user if they accept the improvements, if yes update understanding then redisplay menu, if no keep original understanding then redisplay menu
117
- - IF P: Read fully and follow: {partyModeWorkflow} with the current vision insights, process the collaborative insights, ask user if they accept the changes, if yes update understanding then redisplay menu, if no keep original understanding then redisplay menu
118
- - IF C: Update {outputFile} frontmatter by adding this step name to the end of stepsCompleted array, then read fully and follow: {nextStepFile}
104
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with the current vision insights, process the enhanced insights that come back, ask user if they accept the improvements, if yes update understanding then redisplay menu, if no keep original understanding then redisplay menu
105
+ - IF P: Invoke the `bmad-party-mode` skill with the current vision insights, process the collaborative insights, ask user if they accept the changes, if yes update understanding then redisplay menu, if no keep original understanding then redisplay menu
106
+ - IF C: Update {outputFile} frontmatter by adding this step name to the end of stepsCompleted array, then read fully and follow: ./step-02c-executive-summary.md
119
107
  - IF Any other: help user respond, then redisplay menu
120
108
 
121
109
  #### EXECUTION RULES:
@@ -125,7 +113,7 @@ Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Ex
125
113
 
126
114
  ## CRITICAL STEP COMPLETION NOTE
127
115
 
128
- ONLY WHEN [C continue option] is selected and [stepsCompleted updated], will you then read fully and follow: `{nextStepFile}` to generate the Executive Summary.
116
+ ONLY WHEN [C continue option] is selected and [stepsCompleted updated], will you then read fully and follow: `./step-02c-executive-summary.md` to generate the Executive Summary.
129
117
 
130
118
  ---
131
119
 
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-02c-executive-summary'
3
- description: 'Generate and append the Executive Summary section to the PRD document'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 2c: Executive Summary Generation
15
2
 
16
3
  **Progress: Step 2c of 13** - Next: Success Criteria
@@ -29,6 +16,7 @@ Generate the Executive Summary content using insights from classification (step
29
16
  - ✅ ALWAYS treat this as collaborative discovery between PM peers
30
17
  - 📋 YOU ARE A FACILITATOR, not a content generator
31
18
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
19
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
32
20
 
33
21
  ### Role Reinforcement:
34
22
 
@@ -103,9 +91,9 @@ Present the executive summary content for user review, then display menu:
103
91
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Success Criteria (Step 3 of 13)"
104
92
 
105
93
  #### Menu Handling Logic:
106
- - IF A: Read fully and follow: {advancedElicitationTask} with the current executive summary content, process the enhanced content that comes back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
107
- - IF P: Read fully and follow: {partyModeWorkflow} with the current executive summary content, process the collaborative improvements, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
108
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
94
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with the current executive summary content, process the enhanced content that comes back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
95
+ - IF P: Invoke the `bmad-party-mode` skill with the current executive summary content, process the collaborative improvements, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
96
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-03-success.md
109
97
  - IF Any other: help user respond, then redisplay menu
110
98
 
111
99
  #### EXECUTION RULES:
@@ -138,7 +126,7 @@ Where:
138
126
 
139
127
  ## CRITICAL STEP COMPLETION NOTE
140
128
 
141
- ONLY WHEN [C continue option] is selected and [content appended to document], will you then read fully and follow: `{nextStepFile}` to define success criteria.
129
+ ONLY WHEN [C continue option] is selected and [content appended to document], will you then read fully and follow: `./step-03-success.md` to define success criteria.
142
130
 
143
131
  ---
144
132
 
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-03-success'
3
- description: 'Define comprehensive success criteria covering user, business, and technical success'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 3: Success Criteria Definition
15
2
 
16
3
  **Progress: Step 3 of 11** - Next: User Journey Mapping
@@ -26,6 +13,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow
26
13
  - 💬 FOCUS on defining what winning looks like for this product
27
14
  - 🎯 COLLABORATIVE discovery, not assumption-based goal setting
28
15
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
16
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
29
17
 
30
18
  ## EXECUTION PROTOCOLS:
31
19
 
@@ -175,9 +163,9 @@ Present the success criteria content for user review, then display menu:
175
163
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to User Journey Mapping (Step 4 of 11)"
176
164
 
177
165
  #### Menu Handling Logic:
178
- - IF A: Read fully and follow: {advancedElicitationTask} with the current success criteria content, process the enhanced success metrics that come back, ask user "Accept these improvements to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
179
- - IF P: Read fully and follow: {partyModeWorkflow} with the current success criteria, process the collaborative improvements to metrics and scope, ask user "Accept these changes to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
180
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
166
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with the current success criteria content, process the enhanced success metrics that come back, ask user "Accept these improvements to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
167
+ - IF P: Invoke the `bmad-party-mode` skill with the current success criteria, process the collaborative improvements to metrics and scope, ask user "Accept these changes to the success criteria? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
168
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-04-journeys.md
181
169
  - IF Any other: help user respond, then redisplay menu
182
170
 
183
171
  #### EXECUTION RULES:
@@ -221,6 +209,6 @@ If working in regulated domains (healthcare, fintech, govtech):
221
209
 
222
210
  ## NEXT STEP:
223
211
 
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.
212
+ After user selects 'C' and content is saved to document, load `./step-04-journeys.md` to map user journeys.
225
213
 
226
214
  Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-04-journeys'
3
- description: 'Map ALL user types that interact with the system with narrative story-based journeys'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 4: User Journey Mapping
15
2
 
16
3
  **Progress: Step 4 of 11** - Next: Domain Requirements
@@ -26,6 +13,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow
26
13
  - 💬 FOCUS on mapping ALL user types that interact with the system
27
14
  - 🎯 CRITICAL: No journey = no functional requirements = product doesn't exist
28
15
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
16
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
29
17
 
30
18
  ## EXECUTION PROTOCOLS:
31
19
 
@@ -155,9 +143,9 @@ Present the user journey content for review, then display menu:
155
143
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Domain Requirements (Step 5 of 11)"
156
144
 
157
145
  #### Menu Handling Logic:
158
- - IF A: Read fully and follow: {advancedElicitationTask} with the current journey content, process the enhanced journey insights that come back, ask user "Accept these improvements to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
159
- - IF P: Read fully and follow: {partyModeWorkflow} with the current journeys, process the collaborative journey improvements and additions, ask user "Accept these changes to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
160
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
146
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with the current journey content, process the enhanced journey insights that come back, ask user "Accept these improvements to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
147
+ - IF P: Invoke the `bmad-party-mode` skill with the current journeys, process the collaborative journey improvements and additions, ask user "Accept these changes to the user journeys? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
148
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-05-domain.md
161
149
  - IF Any other: help user respond, then redisplay menu
162
150
 
163
151
  #### EXECUTION RULES:
@@ -208,6 +196,6 @@ When user selects 'C', append the content directly to the document using the str
208
196
 
209
197
  ## NEXT STEP:
210
198
 
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`.
199
+ After user selects 'C' and content is saved to document, load `./step-05-domain.md`.
212
200
 
213
201
  Remember: Do NOT proceed to step-05 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,24 +1,10 @@
1
- ---
2
- name: 'step-05-domain'
3
- description: 'Explore domain-specific requirements for complex domains (optional step)'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
- domainComplexityCSV: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv'
9
-
10
- # Task References
11
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
12
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
13
- ---
14
-
15
1
  # Step 5: Domain-Specific Requirements (Optional)
16
2
 
17
3
  **Progress: Step 5 of 13** - Next: Innovation Focus
18
4
 
19
5
  ## STEP GOAL:
20
6
 
21
- For complex domains only that have a mapping in {domainComplexityCSV}, explore domain-specific constraints, compliance requirements, and technical considerations that shape the product.
7
+ For complex domains only that have a mapping in ../data/domain-complexity.csv, explore domain-specific constraints, compliance requirements, and technical considerations that shape the product.
22
8
 
23
9
  ## MANDATORY EXECUTION RULES (READ FIRST):
24
10
 
@@ -30,6 +16,7 @@ For complex domains only that have a mapping in {domainComplexityCSV}, explore d
30
16
  - ✅ ALWAYS treat this as collaborative discovery between PM peers
31
17
  - 📋 YOU ARE A FACILITATOR, not a content generator
32
18
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
19
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
33
20
 
34
21
  ### Role Reinforcement:
35
22
 
@@ -92,7 +79,7 @@ Proceed with domain exploration.
92
79
 
93
80
  **Attempt subprocess data lookup:**
94
81
 
95
- "Your task: Lookup data in {domainComplexityCSV}
82
+ "Your task: Lookup data in ../data/domain-complexity.csv
96
83
 
97
84
  **Search criteria:**
98
85
  - Find row where domain matches {{domainFromStep02}}
@@ -154,9 +141,9 @@ Acknowledge the domain and explore what makes it complex:
154
141
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue - Save and Proceed to Innovation (Step 6 of 13)"
155
142
 
156
143
  #### Menu Handling Logic:
157
- - IF A: Read fully and follow: {advancedElicitationTask}, and when finished redisplay the menu
158
- - IF P: Read fully and follow: {partyModeWorkflow}, and when finished redisplay the menu
159
- - IF C: Save content to {outputFile}, update frontmatter, then read fully and follow: {nextStepFile}
144
+ - IF A: Invoke the `bmad-advanced-elicitation` skill, and when finished redisplay the menu
145
+ - IF P: Invoke the `bmad-party-mode` skill, and when finished redisplay the menu
146
+ - IF C: Save content to {outputFile}, update frontmatter, then read fully and follow: ./step-06-innovation.md
160
147
  - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#n-present-menu-options)
161
148
 
162
149
  #### EXECUTION RULES:
@@ -178,7 +165,7 @@ If step was skipped, append nothing and proceed.
178
165
 
179
166
  ## CRITICAL STEP COMPLETION NOTE
180
167
 
181
- ONLY WHEN [C continue option] is selected and [content saved or skipped], will you then read fully and follow: `{nextStepFile}` to explore innovation.
168
+ ONLY WHEN [C continue option] is selected and [content saved or skipped], will you then read fully and follow: `./step-06-innovation.md` to explore innovation.
182
169
 
183
170
  ---
184
171
 
@@ -1,19 +1,3 @@
1
- ---
2
- name: 'step-06-innovation'
3
- description: 'Detect and explore innovative aspects of the product (optional step)'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Data Files
10
- projectTypesCSV: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv'
11
-
12
- # Task References
13
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
14
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
15
- ---
16
-
17
1
  # Step 6: Innovation Discovery
18
2
 
19
3
  **Progress: Step 6 of 11** - Next: Project Type Analysis
@@ -29,6 +13,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow
29
13
  - 💬 FOCUS on detecting and exploring innovative aspects of the product
30
14
  - 🎯 OPTIONAL STEP: Only proceed if innovation signals are detected
31
15
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
16
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
32
17
 
33
18
  ## EXECUTION PROTOCOLS:
34
19
 
@@ -64,7 +49,7 @@ Detect and explore innovation patterns in the product, focusing on what makes it
64
49
 
65
50
  Load innovation signals specific to this project type:
66
51
 
67
- - Load `{projectTypesCSV}` completely
52
+ - Load `../data/project-types.csv` completely
68
53
  - Find the row where `project_type` matches detected type from step-02
69
54
  - Extract `innovation_signals` (semicolon-separated list)
70
55
  - Extract `web_search_triggers` for potential innovation research
@@ -155,9 +140,9 @@ Present the innovation content for review, then display menu:
155
140
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Project Type Analysis (Step 7 of 11)"
156
141
 
157
142
  #### Menu Handling Logic:
158
- - IF A: Read fully and follow: {advancedElicitationTask} with the current innovation content, process the enhanced innovation insights that come back, ask user "Accept these improvements to the innovation analysis? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
159
- - IF P: Read fully and follow: {partyModeWorkflow} with the current innovation content, process the collaborative innovation exploration and ideation, ask user "Accept these changes to the innovation analysis? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
160
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
143
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with the current innovation content, process the enhanced innovation insights that come back, ask user "Accept these improvements to the innovation analysis? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
144
+ - IF P: Invoke the `bmad-party-mode` skill with the current innovation content, process the collaborative innovation exploration and ideation, ask user "Accept these changes to the innovation analysis? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
145
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-07-project-type.md
161
146
  - IF Any other: help user respond, then redisplay menu
162
147
 
163
148
  #### EXECUTION RULES:
@@ -176,7 +161,7 @@ Display: "**Select:** [A] Advanced Elicitation - Let's try to find innovative an
176
161
 
177
162
  ### Menu Handling Logic:
178
163
  - IF A: Proceed with content generation anyway, then return to menu
179
- - IF C: Skip this step, then read fully and follow: {nextStepFile}
164
+ - IF C: Skip this step, then read fully and follow: ./step-07-project-type.md
180
165
 
181
166
  ### EXECUTION RULES:
182
167
  - ALWAYS halt and wait for user input after presenting menu
@@ -212,7 +197,7 @@ When user selects 'C', append the content directly to the document using the str
212
197
 
213
198
  ## SKIP CONDITIONS:
214
199
 
215
- Skip this step and load `{nextStepFile}` if:
200
+ Skip this step and load `./step-07-project-type.md` if:
216
201
 
217
202
  - No innovation signals detected in conversation
218
203
  - Product is incremental improvement rather than breakthrough
@@ -221,6 +206,6 @@ Skip this step and load `{nextStepFile}` if:
221
206
 
222
207
  ## NEXT STEP:
223
208
 
224
- After user selects 'C' and content is saved to document (or step is skipped), load `{nextStepFile}`.
209
+ After user selects 'C' and content is saved to document (or step is skipped), load `./step-07-project-type.md`.
225
210
 
226
211
  Remember: Do NOT proceed to step-07 until user explicitly selects 'C' from the A/P/C menu (or confirms step skip)!
@@ -1,19 +1,3 @@
1
- ---
2
- name: 'step-07-project-type'
3
- description: 'Conduct project-type specific discovery using CSV-driven guidance'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Data Files
10
- projectTypesCSV: '../data/project-types.csv'
11
-
12
- # Task References
13
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
14
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
15
- ---
16
-
17
1
  # Step 7: Project-Type Deep Dive
18
2
 
19
3
  **Progress: Step 7 of 11** - Next: Scoping
@@ -29,6 +13,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow
29
13
  - 💬 FOCUS on project-type specific requirements and technical considerations
30
14
  - 🎯 DATA-DRIVEN: Use CSV configuration to guide discovery
31
15
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
16
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
32
17
 
33
18
  ## EXECUTION PROTOCOLS:
34
19
 
@@ -55,7 +40,7 @@ Conduct project-type specific discovery using CSV-driven guidance to define tech
55
40
 
56
41
  **Attempt subprocess data lookup:**
57
42
 
58
- "Your task: Lookup data in {projectTypesCSV}
43
+ "Your task: Lookup data in ../data/project-types.csv
59
44
 
60
45
  **Search criteria:**
61
46
  - Find row where project_type matches {{projectTypeFromStep02}}
@@ -172,9 +157,9 @@ Present the project-type content for review, then display menu:
172
157
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Scoping (Step 8 of 11)"
173
158
 
174
159
  #### Menu Handling Logic:
175
- - IF A: Read fully and follow: {advancedElicitationTask} with the current project-type content, process the enhanced technical insights that come back, ask user "Accept these improvements to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
176
- - IF P: Read fully and follow: {partyModeWorkflow} with the current project-type requirements, process the collaborative technical expertise and validation, ask user "Accept these changes to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
177
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
160
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with the current project-type content, process the enhanced technical insights that come back, ask user "Accept these improvements to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
161
+ - IF P: Invoke the `bmad-party-mode` skill with the current project-type requirements, process the collaborative technical expertise and validation, ask user "Accept these changes to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
162
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-08-scoping.md
178
163
  - IF Any other: help user respond, then redisplay menu
179
164
 
180
165
  #### EXECUTION RULES:
@@ -232,6 +217,6 @@ When user selects 'C', append the content directly to the document using the str
232
217
 
233
218
  ## NEXT STEP:
234
219
 
235
- After user selects 'C' and content is saved to document, load `{nextStepFile}` to define project scope.
220
+ After user selects 'C' and content is saved to document, load `./step-08-scoping.md` to define project scope.
236
221
 
237
222
  Remember: Do NOT proceed to step-08 (Scoping) until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,16 +1,3 @@
1
- ---
2
- name: 'step-08-scoping'
3
- description: 'Define MVP boundaries and prioritize features across development phases'
4
-
5
- # File References
6
- nextStepFile: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
- ---
13
-
14
1
  # Step 8: Scoping Exercise - MVP & Future Features
15
2
 
16
3
  **Progress: Step 8 of 11** - Next: Functional Requirements
@@ -26,6 +13,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow
26
13
  - 💬 FOCUS on strategic scope decisions that keep projects viable
27
14
  - 🎯 EMPHASIZE lean MVP thinking while preserving long-term vision
28
15
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
16
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
29
17
 
30
18
  ## EXECUTION PROTOCOLS:
31
19
 
@@ -183,9 +171,9 @@ Present the scoping decisions for review, then display menu:
183
171
  Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Functional Requirements (Step 9 of 11)"
184
172
 
185
173
  #### Menu Handling Logic:
186
- - IF A: Read fully and follow: {advancedElicitationTask} with the current scoping analysis, process the enhanced insights that come back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
187
- - IF P: Read fully and follow: {partyModeWorkflow} with the scoping context, process the collaborative insights on MVP and roadmap decisions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
188
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
174
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with the current scoping analysis, process the enhanced insights that come back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
175
+ - IF P: Invoke the `bmad-party-mode` skill with the scoping context, process the collaborative insights on MVP and roadmap decisions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
176
+ - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: ./step-09-functional.md
189
177
  - IF Any other: help user respond, then redisplay menu
190
178
 
191
179
  #### EXECUTION RULES:
@@ -223,6 +211,6 @@ When user selects 'C', append the content directly to the document using the str
223
211
 
224
212
  ## NEXT STEP:
225
213
 
226
- After user selects 'C' and content is saved to document, load {nextStepFile}.
214
+ After user selects 'C' and content is saved to document, load ./step-09-functional.md.
227
215
 
228
216
  Remember: Do NOT proceed to step-09 until user explicitly selects 'C' from the A/P/C menu and content is saved!