bmalph 2.7.6 → 2.8.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 (448) hide show
  1. package/README.md +4 -4
  2. package/bmad/bmm/agents/analyst.agent.yaml +6 -6
  3. package/bmad/bmm/agents/architect.agent.yaml +2 -2
  4. package/bmad/bmm/agents/bmad-skill-manifest.yaml +39 -0
  5. package/bmad/bmm/agents/dev.agent.yaml +2 -2
  6. package/bmad/bmm/agents/pm.agent.yaml +6 -6
  7. package/bmad/bmm/agents/qa.agent.yaml +1 -1
  8. package/bmad/bmm/agents/quick-flow-solo-dev.agent.yaml +7 -3
  9. package/bmad/bmm/agents/sm.agent.yaml +4 -4
  10. package/bmad/bmm/agents/tech-writer/bmad-skill-manifest.yaml +3 -0
  11. package/bmad/bmm/agents/tech-writer/tech-writer.agent.yaml +1 -1
  12. package/bmad/bmm/agents/ux-designer.agent.yaml +1 -1
  13. package/bmad/bmm/module-help.csv +26 -25
  14. package/bmad/bmm/workflows/1-analysis/bmad-create-product-brief/SKILL.md +6 -0
  15. package/bmad/bmm/workflows/1-analysis/bmad-create-product-brief/bmad-skill-manifest.yaml +1 -0
  16. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/product-brief.template.md +2 -2
  17. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-01-init.md +4 -11
  18. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-01b-continue.md +0 -3
  19. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-02-vision.md +5 -11
  20. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-03-users.md +5 -11
  21. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-04-metrics.md +5 -11
  22. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-05-scope.md +5 -11
  23. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-06-complete.md +1 -4
  24. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/workflow.md +4 -6
  25. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md +88 -0
  26. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/artifact-analyzer.md +60 -0
  27. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/opportunity-reviewer.md +44 -0
  28. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/skeptic-reviewer.md +44 -0
  29. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/web-researcher.md +49 -0
  30. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-manifest.json +17 -0
  31. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-skill-manifest.yaml +1 -0
  32. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md +57 -0
  33. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md +86 -0
  34. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md +75 -0
  35. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md +70 -0
  36. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/resources/brief-template.md +60 -0
  37. package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md +6 -0
  38. package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/bmad-skill-manifest.yaml +1 -0
  39. package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-06-research-synthesis.md +2 -1
  40. package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/research.template.md +29 -0
  41. package/bmad/bmm/workflows/1-analysis/research/{workflow-domain-research.md → bmad-domain-research/workflow.md} +0 -5
  42. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/SKILL.md +6 -0
  43. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/bmad-skill-manifest.yaml +1 -0
  44. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/research.template.md +29 -0
  45. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-01-init.md +184 -0
  46. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
  47. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
  48. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
  49. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
  50. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md +478 -0
  51. package/bmad/bmm/workflows/1-analysis/research/{workflow-market-research.md → bmad-market-research/workflow.md} +1 -6
  52. package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md +6 -0
  53. package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/bmad-skill-manifest.yaml +1 -0
  54. package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/research.template.md +29 -0
  55. package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-06-research-synthesis.md +2 -1
  56. package/bmad/bmm/workflows/1-analysis/research/{workflow-technical-research.md → bmad-technical-research/workflow.md} +0 -4
  57. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +2 -2
  58. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +2 -2
  59. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +2 -2
  60. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +2 -2
  61. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +2 -1
  62. package/bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/SKILL.md +6 -0
  63. package/bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/bmad-skill-manifest.yaml +1 -0
  64. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-01-init.md +2 -2
  65. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-01b-continue.md +1 -1
  66. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-02-discovery.md +2 -2
  67. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-03-core-experience.md +5 -4
  68. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-04-emotional-response.md +5 -4
  69. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-05-inspiration.md +5 -4
  70. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-06-design-system.md +5 -4
  71. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-07-defining-experience.md +5 -4
  72. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-08-visual-foundation.md +5 -4
  73. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-09-design-directions.md +5 -4
  74. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-10-user-journeys.md +5 -4
  75. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-11-component-strategy.md +5 -4
  76. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-12-ux-patterns.md +5 -4
  77. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-13-responsive-accessibility.md +5 -4
  78. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-14-complete.md +3 -3
  79. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/workflow.md +2 -8
  80. package/bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md +6 -0
  81. package/bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/bmad-skill-manifest.yaml +1 -0
  82. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01-discovery.md +3 -8
  83. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01b-legacy-conversion.md +1 -5
  84. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md +5 -9
  85. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-03-edit.md +3 -6
  86. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-04-complete.md +2 -5
  87. package/bmad/bmm/workflows/2-plan-workflows/{create-prd/workflow-edit-prd.md → bmad-edit-prd/workflow.md} +2 -4
  88. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/SKILL.md +6 -0
  89. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/bmad-skill-manifest.yaml +1 -0
  90. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv +15 -0
  91. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md +197 -0
  92. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/project-types.csv +11 -0
  93. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
  94. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
  95. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
  96. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
  97. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
  98. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
  99. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
  100. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
  101. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
  102. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
  103. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
  104. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
  105. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
  106. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
  107. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/workflow.md +62 -0
  108. package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +2 -4
  109. package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +1 -1
  110. package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +3 -3
  111. package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +3 -2
  112. package/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +3 -1
  113. package/bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/SKILL.md +6 -0
  114. package/bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/bmad-skill-manifest.yaml +1 -0
  115. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-01-document-discovery.md +3 -8
  116. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-02-prd-analysis.md +1 -5
  117. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-03-epic-coverage-validation.md +1 -5
  118. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-04-ux-alignment.md +1 -5
  119. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-05-epic-quality-review.md +2 -6
  120. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-06-final-assessment.md +1 -4
  121. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/workflow.md +1 -6
  122. package/bmad/bmm/workflows/3-solutioning/bmad-create-architecture/SKILL.md +6 -0
  123. package/bmad/bmm/workflows/3-solutioning/bmad-create-architecture/bmad-skill-manifest.yaml +1 -0
  124. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01-init.md +4 -4
  125. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01b-continue.md +11 -2
  126. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-02-context.md +4 -4
  127. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-03-starter.md +5 -7
  128. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-04-decisions.md +4 -4
  129. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-05-patterns.md +4 -4
  130. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-06-structure.md +4 -4
  131. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-07-validation.md +4 -4
  132. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-08-complete.md +1 -1
  133. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/workflow.md +1 -12
  134. package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/SKILL.md +6 -0
  135. package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/bmad-skill-manifest.yaml +1 -0
  136. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-01-validate-prerequisites.md +37 -41
  137. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-02-design-epics.md +7 -28
  138. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-03-create-stories.md +13 -30
  139. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-04-final-validation.md +3 -21
  140. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/templates/epics-template.md +4 -0
  141. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/workflow.md +1 -6
  142. package/bmad/bmm/workflows/4-implementation/bmad-code-review/SKILL.md +6 -0
  143. package/bmad/bmm/workflows/4-implementation/bmad-code-review/bmad-skill-manifest.yaml +1 -0
  144. package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-01-gather-context.md +61 -0
  145. package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-02-review.md +41 -0
  146. package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-03-triage.md +50 -0
  147. package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-04-present.md +38 -0
  148. package/bmad/bmm/workflows/4-implementation/bmad-code-review/workflow.md +54 -0
  149. package/bmad/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
  150. package/bmad/bmm/workflows/4-implementation/bmad-correct-course/bmad-skill-manifest.yaml +1 -0
  151. package/bmad/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md +1 -1
  152. package/bmad/bmm/workflows/4-implementation/{correct-course/instructions.md → bmad-correct-course/workflow.md} +74 -14
  153. package/bmad/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +6 -0
  154. package/bmad/bmm/workflows/4-implementation/bmad-create-story/bmad-skill-manifest.yaml +1 -0
  155. package/bmad/bmm/workflows/4-implementation/{create-story → bmad-create-story}/checklist.md +9 -10
  156. package/bmad/bmm/workflows/4-implementation/bmad-create-story/discover-inputs.md +88 -0
  157. package/bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md +380 -0
  158. package/bmad/bmm/workflows/4-implementation/bmad-dev-story/SKILL.md +6 -0
  159. package/bmad/bmm/workflows/4-implementation/bmad-dev-story/bmad-skill-manifest.yaml +1 -0
  160. package/bmad/bmm/workflows/4-implementation/{dev-story/instructions.xml → bmad-dev-story/workflow.md} +42 -2
  161. package/bmad/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
  162. package/bmad/bmm/workflows/4-implementation/bmad-retrospective/bmad-skill-manifest.yaml +1 -0
  163. package/bmad/bmm/workflows/4-implementation/{retrospective/instructions.md → bmad-retrospective/workflow.md} +58 -23
  164. package/bmad/bmm/workflows/4-implementation/bmad-sprint-planning/SKILL.md +6 -0
  165. package/bmad/bmm/workflows/4-implementation/bmad-sprint-planning/bmad-skill-manifest.yaml +1 -0
  166. package/bmad/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/sprint-status-template.yaml +1 -0
  167. package/bmad/bmm/workflows/4-implementation/{sprint-planning/instructions.md → bmad-sprint-planning/workflow.md} +47 -10
  168. package/bmad/bmm/workflows/4-implementation/bmad-sprint-status/SKILL.md +6 -0
  169. package/bmad/bmm/workflows/4-implementation/bmad-sprint-status/bmad-skill-manifest.yaml +1 -0
  170. package/bmad/bmm/workflows/4-implementation/{sprint-status/instructions.md → bmad-sprint-status/workflow.md} +39 -8
  171. package/bmad/bmm/workflows/bmad-document-project/SKILL.md +6 -0
  172. package/bmad/bmm/workflows/bmad-document-project/bmad-skill-manifest.yaml +1 -0
  173. package/bmad/bmm/workflows/{document-project → bmad-document-project}/instructions.md +6 -8
  174. package/bmad/bmm/workflows/bmad-document-project/workflow.md +27 -0
  175. package/bmad/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-instructions.md +3 -2
  176. package/bmad/bmm/workflows/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
  177. package/bmad/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-instructions.md +5 -4
  178. package/bmad/bmm/workflows/bmad-document-project/workflows/full-scan-workflow.md +34 -0
  179. package/bmad/bmm/workflows/bmad-generate-project-context/SKILL.md +6 -0
  180. package/bmad/bmm/workflows/bmad-generate-project-context/bmad-skill-manifest.yaml +1 -0
  181. package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-01-discover.md +3 -1
  182. package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-02-generate.md +7 -4
  183. package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/workflow.md +2 -8
  184. package/bmad/bmm/workflows/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
  185. package/bmad/bmm/workflows/bmad-qa-generate-e2e-tests/bmad-skill-manifest.yaml +1 -0
  186. package/bmad/bmm/workflows/{qa/automate/instructions.md → bmad-qa-generate-e2e-tests/workflow.md} +33 -7
  187. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/SKILL.md +6 -0
  188. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/bmad-skill-manifest.yaml +1 -0
  189. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-01-mode-detection.md +9 -14
  190. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-02-context-gathering.md +1 -5
  191. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-03-execute.md +1 -5
  192. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-04-self-check.md +1 -5
  193. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-05-adversarial-review.md +8 -18
  194. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-06-resolve-findings.md +0 -2
  195. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/workflow.md +1 -13
  196. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/SKILL.md +6 -0
  197. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/bmad-skill-manifest.yaml +1 -0
  198. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-01-clarify-and-route.md +51 -0
  199. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-02-plan.md +35 -0
  200. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-03-implement.md +33 -0
  201. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-04-review.md +50 -0
  202. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-05-present.md +17 -0
  203. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/tech-spec-template.md +90 -0
  204. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md +79 -0
  205. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/SKILL.md +6 -0
  206. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/bmad-skill-manifest.yaml +1 -0
  207. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-01-understand.md +7 -13
  208. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-02-investigate.md +3 -7
  209. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-03-generate.md +1 -5
  210. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md +9 -14
  211. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/workflow.md +1 -7
  212. package/bmad/core/module-help.csv +10 -8
  213. package/bmad/core/module.yaml +1 -1
  214. package/bmad/core/skills/bmad-advanced-elicitation/SKILL.md +6 -0
  215. package/bmad/core/skills/bmad-advanced-elicitation/bmad-skill-manifest.yaml +1 -0
  216. package/bmad/core/skills/bmad-advanced-elicitation/workflow.md +135 -0
  217. package/bmad/core/skills/bmad-brainstorming/SKILL.md +6 -0
  218. package/bmad/core/skills/bmad-brainstorming/bmad-skill-manifest.yaml +1 -0
  219. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01-session-setup.md +35 -18
  220. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01b-continue.md +4 -2
  221. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02a-user-selected.md +5 -1
  222. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02b-ai-recommended.md +3 -1
  223. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02c-random-selection.md +3 -1
  224. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02d-progressive-flow.md +3 -1
  225. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-03-technique-execution.md +6 -4
  226. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-04-idea-organization.md +4 -2
  227. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/workflow.md +4 -9
  228. package/bmad/core/skills/bmad-distillator/SKILL.md +178 -0
  229. package/bmad/core/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
  230. package/bmad/core/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
  231. package/bmad/core/skills/bmad-distillator/bmad-skill-manifest.yaml +15 -0
  232. package/bmad/core/skills/bmad-distillator/resources/compression-rules.md +51 -0
  233. package/bmad/core/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
  234. package/bmad/core/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
  235. package/bmad/core/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
  236. package/bmad/core/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
  237. package/bmad/core/skills/bmad-editorial-review-prose/SKILL.md +6 -0
  238. package/bmad/core/skills/bmad-editorial-review-prose/bmad-skill-manifest.yaml +1 -0
  239. package/bmad/core/skills/bmad-editorial-review-prose/workflow.md +81 -0
  240. package/bmad/core/skills/bmad-editorial-review-structure/SKILL.md +6 -0
  241. package/bmad/core/skills/bmad-editorial-review-structure/bmad-skill-manifest.yaml +1 -0
  242. package/bmad/core/skills/bmad-editorial-review-structure/workflow.md +174 -0
  243. package/bmad/core/skills/bmad-help/SKILL.md +6 -0
  244. package/bmad/core/skills/bmad-help/bmad-skill-manifest.yaml +1 -0
  245. package/bmad/core/{tasks/help.md → skills/bmad-help/workflow.md} +11 -8
  246. package/bmad/core/skills/bmad-index-docs/SKILL.md +6 -0
  247. package/bmad/core/skills/bmad-index-docs/bmad-skill-manifest.yaml +1 -0
  248. package/bmad/core/skills/bmad-index-docs/workflow.md +61 -0
  249. package/bmad/core/skills/bmad-party-mode/SKILL.md +6 -0
  250. package/bmad/core/skills/bmad-party-mode/bmad-skill-manifest.yaml +1 -0
  251. package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-03-graceful-exit.md +0 -1
  252. package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/workflow.md +0 -4
  253. package/bmad/core/skills/bmad-review-adversarial-general/SKILL.md +6 -0
  254. package/bmad/core/skills/bmad-review-adversarial-general/bmad-skill-manifest.yaml +1 -0
  255. package/bmad/core/skills/bmad-review-adversarial-general/workflow.md +32 -0
  256. package/bmad/core/skills/bmad-review-edge-case-hunter/SKILL.md +6 -0
  257. package/bmad/core/skills/bmad-review-edge-case-hunter/bmad-skill-manifest.yaml +1 -0
  258. package/bmad/core/skills/bmad-review-edge-case-hunter/workflow.md +62 -0
  259. package/bmad/core/skills/bmad-shard-doc/SKILL.md +6 -0
  260. package/bmad/core/skills/bmad-shard-doc/bmad-skill-manifest.yaml +1 -0
  261. package/bmad/core/skills/bmad-shard-doc/workflow.md +100 -0
  262. package/bmad/core/tasks/bmad-create-prd/SKILL.md +6 -0
  263. package/bmad/core/tasks/bmad-create-prd/bmad-skill-manifest.yaml +1 -0
  264. package/bmad/core/tasks/bmad-create-prd/data/domain-complexity.csv +15 -0
  265. package/bmad/core/tasks/bmad-create-prd/data/prd-purpose.md +197 -0
  266. package/bmad/core/tasks/bmad-create-prd/data/project-types.csv +11 -0
  267. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01-init.md +7 -20
  268. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01b-continue.md +29 -21
  269. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02-discovery.md +7 -23
  270. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02b-vision.md +5 -17
  271. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02c-executive-summary.md +5 -17
  272. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-03-success.md +4 -16
  273. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-04-journeys.md +4 -16
  274. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-05-domain.md +7 -20
  275. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-06-innovation.md +8 -23
  276. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-07-project-type.md +6 -21
  277. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-08-scoping.md +5 -17
  278. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-09-functional.md +5 -17
  279. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-10-nonfunctional.md +5 -17
  280. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-11-polish.md +22 -18
  281. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-12-complete.md +4 -13
  282. package/bmad/{bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md → core/tasks/bmad-create-prd/workflow.md} +3 -4
  283. package/bundled-versions.json +1 -1
  284. package/dist/commands/doctor-checks.js +14 -5
  285. package/dist/commands/doctor-checks.js.map +1 -1
  286. package/dist/commands/doctor.js +13 -4
  287. package/dist/commands/doctor.js.map +1 -1
  288. package/dist/commands/init.js +12 -2
  289. package/dist/commands/init.js.map +1 -1
  290. package/dist/commands/run.js +11 -2
  291. package/dist/commands/run.js.map +1 -1
  292. package/dist/commands/status.js +3 -2
  293. package/dist/commands/status.js.map +1 -1
  294. package/dist/commands/watch.js +5 -0
  295. package/dist/commands/watch.js.map +1 -1
  296. package/dist/installer/commands.js +33 -15
  297. package/dist/installer/commands.js.map +1 -1
  298. package/dist/installer/install.js +1 -1
  299. package/dist/installer/install.js.map +1 -1
  300. package/dist/installer/project-files.js +4 -4
  301. package/dist/installer/project-files.js.map +1 -1
  302. package/dist/installer/template-files.js +72 -6
  303. package/dist/installer/template-files.js.map +1 -1
  304. package/dist/platform/codex.js +6 -1
  305. package/dist/platform/codex.js.map +1 -1
  306. package/dist/platform/detect.js +7 -3
  307. package/dist/platform/detect.js.map +1 -1
  308. package/dist/platform/doctor-checks.js +2 -2
  309. package/dist/platform/doctor-checks.js.map +1 -1
  310. package/dist/platform/guidance.js +66 -0
  311. package/dist/platform/guidance.js.map +1 -0
  312. package/dist/platform/instructions-snippet.js +15 -0
  313. package/dist/platform/instructions-snippet.js.map +1 -1
  314. package/dist/platform/opencode.js +20 -0
  315. package/dist/platform/opencode.js.map +1 -0
  316. package/dist/platform/registry.js +2 -0
  317. package/dist/platform/registry.js.map +1 -1
  318. package/dist/platform/types.js +1 -0
  319. package/dist/platform/types.js.map +1 -1
  320. package/dist/reset.js +3 -3
  321. package/dist/reset.js.map +1 -1
  322. package/dist/run/ralph-process.js +51 -7
  323. package/dist/run/ralph-process.js.map +1 -1
  324. package/dist/run/run-dashboard.js +22 -9
  325. package/dist/run/run-dashboard.js.map +1 -1
  326. package/dist/transition/artifact-scan.js +14 -5
  327. package/dist/transition/artifact-scan.js.map +1 -1
  328. package/dist/transition/context.js +11 -3
  329. package/dist/transition/context.js.map +1 -1
  330. package/dist/utils/constants.js +4 -2
  331. package/dist/utils/constants.js.map +1 -1
  332. package/dist/watch/dashboard.js +36 -21
  333. package/dist/watch/dashboard.js.map +1 -1
  334. package/dist/watch/frame-writer.js +83 -0
  335. package/dist/watch/frame-writer.js.map +1 -0
  336. package/dist/watch/renderer.js +179 -54
  337. package/dist/watch/renderer.js.map +1 -1
  338. package/dist/watch/state-reader.js +8 -0
  339. package/dist/watch/state-reader.js.map +1 -1
  340. package/package.json +1 -1
  341. package/ralph/RALPH-REFERENCE.md +4 -4
  342. package/ralph/drivers/claude-code.sh +4 -2
  343. package/ralph/drivers/opencode.sh +147 -0
  344. package/ralph/lib/enable_core.sh +10 -2
  345. package/ralph/lib/response_analyzer.sh +337 -96
  346. package/ralph/lib/wizard_utils.sh +4 -4
  347. package/ralph/ralph_import.sh +9 -1
  348. package/ralph/ralph_loop.sh +428 -15
  349. package/ralph/templates/PROMPT.md +15 -5
  350. package/ralph/templates/ralphrc.template +31 -5
  351. package/slash-commands/advanced-elicitation.md +1 -1
  352. package/slash-commands/adversarial-review.md +1 -1
  353. package/slash-commands/bmad-help.md +1 -1
  354. package/slash-commands/bmalph.md +1 -1
  355. package/slash-commands/brainstorm-project.md +1 -1
  356. package/slash-commands/brainstorming.md +1 -1
  357. package/slash-commands/correct-course.md +1 -1
  358. package/slash-commands/create-architecture.md +1 -1
  359. package/slash-commands/create-brief.md +1 -1
  360. package/slash-commands/create-epics-stories.md +1 -1
  361. package/slash-commands/create-prd.md +1 -1
  362. package/slash-commands/create-story.md +1 -1
  363. package/slash-commands/create-ux.md +1 -1
  364. package/slash-commands/distillator.md +1 -0
  365. package/slash-commands/document-project.md +1 -1
  366. package/slash-commands/domain-research.md +1 -1
  367. package/slash-commands/edge-case-hunter.md +1 -0
  368. package/slash-commands/edit-prd.md +1 -0
  369. package/slash-commands/editorial-prose.md +1 -1
  370. package/slash-commands/editorial-structure.md +1 -1
  371. package/slash-commands/generate-project-context.md +1 -1
  372. package/slash-commands/implementation-readiness.md +1 -1
  373. package/slash-commands/index-docs.md +1 -1
  374. package/slash-commands/market-research.md +1 -1
  375. package/slash-commands/party-mode.md +1 -1
  376. package/slash-commands/qa-automate.md +1 -1
  377. package/slash-commands/quick-dev-new.md +1 -0
  378. package/slash-commands/quick-dev.md +1 -1
  379. package/slash-commands/retrospective.md +1 -1
  380. package/slash-commands/shard-doc.md +1 -1
  381. package/slash-commands/sprint-planning.md +1 -1
  382. package/slash-commands/sprint-status.md +1 -1
  383. package/slash-commands/tech-spec.md +1 -1
  384. package/slash-commands/technical-research.md +1 -1
  385. package/slash-commands/validate-architecture.md +1 -1
  386. package/slash-commands/validate-brief.md +1 -1
  387. package/slash-commands/validate-epics-stories.md +1 -1
  388. package/slash-commands/validate-prd.md +1 -1
  389. package/slash-commands/validate-story.md +1 -1
  390. package/slash-commands/validate-ux.md +1 -1
  391. package/bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
  392. package/bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
  393. package/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -44
  394. package/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -54
  395. package/bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -346
  396. package/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -53
  397. package/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -21
  398. package/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -53
  399. package/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -47
  400. package/bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -25
  401. package/bmad/bmm/workflows/document-project/workflow.yaml +0 -22
  402. package/bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  403. package/bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  404. package/bmad/bmm/workflows/qa/automate/workflow.yaml +0 -44
  405. package/bmad/core/agents/bmad-master.agent.yaml +0 -30
  406. package/bmad/core/tasks/editorial-review-prose.xml +0 -102
  407. package/bmad/core/tasks/editorial-review-structure.xml +0 -209
  408. package/bmad/core/tasks/index-docs.xml +0 -65
  409. package/bmad/core/tasks/review-adversarial-general.xml +0 -48
  410. package/bmad/core/tasks/shard-doc.xml +0 -108
  411. package/bmad/core/tasks/workflow.xml +0 -235
  412. package/bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
  413. package/slash-commands/execute-workflow.md +0 -1
  414. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-01-init.md +0 -0
  415. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-02-domain-analysis.md +0 -0
  416. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-03-competitive-landscape.md +0 -0
  417. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-04-regulatory-focus.md +0 -0
  418. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-05-technical-trends.md +0 -0
  419. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-01-init.md +0 -0
  420. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-02-technical-overview.md +0 -0
  421. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-03-integration-patterns.md +0 -0
  422. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-04-architectural-patterns.md +0 -0
  423. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-05-implementation-research.md +0 -0
  424. /package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/ux-design-template.md +0 -0
  425. /package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/templates/readiness-report-template.md +0 -0
  426. /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/architecture-decision-template.md +0 -0
  427. /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/domain-complexity.csv +0 -0
  428. /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/project-types.csv +0 -0
  429. /package/bmad/bmm/workflows/4-implementation/{create-story → bmad-create-story}/template.md +0 -0
  430. /package/bmad/bmm/workflows/4-implementation/{dev-story → bmad-dev-story}/checklist.md +0 -0
  431. /package/bmad/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/checklist.md +0 -0
  432. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/checklist.md +0 -0
  433. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/documentation-requirements.csv +0 -0
  434. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/deep-dive-template.md +0 -0
  435. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/index-template.md +0 -0
  436. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/project-overview-template.md +0 -0
  437. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/project-scan-report-schema.json +0 -0
  438. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/source-tree-template.md +0 -0
  439. /package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/project-context-template.md +0 -0
  440. /package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-03-complete.md +0 -0
  441. /package/bmad/bmm/workflows/{qa/automate → bmad-qa-generate-e2e-tests}/checklist.md +0 -0
  442. /package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/tech-spec-template.md +0 -0
  443. /package/bmad/core/{workflows/advanced-elicitation → skills/bmad-advanced-elicitation}/methods.csv +0 -0
  444. /package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/brain-methods.csv +0 -0
  445. /package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/template.md +0 -0
  446. /package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-01-agent-loading.md +0 -0
  447. /package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-02-discussion-orchestration.md +0 -0
  448. /package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/templates/prd-template.md +0 -0
