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,9 +1,49 @@
1
- # Sprint Planning - Sprint Status Generator
1
+ # Sprint Planning Workflow
2
2
 
3
- <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml</critical>
3
+ **Goal:** Generate sprint status tracking from epics, detecting current story statuses and building a complete sprint-status.yaml file.
5
4
 
6
- ## 📚 Document Discovery - Full Epic Loading
5
+ **Your Role:** You are a Scrum Master generating and maintaining sprint tracking. Parse epic files, detect story statuses, and produce a structured sprint-status.yaml.
6
+
7
+ ---
8
+
9
+ ## INITIALIZATION
10
+
11
+ ### Configuration Loading
12
+
13
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
14
+
15
+ - `project_name`, `user_name`
16
+ - `communication_language`, `document_output_language`
17
+ - `implementation_artifacts`
18
+ - `planning_artifacts`
19
+ - `date` as system-generated current datetime
20
+ - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
21
+
22
+ ### Paths
23
+
24
+ - `tracking_system` = `file-system`
25
+ - `project_key` = `NOKEY`
26
+ - `story_location` = `{implementation_artifacts}`
27
+ - `story_location_absolute` = `{implementation_artifacts}`
28
+ - `epics_location` = `{planning_artifacts}`
29
+ - `epics_pattern` = `*epic*.md`
30
+ - `status_file` = `{implementation_artifacts}/sprint-status.yaml`
31
+
32
+ ### Input Files
33
+
34
+ | Input | Path | Load Strategy |
35
+ |-------|------|---------------|
36
+ | Epics | `{planning_artifacts}/*epic*.md` (whole) or `{planning_artifacts}/*epic*/*.md` (sharded) | FULL_LOAD |
37
+
38
+ ### Context
39
+
40
+ - `project_context` = `**/project-context.md` (load if exists)
41
+
42
+ ---
43
+
44
+ ## EXECUTION
45
+
46
+ ### Document Discovery - Full Epic Loading
7
47
 
8
48
  **Strategy**: Sprint planning needs ALL epics and stories to build complete status tracking.
9
49
 
@@ -44,11 +84,6 @@
44
84
  <action>Build complete inventory of all epics and stories from all epic files</action>
45
85
  </step>
46
86
 
47
- <step n="0.5" goal="Discover and load project documents">
48
- <invoke-protocol name="discover_inputs" />
49
- <note>After discovery, these content variables are available: {epics_content} (all epics loaded - uses FULL_LOAD strategy)</note>
50
- </step>
51
-
52
87
  <step n="2" goal="Build sprint status structure">
53
88
  <action>For each epic found, create entries in this order:</action>
54
89
 
@@ -95,6 +130,7 @@ development_status:
95
130
 
