bmad-method 6.1.1-next.9 → 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 (307) hide show
  1. package/README_CN.md +9 -9
  2. package/package.json +1 -1
  3. package/src/bmm/agents/analyst.agent.yaml +3 -3
  4. package/src/bmm/agents/architect.agent.yaml +1 -1
  5. package/src/bmm/agents/dev.agent.yaml +1 -1
  6. package/src/bmm/agents/pm.agent.yaml +6 -6
  7. package/src/bmm/agents/qa.agent.yaml +1 -1
  8. package/src/bmm/agents/quick-flow-solo-dev.agent.yaml +2 -2
  9. package/src/bmm/agents/sm.agent.yaml +3 -3
  10. package/src/bmm/agents/tech-writer/tech-writer.agent.yaml +1 -1
  11. package/src/bmm/module-help.csv +16 -16
  12. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/SKILL.md +1 -1
  13. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/product-brief.template.md +2 -2
  14. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-01-init.md +4 -11
  15. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-01b-continue.md +0 -3
  16. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-02-vision.md +5 -11
  17. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-03-users.md +5 -11
  18. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-04-metrics.md +5 -11
  19. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-05-scope.md +5 -11
  20. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-06-complete.md +0 -3
  21. package/src/bmm/workflows/1-analysis/bmad-create-product-brief/workflow.md +3 -0
  22. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md +88 -0
  23. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/artifact-analyzer.md +60 -0
  24. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/opportunity-reviewer.md +44 -0
  25. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/skeptic-reviewer.md +44 -0
  26. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/web-researcher.md +49 -0
  27. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-manifest.json +17 -0
  28. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md +57 -0
  29. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md +86 -0
  30. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md +75 -0
  31. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md +70 -0
  32. package/src/bmm/workflows/1-analysis/bmad-product-brief-preview/resources/brief-template.md +60 -0
  33. package/src/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md +1 -1
  34. package/src/bmm/workflows/1-analysis/research/bmad-market-research/SKILL.md +6 -0
  35. package/src/bmm/workflows/1-analysis/research/bmad-market-research/research.template.md +29 -0
  36. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-01-init.md +184 -0
  37. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
  38. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
  39. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
  40. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
  41. package/src/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md +478 -0
  42. package/src/bmm/workflows/1-analysis/research/{workflow-market-research.md → bmad-market-research/workflow.md} +1 -6
  43. package/src/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md +6 -0
  44. package/src/bmm/workflows/1-analysis/research/bmad-technical-research/research.template.md +29 -0
  45. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-01-init.md +2 -2
  46. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-02-technical-overview.md +2 -2
  47. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-03-integration-patterns.md +2 -2
  48. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-04-architectural-patterns.md +2 -2
  49. package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-05-implementation-research.md +2 -2
  50. package/src/bmm/workflows/1-analysis/research/{workflow-technical-research.md → bmad-technical-research/workflow.md} +0 -4
  51. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/SKILL.md +1 -1
  52. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-01-init.md +2 -2
  53. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-01b-continue.md +1 -1
  54. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-02-discovery.md +2 -2
  55. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-03-core-experience.md +5 -4
  56. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-04-emotional-response.md +5 -4
  57. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-05-inspiration.md +5 -4
  58. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-06-design-system.md +5 -4
  59. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-07-defining-experience.md +5 -4
  60. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-08-visual-foundation.md +5 -4
  61. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-09-design-directions.md +5 -4
  62. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-10-user-journeys.md +5 -4
  63. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-11-component-strategy.md +5 -4
  64. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-12-ux-patterns.md +5 -4
  65. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +5 -4
  66. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md +2 -2
  67. package/src/bmm/workflows/2-plan-workflows/bmad-create-ux-design/workflow.md +1 -2
  68. package/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md +6 -0
  69. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01-discovery.md +3 -8
  70. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01b-legacy-conversion.md +1 -5
  71. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md +5 -9
  72. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-03-edit.md +3 -6
  73. package/src/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-04-complete.md +2 -5
  74. package/src/bmm/workflows/2-plan-workflows/{create-prd/workflow-edit-prd.md → bmad-edit-prd/workflow.md} +2 -4
  75. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/SKILL.md +6 -0
  76. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv +15 -0
  77. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md +197 -0
  78. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/project-types.csv +11 -0
  79. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
  80. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
  81. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
  82. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
  83. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
  84. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
  85. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
  86. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
  87. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
  88. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
  89. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
  90. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
  91. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
  92. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
  93. package/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/workflow.md +62 -0
  94. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +2 -4
  95. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +1 -0
  96. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +3 -3
  97. package/src/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +2 -1
  98. package/src/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +2 -0
  99. package/src/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/SKILL.md +6 -0
  100. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-01-document-discovery.md +3 -8
  101. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-02-prd-analysis.md +1 -5
  102. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-03-epic-coverage-validation.md +1 -5
  103. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-04-ux-alignment.md +1 -5
  104. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-05-epic-quality-review.md +2 -6
  105. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-06-final-assessment.md +0 -3
  106. package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/workflow.md +0 -5
  107. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/SKILL.md +1 -1
  108. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01-init.md +4 -4
  109. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-02-context.md +2 -2
  110. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-03-starter.md +4 -4
  111. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-04-decisions.md +4 -4
  112. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-05-patterns.md +4 -4
  113. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-06-structure.md +4 -4
  114. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-07-validation.md +4 -4
  115. package/src/bmm/workflows/3-solutioning/bmad-create-architecture/workflow.md +0 -6
  116. package/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/SKILL.md +6 -0
  117. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-01-validate-prerequisites.md +7 -29
  118. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-02-design-epics.md +7 -28
  119. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-03-create-stories.md +8 -29
  120. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-04-final-validation.md +2 -20
  121. package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/workflow.md +1 -6
  122. package/src/bmm/workflows/4-implementation/bmad-code-review/SKILL.md +6 -0
  123. package/src/bmm/workflows/4-implementation/bmad-code-review/steps/step-01-gather-context.md +61 -0
  124. package/src/bmm/workflows/4-implementation/bmad-code-review/steps/step-02-review.md +41 -0
  125. package/src/bmm/workflows/4-implementation/bmad-code-review/steps/step-03-triage.md +50 -0
  126. package/src/bmm/workflows/4-implementation/bmad-code-review/steps/step-04-present.md +38 -0
  127. package/src/bmm/workflows/4-implementation/bmad-code-review/workflow.md +54 -0
  128. package/src/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
  129. package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md +1 -1
  130. package/src/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/workflow.md +3 -10
  131. package/src/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +1 -1
  132. package/src/bmm/workflows/4-implementation/bmad-create-story/checklist.md +2 -2
  133. package/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md +3 -11
  134. package/src/bmm/workflows/4-implementation/bmad-dev-story/SKILL.md +1 -1
  135. package/src/bmm/workflows/4-implementation/bmad-dev-story/workflow.md +0 -1
  136. package/src/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
  137. package/src/bmm/workflows/4-implementation/{retrospective → bmad-retrospective}/workflow.md +0 -6
  138. package/src/bmm/workflows/4-implementation/bmad-sprint-planning/SKILL.md +6 -0
  139. package/src/bmm/workflows/4-implementation/bmad-sprint-planning/bmad-skill-manifest.yaml +1 -0
  140. package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/workflow.md +0 -8
  141. package/src/bmm/workflows/4-implementation/bmad-sprint-status/SKILL.md +6 -0
  142. package/src/bmm/workflows/4-implementation/bmad-sprint-status/bmad-skill-manifest.yaml +1 -0
  143. package/src/bmm/workflows/4-implementation/{sprint-status → bmad-sprint-status}/workflow.md +0 -6
  144. package/src/bmm/workflows/bmad-document-project/SKILL.md +6 -0
  145. package/src/bmm/workflows/bmad-document-project/bmad-skill-manifest.yaml +1 -0
  146. package/src/bmm/workflows/{document-project → bmad-document-project}/instructions.md +6 -6
  147. package/src/bmm/workflows/bmad-document-project/workflow.md +27 -0
  148. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-instructions.md +3 -1
  149. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-workflow.md +4 -12
  150. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-instructions.md +5 -3
  151. package/src/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-workflow.md +4 -12
  152. package/src/bmm/workflows/bmad-generate-project-context/SKILL.md +6 -0
  153. package/src/bmm/workflows/bmad-generate-project-context/bmad-skill-manifest.yaml +1 -0
  154. package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-01-discover.md +4 -2
  155. package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-02-generate.md +8 -5
  156. package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/workflow.md +2 -8
  157. package/src/bmm/workflows/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
  158. package/src/bmm/workflows/bmad-qa-generate-e2e-tests/bmad-skill-manifest.yaml +1 -0
  159. package/src/bmm/workflows/{qa-generate-e2e-tests → bmad-qa-generate-e2e-tests}/workflow.md +2 -9
  160. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/SKILL.md +1 -1
  161. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-01-mode-detection.md +9 -14
  162. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-02-context-gathering.md +1 -5
  163. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-03-execute.md +1 -5
  164. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-04-self-check.md +1 -5
  165. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-05-adversarial-review.md +1 -5
  166. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-06-resolve-findings.md +0 -2
  167. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev/workflow.md +0 -6
  168. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/SKILL.md +1 -1
  169. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-01-clarify-and-route.md +2 -5
  170. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-02-plan.md +2 -6
  171. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-03-implement.md +1 -3
  172. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-04-review.md +3 -6
  173. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-05-present.md +0 -2
  174. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md +0 -1
  175. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-spec/SKILL.md +6 -0
  176. package/src/bmm/workflows/bmad-quick-flow/bmad-quick-spec/bmad-skill-manifest.yaml +1 -0
  177. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-01-understand.md +7 -11
  178. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-02-investigate.md +3 -6
  179. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-03-generate.md +1 -4
  180. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md +4 -7
  181. package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/workflow.md +1 -6
  182. package/src/core/module-help.csv +1 -0
  183. package/src/core/skills/bmad-advanced-elicitation/SKILL.md +6 -0
  184. package/src/core/skills/bmad-advanced-elicitation/bmad-skill-manifest.yaml +1 -0
  185. package/src/core/{tasks → skills}/bmad-advanced-elicitation/workflow.md +3 -4
  186. package/src/core/{workflows → skills}/bmad-brainstorming/SKILL.md +1 -1
  187. package/src/core/skills/bmad-brainstorming/bmad-skill-manifest.yaml +1 -0
  188. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-01-session-setup.md +5 -1
  189. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-01b-continue.md +3 -1
  190. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-02a-user-selected.md +5 -1
  191. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-02b-ai-recommended.md +3 -1
  192. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-02c-random-selection.md +3 -1
  193. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-02d-progressive-flow.md +3 -1
  194. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-03-technique-execution.md +4 -2
  195. package/src/core/{workflows → skills}/bmad-brainstorming/steps/step-04-idea-organization.md +2 -0
  196. package/src/core/{workflows → skills}/bmad-brainstorming/workflow.md +1 -5
  197. package/src/core/skills/bmad-distillator/SKILL.md +178 -0
  198. package/src/core/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
  199. package/src/core/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
  200. package/src/core/skills/bmad-distillator/bmad-skill-manifest.yaml +15 -0
  201. package/src/core/skills/bmad-distillator/resources/compression-rules.md +51 -0
  202. package/src/core/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
  203. package/src/core/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
  204. package/src/core/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
  205. package/src/core/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
  206. package/src/core/{tasks → skills}/bmad-editorial-review-prose/SKILL.md +1 -1
  207. package/src/core/skills/bmad-editorial-review-prose/bmad-skill-manifest.yaml +1 -0
  208. package/src/core/{tasks → skills}/bmad-editorial-review-structure/SKILL.md +1 -1
  209. package/src/core/skills/bmad-editorial-review-structure/bmad-skill-manifest.yaml +1 -0
  210. package/src/core/skills/bmad-help/SKILL.md +6 -0
  211. package/src/core/skills/bmad-help/bmad-skill-manifest.yaml +1 -0
  212. package/src/core/{tasks → skills}/bmad-index-docs/SKILL.md +1 -1
  213. package/src/core/skills/bmad-index-docs/bmad-skill-manifest.yaml +1 -0
  214. package/src/core/{workflows → skills}/bmad-party-mode/SKILL.md +1 -1
  215. package/src/core/skills/bmad-party-mode/bmad-skill-manifest.yaml +1 -0
  216. package/src/core/{tasks → skills}/bmad-review-adversarial-general/SKILL.md +1 -1
  217. package/src/core/skills/bmad-review-adversarial-general/bmad-skill-manifest.yaml +1 -0
  218. package/src/core/{tasks → skills}/bmad-review-edge-case-hunter/SKILL.md +2 -2
  219. package/src/core/skills/bmad-review-edge-case-hunter/bmad-skill-manifest.yaml +1 -0
  220. package/src/core/{tasks → skills}/bmad-shard-doc/SKILL.md +1 -1
  221. package/src/core/skills/bmad-shard-doc/bmad-skill-manifest.yaml +1 -0
  222. package/src/core/tasks/bmad-create-prd/SKILL.md +6 -0
  223. package/src/core/tasks/bmad-create-prd/bmad-skill-manifest.yaml +1 -0
  224. package/src/core/tasks/bmad-create-prd/data/domain-complexity.csv +15 -0
  225. package/src/core/tasks/bmad-create-prd/data/prd-purpose.md +197 -0
  226. package/src/core/tasks/bmad-create-prd/data/project-types.csv +11 -0
  227. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01-init.md +7 -20
  228. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01b-continue.md +29 -20
  229. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02-discovery.md +7 -23
  230. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02b-vision.md +5 -17
  231. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02c-executive-summary.md +5 -17
  232. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-03-success.md +5 -17
  233. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-04-journeys.md +5 -17
  234. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-05-domain.md +7 -20
  235. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-06-innovation.md +8 -23
  236. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-07-project-type.md +6 -21
  237. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-08-scoping.md +5 -17
  238. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-09-functional.md +5 -17
  239. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-10-nonfunctional.md +5 -17
  240. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-11-polish.md +6 -19
  241. package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-12-complete.md +3 -12
  242. package/src/{bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md → core/tasks/bmad-create-prd/workflow.md} +3 -4
  243. package/tools/cli/external-official-modules.yaml +9 -9
  244. package/tools/cli/installers/lib/core/manifest.js +4 -2
  245. package/tools/skill-validator.md +322 -0
  246. package/src/bmm/workflows/1-analysis/research/bmad-skill-manifest.yaml +0 -9
  247. package/src/bmm/workflows/2-plan-workflows/create-prd/bmad-skill-manifest.yaml +0 -14
  248. package/src/bmm/workflows/3-solutioning/check-implementation-readiness/bmad-skill-manifest.yaml +0 -3
  249. package/src/bmm/workflows/3-solutioning/create-epics-and-stories/bmad-skill-manifest.yaml +0 -3
  250. package/src/bmm/workflows/4-implementation/code-review/bmad-skill-manifest.yaml +0 -3
  251. package/src/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
  252. package/src/bmm/workflows/4-implementation/code-review/discover-inputs.md +0 -88
  253. package/src/bmm/workflows/4-implementation/code-review/workflow.md +0 -268
  254. package/src/bmm/workflows/4-implementation/correct-course/bmad-skill-manifest.yaml +0 -3
  255. package/src/bmm/workflows/4-implementation/retrospective/bmad-skill-manifest.yaml +0 -3
  256. package/src/bmm/workflows/4-implementation/sprint-planning/bmad-skill-manifest.yaml +0 -3
  257. package/src/bmm/workflows/4-implementation/sprint-status/bmad-skill-manifest.yaml +0 -3
  258. package/src/bmm/workflows/bmad-quick-flow/quick-spec/bmad-skill-manifest.yaml +0 -3
  259. package/src/bmm/workflows/document-project/bmad-skill-manifest.yaml +0 -3
  260. package/src/bmm/workflows/document-project/workflow.md +0 -39
  261. package/src/bmm/workflows/generate-project-context/bmad-skill-manifest.yaml +0 -3
  262. package/src/bmm/workflows/qa-generate-e2e-tests/bmad-skill-manifest.yaml +0 -3
  263. package/src/core/agents/bmad-master.agent.yaml +0 -30
  264. package/src/core/agents/bmad-skill-manifest.yaml +0 -3
  265. package/src/core/tasks/bmad-advanced-elicitation/SKILL.md +0 -6
  266. package/src/core/tasks/bmad-help/SKILL.md +0 -6
  267. /package/src/{core/tasks/bmad-advanced-elicitation → bmm/workflows/1-analysis/bmad-product-brief-preview}/bmad-skill-manifest.yaml +0 -0
  268. /package/src/{core/tasks/bmad-editorial-review-prose → bmm/workflows/1-analysis/research/bmad-market-research}/bmad-skill-manifest.yaml +0 -0
  269. /package/src/{core/tasks/bmad-editorial-review-structure → bmm/workflows/1-analysis/research/bmad-technical-research}/bmad-skill-manifest.yaml +0 -0
  270. /package/src/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-06-research-synthesis.md +0 -0
  271. /package/src/{core/tasks/bmad-help → bmm/workflows/2-plan-workflows/bmad-edit-prd}/bmad-skill-manifest.yaml +0 -0
  272. /package/src/{core/tasks/bmad-index-docs → bmm/workflows/2-plan-workflows/bmad-validate-prd}/bmad-skill-manifest.yaml +0 -0
  273. /package/src/{core/tasks/bmad-review-adversarial-general → bmm/workflows/3-solutioning/bmad-check-implementation-readiness}/bmad-skill-manifest.yaml +0 -0
  274. /package/src/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/templates/readiness-report-template.md +0 -0
  275. /package/src/{core/tasks/bmad-review-edge-case-hunter → bmm/workflows/3-solutioning/bmad-create-epics-and-stories}/bmad-skill-manifest.yaml +0 -0
  276. /package/src/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/templates/epics-template.md +0 -0
  277. /package/src/{core/tasks/bmad-shard-doc → bmm/workflows/4-implementation/bmad-code-review}/bmad-skill-manifest.yaml +0 -0
  278. /package/src/{core/workflows/bmad-brainstorming → bmm/workflows/4-implementation/bmad-correct-course}/bmad-skill-manifest.yaml +0 -0
  279. /package/src/{core/workflows/bmad-party-mode → bmm/workflows/4-implementation/bmad-retrospective}/bmad-skill-manifest.yaml +0 -0
  280. /package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/checklist.md +0 -0
  281. /package/src/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/sprint-status-template.yaml +0 -0
  282. /package/src/bmm/workflows/{document-project → bmad-document-project}/checklist.md +0 -0
  283. /package/src/bmm/workflows/{document-project → bmad-document-project}/documentation-requirements.csv +0 -0
  284. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/deep-dive-template.md +0 -0
  285. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/index-template.md +0 -0
  286. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/project-overview-template.md +0 -0
  287. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/project-scan-report-schema.json +0 -0
  288. /package/src/bmm/workflows/{document-project → bmad-document-project}/templates/source-tree-template.md +0 -0
  289. /package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/project-context-template.md +0 -0
  290. /package/src/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-03-complete.md +0 -0
  291. /package/src/bmm/workflows/{qa-generate-e2e-tests → bmad-qa-generate-e2e-tests}/checklist.md +0 -0
  292. /package/src/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/tech-spec-template.md +0 -0
  293. /package/src/core/{tasks → skills}/bmad-advanced-elicitation/methods.csv +0 -0
  294. /package/src/core/{workflows → skills}/bmad-brainstorming/brain-methods.csv +0 -0
  295. /package/src/core/{workflows → skills}/bmad-brainstorming/template.md +0 -0
  296. /package/src/core/{tasks → skills}/bmad-editorial-review-prose/workflow.md +0 -0
  297. /package/src/core/{tasks → skills}/bmad-editorial-review-structure/workflow.md +0 -0
  298. /package/src/core/{tasks → skills}/bmad-help/workflow.md +0 -0
  299. /package/src/core/{tasks → skills}/bmad-index-docs/workflow.md +0 -0
  300. /package/src/core/{workflows → skills}/bmad-party-mode/steps/step-01-agent-loading.md +0 -0
  301. /package/src/core/{workflows → skills}/bmad-party-mode/steps/step-02-discussion-orchestration.md +0 -0
  302. /package/src/core/{workflows → skills}/bmad-party-mode/steps/step-03-graceful-exit.md +0 -0
  303. /package/src/core/{workflows → skills}/bmad-party-mode/workflow.md +0 -0
  304. /package/src/core/{tasks → skills}/bmad-review-adversarial-general/workflow.md +0 -0
  305. /package/src/core/{tasks → skills}/bmad-review-edge-case-hunter/workflow.md +0 -0
  306. /package/src/core/{tasks → skills}/bmad-shard-doc/workflow.md +0 -0
  307. /package/src/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/templates/prd-template.md +0 -0