@@ -1,346 +0,0 @@
1
- <workflow>
2
- <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
3
- <critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
4
- <critical>Communicate all responses in {communication_language} and generate all documents in {document_output_language}</critical>
5
-
6
- <critical>🔥 CRITICAL MISSION: You are creating the ULTIMATE story context engine that prevents LLM developer mistakes, omissions or
7
- disasters! 🔥</critical>
8
- <critical>Your purpose is NOT to copy from epics - it's to create a comprehensive, optimized story file that gives the DEV agent
9
- EVERYTHING needed for flawless implementation</critical>
10
- <critical>COMMON LLM MISTAKES TO PREVENT: reinventing wheels, wrong libraries, wrong file locations, breaking regressions, ignoring UX,
11
- vague implementations, lying about completion, not learning from past work</critical>
12
- <critical>🚨 EXHAUSTIVE ANALYSIS REQUIRED: You must thoroughly analyze ALL artifacts to extract critical context - do NOT be lazy or skim!
13
- This is the most important function in the entire development process!</critical>
14
- <critical>🔬 UTILIZE SUBPROCESSES AND SUBAGENTS: Use research subagents, subprocesses or parallel processing if available to thoroughly
15
- analyze different artifacts simultaneously and thoroughly</critical>
16
- <critical>❓ SAVE QUESTIONS: If you think of questions or clarifications during analysis, save them for the end after the complete story is
17
- written</critical>
18
- <critical>🎯 ZERO USER INTERVENTION: Process should be fully automated except for initial epic/story selection or missing documents</critical>
19
-
20
- <step n="1" goal="Determine target story">
21
- <check if="{{story_path}} is provided by user or user provided the epic and story number such as 2-4 or 1.6 or epic 1 story 5">
22
- <action>Parse user-provided story path: extract epic_num, story_num, story_title from format like "1-2-user-auth"</action>
23
- <action>Set {{epic_num}}, {{story_num}}, {{story_key}} from user input</action>
24
- <action>GOTO step 2a</action>
25
- </check>
26
-
27
- <action>Check if {{sprint_status}} file exists for auto discover</action>
28
- <check if="sprint status file does NOT exist">
29
- <output>🚫 No sprint status file found and no story specified</output>
30
- <output>
31
- **Required Options:**
32
- 1. Run `sprint-planning` to initialize sprint tracking (recommended)
33
- 2. Provide specific epic-story number to create (e.g., "1-2-user-auth")
34
- 3. Provide path to story documents if sprint status doesn't exist yet
35
- </output>
36
- <ask>Choose option [1], provide epic-story number, path to story docs, or [q] to quit:</ask>
37
-
38
- <check if="user chooses 'q'">
39
- <action>HALT - No work needed</action>
40
- </check>
41
-
42
- <check if="user chooses '1'">
43
- <output>Run sprint-planning workflow first to create sprint-status.yaml</output>
44
- <action>HALT - User needs to run sprint-planning</action>
45
- </check>
46
-
47
- <check if="user provides epic-story number">
48
- <action>Parse user input: extract epic_num, story_num, story_title</action>
49
- <action>Set {{epic_num}}, {{story_num}}, {{story_key}} from user input</action>
50
- <action>GOTO step 2a</action>
51
- </check>
52
-
53
- <check if="user provides story docs path">
54
- <action>Use user-provided path for story documents</action>
55
- <action>GOTO step 2a</action>
56
- </check>
57
- </check>
58
-
59
- <!-- Auto-discover from sprint status only if no user input -->
60
- <check if="no user input provided">
61
- <critical>MUST read COMPLETE {sprint_status} file from start to end to preserve order</critical>
62
- <action>Load the FULL file: {{sprint_status}}</action>
63
- <action>Read ALL lines from beginning to end - do not skip any content</action>
64
- <action>Parse the development_status section completely</action>
65
-
66
- <action>Find the FIRST story (by reading in order from top to bottom) where:
67
- - Key matches pattern: number-number-name (e.g., "1-2-user-auth")
68
- - NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
69
- - Status value equals "backlog"
70
- </action>
71
-
72
- <check if="no backlog story found">
73
- <output>📋 No backlog stories found in sprint-status.yaml
74
-
75
- All stories are either already created, in progress, or done.
76
-
77
- **Options:**
78
- 1. Run sprint-planning to refresh story tracking
79
- 2. Load PM agent and run correct-course to add more stories
80
- 3. Check if current sprint is complete and run retrospective
81
- </output>
82
- <action>HALT</action>
83
- </check>
84
-
85
- <action>Extract from found story key (e.g., "1-2-user-authentication"):
86
- - epic_num: first number before dash (e.g., "1")
87
- - story_num: second number after first dash (e.g., "2")
88
- - story_title: remainder after second dash (e.g., "user-authentication")
89
- </action>
90
- <action>Set {{story_id}} = "{{epic_num}}.{{story_num}}"</action>
91
- <action>Store story_key for later use (e.g., "1-2-user-authentication")</action>
92
-
93
- <!-- Mark epic as in-progress if this is first story -->
94
- <action>Check if this is the first story in epic {{epic_num}} by looking for {{epic_num}}-1-* pattern</action>
95
- <check if="this is first story in epic {{epic_num}}">
96
- <action>Load {{sprint_status}} and check epic-{{epic_num}} status</action>
97
- <action>If epic status is "backlog" → update to "in-progress"</action>
98
- <action>If epic status is "contexted" (legacy status) → update to "in-progress" (backward compatibility)</action>
99
- <action>If epic status is "in-progress" → no change needed</action>
100
- <check if="epic status is 'done'">
101
- <output>🚫 ERROR: Cannot create story in completed epic</output>
102
- <output>Epic {{epic_num}} is marked as 'done'. All stories are complete.</output>
103
- <output>If you need to add more work, either:</output>
104
- <output>1. Manually change epic status back to 'in-progress' in sprint-status.yaml</output>
105
- <output>2. Create a new epic for additional work</output>
106
- <action>HALT - Cannot proceed</action>
107
- </check>
108
- <check if="epic status is not one of: backlog, contexted, in-progress, done">
109
- <output>🚫 ERROR: Invalid epic status '{{epic_status}}'</output>
110
- <output>Epic {{epic_num}} has invalid status. Expected: backlog, in-progress, or done</output>
111
- <output>Please fix sprint-status.yaml manually or run sprint-planning to regenerate</output>
112
- <action>HALT - Cannot proceed</action>
113
- </check>
114
- <output>📊 Epic {{epic_num}} status updated to in-progress</output>
115
- </check>
116
-
117
- <action>GOTO step 2a</action>
118
- </check>
119
- <action>Load the FULL file: {{sprint_status}}</action>
120
- <action>Read ALL lines from beginning to end - do not skip any content</action>
121
- <action>Parse the development_status section completely</action>
122
-
123
- <action>Find the FIRST story (by reading in order from top to bottom) where:
124
- - Key matches pattern: number-number-name (e.g., "1-2-user-auth")
125
- - NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
126
- - Status value equals "backlog"
127
- </action>
128
-
129
- <check if="no backlog story found">
130
- <output>📋 No backlog stories found in sprint-status.yaml
131
-
132
- All stories are either already created, in progress, or done.
133
-
134
- **Options:**
135
- 1. Run sprint-planning to refresh story tracking
136
- 2. Load PM agent and run correct-course to add more stories
137
- 3. Check if current sprint is complete and run retrospective
138
- </output>
139
- <action>HALT</action>
140
- </check>
141
-
142
- <action>Extract from found story key (e.g., "1-2-user-authentication"):
143
- - epic_num: first number before dash (e.g., "1")
144
- - story_num: second number after first dash (e.g., "2")
145
- - story_title: remainder after second dash (e.g., "user-authentication")
146
- </action>
147
- <action>Set {{story_id}} = "{{epic_num}}.{{story_num}}"</action>
148
- <action>Store story_key for later use (e.g., "1-2-user-authentication")</action>
149
-
150
- <!-- Mark epic as in-progress if this is first story -->
151
- <action>Check if this is the first story in epic {{epic_num}} by looking for {{epic_num}}-1-* pattern</action>
152
- <check if="this is first story in epic {{epic_num}}">
153
- <action>Load {{sprint_status}} and check epic-{{epic_num}} status</action>
154
- <action>If epic status is "backlog" → update to "in-progress"</action>
155
- <action>If epic status is "contexted" (legacy status) → update to "in-progress" (backward compatibility)</action>
156
- <action>If epic status is "in-progress" → no change needed</action>
157
- <check if="epic status is 'done'">
158
- <output>🚫 ERROR: Cannot create story in completed epic</output>
159
- <output>Epic {{epic_num}} is marked as 'done'. All stories are complete.</output>
160
- <output>If you need to add more work, either:</output>
161
- <output>1. Manually change epic status back to 'in-progress' in sprint-status.yaml</output>
162
- <output>2. Create a new epic for additional work</output>
163
- <action>HALT - Cannot proceed</action>
164
- </check>
165
- <check if="epic status is not one of: backlog, contexted, in-progress, done">
166
- <output>🚫 ERROR: Invalid epic status '{{epic_status}}'</output>
167
- <output>Epic {{epic_num}} has invalid status. Expected: backlog, in-progress, or done</output>
168
- <output>Please fix sprint-status.yaml manually or run sprint-planning to regenerate</output>
169
- <action>HALT - Cannot proceed</action>
170
- </check>
171
- <output>📊 Epic {{epic_num}} status updated to in-progress</output>
172
- </check>
173
-
174
- <action>GOTO step 2a</action>
175
- </step>
176
-
177
- <step n="2" goal="Load and analyze core artifacts">
178
- <critical>🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer fuckups!</critical>
179
-
180
- <!-- Load all available content through discovery protocol -->
181
- <invoke-protocol
182
- name="discover_inputs" />
183
- <note>Available content: {epics_content}, {prd_content}, {architecture_content}, {ux_content},
184
- {project_context}</note>
185
-
186
- <!-- Analyze epics file for story foundation -->
187
- <action>From {epics_content}, extract Epic {{epic_num}} complete context:</action> **EPIC ANALYSIS:** - Epic
188
- objectives and business value - ALL stories in this epic for cross-story context - Our specific story's requirements, user story
189
- statement, acceptance criteria - Technical requirements and constraints - Dependencies on other stories/epics - Source hints pointing to
190
- original documents <!-- Extract specific story requirements -->
191
- <action>Extract our story ({{epic_num}}-{{story_num}}) details:</action> **STORY FOUNDATION:** - User story statement
192
- (As a, I want, so that) - Detailed acceptance criteria (already BDD formatted) - Technical requirements specific to this story -
193
- Business context and value - Success criteria <!-- Previous story analysis for context continuity -->
194
- <check if="story_num > 1">
195
- <action>Find {{previous_story_num}}: scan {implementation_artifacts} for the story file in epic {{epic_num}} with the highest story number less than {{story_num}}</action>
196
- <action>Load previous story file: {implementation_artifacts}/{{epic_num}}-{{previous_story_num}}-*.md</action> **PREVIOUS STORY INTELLIGENCE:** -
197
- Dev notes and learnings from previous story - Review feedback and corrections needed - Files that were created/modified and their
198
- patterns - Testing approaches that worked/didn't work - Problems encountered and solutions found - Code patterns established <action>Extract
199
- all learnings that could impact current story implementation</action>
200
- </check>
201
-
202
- <!-- Git intelligence for previous work patterns -->
203
- <check
204
- if="previous story exists AND git repository detected">
205
- <action>Get last 5 commit titles to understand recent work patterns</action>
206
- <action>Analyze 1-5 most recent commits for relevance to current story:
207
- - Files created/modified
208
- - Code patterns and conventions used
209
- - Library dependencies added/changed
210
- - Architecture decisions implemented
211
- - Testing approaches used
212
- </action>
213
- <action>Extract actionable insights for current story implementation</action>
214
- </check>
215
- </step>
216
-
217
- <step n="3" goal="Architecture analysis for developer guardrails">
218
- <critical>🏗️ ARCHITECTURE INTELLIGENCE - Extract everything the developer MUST follow!</critical> **ARCHITECTURE DOCUMENT ANALYSIS:** <action>Systematically
219
- analyze architecture content for story-relevant requirements:</action>
220
-
221
- <!-- Load architecture - single file or sharded -->
222
- <check if="architecture file is single file">
223
- <action>Load complete {architecture_content}</action>
224
- </check>
225
- <check if="architecture is sharded to folder">
226
- <action>Load architecture index and scan all architecture files</action>
227
- </check> **CRITICAL ARCHITECTURE EXTRACTION:** <action>For
228
- each architecture section, determine if relevant to this story:</action> - **Technical Stack:** Languages, frameworks, libraries with
229
- versions - **Code Structure:** Folder organization, naming conventions, file patterns - **API Patterns:** Service structure, endpoint
230
- patterns, data contracts - **Database Schemas:** Tables, relationships, constraints relevant to story - **Security Requirements:**
231
- Authentication patterns, authorization rules - **Performance Requirements:** Caching strategies, optimization patterns - **Testing
232
- Standards:** Testing frameworks, coverage expectations, test patterns - **Deployment Patterns:** Environment configurations, build
233
- processes - **Integration Patterns:** External service integrations, data flows <action>Extract any story-specific requirements that the
234
- developer MUST follow</action>
235
- <action>Identify any architectural decisions that override previous patterns</action>
236
- </step>
237
-
238
- <step n="4" goal="Web research for latest technical specifics">
239
- <critical>🌐 ENSURE LATEST TECH KNOWLEDGE - Prevent outdated implementations!</critical> **WEB INTELLIGENCE:** <action>Identify specific
240
- technical areas that require latest version knowledge:</action>
241
-
242
- <!-- Check for libraries/frameworks mentioned in architecture -->
243
- <action>From architecture analysis, identify specific libraries, APIs, or
244
- frameworks</action>
245
- <action>For each critical technology, research latest stable version and key changes:
246
- - Latest API documentation and breaking changes
247
- - Security vulnerabilities or updates
248
- - Performance improvements or deprecations
249
- - Best practices for current version
250
- </action>
251
- **EXTERNAL CONTEXT INCLUSION:** <action>Include in story any critical latest information the developer needs:
252
- - Specific library versions and why chosen
253
- - API endpoints with parameters and authentication
254
- - Recent security patches or considerations
255
- - Performance optimization techniques
256
- - Migration considerations if upgrading
257
- </action>
258
- </step>
259
-
260
- <step n="5" goal="Create comprehensive story file">
261
- <critical>📝 CREATE ULTIMATE STORY FILE - The developer's master implementation guide!</critical>
262
-
263
- <action>Initialize from template.md:
264
- {default_output_file}</action>
265
- <template-output file="{default_output_file}">story_header</template-output>
266
-
267
- <!-- Story foundation from epics analysis -->
268
- <template-output
269
- file="{default_output_file}">story_requirements</template-output>
270
-
271
- <!-- Developer context section - MOST IMPORTANT PART -->
272
- <template-output file="{default_output_file}">
273
- developer_context_section</template-output> **DEV AGENT GUARDRAILS:** <template-output file="{default_output_file}">
274
- technical_requirements</template-output>
275
- <template-output file="{default_output_file}">architecture_compliance</template-output>
276
- <template-output
277
- file="{default_output_file}">library_framework_requirements</template-output>
278
- <template-output file="{default_output_file}">
279
- file_structure_requirements</template-output>
280
- <template-output file="{default_output_file}">testing_requirements</template-output>
281
-
282
- <!-- Previous story intelligence -->
283
- <check
284
- if="previous story learnings available">
285
- <template-output file="{default_output_file}">previous_story_intelligence</template-output>
286
- </check>
287
-
288
- <!-- Git intelligence -->
289
- <check
290
- if="git analysis completed">
291
- <template-output file="{default_output_file}">git_intelligence_summary</template-output>
292
- </check>
293
-
294
- <!-- Latest technical specifics -->
295
- <check if="web research completed">
296
- <template-output file="{default_output_file}">latest_tech_information</template-output>
297
- </check>
298
-
299
- <!-- Project context reference -->
300
- <template-output
301
- file="{default_output_file}">project_context_reference</template-output>
302
-
303
- <!-- Final status update -->
304
- <template-output file="{default_output_file}">
305
- story_completion_status</template-output>
306
-
307
- <!-- CRITICAL: Set status to ready-for-dev -->
308
- <action>Set story Status to: "ready-for-dev"</action>
309
- <action>Add completion note: "Ultimate
310
- context engine analysis completed - comprehensive developer guide created"</action>
311
- </step>
312
-
313
- <step n="6" goal="Update sprint status and finalize">
314
- <invoke-task>Validate against checklist at {installed_path}/checklist.md using _bmad/core/tasks/validate-workflow.xml</invoke-task>
315
- <action>Save story document unconditionally</action>
316
-
317
- <!-- Update sprint status -->
318
- <check if="sprint status file exists">
319
- <action>Update {{sprint_status}}</action>
320
- <action>Load the FULL file and read all development_status entries</action>
321
- <action>Find development_status key matching {{story_key}}</action>
322
- <action>Verify current status is "backlog" (expected previous state)</action>
323
- <action>Update development_status[{{story_key}}] = "ready-for-dev"</action>
324
- <action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
325
- </check>
326
-
327
- <action>Report completion</action>
328
- <output>**🎯 ULTIMATE BMad Method STORY CONTEXT CREATED, {user_name}!**
329
-
330
- **Story Details:**
331
- - Story ID: {{story_id}}
332
- - Story Key: {{story_key}}
333
- - File: {{story_file}}
334
- - Status: ready-for-dev
335
-
336
- **Next Steps:**
337
- 1. Review the comprehensive story in {{story_file}}
338
- 2. Run dev agents `dev-story` for optimized implementation
339
- 3. Run `code-review` when complete (auto-marks done)
340
- 4. Optional: If Test Architect module installed, run `/bmad:tea:automate` after `dev-story` to generate guardrail tests
341
-
342
- **The developer now has everything needed for flawless implementation!**
343
- </output>
344
- </step>
345
-
346
- </workflow>
@@ -1,53 +0,0 @@
1
- name: create-story
2
- description: "Create the next user story from epics+stories with enhanced context analysis and direct ready-for-dev marking"
3
- author: "BMad"
4
-
5
- # Critical variables from config
6
- config_source: "{project-root}/_bmad/bmm/config.yaml"
7
- user_name: "{config_source}:user_name"
8
- communication_language: "{config_source}:communication_language"
9
- document_output_language: "{config_source}:document_output_language"
10
- user_skill_level: "{config_source}:user_skill_level"
11
- date: system-generated
12
- planning_artifacts: "{config_source}:planning_artifacts"
13
- implementation_artifacts: "{config_source}:implementation_artifacts"
14
-
15
- # Workflow components
16
- installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story"
17
- template: "{installed_path}/template.md"
18
- instructions: "{installed_path}/instructions.xml"
19
- validation: "{installed_path}/checklist.md"
20
-
21
- # Variables and inputs
22
- sprint_status: "{implementation_artifacts}/sprint-status.yaml" # Primary source for story tracking
23
- epics_file: "{planning_artifacts}/epics.md" # Enhanced epics+stories with BDD and source hints
24
- prd_file: "{planning_artifacts}/prd.md" # Fallback for requirements (if not in epics file)
25
- architecture_file: "{planning_artifacts}/architecture.md" # Fallback for constraints (if not in epics file)
26
- ux_file: "{planning_artifacts}/*ux*.md" # Fallback for UX requirements (if not in epics file)
27
- story_title: "" # Will be elicited if not derivable
28
- project_context: "**/project-context.md"
29
- default_output_file: "{implementation_artifacts}/{{story_key}}.md"
30
-
31
- # Smart input file references - Simplified for enhanced approach
32
- # The epics+stories file should contain everything needed with source hints
33
- input_file_patterns:
34
- prd:
35
- description: "PRD (fallback - epics file should have most content)"
36
- whole: "{planning_artifacts}/*prd*.md"
37
- sharded: "{planning_artifacts}/*prd*/*.md"
38
- load_strategy: "SELECTIVE_LOAD" # Only load if needed
39
- architecture:
40
- description: "Architecture (fallback - epics file should have relevant sections)"
41
- whole: "{planning_artifacts}/*architecture*.md"
42
- sharded: "{planning_artifacts}/*architecture*/*.md"
43
- load_strategy: "SELECTIVE_LOAD" # Only load if needed
44
- ux:
45
- description: "UX design (fallback - epics file should have relevant sections)"
46
- whole: "{planning_artifacts}/*ux*.md"
47
- sharded: "{planning_artifacts}/*ux*/*.md"
48
- load_strategy: "SELECTIVE_LOAD" # Only load if needed
49
- epics:
50
- description: "Enhanced epics+stories file with BDD and source hints"
51
- whole: "{planning_artifacts}/*epic*.md"
52
- sharded: "{planning_artifacts}/*epic*/*.md"
53
- load_strategy: "SELECTIVE_LOAD" # Only load needed epic
@@ -1,21 +0,0 @@
1
- name: dev-story
2
- description: "Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria"
3
- author: "BMad"
4
-
5
- # Critical variables from config
6
- config_source: "{project-root}/_bmad/bmm/config.yaml"
7
- user_name: "{config_source}:user_name"
8
- communication_language: "{config_source}:communication_language"
9
- user_skill_level: "{config_source}:user_skill_level"
10
- document_output_language: "{config_source}:document_output_language"
11
- date: system-generated
12
-
13
- # Workflow components
14
- installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/dev-story"
15
- instructions: "{installed_path}/instructions.xml"
16
- validation: "{installed_path}/checklist.md"
17
-
18
- story_file: "" # Explicit story path; auto-discovered if empty
19
- implementation_artifacts: "{config_source}:implementation_artifacts"
20
- sprint_status: "{implementation_artifacts}/sprint-status.yaml"
21
- project_context: "**/project-context.md"
@@ -1,53 +0,0 @@
1
- # Retrospective - Epic Completion Review Workflow
2
- name: "retrospective"
3
- description: "Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic"
4
- author: "BMad"
5
-
6
- config_source: "{project-root}/_bmad/bmm/config.yaml"
7
- user_name: "{config_source}:user_name"
8
- communication_language: "{config_source}:communication_language"
9
- user_skill_level: "{config_source}:user_skill_level"
10
- document_output_language: "{config_source}:document_output_language"
11
- date: system-generated
12
- planning_artifacts: "{config_source}:planning_artifacts"
13
- implementation_artifacts: "{config_source}:implementation_artifacts"
14
- project_context: "**/project-context.md"
15
-
16
- installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective"
17
- template: false
18
- instructions: "{installed_path}/instructions.md"
19
-
20
- required_inputs:
21
- - agent_manifest: "{project-root}/_bmad/_config/agent-manifest.csv"
22
-
23
- # Smart input file references - handles both whole docs and sharded docs
24
- # Priority: Whole document first, then sharded version
25
- # Strategy: SELECTIVE LOAD - only load the completed epic and relevant retrospectives
26
- input_file_patterns:
27
- epics:
28
- description: "The completed epic for retrospective"
29
- whole: "{planning_artifacts}/*epic*.md"
30
- sharded_index: "{planning_artifacts}/*epic*/index.md"
31
- sharded_single: "{planning_artifacts}/*epic*/epic-{{epic_num}}.md"
32
- load_strategy: "SELECTIVE_LOAD"
33
- previous_retrospective:
34
- description: "Previous epic's retrospective (optional)"
35
- pattern: "{implementation_artifacts}/**/epic-{{prev_epic_num}}-retro-*.md"
36
- load_strategy: "SELECTIVE_LOAD"
37
- architecture:
38
- description: "System architecture for context"
39
- whole: "{planning_artifacts}/*architecture*.md"
40
- sharded: "{planning_artifacts}/*architecture*/*.md"
41
- load_strategy: "FULL_LOAD"
42
- prd:
43
- description: "Product requirements for context"
44
- whole: "{planning_artifacts}/*prd*.md"
45
- sharded: "{planning_artifacts}/*prd*/*.md"
46
- load_strategy: "FULL_LOAD"
47
- document_project:
48
- description: "Brownfield project documentation (optional)"
49
- sharded: "{planning_artifacts}/*.md"
50
- load_strategy: "INDEX_GUIDED"
51
-
52
- # Required files
53
- sprint_status_file: "{implementation_artifacts}/sprint-status.yaml"
@@ -1,47 +0,0 @@
1
- name: sprint-planning
2
- description: "Generate and manage the sprint status tracking file for Phase 4 implementation, extracting all epics and stories from epic files and tracking their status through the development lifecycle"
3
- author: "BMad"
4
-
5
- # Critical variables from config
6
- config_source: "{project-root}/_bmad/bmm/config.yaml"
7
- user_name: "{config_source}:user_name"
8
- communication_language: "{config_source}:communication_language"
9
- date: system-generated
10
- implementation_artifacts: "{config_source}:implementation_artifacts"
11
- planning_artifacts: "{config_source}:planning_artifacts"
12
-
13
- # Workflow components
14
- installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning"
15
- instructions: "{installed_path}/instructions.md"
16
- template: "{installed_path}/sprint-status-template.yaml"
17
- validation: "{installed_path}/checklist.md"
18
-
19
- # Variables and inputs
20
- project_context: "**/project-context.md"
21
- project_name: "{config_source}:project_name"
22
-
23
- # Tracking system configuration
24
- tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
25
- project_key: "NOKEY" # Placeholder for tracker integrations; file-system uses a no-op key
26
- story_location: "{implementation_artifacts}" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
27
- story_location_absolute: "{implementation_artifacts}" # Absolute path for file operations
28
-
29
- # Source files (file-system only)
30
- epics_location: "{planning_artifacts}" # Directory containing epic*.md files
31
- epics_pattern: "epic*.md" # Pattern to find epic files
32
-
33
- # Output configuration
34
- status_file: "{implementation_artifacts}/sprint-status.yaml"
35
-
36
- # Smart input file references - handles both whole docs and sharded docs
37
- # Priority: Whole document first, then sharded version
38
- # Strategy: FULL LOAD - sprint planning needs ALL epics to build complete status
39
- input_file_patterns:
40
- epics:
41
- description: "All epics with user stories"
42
- whole: "{planning_artifacts}/*epic*.md"
43
- sharded: "{planning_artifacts}/*epic*/*.md"
44
- load_strategy: "FULL_LOAD"
45
-
46
- # Output configuration
47
- default_output_file: "{status_file}"
@@ -1,25 +0,0 @@
1
- # Sprint Status - Implementation Tracker
2
- name: sprint-status
3
- description: "Summarize sprint-status.yaml, surface risks, and route to the right implementation workflow."
4
- author: "BMad"
5
-
6
- # Critical variables from config
7
- config_source: "{project-root}/_bmad/bmm/config.yaml"
8
- user_name: "{config_source}:user_name"
9
- communication_language: "{config_source}:communication_language"
10
- document_output_language: "{config_source}:document_output_language"
11
- implementation_artifacts: "{config_source}:implementation_artifacts"
12
-
13
- # Workflow components
14
- installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-status"
15
- instructions: "{installed_path}/instructions.md"
16
-
17
- # Inputs
18
- sprint_status_file: "{implementation_artifacts}/sprint-status.yaml"
19
-
20
- # Smart input file references
21
- input_file_patterns:
22
- sprint_status:
23
- description: "Sprint status file generated by sprint-planning"
24
- whole: "{implementation_artifacts}/sprint-status.yaml"
25
- load_strategy: "FULL_LOAD"
@@ -1,22 +0,0 @@
1
- # Document Project Workflow Configuration
2
- name: "document-project"
3
- version: "1.2.0"
4
- description: "Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development"
5
- author: "BMad"
6
-
7
- # Critical variables
8
- config_source: "{project-root}/_bmad/bmm/config.yaml"
9
- project_knowledge: "{config_source}:project_knowledge"
10
- user_name: "{config_source}:user_name"
11
- communication_language: "{config_source}:communication_language"
12
- document_output_language: "{config_source}:document_output_language"
13
- user_skill_level: "{config_source}:user_skill_level"
14
- date: system-generated
15
-
16
- # Module path and component files
17
- installed_path: "{project-root}/_bmad/bmm/workflows/document-project"
18
- instructions: "{installed_path}/instructions.md"
19
- validation: "{installed_path}/checklist.md"
20
-
21
- # Required data files - CRITICAL for project type detection and documentation requirements
22
- documentation_requirements_csv: "{installed_path}/documentation-requirements.csv"
@@ -1,31 +0,0 @@
1
- # Deep-Dive Documentation Workflow Configuration
2
- name: "document-project-deep-dive"
3
- description: "Exhaustive deep-dive documentation of specific project areas"
4
- author: "BMad"
5
-
6
- # This is a sub-workflow called by document-project/workflow.yaml
7
- parent_workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
8
-
9
- # Critical variables inherited from parent
10
- config_source: "{project-root}/_bmad/bmb/config.yaml"
11
- project_knowledge: "{config_source}:project_knowledge"
12
- user_name: "{config_source}:user_name"
13
- date: system-generated
14
-
15
- # Module path and component files
16
- installed_path: "{project-root}/_bmad/bmm/workflows/document-project/workflows"
17
- template: false # Action workflow
18
- instructions: "{installed_path}/deep-dive-instructions.md"
19
- validation: "{project-root}/_bmad/bmm/workflows/document-project/checklist.md"
20
-
21
- # Templates
22
- deep_dive_template: "{project-root}/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md"
23
-
24
- # Runtime inputs (passed from parent workflow)
25
- workflow_mode: "deep_dive"
26
- scan_level: "exhaustive" # Deep-dive always uses exhaustive scan
27
- project_root_path: ""
28
- existing_index_path: "" # Path to existing index.md
29
-
30
- # Configuration
31
- autonomous: false # Requires user input to select target area
@@ -1,31 +0,0 @@
1
- # Full Project Scan Workflow Configuration
2
- name: "document-project-full-scan"
3
- description: "Complete project documentation workflow (initial scan or full rescan)"
4
- author: "BMad"
5
-
6
- # This is a sub-workflow called by document-project/workflow.yaml
7
- parent_workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
8
-
9
- # Critical variables inherited from parent
10
- config_source: "{project-root}/_bmad/bmb/config.yaml"
11
- project_knowledge: "{config_source}:project_knowledge"
12
- user_name: "{config_source}:user_name"
13
- date: system-generated
14
-
15
- # Data files
16
- documentation_requirements_csv: "{project-root}/_bmad/bmm/workflows/document-project/documentation-requirements.csv"
17
-
18
- # Module path and component files
19
- installed_path: "{project-root}/_bmad/bmm/workflows/document-project/workflows"
20
- template: false # Action workflow
21
- instructions: "{installed_path}/full-scan-instructions.md"
22
- validation: "{project-root}/_bmad/bmm/workflows/document-project/checklist.md"
23
-
24
- # Runtime inputs (passed from parent workflow)
25
- workflow_mode: "" # "initial_scan" or "full_rescan"
26
- scan_level: "" # "quick", "deep", or "exhaustive"
27
- resume_mode: false
28
- project_root_path: ""
29
-
30
- # Configuration
31
- autonomous: false # Requires user input at key decision points