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
@@ -0,0 +1,229 @@
1
+ ---
2
+ # File references (ONLY variables used in this step)
3
+ validationReportPath: '{validation_report_path}'
4
+ prdFile: '{prd_file_path}'
5
+ ---
6
+
7
+ # Step 13: Validation Report Complete
8
+
9
+ ## STEP GOAL:
10
+
11
+ Finalize validation report, summarize all findings from steps 1-12, present summary to user conversationally, and offer actionable next steps.
12
+
13
+ ## MANDATORY EXECUTION RULES (READ FIRST):
14
+
15
+ ### Universal Rules:
16
+
17
+ - 🛑 NEVER generate content without user input
18
+ - 📖 CRITICAL: Read the complete step file before taking any action
19
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
20
+ - 📋 YOU ARE A FACILITATOR, not a content generator
21
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
22
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
23
+
24
+ ### Role Reinforcement:
25
+
26
+ - ✅ You are a Validation Architect and Quality Assurance Specialist
27
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
28
+ - ✅ We engage in collaborative dialogue, not command-response
29
+ - ✅ You bring synthesis and summary expertise
30
+ - ✅ This is the FINAL step - requires user interaction
31
+
32
+ ### Step-Specific Rules:
33
+
34
+ - 🎯 Focus ONLY on summarizing findings and presenting options
35
+ - 🚫 FORBIDDEN to perform additional validation
36
+ - 💬 Approach: Conversational summary with clear next steps
37
+ - 🚪 This is the final step - no next step after this
38
+
39
+ ## EXECUTION PROTOCOLS:
40
+
41
+ - 🎯 Load complete validation report
42
+ - 🎯 Summarize all findings from steps 1-12
43
+ - 🎯 Update report frontmatter with final status
44
+ - 💬 Present summary to user conversationally
45
+ - 💬 Offer menu options for next actions
46
+ - 🚫 FORBIDDEN to proceed without user selection
47
+
48
+ ## CONTEXT BOUNDARIES:
49
+
50
+ - Available context: Complete validation report with findings from all validation steps
51
+ - Focus: Summary and presentation only (no new validation)
52
+ - Limits: Don't add new findings, just synthesize existing
53
+ - Dependencies: Steps 1-12 completed - all validation checks done
54
+
55
+ ## MANDATORY SEQUENCE
56
+
57
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
58
+
59
+ ### 1. Load Complete Validation Report
60
+
61
+ Read the entire validation report from {validationReportPath}
62
+
63
+ Extract all findings from:
64
+ - Format Detection (Step 2)
65
+ - Parity Analysis (Step 2B, if applicable)
66
+ - Information Density (Step 3)
67
+ - Product Brief Coverage (Step 4)
68
+ - Measurability (Step 5)
69
+ - Traceability (Step 6)
70
+ - Implementation Leakage (Step 7)
71
+ - Domain Compliance (Step 8)
72
+ - Project-Type Compliance (Step 9)
73
+ - SMART Requirements (Step 10)
74
+ - Holistic Quality (Step 11)
75
+ - Completeness (Step 12)
76
+
77
+ ### 2. Update Report Frontmatter with Final Status
78
+
79
+ Update validation report frontmatter:
80
+
81
+ ```yaml
82
+ ---
83
+ validationTarget: '{prd_path}'
84
+ validationDate: '{current_date}'
85
+ inputDocuments: [list of documents]
86
+ validationStepsCompleted: ['step-v-01-discovery', 'step-v-02-format-detection', 'step-v-03-density-validation', 'step-v-04-brief-coverage-validation', 'step-v-05-measurability-validation', 'step-v-06-traceability-validation', 'step-v-07-implementation-leakage-validation', 'step-v-08-domain-compliance-validation', 'step-v-09-project-type-validation', 'step-v-10-smart-validation', 'step-v-11-holistic-quality-validation', 'step-v-12-completeness-validation']
87
+ validationStatus: COMPLETE
88
+ holisticQualityRating: '{rating from step 11}'
89
+ overallStatus: '{Pass/Warning/Critical based on all findings}'
90
+ ---
91
+ ```
92
+
93
+ ### 3. Create Summary of Findings
94
+
95
+ **Overall Status:**
96
+ - Determine from all validation findings
97
+ - **Pass:** All critical checks pass, minor warnings acceptable
98
+ - **Warning:** Some issues found but PRD is usable
99
+ - **Critical:** Major issues that prevent PRD from being fit for purpose
100
+
101
+ **Quick Results Table:**
102
+ - Format: [classification]
103
+ - Information Density: [severity]
104
+ - Measurability: [severity]
105
+ - Traceability: [severity]
106
+ - Implementation Leakage: [severity]
107
+ - Domain Compliance: [status]
108
+ - Project-Type Compliance: [compliance score]
109
+ - SMART Quality: [percentage]
110
+ - Holistic Quality: [rating/5]
111
+ - Completeness: [percentage]
112
+
113
+ **Critical Issues:** List from all validation steps
114
+ **Warnings:** List from all validation steps
115
+ **Strengths:** List positives from all validation steps
116
+
117
+ **Holistic Quality Rating:** From step 11
118
+ **Top 3 Improvements:** From step 11
119
+
120
+ **Recommendation:** Based on overall status
121
+
122
+ ### 4. Present Summary to User Conversationally
123
+
124
+ Display:
125
+
126
+ "**✓ PRD Validation Complete**
127
+
128
+ **Overall Status:** {Pass/Warning/Critical}
129
+
130
+ **Quick Results:**
131
+ {Present quick results table with key findings}
132
+
133
+ **Critical Issues:** {count or "None"}
134
+ {If any, list briefly}
135
+
136
+ **Warnings:** {count or "None"}
137
+ {If any, list briefly}
138
+
139
+ **Strengths:**
140
+ {List key strengths}
141
+
142
+ **Holistic Quality:** {rating}/5 - {label}
143
+
144
+ **Top 3 Improvements:**
145
+ 1. {Improvement 1}
146
+ 2. {Improvement 2}
147
+ 3. {Improvement 3}
148
+
149
+ **Recommendation:**
150
+ {Based on overall status:
151
+ - Pass: "PRD is in good shape. Address minor improvements to make it great."
152
+ - Warning: "PRD is usable but has issues that should be addressed. Review warnings and improve where needed."
153
+ - Critical: "PRD has significant issues that should be fixed before use. Focus on critical issues above."}
154
+
155
+ **What would you like to do next?**"
156
+
157
+ ### 5. Present MENU OPTIONS
158
+
159
+ Display:
160
+
161
+ **[R] Review Detailed Findings** - Walk through validation report section by section
162
+ **[E] Use Edit Workflow** - Use validation report with Edit workflow for systematic improvements
163
+ **[F] Fix Simpler Items** - Immediate fixes for simple issues (anti-patterns, leakage, missing headers)
164
+ **[X] Exit** - Exit and Suggest Next Steps.
165
+
166
+ #### EXECUTION RULES:
167
+
168
+ - ALWAYS halt and wait for user input after presenting menu
169
+ - Only proceed based on user selection
170
+
171
+ #### Menu Handling Logic:
172
+
173
+ - **IF R (Review Detailed Findings):**
174
+ - Walk through validation report section by section
175
+ - Present findings from each validation step
176
+ - Allow user to ask questions
177
+ - After review, return to menu
178
+
179
+ - **IF E (Use Edit Workflow):**
180
+ - Explain: "The Edit workflow can use this validation report to systematically address issues. Edit mode will guide you through discovering what to edit, reviewing the PRD, and applying targeted improvements."
181
+ - Offer: "Would you like to launch Edit mode now? It will help you fix validation findings systematically."
182
+ - If yes: Invoke the `bmad-edit-prd` skill, passing the validation report path as context
183
+ - If no: Return to menu
184
+
185
+ - **IF F (Fix Simpler Items):**
186
+ - Offer immediate fixes for:
187
+ - Template variables (fill in with appropriate content)
188
+ - Conversational filler (remove wordy phrases)
189
+ - Implementation leakage (remove technology names from FRs/NFRs)
190
+ - Missing section headers (add ## headers)
191
+ - Ask: "Which simple fixes would you like me to make?"
192
+ - If user specifies fixes, make them and update validation report
193
+ - Return to menu
194
+
195
+ - **IF X (Exit):**
196
+ - Display: "**Validation Report Saved:** {validationReportPath}"
197
+ - Display: "**Summary:** {overall status} - {recommendation}"
198
+ - PRD Validation complete. Invoke the `bmad-help` skill.
199
+
200
+ - **IF Any other:** Help user, then redisplay menu
201
+
202
+ ---
203
+
204
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
205
+
206
+ ### ✅ SUCCESS:
207
+
208
+ - Complete validation report loaded successfully
209
+ - All findings from steps 1-12 summarized
210
+ - Report frontmatter updated with final status
211
+ - Overall status determined correctly (Pass/Warning/Critical)
212
+ - Quick results table presented
213
+ - Critical issues, warnings, and strengths listed
214
+ - Holistic quality rating included
215
+ - Top 3 improvements presented
216
+ - Clear recommendation provided
217
+ - Menu options presented with clear explanations
218
+ - User can review findings, get help, or exit
219
+
220
+ ### ❌ SYSTEM FAILURE:
221
+
222
+ - Not loading complete validation report
223
+ - Missing summary of findings
224
+ - Not updating report frontmatter
225
+ - Not determining overall status
226
+ - Missing menu options
227
+ - Unclear next steps
228
+
229
+ **Master Rule:** User needs clear summary and actionable next steps. Edit workflow is best for complex issues; immediate fixes available for simpler ones.
@@ -0,0 +1,62 @@
1
+ ---
2
+ main_config: '{project-root}/_bmad/bmm/config.yaml'
3
+ validateWorkflow: './steps-v/step-v-01-discovery.md'
4
+ ---
5
+
6
+ # PRD Validate Workflow
7
+
8
+ **Goal:** Validate existing PRDs against BMAD standards through comprehensive review.
9
+
10
+ **Your Role:** Validation Architect and Quality Assurance Specialist.
11
+
12
+ You will continue to operate with your given name, identity, and communication_style, merged with the details of this role description.
13
+
14
+ ## WORKFLOW ARCHITECTURE
15
+
16
+ This uses **step-file architecture** for disciplined execution:
17
+
18
+ ### Core Principles
19
+
20
+ - **Micro-file Design**: Each step is a self contained instruction file that is a part of an overall workflow that must be followed exactly
21
+ - **Just-In-Time Loading**: Only the current step file is in memory - never load future step files until told to do so
22
+ - **Sequential Enforcement**: Sequence within the step files must be completed in order, no skipping or optimization allowed
23
+ - **State Tracking**: Document progress in output file frontmatter using `stepsCompleted` array when a workflow produces a document
24
+ - **Append-Only Building**: Build documents by appending content as directed to the output file
25
+
26
+ ### Step Processing Rules
27
+
28
+ 1. **READ COMPLETELY**: Always read the entire step file before taking any action
29
+ 2. **FOLLOW SEQUENCE**: Execute all numbered sections in order, never deviate
30
+ 3. **WAIT FOR INPUT**: If a menu is presented, halt and wait for user selection
31
+ 4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
32
+ 5. **SAVE STATE**: Update `stepsCompleted` in frontmatter before loading next step
33
+ 6. **LOAD NEXT**: When directed, read fully and follow the next step file
34
+
35
+ ### Critical Rules (NO EXCEPTIONS)
36
+
37
+ - 🛑 **NEVER** load multiple step files simultaneously
38
+ - 📖 **ALWAYS** read entire step file before execution
39
+ - 🚫 **NEVER** skip steps or optimize the sequence
40
+ - 💾 **ALWAYS** update frontmatter of output files when writing the final output for a specific step
41
+ - 🎯 **ALWAYS** follow the exact instructions in the step file
42
+ - ⏸️ **ALWAYS** halt at menus and wait for user input
43
+ - 📋 **NEVER** create mental todo lists from future steps
44
+
45
+ ## INITIALIZATION SEQUENCE
46
+
47
+ ### 1. Configuration Loading
48
+
49
+ Load and read full config from {main_config} and resolve:
50
+
51
+ - `project_name`, `output_folder`, `planning_artifacts`, `user_name`
52
+ - `communication_language`, `document_output_language`, `user_skill_level`
53
+ - `date` as system-generated current datetime
54
+
55
+ ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
56
+ ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
57
+
58
+ ### 2. Route to Validate Workflow
59
+
60
+ "**Validate Mode: Validating an existing PRD against BMAD standards.**"
61
+
62
+ Then read fully and follow: `{validateWorkflow}` (steps-v/step-v-01-discovery.md)
@@ -4,8 +4,6 @@ description: 'Document Discovery & Confirmation - Handle fresh context validatio
4
4
 
5
5
  # File references (ONLY variables used in this step)
6
6
  nextStepFile: './step-v-02-format-detection.md'
7
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
8
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
9
7
  prdPurpose: '../data/prd-purpose.md'
10
8
  ---
11
9
 
@@ -195,8 +193,8 @@ Display: **Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Conti
195
193
 
196
194
  #### Menu Handling Logic:
197
195
 
198
- - IF A: Read fully and follow: {advancedElicitationTask}, and when finished redisplay the menu
199
- - IF P: Read fully and follow: {partyModeWorkflow}, and when finished redisplay the menu
196
+ - IF A: Invoke the `bmad-advanced-elicitation` skill, and when finished redisplay the menu
197
+ - IF P: Invoke the `bmad-party-mode` skill, and when finished redisplay the menu
200
198
  - IF C: Read fully and follow: {nextStepFile} to begin format detection
201
199
  - IF user provides additional document: Load it, update report, redisplay summary
202
200
  - IF Any other: help user, then redisplay menu
@@ -6,7 +6,6 @@ description: 'SMART Requirements Validation - Validate Functional Requirements m
6
6
  nextStepFile: './step-v-11-holistic-quality-validation.md'
7
7
  prdFile: '{prd_file_path}'
8
8
  validationReportPath: '{validation_report_path}'
9
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
10
9
  ---
11
10
 
12
11
  # Step 10: SMART Requirements Validation
@@ -24,6 +23,7 @@ Validate Functional Requirements meet SMART quality criteria (Specific, Measurab
24
23
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
25
24
  - 📋 YOU ARE A FACILITATOR, not a content generator
26
25
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
26
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
27
27
 
28
28
  ### Role Reinforcement:
29
29
 
@@ -6,7 +6,6 @@ description: 'Holistic Quality Assessment - Assess PRD as cohesive, compelling d
6
6
  nextStepFile: './step-v-12-completeness-validation.md'
7
7
  prdFile: '{prd_file_path}'
8
8
  validationReportPath: '{validation_report_path}'
9
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
10
9
  ---
11
10
 
12
11
  # Step 11: Holistic Quality Assessment
@@ -24,6 +23,7 @@ Assess the PRD as a cohesive, compelling document - evaluating document flow, du
24
23
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
25
24
  - 📋 YOU ARE A FACILITATOR, not a content generator
26
25
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
26
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
27
27
 
28
28
  ### Role Reinforcement:
29
29
 
@@ -66,8 +66,8 @@ Assess the PRD as a cohesive, compelling document - evaluating document flow, du
66
66
 
67
67
  "Perform holistic quality assessment on this PRD using multi-perspective evaluation:
68
68
 
69
- **Read fully and follow the Advanced Elicitation workflow:**
70
- {advancedElicitationTask}
69
+ **Advanced Elicitation workflow:**
70
+ Invoke the `bmad-advanced-elicitation` skill
71
71
 
72
72
  **Evaluate the PRD from these perspectives:**
73
73
 
@@ -22,6 +22,7 @@ Finalize validation report, summarize all findings from steps 1-12, present summ
22
22
  - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
23
23
  - 📋 YOU ARE A FACILITATOR, not a content generator
24
24
  - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
25
+ - ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
25
26
 
26
27
  ### Role Reinforcement:
27
28
 
@@ -181,7 +182,7 @@ Display:
181
182
  - **IF E (Use Edit Workflow):**
182
183
  - Explain: "The Edit workflow (steps-e/) can use this validation report to systematically address issues. Edit mode will guide you through discovering what to edit, reviewing the PRD, and applying targeted improvements."
183
184
  - Offer: "Would you like to launch Edit mode now? It will help you fix validation findings systematically."
184
- - If yes: Read fully and follow: steps-e/step-e-01-discovery.md
185
+ - If yes: Read fully and follow: `./steps-e/step-e-01-discovery.md`
185
186
  - If no: Return to menu
186
187
 
187
188
  - **IF F (Fix Simpler Items):**
@@ -197,7 +198,7 @@ Display:
197
198
  - **IF X (Exit):**
198
199
  - Display: "**Validation Report Saved:** {validationReportPath}"
199
200
  - Display: "**Summary:** {overall status} - {recommendation}"
200
- - PRD Validation complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `Validate PRD`.
201
+ - PRD Validation complete. Invoke the `bmad-help` skill.
201
202
 
202
203
  - **IF Any other:** Help user, then redisplay menu
203
204
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: validate-prd
3
- description: Validate an existing PRD against BMAD standards - comprehensive review for completeness, clarity, and quality
3
+ description: 'Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation"'
4
+ standalone: false
4
5
  main_config: '{project-root}/_bmad/bmm/config.yaml'
5
6
  validateWorkflow: './steps-v/step-v-01-discovery.md'
6
7
  ---
@@ -55,6 +56,7 @@ Load and read full config from {main_config} and resolve:
55
56
  - `date` as system-generated current datetime
56
57
 
57
58
  ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
59
+ ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
58
60
 
59
61
  ### 2. Route to Validate Workflow
60
62
 
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-check-implementation-readiness
3
+ description: 'Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".'
4
+ ---
5
+
6
+ Follow the instructions in ./workflow.md.
@@ -1,10 +1,5 @@
1
1
  ---
2
- name: 'step-01-document-discovery'
3
- description: 'Discover and inventory all project documents, handling duplicates and organizing file structure'
4
-
5
- nextStepFile: './step-02-prd-analysis.md'
6
2
  outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
7
- templateFile: '../templates/readiness-report-template.md'
8
3
  ---
9
4
 
10
5
  # Step 1: Document Discovery
@@ -122,7 +117,7 @@ If required documents not found:
122
117
 
123
118
  ### 5. Add Initial Report Section
124
119
 
125
- Initialize {outputFile} with {templateFile}.
120
+ Initialize {outputFile} with ../templates/readiness-report-template.md.
126
121
 
127
122
  ### 6. Present Findings and Get Confirmation
128
123
 
@@ -156,12 +151,12 @@ Display: **Select an Option:** [C] Continue to File Validation
156
151
 
157
152
  #### Menu Handling Logic:
158
153
 
159
- - IF C: Save document inventory to {outputFile}, update frontmatter with completed step and files being included, and then read fully and follow: {nextStepFile}
154
+ - IF C: Save document inventory to {outputFile}, update frontmatter with completed step and files being included, and then read fully and follow: ./step-02-prd-analysis.md
160
155
  - IF Any other comments or queries: help user respond then redisplay menu
161
156
 
162
157
  ## CRITICAL STEP COMPLETION NOTE
163
158
 
164
- ONLY WHEN C is selected and document inventory is saved will you load {nextStepFile} to begin file validation.
159
+ ONLY WHEN C is selected and document inventory is saved will you load ./step-02-prd-analysis.md to begin file validation.
165
160
 
166
161
  ---
167
162
 
@@ -1,8 +1,4 @@
1
1
  ---
2
- name: 'step-02-prd-analysis'
3
- description: 'Read and analyze PRD to extract all FRs and NFRs for coverage validation'
4
-
5
- nextStepFile: './step-03-epic-coverage-validation.md'
6
2
  outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
7
3
  epicsFile: '{planning_artifacts}/*epic*.md' # Will be resolved to actual file
8
4
  ---
@@ -149,7 +145,7 @@ After PRD analysis complete, immediately load next step for epic coverage valida
149
145
 
150
146
  ## PROCEEDING TO EPIC COVERAGE VALIDATION
151
147
 
152
- PRD analysis complete. Loading next step to validate epic coverage.
148
+ PRD analysis complete. Read fully and follow: `./step-03-epic-coverage-validation.md`
153
149
 
154
150
  ---
155
151
 
@@ -1,8 +1,4 @@
1
1
  ---
2
- name: 'step-03-epic-coverage-validation'
3
- description: 'Validate that all PRD FRs are covered in epics and stories'
4
-
5
- nextStepFile: './step-04-ux-alignment.md'
6
2
  outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
7
3
  ---
8
4
 
@@ -150,7 +146,7 @@ After coverage validation complete, immediately load next step.
150
146
 
151
147
  ## PROCEEDING TO UX ALIGNMENT
152
148
 
153
- Epic coverage validation complete. Loading next step for UX alignment.
149
+ Epic coverage validation complete. Read fully and follow: `./step-04-ux-alignment.md`
154
150
 
155
151
  ---
156
152
 
@@ -1,8 +1,4 @@
1
1
  ---
2
- name: 'step-04-ux-alignment'
3
- description: 'Check for UX document and validate alignment with PRD and Architecture'
4
-
5
- nextStepFile: './step-05-epic-quality-review.md'
6
2
  outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
7
3
  ---
8
4
 
@@ -113,7 +109,7 @@ After UX assessment complete, immediately load next step.
113
109
 
114
110
  ## PROCEEDING TO EPIC QUALITY REVIEW
115
111
 
116
- UX alignment assessment complete. Loading next step for epic quality review.
112
+ UX alignment assessment complete. Read fully and follow: `./step-05-epic-quality-review.md`
117
113
 
118
114
  ---
119
115
 
@@ -1,8 +1,4 @@
1
1
  ---
2
- name: 'step-05-epic-quality-review'
3
- description: 'Validate epics and stories against create-epics-and-stories best practices'
4
-
5
- nextStepFile: './step-06-final-assessment.md'
6
2
  outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
7
3
  ---
8
4
 
@@ -217,11 +213,11 @@ After completing epic quality review:
217
213
  - Update {outputFile} with all quality findings
218
214
  - Document specific best practices violations
219
215
  - Provide actionable recommendations
220
- - Load {nextStepFile} for final readiness assessment
216
+ - Load ./step-06-final-assessment.md for final readiness assessment
221
217
 
222
218
  ## CRITICAL STEP COMPLETION NOTE
223
219
 
224
- This step executes autonomously. Load {nextStepFile} only after complete epic quality review is documented.
220
+ This step executes autonomously. Load ./step-06-final-assessment.md only after complete epic quality review is documented.
225
221
 
226
222
  ---
227
223
 
@@ -1,7 +1,4 @@
1
1
  ---
2
- name: 'step-06-final-assessment'
3
- description: 'Compile final assessment and polish the readiness report'
4
-
5
2
  outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
6
3
  ---
7
4
 
@@ -109,7 +106,7 @@ The assessment found [number] issues requiring attention. Review the detailed re
109
106
 
110
107
  The implementation readiness workflow is now complete. The report contains all findings and recommendations for the user to consider.
111
108
 
112
- Implementation Readiness complete. Read fully and follow: `_bmad/core/tasks/help.md` with argument `implementation readiness`.
109
+ Implementation Readiness complete. Invoke the `bmad-help` skill.
113
110
 
114
111
  ---
115
112
 
@@ -1,8 +1,3 @@
1
- ---
2
- name: check-implementation-readiness
3
- description: 'Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues.'
4
- ---
5
-
6
1
  # Implementation Readiness
7
2
 
8
3
  **Goal:** Validate that PRD, Architecture, Epics and Stories are complete and aligned before Phase 4 implementation starts, with a focus on ensuring epics and stories are logical and have accounted for all requirements and planning.
@@ -51,4 +46,4 @@ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
51
46
 
52
47
  ### 2. First Step EXECUTION
53
48
 
54
- Read fully and follow: `./step-01-document-discovery.md` to begin the workflow.
49
+ Read fully and follow: `./steps/step-01-document-discovery.md` to begin the workflow.
@@ -0,0 +1,6 @@
1
+ ---
2
+ name: bmad-create-architecture
3
+ description: 'Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"'
4
+ ---
5
+
6
+ Follow the instructions in ./workflow.md.
@@ -57,8 +57,8 @@ If no document exists or no `stepsCompleted` in frontmatter:
57
57
  Discover and load context documents using smart discovery. Documents can be in the following locations:
58
58
  - {planning_artifacts}/**
59
59
  - {output_folder}/**
60
- - {product_knowledge}/**
61
- - docs/**
60
+ - {project_knowledge}/**
61
+ - {project-root}/docs/**
62
62
 
63
63
  Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
64
64
 
@@ -67,7 +67,7 @@ Try to discover the following:
67
67
  - Product Requirements Document (`*prd*.md`)
68
68
  - UX Design (`*ux-design*.md`) and other
69
69
  - Research Documents (`*research*.md`)
70
- - Project Documentation (generally multiple documents might be found for this in the `{product_knowledge}` or `docs` folder.)
70
+ - Project Documentation (generally multiple documents might be found for this in the `{project_knowledge}` or `{project-root}/docs` folder.)
71
71
  - Project Context (`**/project-context.md`)
72
72
 
73
73
  <critical>Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules</critical>
@@ -95,7 +95,7 @@ Before proceeding, verify we have the essential inputs:
95
95
 
96
96
  #### C. Create Initial Document
97
97
 
98
- Copy the template from `{installed_path}/architecture-decision-template.md` to `{planning_artifacts}/architecture.md`
98
+ Copy the template from `../architecture-decision-template.md` to `{planning_artifacts}/architecture.md`
99
99
 
100
100
  #### D. Complete Initialization and Report
101
101
 
@@ -85,7 +85,7 @@ Show the user their current progress:
85
85
 
86
86
  - Identify the next step based on `stepsCompleted`
87
87
  - Load the appropriate step file to continue
88
- - Example: If `stepsCompleted: [1, 2, 3]`, load `step-04-decisions.md`
88
+ - Example: If `stepsCompleted: [1, 2, 3]`, load `./step-04-decisions.md`
89
89
 
90
90
  #### If 'C' (Continue to next logical step):
91
91
 
@@ -103,7 +103,7 @@ Show the user their current progress:
103
103
  #### If 'X' (Start over):
104
104
 
105
105
  - Confirm: "This will delete all existing architectural decisions. Are you sure? (y/n)"
106
- - If confirmed: Delete existing document and return to step-01-init.md
106
+ - If confirmed: Delete existing document and read fully and follow: `./step-01-init.md`
107
107
  - If not confirmed: Return to continuation menu
108
108
 
109
109
  ### 4. Navigate to Selected Step
@@ -161,4 +161,13 @@ After user makes choice:
161
161
 
162
162
  After user selects their continuation option, load the appropriate step file based on their choice. The step file will handle the detailed work from that point forward.
163
163
 
164
+ Valid step files to load:
165
+ - `./step-02-context.md`
166
+ - `./step-03-starter.md`
167
+ - `./step-04-decisions.md`
168
+ - `./step-05-patterns.md`
169
+ - `./step-06-structure.md`
170
+ - `./step-07-validation.md`
171
+ - `./step-08-complete.md`
172
+
164
173
  Remember: The goal is smooth, transparent resumption that respects the work already done while giving the user control over how to proceed.
@@ -31,8 +31,8 @@ This step will generate content and present choices:
31
31
 
32
32
  ## PROTOCOL INTEGRATION:
33
33
 
34
- - When 'A' selected: Read fully and follow: {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
35
- - When 'P' selected: Read fully and follow: {project-root}/_bmad/core/workflows/party-mode/workflow.md
34
+ - When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
35
+ - When 'P' selected: Invoke the `bmad-party-mode` skill
36
36
  - PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
37
37
  - User accepts/rejects protocol changes before proceeding
38
38
 
@@ -170,7 +170,7 @@ Show the generated content and present choices:
170
170
 
171
171
  #### If 'A' (Advanced Elicitation):
172
172
 
173
- - Read fully and follow: {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current context analysis
173
+ - Invoke the `bmad-advanced-elicitation` skill with the current context analysis
174
174
  - Process the enhanced architectural insights that come back
175
175
  - Ask user: "Accept these enhancements to the project context analysis? (y/n)"
176
176
  - If yes: Update content with improvements, then return to A/P/C menu
@@ -178,7 +178,7 @@ Show the generated content and present choices:
178
178
 
179
179
  #### If 'P' (Party Mode):
180
180
 
181
- - Read fully and follow: {project-root}/_bmad/core/workflows/party-mode/workflow.md with the current project context
181
+ - Invoke the `bmad-party-mode` skill with the current project context
182
182
  - Process the collaborative improvements to architectural understanding
183
183
  - Ask user: "Accept these changes to the project context analysis? (y/n)"
184
184
  - If yes: Update content with improvements, then return to A/P/C menu