package/README_CN.md CHANGED
@@ -20,7 +20,7 @@
20
20
  - **派对模式** — 将多个智能体角色带入一个会话进行协作和讨论
21
21
  - **完整生命周期** — 从想法开始(头脑风暴)到部署发布
22
22
 
23
- [在 **docs.bmad-method.org** 了解更多](http://docs.bmad-method.org)
23
+ [在 **docs.bmad-method.org** 了解更多](https://docs.bmad-method.org/zh-cn/)
24
24
 
25
25
  ---
26
26
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  **V6 已到来,我们才刚刚开始!** BMad 方法正在快速发展,包括跨平台智能体团队和子智能体集成、技能架构、BMad Builder v1、开发循环自动化等优化,以及更多正在开发中的功能。
30
30
 
31
- **[📍 查看完整路线图 →](http://docs.bmad-method.org/roadmap/)**
31
+ **[📍 查看完整路线图 →](https://docs.bmad-method.org/zh-cn/roadmap/)**
32
32
 
33
33
  ---
34
34
 
@@ -40,7 +40,7 @@
40
40
  npx bmad-method install
41
41
  ```
42
42
 
43
- > 如果你获得的是过时的测试版,请使用:`npx bmad-method@6.0.1 install`
43
+ > 想要最新的预发布版本?使用 `npx bmad-method@next install`。相比默认安装,可能会有更多变更。
44
44
 
45
45
  按照安装程序提示操作,然后在项目文件夹中打开你的 AI IDE(Claude Code、Cursor 等)。
46
46
 
@@ -50,7 +50,7 @@ npx bmad-method install
50
50
  npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
51
51
  ```
52
52
 
53
- [查看所有安装选项](http://docs.bmad-method.org/how-to/non-interactive-installation/)
53
+ [查看非交互式安装选项](https://docs.bmad-method.org/zh-cn/how-to/non-interactive-installation/)
54
54
 
55
55
  > **不确定该做什么?** 运行 `bmad-help` — 它会准确告诉你下一步做什么以及什么是可选的。你也可以问诸如 `bmad-help 我刚刚完成了架构设计,接下来该做什么?` 之类的问题。
56
56
 
@@ -62,18 +62,18 @@ BMad 方法通过官方模块扩展到专业领域。可在安装期间或之后
62
62
  | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
63
63
  | **[BMad Method (BMM)](https://github.com/bmad-code-org/BMAD-METHOD)** | 包含 34+ 工作流的核心框架 |
64
64
  | **[BMad Builder (BMB)](https://github.com/bmad-code-org/bmad-builder)** | 创建自定义 BMad 智能体和工作流 |
65
- | **[Test Architect (TEA)](https://github.com/bmad-code-org/tea)** | 基于风险的测试策略和自动化 |
65
+ | **[Test Architect (TEA)](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise)** | 基于风险的测试策略和自动化 |
66
66
  | **[Game Dev Studio (BMGD)](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** | 游戏开发工作流(Unity、Unreal、Godot) |
67
67
  | **[Creative Intelligence Suite (CIS)](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite)** | 创新、头脑风暴、设计思维 |
68
68
 
69
69
  ## 文档
70
70
 
71
- [BMad 方法文档站点](http://docs.bmad-method.org) — 教程、指南、概念和参考
71
+ [BMad 方法文档站点](https://docs.bmad-method.org/zh-cn/) — 教程、指南、概念和参考
72
72
 
73
73
  **快速链接:**
74
- - [入门教程](http://docs.bmad-method.org/tutorials/getting-started/)
75
- - [从先前版本升级](http://docs.bmad-method.org/how-to/upgrade-to-v6/)
76
- - [测试架构师文档](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/)
74
+ - [入门教程](https://docs.bmad-method.org/zh-cn/tutorials/getting-started/)
75
+ - [从先前版本升级](https://docs.bmad-method.org/zh-cn/how-to/upgrade-to-v6/)
76
+ - [测试架构师文档(英文)](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/)
77
77
 
78
78
 
79
79
  ## 社区
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.1.1-next.9",
4
+ "version": "6.2.0",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -23,7 +23,7 @@ agent:
23
23
  description: "[BP] Brainstorm Project: Expert Guided Facilitation through a single or multiple techniques with a final report"
24
24
 
25
25
  - trigger: MR or fuzzy match on market-research
26
- exec: "{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md"
26
+ exec: "skill:bmad-market-research"
27
27
  description: "[MR] Market Research: Market analysis, competitive landscape, customer needs and trends"
28
28
 
29
29
  - trigger: DR or fuzzy match on domain-research
@@ -31,7 +31,7 @@ agent:
31
31
  description: "[DR] Domain Research: Industry domain deep dive, subject matter expertise and terminology"
32
32
 
33
33
  - trigger: TR or fuzzy match on technical-research
34
- exec: "{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md"
34
+ exec: "skill:bmad-technical-research"
35
35
  description: "[TR] Technical Research: Technical feasibility, architecture options and implementation approaches"
36
36
 
37
37
  - trigger: CB or fuzzy match on product-brief
@@ -39,5 +39,5 @@ agent:
39
39
  description: "[CB] Create Brief: A guided experience to nail down your product idea into an executive brief"
40
40
 
41
41
  - trigger: DP or fuzzy match on document-project
42
- exec: "{project-root}/_bmad/bmm/workflows/document-project/workflow.md"
42
+ exec: "skill:bmad-document-project"
43
43
  description: "[DP] Document Project: Analyze an existing project to produce useful documentation for both human and LLM"
@@ -25,5 +25,5 @@ agent:
25
25
  description: "[CA] Create Architecture: Guided Workflow to document technical decisions to keep implementation on track"
26
26
 
27
27
  - trigger: IR or fuzzy match on implementation-readiness
28
- exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
28
+ exec: "skill:bmad-check-implementation-readiness"
29
29
  description: "[IR] Implementation Readiness: Ensure the PRD, UX, and Architecture and Epics and Stories List are all aligned"
@@ -34,5 +34,5 @@ agent:
34
34
  description: "[DS] Dev Story: Write the next or specified stories tests and code."
35
35
 
36
36
  - trigger: CR or fuzzy match on code-review
37
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.md"
37
+ exec: "skill:bmad-code-review"
38
38
  description: "[CR] Code Review: Initiate a comprehensive code review across multiple quality facets. For best results, use a fresh context and a different quality LLM if available"
@@ -20,25 +20,25 @@ agent:
20
20
 
21
21
  menu:
22
22
  - trigger: CP or fuzzy match on create-prd
23
- exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md"
23
+ exec: "skill:bmad-create-prd"
24
24
  description: "[CP] Create PRD: Expert led facilitation to produce your Product Requirements Document"
25
25
 
26
26
  - trigger: VP or fuzzy match on validate-prd
27
- exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md"
27
+ exec: "skill:bmad-validate-prd"
28
28
  description: "[VP] Validate PRD: Validate a Product Requirements Document is comprehensive, lean, well organized and cohesive"
29
29
 
30
30
  - trigger: EP or fuzzy match on edit-prd
31
- exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md"
31
+ exec: "skill:bmad-edit-prd"
32
32
  description: "[EP] Edit PRD: Update an existing Product Requirements Document"
33
33
 
34
34
  - trigger: CE or fuzzy match on epics-stories
35
- exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md"
35
+ exec: "skill:bmad-create-epics-and-stories"
36
36
  description: "[CE] Create Epics and Stories: Create the Epics and Stories Listing, these are the specs that will drive development"
37
37
 
38
38
  - trigger: IR or fuzzy match on implementation-readiness
39
- exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
39
+ exec: "skill:bmad-check-implementation-readiness"
40
40
  description: "[IR] Implementation Readiness: Ensure the PRD, UX, and Architecture and Epics and Stories List are all aligned"
41
41
 
42
42
  - trigger: CC or fuzzy match on correct-course
43
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.md"
43
+ exec: "skill:bmad-correct-course"
44
44
  description: "[CC] Course Correction: Use this so we can determine how to proceed if major need for change is discovered mid implementation"
@@ -29,7 +29,7 @@ agent:
29
29
 
30
30
  menu:
31
31
  - trigger: QA or fuzzy match on qa-automate
32
- exec: "{project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.md"
32
+ exec: "skill:bmad-qa-generate-e2e-tests"
33
33
  description: "[QA] Automate - Generate tests for existing features (simplified)"
34
34
 
35
35
  prompts:
@@ -20,7 +20,7 @@ agent:
20
20
 
21
21
  menu:
22
22
  - trigger: QS or fuzzy match on quick-spec
23
- exec: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md"
23
+ exec: "skill:bmad-quick-spec"
24
24
  description: "[QS] Quick Spec: Architect a quick but complete technical spec with implementation-ready stories/specs"
25
25
 
26
26
  - trigger: QD or fuzzy match on quick-dev
@@ -32,5 +32,5 @@ agent:
32
32
  description: "[QQ] Quick Dev New (Preview): Unified quick flow — clarify intent, plan, implement, review, present (experimental)"
33
33
 
34
34
  - trigger: CR or fuzzy match on code-review
35
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.md"
35
+ exec: "skill:bmad-code-review"
36
36
  description: "[CR] Code Review: Initiate a comprehensive code review across multiple quality facets. For best results, use a fresh context and a different quality LLM if available"
@@ -20,7 +20,7 @@ agent:
20
20
 
21
21
  menu:
22
22
  - trigger: SP or fuzzy match on sprint-planning
23
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.md"
23
+ exec: "skill:bmad-sprint-planning"
24
24
  description: "[SP] Sprint Planning: Generate or update the record that will sequence the tasks to complete the full project that the dev agent will follow"
25
25
 
26
26
  - trigger: CS or fuzzy match on create-story
@@ -28,10 +28,10 @@ agent:
28
28
  description: "[CS] Context Story: Prepare a story with all required context for implementation for the developer agent"
29
29
 
30
30
  - trigger: ER or fuzzy match on epic-retrospective
31
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.md"
31
+ exec: "skill:bmad-retrospective"
32
32
  data: "{project-root}/_bmad/_config/agent-manifest.csv"
33
33
  description: "[ER] Epic Retrospective: Party Mode review of all work completed across an epic."
34
34
 
35
35
  - trigger: CC or fuzzy match on correct-course
36
- exec: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.md"
36
+ exec: "skill:bmad-correct-course"
37
37
  description: "[CC] Course Correction: Use this so we can determine how to proceed if major need for change is discovered mid implementation"
@@ -22,7 +22,7 @@ agent:
22
22
 
23
23
  menu:
24
24
  - trigger: DP or fuzzy match on document-project
25
- exec: "{project-root}/_bmad/bmm/workflows/document-project/workflow.md"
25
+ exec: "skill:bmad-document-project"
26
26
  description: "[DP] Document Project: Generate comprehensive project documentation (brownfield analysis, architecture scanning)"
27
27
 
28
28
  - trigger: WD or fuzzy match on write-document
@@ -1,32 +1,32 @@
1
1
  module,phase,name,code,sequence,workflow-file,command,required,agent,options,description,output-location,outputs,
2
- bmm,anytime,Document Project,DP,,_bmad/bmm/workflows/document-project/workflow.md,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
3
- bmm,anytime,Generate Project Context,GPC,,_bmad/bmm/workflows/generate-project-context/workflow.md,bmad-bmm-generate-project-context,false,analyst,Create Mode,"Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects and quick-flow.",output_folder,"project context",
4
- bmm,anytime,Quick Spec,QS,,_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md,bmad-bmm-quick-spec,false,quick-flow-solo-dev,Create Mode,"Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps brownfield additions to well established patterns utilities without extensive planning",planning_artifacts,"tech spec",
2
+ bmm,anytime,Document Project,DP,,skill:bmad-document-project,bmad-bmm-document-project,false,analyst,Create Mode,"Analyze an existing project to produce useful documentation",project-knowledge,*,
3
+ bmm,anytime,Generate Project Context,GPC,,skill:bmad-generate-project-context,bmad-bmm-generate-project-context,false,analyst,Create Mode,"Scan existing codebase to generate a lean LLM-optimized project-context.md containing critical implementation rules patterns and conventions for AI agents. Essential for brownfield projects and quick-flow.",output_folder,"project context",
4
+ bmm,anytime,Quick Spec,QS,,skill:bmad-quick-spec,bmad-bmm-quick-spec,false,quick-flow-solo-dev,Create Mode,"Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method. Quick one-off tasks small changes simple apps brownfield additions to well established patterns utilities without extensive planning",planning_artifacts,"tech spec",
5
5
  bmm,anytime,Quick Dev,QD,,skill:bmad-quick-dev,bmad-bmm-quick-dev,false,quick-flow-solo-dev,Create Mode,"Quick one-off tasks small changes simple apps utilities without extensive planning - Do not suggest for potentially very complex things unless requested or if the user complains that they do not want to follow the extensive planning of the bmad method, unless the user is already working through the implementation phase and just requests a 1 off things not already in the plan",,,
6
6
  bmm,anytime,Quick Dev New Preview,QQ,,skill:bmad-quick-dev-new-preview,bmad-bmm-quick-dev-new-preview,false,quick-flow-solo-dev,Create Mode,"Unified quick flow (experimental): clarify intent plan implement review and present in a single workflow",implementation_artifacts,"tech spec implementation",
7
- bmm,anytime,Correct Course,CC,,_bmad/bmm/workflows/4-implementation/correct-course/workflow.md,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal",
7
+ bmm,anytime,Correct Course,CC,,skill:bmad-correct-course,bmad-bmm-correct-course,false,sm,Create Mode,"Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories",planning_artifacts,"change proposal",
8
8
  bmm,anytime,Write Document,WD,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Describe in detail what you want, and the agent will follow the documentation best practices defined in agent memory. Multi-turn conversation with subprocess for research/review.",project-knowledge,"document",
9
9
  bmm,anytime,Update Standards,US,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.",_bmad/_memory/tech-writer-sidecar,"standards",
10
10
  bmm,anytime,Mermaid Generate,MG,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.",planning_artifacts,"mermaid diagram",
11
11
  bmm,anytime,Validate Document,VD,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.",planning_artifacts,"validation report",
12
12
  bmm,anytime,Explain Concept,EC,,_bmad/bmm/agents/tech-writer/tech-writer.agent.yaml,,false,tech-writer,,"Create clear technical explanations with examples and diagrams for complex concepts. Breaks down into digestible sections using task-oriented approach.",project_knowledge,"explanation",
13
13
  bmm,1-analysis,Brainstorm Project,BP,10,skill:bmad-brainstorming,bmad-brainstorming,false,analyst,data=_bmad/bmm/data/project-context-template.md,"Expert Guided Facilitation through a single or multiple techniques",planning_artifacts,"brainstorming session",
14
- bmm,1-analysis,Market Research,MR,20,_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md,bmad-bmm-market-research,false,analyst,Create Mode,"Market analysis competitive landscape customer needs and trends","planning_artifacts|project-knowledge","research documents",
14
+ bmm,1-analysis,Market Research,MR,20,skill:bmad-market-research,bmad-bmm-market-research,false,analyst,Create Mode,"Market analysis competitive landscape customer needs and trends","planning_artifacts|project-knowledge","research documents",
15
15
  bmm,1-analysis,Domain Research,DR,21,skill:bmad-domain-research,bmad-bmm-domain-research,false,analyst,Create Mode,"Industry domain deep dive subject matter expertise and terminology","planning_artifacts|project_knowledge","research documents",
16
- bmm,1-analysis,Technical Research,TR,22,_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md,bmad-bmm-technical-research,false,analyst,Create Mode,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project_knowledge","research documents",
16
+ bmm,1-analysis,Technical Research,TR,22,skill:bmad-technical-research,bmad-bmm-technical-research,false,analyst,Create Mode,"Technical feasibility architecture options and implementation approaches","planning_artifacts|project_knowledge","research documents",
17
17
  bmm,1-analysis,Create Brief,CB,30,skill:bmad-create-product-brief,bmad-bmm-create-product-brief,false,analyst,Create Mode,"A guided experience to nail down your product idea",planning_artifacts,"product brief",
18
- bmm,2-planning,Create PRD,CP,10,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
19
- bmm,2-planning,Validate PRD,VP,20,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md,bmad-bmm-validate-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report",
20
- bmm,2-planning,Edit PRD,EP,25,_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md,bmad-bmm-edit-prd,false,pm,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd",
18
+ bmm,2-planning,Create PRD,CP,10,skill:bmad-create-prd,bmad-bmm-create-prd,true,pm,Create Mode,"Expert led facilitation to produce your Product Requirements Document",planning_artifacts,prd,
19
+ bmm,2-planning,Validate PRD,VP,20,skill:bmad-validate-prd,bmad-bmm-validate-prd,false,pm,Validate Mode,"Validate PRD is comprehensive lean well organized and cohesive",planning_artifacts,"prd validation report",
20
+ bmm,2-planning,Edit PRD,EP,25,skill:bmad-edit-prd,bmad-bmm-edit-prd,false,pm,Edit Mode,"Improve and enhance an existing PRD",planning_artifacts,"updated prd",
21
21
  bmm,2-planning,Create UX,CU,30,skill:bmad-create-ux-design,bmad-bmm-create-ux-design,false,ux-designer,Create Mode,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project",planning_artifacts,"ux design",
22
22
  bmm,3-solutioning,Create Architecture,CA,10,skill:bmad-create-architecture,bmad-bmm-create-architecture,true,architect,Create Mode,"Guided Workflow to document technical decisions",planning_artifacts,architecture,
23
- bmm,3-solutioning,Create Epics and Stories,CE,30,_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
24
- bmm,3-solutioning,Check Implementation Readiness,IR,70,_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
25
- bmm,4-implementation,Sprint Planning,SP,10,_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.md,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
26
- bmm,4-implementation,Sprint Status,SS,20,_bmad/bmm/workflows/4-implementation/sprint-status/workflow.md,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
23
+ bmm,3-solutioning,Create Epics and Stories,CE,30,skill:bmad-create-epics-and-stories,bmad-bmm-create-epics-and-stories,true,pm,Create Mode,"Create the Epics and Stories Listing",planning_artifacts,"epics and stories",
24
+ bmm,3-solutioning,Check Implementation Readiness,IR,70,skill:bmad-check-implementation-readiness,bmad-bmm-check-implementation-readiness,true,architect,Validate Mode,"Ensure PRD UX Architecture and Epics Stories are aligned",planning_artifacts,"readiness report",
25
+ bmm,4-implementation,Sprint Planning,SP,10,skill:bmad-sprint-planning,bmad-bmm-sprint-planning,true,sm,Create Mode,"Generate sprint plan for development tasks - this kicks off the implementation phase by producing a plan the implementation agents will follow in sequence for every story in the plan.",implementation_artifacts,"sprint status",
26
+ bmm,4-implementation,Sprint Status,SS,20,skill:bmad-sprint-status,bmad-bmm-sprint-status,false,sm,Create Mode,"Anytime: Summarize sprint status and route to next workflow",,,
27
27
  bmm,4-implementation,Validate Story,VS,35,skill:bmad-create-story,bmad-bmm-create-story,false,sm,Validate Mode,"Validates story readiness and completeness before development work begins",implementation_artifacts,"story validation report",
28
28
  bmm,4-implementation,Create Story,CS,30,skill:bmad-create-story,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
29
29
  bmm,4-implementation,Dev Story,DS,40,skill:bmad-dev-story,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
30
- bmm,4-implementation,Code Review,CR,50,_bmad/bmm/workflows/4-implementation/code-review/workflow.md,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
31
- bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.md,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
32
- bmm,4-implementation,Retrospective,ER,60,_bmad/bmm/workflows/4-implementation/retrospective/workflow.md,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
30
+ bmm,4-implementation,Code Review,CR,50,skill:bmad-code-review,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
31
+ bmm,4-implementation,QA Automation Test,QA,45,skill:bmad-qa-generate-e2e-tests,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
32
+ bmm,4-implementation,Retrospective,ER,60,skill:bmad-retrospective,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
@@ -3,4 +3,4 @@ name: bmad-create-product-brief
3
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
- Follow the instructions in [workflow.md](workflow.md).
6
+ Follow the instructions in ./workflow.md.
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  stepsCompleted: []
3
3
  inputDocuments: []
4
- date: { system-date }
5
- author: { user }
4
+ date: {{system-date}}
5
+ author: {{user_name}}
6
6
  ---
7
7
 
8
8
  # Product Brief: {{project_name}}
@@ -1,13 +1,6 @@
1
1
  ---
2
- name: 'step-01-init'
3
- description: 'Initialize the product brief workflow by detecting continuation state and setting up the document'
4
-
5
2
  # File References
6
- nextStepFile: './step-02-vision.md'
7
3
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
-
9
- # Template References
10
- productBriefTemplate: '../product-brief.template.md'
11
4
  ---
12
5
 
13
6
  # Step 1: Product Brief Initialization
@@ -88,7 +81,7 @@ load context documents using smart discovery. Documents can be in the following
88
81
  - {planning_artifacts}/**
89
82
  - {output_folder}/**
90
83
  - {product_knowledge}/**
91
- - docs/**
84
+ - {project-root}/docs/**
92
85
 
93
86
  Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
94
87
 
@@ -112,7 +105,7 @@ Try to discover the following:
112
105
 
113
106
  **Document Setup:**
114
107
 
115
- - Copy the template from `{productBriefTemplate}` to `{outputFile}`, and update the frontmatter fields
108
+ - Copy the template from `../product-brief.template.md` to `{outputFile}`, and update the frontmatter fields
116
109
 
117
110
  #### C. Present Initialization Results
118
111
 
@@ -141,7 +134,7 @@ Display: "**Proceeding to product vision discovery...**"
141
134
 
142
135
  #### Menu Handling Logic:
143
136
 
144
- - After setup report is presented, without delay, read fully and follow: {nextStepFile}
137
+ - After setup report is presented, without delay, read fully and follow: ./step-02-vision.md
145
138
 
146
139
  #### EXECUTION RULES:
147
140
 
@@ -150,7 +143,7 @@ Display: "**Proceeding to product vision discovery...**"
150
143
 
151
144
  ## CRITICAL STEP COMPLETION NOTE
152
145
 
153
- ONLY WHEN [setup completion is achieved and frontmatter properly updated], will you then read fully and follow: `{nextStepFile}` to begin product vision discovery.
146
+ ONLY WHEN [setup completion is achieved and frontmatter properly updated], will you then read fully and follow: `./step-02-vision.md` to begin product vision discovery.
154
147
 
155
148
  ---
156
149
 
@@ -1,7 +1,4 @@
1
1
  ---
2
- name: 'step-01b-continue'
3
- description: 'Resume the product brief workflow from where it was left off, ensuring smooth continuation'
4
-
5
2
  # File References
6
3
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
7
4
  ---
@@ -1,14 +1,7 @@
1
1
  ---
2
- name: 'step-02-vision'
3
- description: 'Discover and define the core product vision, problem statement, and unique value proposition'
4
-
5
2
  # File References
6
- nextStepFile: './step-03-users.md'
7
3
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
4
 
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
5
  ---
13
6
 
14
7
  # Step 2: Product Vision Discovery
@@ -26,6 +19,7 @@ Conduct comprehensive product vision discovery to define the core problem, solut
26
19
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
27
20
  - 📋 YOU ARE A FACILITATOR, not a content generator
28
21
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
22
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
29
23
 
30
24
  ### Role Reinforcement:
31
25
 
@@ -156,9 +150,9 @@ Prepare the following structure for document append:
156
150
 
157
151
  #### Menu Handling Logic:
158
152
 
159
- - IF A: Read fully and follow: {advancedElicitationTask} with current vision content to dive deeper and refine
160
- - IF P: Read fully and follow: {partyModeWorkflow} to bring different perspectives to positioning and differentiation
161
- - IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2], then read fully and follow: {nextStepFile}
153
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with current vision content to dive deeper and refine
154
+ - IF P: Invoke the `bmad-party-mode` skill to bring different perspectives to positioning and differentiation
155
+ - IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2], then read fully and follow: ./step-03-users.md
162
156
  - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
163
157
 
164
158
  #### EXECUTION RULES:
@@ -170,7 +164,7 @@ Prepare the following structure for document append:
170
164
 
171
165
  ## CRITICAL STEP COMPLETION NOTE
172
166
 
173
- ONLY WHEN [C continue option] is selected and [vision content finalized and saved to document with frontmatter updated], will you then read fully and follow: `{nextStepFile}` to begin target user discovery.
167
+ ONLY WHEN [C continue option] is selected and [vision content finalized and saved to document with frontmatter updated], will you then read fully and follow: `./step-03-users.md` to begin target user discovery.
174
168
 
175
169
  ---
176
170
 
@@ -1,14 +1,7 @@
1
1
  ---
2
- name: 'step-03-users'
3
- description: 'Define target users with rich personas and map their key interactions with the product'
4
-
5
2
  # File References
6
- nextStepFile: './step-04-metrics.md'
7
3
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
4
 
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
5
  ---
13
6
 
14
7
  # Step 3: Target Users Discovery
@@ -26,6 +19,7 @@ Define target users with rich personas and map their key interactions with the p
26
19
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
27
20
  - 📋 YOU ARE A FACILITATOR, not a content generator
28
21
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
22
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
29
23
 
30
24
  ### Role Reinforcement:
31
25
 
@@ -159,9 +153,9 @@ Prepare the following structure for document append:
159
153
 
160
154
  #### Menu Handling Logic:
161
155
 
162
- - IF A: Read fully and follow: {advancedElicitationTask} with current user content to dive deeper into personas and journeys
163
- - IF P: Read fully and follow: {partyModeWorkflow} to bring different perspectives to validate user understanding
164
- - IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3], then read fully and follow: {nextStepFile}
156
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with current user content to dive deeper into personas and journeys
157
+ - IF P: Invoke the `bmad-party-mode` skill to bring different perspectives to validate user understanding
158
+ - IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3], then read fully and follow: ./step-04-metrics.md
165
159
  - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
166
160
 
167
161
  #### EXECUTION RULES:
@@ -173,7 +167,7 @@ Prepare the following structure for document append:
173
167
 
174
168
  ## CRITICAL STEP COMPLETION NOTE
175
169
 
176
- ONLY WHEN [C continue option] is selected and [user personas finalized and saved to document with frontmatter updated], will you then read fully and follow: `{nextStepFile}` to begin success metrics definition.
170
+ ONLY WHEN [C continue option] is selected and [user personas finalized and saved to document with frontmatter updated], will you then read fully and follow: `./step-04-metrics.md` to begin success metrics definition.
177
171
 
178
172
  ---
179
173
 
@@ -1,14 +1,7 @@
1
1
  ---
2
- name: 'step-04-metrics'
3
- description: 'Define comprehensive success metrics that include user success, business objectives, and key performance indicators'
4
-
5
2
  # File References
6
- nextStepFile: './step-05-scope.md'
7
3
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
4
 
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
5
  ---
13
6
 
14
7
  # Step 4: Success Metrics Definition
@@ -26,6 +19,7 @@ Define comprehensive success metrics that include user success, business objecti
26
19
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
27
20
  - 📋 YOU ARE A FACILITATOR, not a content generator
28
21
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
22
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
29
23
 
30
24
  ### Role Reinforcement:
31
25
 
@@ -162,9 +156,9 @@ Prepare the following structure for document append:
162
156
 
163
157
  #### Menu Handling Logic:
164
158
 
165
- - IF A: Read fully and follow: {advancedElicitationTask} with current metrics content to dive deeper into success metric insights
166
- - IF P: Read fully and follow: {partyModeWorkflow} to bring different perspectives to validate comprehensive metrics
167
- - IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3, 4], then read fully and follow: {nextStepFile}
159
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with current metrics content to dive deeper into success metric insights
160
+ - IF P: Invoke the `bmad-party-mode` skill to bring different perspectives to validate comprehensive metrics
161
+ - IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3, 4], then read fully and follow: ./step-05-scope.md
168
162
  - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
169
163
 
170
164
  #### EXECUTION RULES:
@@ -176,7 +170,7 @@ Prepare the following structure for document append:
176
170
 
177
171
  ## CRITICAL STEP COMPLETION NOTE
178
172
 
179
- ONLY WHEN [C continue option] is selected and [success metrics finalized and saved to document with frontmatter updated], will you then read fully and follow: `{nextStepFile}` to begin MVP scope definition.
173
+ ONLY WHEN [C continue option] is selected and [success metrics finalized and saved to document with frontmatter updated], will you then read fully and follow: `./step-05-scope.md` to begin MVP scope definition.
180
174
 
181
175
  ---
182
176
 
@@ -1,14 +1,7 @@
1
1
  ---
2
- name: 'step-05-scope'
3
- description: 'Define MVP scope with clear boundaries and outline future vision while managing scope creep'
4
-
5
2
  # File References
6
- nextStepFile: './step-06-complete.md'
7
3
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
8
4
 
9
- # Task References
10
- advancedElicitationTask: 'skill:bmad-advanced-elicitation'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/bmad-party-mode/workflow.md'
12
5
  ---
13
6
 
14
7
  # Step 5: MVP Scope Definition
@@ -26,6 +19,7 @@ Define MVP scope with clear boundaries and outline future vision through collabo
26
19
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
27
20
  - 📋 YOU ARE A FACILITATOR, not a content generator
28
21
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
22
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
29
23
 
30
24
  ### Role Reinforcement:
31
25
 
@@ -176,9 +170,9 @@ Prepare the following structure for document append:
176
170
 
177
171
  #### Menu Handling Logic:
178
172
 
179
- - IF A: Read fully and follow: {advancedElicitationTask} with current scope content to optimize scope definition
180
- - IF P: Read fully and follow: {partyModeWorkflow} to bring different perspectives to validate MVP scope
181
- - IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3, 4, 5], then read fully and follow: {nextStepFile}
173
+ - IF A: Invoke the `bmad-advanced-elicitation` skill with current scope content to optimize scope definition
174
+ - IF P: Invoke the `bmad-party-mode` skill to bring different perspectives to validate MVP scope
175
+ - IF C: Save content to {outputFile}, update frontmatter with stepsCompleted: [1, 2, 3, 4, 5], then read fully and follow: ./step-06-complete.md
182
176
  - IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
183
177
 
184
178
  #### EXECUTION RULES:
@@ -190,7 +184,7 @@ Prepare the following structure for document append:
190
184
 
191
185
  ## CRITICAL STEP COMPLETION NOTE
192
186
 
193
- ONLY WHEN [C continue option] is selected and [MVP scope finalized and saved to document with frontmatter updated], will you then read fully and follow: `{nextStepFile}` to complete the product brief workflow.
187
+ ONLY WHEN [C continue option] is selected and [MVP scope finalized and saved to document with frontmatter updated], will you then read fully and follow: `./step-06-complete.md` to complete the product brief workflow.
194
188
 
195
189
  ---
196
190
 
@@ -1,7 +1,4 @@
1
1
  ---
2
- name: 'step-06-complete'
3
- description: 'Complete the product brief workflow, update status files, and suggest next steps for the project'
4
-
5
2
  # File References
6
3
  outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
7
4
  ---
@@ -47,6 +47,9 @@ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
47
47
 
48
48
  - `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`, `user_skill_level`
49
49
 
50
+ ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
51
+ ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
52
+
50
53
  ### 2. First Step EXECUTION
51
54
 
52
55
  Read fully and follow: `./steps/step-01-init.md` to begin the workflow.