96
131
  ```yaml
97
132
  # generated: {date}
133
+ # last_updated: {date}
98
134
  # project: {project_name}
99
135
  # project_key: {project_key}
100
136
  # tracking_system: {tracking_system}
@@ -130,6 +166,7 @@ development_status:
130
166
  # - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
131
167
 
132
168
  generated: { date }
169
+ last_updated: { date }
133
170
  project: { project_name }
134
171
  project_key: { project_key }
135
172
  tracking_system: { tracking_system }
@@ -168,7 +205,7 @@ development_status:
168
205
  - **File Location:** {status_file}
169
206
  - **Total Epics:** {{epic_count}}
170
207
  - **Total Stories:** {{story_count}}
171
- - **Epics In Progress:** {{epics_in_progress_count}}
208
+ - **Epics In Progress:** {{in_progress_count}}
172
209
  - **Stories Completed:** {{done_count}}
173
210
 
174
211
  **Next Steps:**
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-sprint-status
3
+ description: 'Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"'
4
+ ---
5
+
6
+ Follow the instructions in ./workflow.md.
@@ -1,9 +1,40 @@
1
- # Sprint Status - Multi-Mode Service
1
+ # Sprint Status Workflow
2
2
 
3
- <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml</critical>
5
- <critical>Modes: interactive (default), validate, data</critical>
6
- <critical>⚠️ ABSOLUTELY NO TIME ESTIMATES. Do NOT mention hours, days, weeks, or timelines.</critical>
3
+ **Goal:** Summarize sprint status, surface risks, and recommend the next workflow action.
4
+
5
+ **Your Role:** You are a Scrum Master providing clear, actionable sprint visibility. No time estimates — focus on status, risks, and next steps.
6
+
7
+ ---
8
+
9
+ ## INITIALIZATION
10
+
11
+ ### Configuration Loading
12
+
13
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
14
+
15
+ - `project_name`, `user_name`
16
+ - `communication_language`, `document_output_language`
17
+ - `implementation_artifacts`
18
+ - `date` as system-generated current datetime
19
+ - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
20
+
21
+ ### Paths
22
+
23
+ - `sprint_status_file` = `{implementation_artifacts}/sprint-status.yaml`
24
+
25
+ ### Input Files
26
+
27
+ | Input | Path | Load Strategy |
28
+ |-------|------|---------------|
29
+ | Sprint status | `{sprint_status_file}` | FULL_LOAD |
30
+
31
+ ### Context
32
+
33
+ - `project_context` = `**/project-context.md` (load if exists)
34
+
35
+ ---
36
+
37
+ ## EXECUTION
7
38
 
8
39
  <workflow>
9
40
 
@@ -36,7 +67,7 @@ Run `/bmad:bmm:workflows:sprint-planning` to generate it, then rerun sprint-stat
36
67
 
37
68
  <step n="2" goal="Read and parse sprint-status.yaml">
38
69
  <action>Read the FULL file: {sprint_status_file}</action>
39
- <action>Parse fields: generated, project, project_key, tracking_system, story_location</action>
70
+ <action>Parse fields: generated, last_updated, project, project_key, tracking_system, story_location</action>
40
71
  <action>Parse development_status map. Classify keys:</action>
41
72
  - Epics: keys starting with "epic-" (and not ending with "-retrospective")
42
73
  - Retrospectives: keys ending with "-retrospective"
@@ -84,7 +115,7 @@ Enter corrections (e.g., "1=in-progress, 2=backlog") or "skip" to continue witho
84
115
  - IF any story has status "review": suggest `/bmad:bmm:workflows:code-review`
85
116
  - IF any story has status "in-progress" AND no stories have status "ready-for-dev": recommend staying focused on active story
86
117
  - IF all epics have status "backlog" AND no stories have status "ready-for-dev": prompt `/bmad:bmm:workflows:create-story`
87
- - IF `generated` timestamp is more than 7 days old: warn "sprint-status.yaml may be stale"
118
+ - IF `last_updated` timestamp is more than 7 days old (or `last_updated` is missing, fall back to `generated`): warn "sprint-status.yaml may be stale"
88
119
  - IF any story key doesn't match an epic pattern (e.g., story "5-1-..." but no "epic-5"): warn "orphaned story detected"
89
120
  - IF any epic has status in-progress but has no associated stories: warn "in-progress epic has no stories"
90
121
  </step>
@@ -195,7 +226,7 @@ If the command targets a story, set `story_key={{next_story_id}}` when prompted.
195
226
 
196
227
  <action>Read and parse {sprint_status_file}</action>
197
228
 
198
- <action>Validate required metadata fields exist: generated, project, project_key, tracking_system, story_location</action>
229
+ <action>Validate required metadata fields exist: generated, project, project_key, tracking_system, story_location (last_updated is optional for backward compatibility)</action>
199
230
  <check if="any required field missing">
200
231
  <template-output>is_valid = false</template-output>
201
232
  <template-output>error = "Missing required field(s): {{missing_fields}}"</template-output>
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-document-project
3
+ description: 'Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"'
4
+ ---
5
+
6
+ Follow the instructions in ./workflow.md.
@@ -1,7 +1,5 @@
1
1
  # Document Project Workflow Router
2
2
 
3
- <critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
4
- <critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml</critical>
5
3
  <critical>Communicate all responses in {communication_language}</critical>
6
4
 
7
5
  <workflow>
@@ -42,18 +40,18 @@
42
40
  <action>Load cached project_type_id(s) from state file</action>
43
41
 
44
42
  <critical>CONDITIONAL CSV LOADING FOR RESUME:</critical>
45
- <action>For each cached project_type_id, load ONLY the corresponding row from: {documentation_requirements_csv}</action>
43
+ <action>For each cached project_type_id, load ONLY the corresponding row from: ./documentation-requirements.csv</action>
46
44
  <action>Skip loading project-types.csv and architecture_registry.csv (not needed on resume)</action>
47
45
  <action>Store loaded doc requirements for use in remaining steps</action>
48
46
 
49
47
  <action>Display: "Resuming {{workflow_mode}} from {{current_step}} with cached project type(s): {{cached_project_types}}"</action>
50
48
 
51
49
  <check if="workflow_mode == deep_dive">
52
- <action>Read fully and follow: {installed_path}/workflows/deep-dive-instructions.md with resume context</action>
50
+ <action>Read fully and follow: ./workflows/deep-dive-workflow.md with resume context</action>
53
51
  </check>
54
52
 
55
53
  <check if="workflow_mode == initial_scan OR workflow_mode == full_rescan">
56
- <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md with resume context</action>
54
+ <action>Read fully and follow: ./workflows/full-scan-workflow.md with resume context</action>
57
55
  </check>
58
56
 
59
57
  </check>
@@ -100,7 +98,7 @@ Your choice [1/2/3]:
100
98
  <check if="user selects 1">
101
99
  <action>Set workflow_mode = "full_rescan"</action>
102
100
  <action>Display: "Starting full project rescan..."</action>
103
- <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md</action>
101
+ <action>Read fully and follow: ./workflows/full-scan-workflow.md</action>
104
102
  <action>After sub-workflow completes, continue to Step 4</action>
105
103
  </check>
106
104
 
@@ -108,7 +106,7 @@ Your choice [1/2/3]:
108
106
  <action>Set workflow_mode = "deep_dive"</action>
109
107
  <action>Set scan_level = "exhaustive"</action>
110
108
  <action>Display: "Starting deep-dive documentation mode..."</action>
111
- <action>Read fully and follow: {installed_path}/workflows/deep-dive-instructions.md</action>
109
+ <action>Read fully and follow: ./workflows/deep-dive-workflow.md</action>
112
110
  <action>After sub-workflow completes, continue to Step 4</action>
113
111
  </check>
114
112
 
@@ -121,7 +119,7 @@ Your choice [1/2/3]:
121
119
  <check if="index.md does not exist">
122
120
  <action>Set workflow_mode = "initial_scan"</action>
123
121
  <action>Display: "No existing documentation found. Starting initial project scan..."</action>
124
- <action>Read fully and follow: {installed_path}/workflows/full-scan-instructions.md</action>
122
+ <action>Read fully and follow: ./workflows/full-scan-workflow.md</action>
125
123
  <action>After sub-workflow completes, continue to Step 4</action>
126
124
  </check>
127
125
 
@@ -0,0 +1,27 @@
1
+ # Document Project Workflow
2
+
3
+ **Goal:** Document brownfield projects for AI context.
4
+
5
+ **Your Role:** Project documentation specialist.
6
+ - Communicate all responses in {communication_language}
7
+
8
+ ---
9
+
10
+ ## INITIALIZATION
11
+
12
+ ### Configuration Loading
13
+
14
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
15
+
16
+ - `project_knowledge`
17
+ - `user_name`
18
+ - `communication_language`
19
+ - `document_output_language`
20
+ - `user_skill_level`
21
+ - `date` as system-generated current datetime
22
+
23
+ ---
24
+
25
+ ## EXECUTION
26
+
27
+ Read fully and follow: `./instructions.md`
@@ -3,8 +3,9 @@
3
3
  <workflow>
4
4
 
5
5
  <critical>This workflow performs exhaustive deep-dive documentation of specific areas</critical>
6
- <critical>Called by: ../document-project/instructions.md router</critical>
7
6
  <critical>Handles: deep_dive mode only</critical>
7
+ <critical>YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`</critical>
8
+ <critical>YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`</critical>
8
9
 
9
10
  <step n="13" goal="Deep-dive documentation of specific area" if="workflow_mode == deep_dive">
10
11
  <critical>Deep-dive mode requires literal full-file review. Sampling, guessing, or relying solely on tooling output is FORBIDDEN.</critical>
@@ -192,7 +193,7 @@ This will read EVERY file in this area. Proceed? [y/n]
192
193
  - Combine recommended test commands into {{suggested_tests}}
193
194
  </action>
194
195
 
195
- <action>Load complete deep-dive template from: {installed_path}/templates/deep-dive-template.md</action>
196
+ <action>Load complete deep-dive template from: ../templates/deep-dive-template.md</action>
196
197
  <action>Fill template with all collected data from steps 13b-13d</action>
197
198
  <action>Write filled template to: {project_knowledge}/deep-dive-{{sanitized_target_name}}.md</action>
198
199
  <action>Validate deep-dive document completeness</action>
@@ -0,0 +1,34 @@
1
+ # Deep-Dive Documentation Sub-Workflow
2
+
3
+ **Goal:** Exhaustive deep-dive documentation of specific project areas.
4
+
5
+ **Your Role:** Deep-dive documentation specialist.
6
+ - Deep-dive mode requires literal full-file review. Sampling, guessing, or relying solely on tooling output is FORBIDDEN.
7
+
8
+ ---
9
+
10
+ ## INITIALIZATION
11
+
12
+ ### Configuration Loading
13
+
14
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
15
+
16
+ - `project_knowledge`
17
+ - `user_name`
18
+ - `communication_language`, `document_output_language`
19
+ - `date` as system-generated current datetime
20
+
21
+ ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
22
+ ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
23
+
24
+ ### Runtime Inputs
25
+
26
+ - `workflow_mode` = `deep_dive`
27
+ - `scan_level` = `exhaustive`
28
+ - `autonomous` = `false` (requires user input to select target area)
29
+
30
+ ---
31
+
32
+ ## EXECUTION
33
+
34
+ Read fully and follow: `./deep-dive-instructions.md`
@@ -3,8 +3,9 @@
3
3
  <workflow>
4
4
 
5
5
  <critical>This workflow performs complete project documentation (Steps 1-12)</critical>
6
- <critical>Called by: document-project/instructions.md router</critical>
7
6
  <critical>Handles: initial_scan and full_rescan modes</critical>
7
+ <critical>YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`</critical>
8
+ <critical>YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`</critical>
8
9
 
9
10
  <step n="0.5" goal="Load documentation requirements data for fresh starts (not needed for resume)" if="resume_mode == false">
10
11
  <critical>DATA LOADING STRATEGY - Understanding the Documentation Requirements System:</critical>
@@ -15,7 +16,7 @@
15
16
 
16
17
  This workflow uses a single comprehensive CSV file to intelligently document your project:
17
18
 
18
- **documentation-requirements.csv** ({documentation_requirements_csv})
19
+ **documentation-requirements.csv** (../documentation-requirements.csv)
19
20
 
20
21
  - Contains 12 project types (web, mobile, backend, cli, library, desktop, game, data, extension, infra, embedded)
21
22
  - 24-column schema combining project type detection AND documentation requirements
@@ -35,7 +36,7 @@ This workflow uses a single comprehensive CSV file to intelligently document you
35
36
 
36
37
  <action>Now loading documentation requirements data for fresh start...</action>
37
38
 
38
- <action>Load documentation-requirements.csv from: {documentation_requirements_csv}</action>
39
+ <action>Load documentation-requirements.csv from: ../documentation-requirements.csv</action>
39
40
  <action>Store all 12 rows indexed by project_type_id for project detection and requirements lookup</action>
40
41
  <action>Display: "Loaded documentation requirements for 12 project types (web, mobile, backend, cli, library, desktop, game, data, extension, infra, embedded)"</action>
41
42
 
@@ -809,7 +810,7 @@ Generated in {{project_knowledge}}/:
809
810
  {{file_list_with_sizes}}
810
811
  </action>
811
812
 
812
- <action>Run validation checklist from {validation}</action>
813
+ <action>Run validation checklist from ../checklist.md</action>
813
814
 
814
815
  <critical>INCOMPLETE DOCUMENTATION DETECTION:
815
816
 
@@ -0,0 +1,34 @@
1
+ # Full Project Scan Sub-Workflow
2
+
3
+ **Goal:** Complete project documentation (initial scan or full rescan).
4
+
5
+ **Your Role:** Full project scan documentation specialist.
6
+
7
+ ---
8
+
9
+ ## INITIALIZATION
10
+
11
+ ### Configuration Loading
12
+
13
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
14
+
15
+ - `project_knowledge`
16
+ - `user_name`
17
+ - `communication_language`, `document_output_language`
18
+ - `date` as system-generated current datetime
19
+
20
+ ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
21
+ ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
22
+
23
+ ### Runtime Inputs
24
+
25
+ - `workflow_mode` = `""` (set by parent: `initial_scan` or `full_rescan`)
26
+ - `scan_level` = `""` (set by parent: `quick`, `deep`, or `exhaustive`)
27
+ - `resume_mode` = `false`
28
+ - `autonomous` = `false` (requires user input at key decision points)
29
+
30
+ ---
31
+
32
+ ## EXECUTION
33
+
34
+ Read fully and follow: `./full-scan-instructions.md`
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-generate-project-context
3
+ description: 'Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context"'
4
+ ---
5
+
6
+ Follow the instructions in ./workflow.md.
@@ -123,7 +123,7 @@ Based on discovery, create or update the context document:
123
123
 
124
124
  #### A. Fresh Document Setup (if no existing context)
125
125
 
126
- Copy template from `{installed_path}/project-context-template.md` to `{output_folder}/project-context.md`
126
+ Copy template from `../project-context-template.md` to `{output_folder}/project-context.md`
127
127
  Initialize frontmatter fields.
128
128
 
129
129
  #### B. Existing Document Update
@@ -160,6 +160,8 @@ Ready to create/update your project context. This will help AI agents implement
160
160
 
161
161
  [C] Continue to context generation"
162
162
 
163
+ **HALT — wait for user selection before proceeding.**
164
+
163
165
  ## SUCCESS METRICS:
164
166
 
165
167
  ✅ Existing project context properly detected and handled
@@ -9,6 +9,7 @@
9
9
  - 🎯 KEEP CONTENT LEAN - optimize for LLM context efficiency
10
10
  - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
11
11
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
12
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
12
13
 
13
14
  ## EXECUTION PROTOCOLS:
14
15
 
@@ -29,8 +30,8 @@ This step will generate content and present choices for each rule category:
29
30
 
30
31
  ## PROTOCOL INTEGRATION:
31
32
 
32
- - When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
33
- - When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode
33
+ - When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
34
+ - When 'P' selected: Invoke the `bmad-party-mode` skill
34
35
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
35
36
  - User accepts/rejects protocol changes before proceeding
36
37
 
@@ -263,11 +264,13 @@ After each category, show the generated rules and present choices:
263
264
  [P] Party Mode - Review from different implementation perspectives
264
265
  [C] Continue - Save these rules and move to next category"
265
266
 
267
+ **HALT — wait for user selection before proceeding.**
268
+
266
269
  ### 10. Handle Menu Selection
267
270
 
268
271
  #### If 'A' (Advanced Elicitation):
269
272
 
270
- - Execute advanced-elicitation.xml with current category rules
273
+ - Invoke the `bmad-advanced-elicitation` skill with current category rules
271
274
  - Process enhanced rules that come back
272
275
  - Ask user: "Accept these enhanced rules for {{category}}? (y/n)"
273
276
  - If yes: Update content, then return to A/P/C menu
@@ -275,7 +278,7 @@ After each category, show the generated rules and present choices:
275
278
 
276
279
  #### If 'P' (Party Mode):
277
280
 
278
- - Execute party-mode workflow with category rules context
281
+ - Invoke the `bmad-party-mode` skill with category rules context
279
282
  - Process collaborative insights on implementation patterns
280
283
  - Ask user: "Accept these changes to {{category}} rules? (y/n)"
281
284
  - If yes: Update content, then return to A/P/C menu
@@ -1,8 +1,3 @@
1
- ---
2
- name: generate-project-context
3
- description: Creates a concise project-context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency.
4
- ---
5
-
6
1
  # Generate Project Context Workflow
7
2
 
8
3
  **Goal:** Create a concise, optimized `project-context.md` file containing critical rules, patterns, and guidelines that AI agents must follow when implementing code. This file focuses on unobvious details that LLMs need to be reminded of.
@@ -33,17 +28,16 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
33
28
  - `communication_language`, `document_output_language`, `user_skill_level`
34
29
  - `date` as system-generated current datetime
35
30
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
31
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
36
32
 
37
33
  ### Paths
38
34
 
39
- - `installed_path` = `{project-root}/_bmad/bmm/workflows/generate-project-context`
40
- - `template_path` = `{installed_path}/project-context-template.md`
41
35
  - `output_file` = `{output_folder}/project-context.md`
42
36
 
43
37
  ---
44
38
 
45
39
  ## EXECUTION
46
40
 
47
- Load and execute `steps/step-01-discover.md` to begin the workflow.
41
+ Load and execute `./steps/step-01-discover.md` to begin the workflow.
48
42
 
49
43
  **Note:** Input document discovery and initialization protocols are handled in step-01-discover.md.
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-qa-generate-e2e-tests
3
+ description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
4
+ ---
5
+
6
+ Follow the instructions in ./workflow.md.
@@ -1,10 +1,36 @@
1
- # Quinn QA - Automate
1
+ # QA Generate E2E Tests Workflow
2
2
 
3
- **Goal**: Generate automated API and E2E tests for implemented code.
3
+ **Goal:** Generate automated API and E2E tests for implemented code.
4
4
 
5
- **Scope**: This workflow generates tests ONLY. It does **not** perform code review or story validation (use Code Review `CR` for that).
5
+ **Your Role:** You are a QA automation engineer. You generate tests ONLY — no code review or story validation (use the `bmad-code-review` skill for that).
6
6
 
7
- ## Instructions
7
+ ---
8
+
9
+ ## INITIALIZATION
10
+
11
+ ### Configuration Loading
12
+
13
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
14
+
15
+ - `project_name`, `user_name`
16
+ - `communication_language`, `document_output_language`
17
+ - `implementation_artifacts`
18
+ - `date` as system-generated current datetime
19
+ - YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
20
+
21
+ ### Paths
22
+
23
+ - `test_dir` = `{project-root}/tests`
24
+ - `source_dir` = `{project-root}`
25
+ - `default_output_file` = `{implementation_artifacts}/tests/test-summary.md`
26
+
27
+ ### Context
28
+
29
+ - `project_context` = `**/project-context.md` (load if exists)
30
+
31
+ ---
32
+
33
+ ## EXECUTION
8
34
 
9
35
  ### Step 0: Detect Test Framework
10
36
 
@@ -101,10 +127,10 @@ If the project needs:
101
127
  - Comprehensive coverage analysis
102
128
  - Advanced testing patterns and utilities
103
129
 
104
- **Install Test Architect (TEA) module**: <https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/>
130
+ > **Install Test Architect (TEA) module**: <https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/>
105
131
 
106
132
  ## Output
107
133
 
108
- Save summary to: `{implementation_artifacts}/tests/test-summary.md`
134
+ Save summary to: `{default_output_file}`
109
135
 
110
- **Done!** Tests generated and verified.
136
+ **Done!** Tests generated and verified. Validate against `./checklist.md`.
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-quick-dev
3
+ description: 'Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"'
4
+ ---
5
+
6
+ Follow the instructions in ./workflow.md.
@@ -1,9 +1,4 @@
1
1
  ---
2
- name: 'step-01-mode-detection'
3
- description: 'Determine execution mode (tech-spec vs direct), handle escalation, set state variables'
4
-
5
- nextStepFile_modeA: './step-03-execute.md'
6
- nextStepFile_modeB: './step-02-context-gathering.md'
7
2
  ---
8
3
 
9
4
  # Step 1: Mode Detection
@@ -50,7 +45,7 @@ Analyze the user's input to determine mode:
50
45
  - Load the spec, extract tasks/context/AC
51
46
  - Set `{execution_mode}` = "tech-spec"
52
47
  - Set `{tech_spec_path}` = provided path
53
- - **NEXT:** Read fully and follow: `step-03-execute.md`
48
+ - **NEXT:** Read fully and follow: `./step-03-execute.md`
54
49
 
55
50
  **Mode B: Direct Instructions**
56
51
 
@@ -90,8 +85,8 @@ Display: "**Select:** [P] Plan first (tech-spec) [E] Execute directly"
90
85
 
91
86
  #### Menu Handling Logic:
92
87
 
93
- - IF P: Direct user to `{quick_spec_workflow}`. **EXIT Quick Dev.**
94
- - IF E: Ask for any additional guidance, then **NEXT:** Read fully and follow: `step-02-context-gathering.md`
88
+ - IF P: Direct user to invoke the `bmad-quick-spec` skill. **EXIT Quick Dev.**
89
+ - IF E: Ask for any additional guidance, then **NEXT:** Read fully and follow: `./step-02-context-gathering.md`
95
90
 
96
91
  #### EXECUTION RULES:
97
92
 
@@ -112,9 +107,9 @@ Display:
112
107
 
113
108
  #### Menu Handling Logic:
114
109
 
115
- - IF P: Direct to `{quick_spec_workflow}`. **EXIT Quick Dev.**
110
+ - IF P: Direct user to invoke the `bmad-quick-spec` skill. **EXIT Quick Dev.**
116
111
  - IF W: Direct user to run the PRD workflow instead. **EXIT Quick Dev.**
117
- - IF E: Ask for guidance, then **NEXT:** Read fully and follow: `step-02-context-gathering.md`
112
+ - IF E: Ask for guidance, then **NEXT:** Read fully and follow: `./step-02-context-gathering.md`
118
113
 
119
114
  #### EXECUTION RULES:
120
115
 
@@ -135,9 +130,9 @@ Display:
135
130
 
136
131
  #### Menu Handling Logic:
137
132
 
138
- - IF P: Direct to `{quick_spec_workflow}`. **EXIT Quick Dev.**
133
+ - IF P: Direct user to invoke the `bmad-quick-spec` skill. **EXIT Quick Dev.**
139
134
  - IF W: Direct user to run the PRD workflow instead. **EXIT Quick Dev.**
140
- - IF E: Ask for guidance, then **NEXT:** Read fully and follow: `step-02-context-gathering.md`
135
+ - IF E: Ask for guidance, then **NEXT:** Read fully and follow: `./step-02-context-gathering.md`
141
136
 
142
137
  #### EXECUTION RULES:
143
138
 
@@ -150,8 +145,8 @@ Display:
150
145
 
151
146
  **CRITICAL:** When this step completes, explicitly state which step to load:
152
147
 
153
- - Mode A (tech-spec): "**NEXT:** read fully and follow: `step-03-execute.md`"
154
- - Mode B (direct, [E] selected): "**NEXT:** Read fully and follow: `step-02-context-gathering.md`"
148
+ - Mode A (tech-spec): "**NEXT:** read fully and follow: `./step-03-execute.md`"
149
+ - Mode B (direct, [E] selected): "**NEXT:** Read fully and follow: `./step-02-context-gathering.md`"
155
150
  - Escalation ([P] or [W]): "**EXITING Quick Dev.** Follow the directed workflow."
156
151
 
157
152
  ---