bmalph 2.7.7 → 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 (432) hide show
  1. package/bmad/bmm/agents/analyst.agent.yaml +6 -6
  2. package/bmad/bmm/agents/architect.agent.yaml +2 -2
  3. package/bmad/bmm/agents/bmad-skill-manifest.yaml +39 -0
  4. package/bmad/bmm/agents/dev.agent.yaml +2 -2
  5. package/bmad/bmm/agents/pm.agent.yaml +6 -6
  6. package/bmad/bmm/agents/qa.agent.yaml +1 -1
  7. package/bmad/bmm/agents/quick-flow-solo-dev.agent.yaml +7 -3
  8. package/bmad/bmm/agents/sm.agent.yaml +4 -4
  9. package/bmad/bmm/agents/tech-writer/bmad-skill-manifest.yaml +3 -0
  10. package/bmad/bmm/agents/tech-writer/tech-writer.agent.yaml +1 -1
  11. package/bmad/bmm/agents/ux-designer.agent.yaml +1 -1
  12. package/bmad/bmm/module-help.csv +26 -25
  13. package/bmad/bmm/workflows/1-analysis/bmad-create-product-brief/SKILL.md +6 -0
  14. package/bmad/bmm/workflows/1-analysis/bmad-create-product-brief/bmad-skill-manifest.yaml +1 -0
  15. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/product-brief.template.md +2 -2
  16. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-01-init.md +4 -11
  17. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-01b-continue.md +0 -3
  18. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-02-vision.md +5 -11
  19. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-03-users.md +5 -11
  20. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-04-metrics.md +5 -11
  21. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-05-scope.md +5 -11
  22. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-06-complete.md +1 -4
  23. package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/workflow.md +4 -6
  24. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md +88 -0
  25. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/artifact-analyzer.md +60 -0
  26. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/opportunity-reviewer.md +44 -0
  27. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/skeptic-reviewer.md +44 -0
  28. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/web-researcher.md +49 -0
  29. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-manifest.json +17 -0
  30. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-skill-manifest.yaml +1 -0
  31. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md +57 -0
  32. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md +86 -0
  33. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md +75 -0
  34. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md +70 -0
  35. package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/resources/brief-template.md +60 -0
  36. package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md +6 -0
  37. package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/bmad-skill-manifest.yaml +1 -0
  38. package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-06-research-synthesis.md +2 -1
  39. package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/research.template.md +29 -0
  40. package/bmad/bmm/workflows/1-analysis/research/{workflow-domain-research.md → bmad-domain-research/workflow.md} +0 -5
  41. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/SKILL.md +6 -0
  42. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/bmad-skill-manifest.yaml +1 -0
  43. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/research.template.md +29 -0
  44. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-01-init.md +184 -0
  45. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
  46. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
  47. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
  48. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
  49. package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md +478 -0
  50. package/bmad/bmm/workflows/1-analysis/research/{workflow-market-research.md → bmad-market-research/workflow.md} +1 -6
  51. package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md +6 -0
  52. package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/bmad-skill-manifest.yaml +1 -0
  53. package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/research.template.md +29 -0
  54. package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-06-research-synthesis.md +2 -1
  55. package/bmad/bmm/workflows/1-analysis/research/{workflow-technical-research.md → bmad-technical-research/workflow.md} +0 -4
  56. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +2 -2
  57. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +2 -2
  58. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +2 -2
  59. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +2 -2
  60. package/bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +2 -1
  61. package/bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/SKILL.md +6 -0
  62. package/bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/bmad-skill-manifest.yaml +1 -0
  63. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-01-init.md +2 -2
  64. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-01b-continue.md +1 -1
  65. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-02-discovery.md +2 -2
  66. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-03-core-experience.md +5 -4
  67. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-04-emotional-response.md +5 -4
  68. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-05-inspiration.md +5 -4
  69. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-06-design-system.md +5 -4
  70. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-07-defining-experience.md +5 -4
  71. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-08-visual-foundation.md +5 -4
  72. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-09-design-directions.md +5 -4
  73. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-10-user-journeys.md +5 -4
  74. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-11-component-strategy.md +5 -4
  75. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-12-ux-patterns.md +5 -4
  76. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-13-responsive-accessibility.md +5 -4
  77. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-14-complete.md +3 -3
  78. package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/workflow.md +2 -8
  79. package/bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md +6 -0
  80. package/bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/bmad-skill-manifest.yaml +1 -0
  81. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01-discovery.md +3 -8
  82. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01b-legacy-conversion.md +1 -5
  83. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md +5 -9
  84. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-03-edit.md +3 -6
  85. package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-04-complete.md +2 -5
  86. package/bmad/bmm/workflows/2-plan-workflows/{create-prd/workflow-edit-prd.md → bmad-edit-prd/workflow.md} +2 -4
  87. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/SKILL.md +6 -0
  88. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/bmad-skill-manifest.yaml +1 -0
  89. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv +15 -0
  90. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md +197 -0
  91. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/project-types.csv +11 -0
  92. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
  93. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
  94. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
  95. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
  96. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
  97. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
  98. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
  99. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
  100. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
  101. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
  102. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
  103. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
  104. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
  105. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
  106. package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/workflow.md +62 -0
  107. package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +2 -4
  108. package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +1 -1
  109. package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +3 -3
  110. package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +3 -2
  111. package/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +3 -1
  112. package/bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/SKILL.md +6 -0
  113. package/bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/bmad-skill-manifest.yaml +1 -0
  114. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-01-document-discovery.md +3 -8
  115. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-02-prd-analysis.md +1 -5
  116. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-03-epic-coverage-validation.md +1 -5
  117. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-04-ux-alignment.md +1 -5
  118. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-05-epic-quality-review.md +2 -6
  119. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-06-final-assessment.md +1 -4
  120. package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/workflow.md +1 -6
  121. package/bmad/bmm/workflows/3-solutioning/bmad-create-architecture/SKILL.md +6 -0
  122. package/bmad/bmm/workflows/3-solutioning/bmad-create-architecture/bmad-skill-manifest.yaml +1 -0
  123. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01-init.md +4 -4
  124. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01b-continue.md +11 -2
  125. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-02-context.md +4 -4
  126. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-03-starter.md +5 -7
  127. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-04-decisions.md +4 -4
  128. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-05-patterns.md +4 -4
  129. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-06-structure.md +4 -4
  130. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-07-validation.md +4 -4
  131. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-08-complete.md +1 -1
  132. package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/workflow.md +1 -12
  133. package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/SKILL.md +6 -0
  134. package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/bmad-skill-manifest.yaml +1 -0
  135. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-01-validate-prerequisites.md +37 -41
  136. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-02-design-epics.md +7 -28
  137. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-03-create-stories.md +13 -30
  138. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-04-final-validation.md +3 -21
  139. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/templates/epics-template.md +4 -0
  140. package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/workflow.md +1 -6
  141. package/bmad/bmm/workflows/4-implementation/bmad-code-review/SKILL.md +6 -0
  142. package/bmad/bmm/workflows/4-implementation/bmad-code-review/bmad-skill-manifest.yaml +1 -0
  143. package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-01-gather-context.md +61 -0
  144. package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-02-review.md +41 -0
  145. package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-03-triage.md +50 -0
  146. package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-04-present.md +38 -0
  147. package/bmad/bmm/workflows/4-implementation/bmad-code-review/workflow.md +54 -0
  148. package/bmad/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
  149. package/bmad/bmm/workflows/4-implementation/bmad-correct-course/bmad-skill-manifest.yaml +1 -0
  150. package/bmad/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md +1 -1
  151. package/bmad/bmm/workflows/4-implementation/{correct-course/instructions.md → bmad-correct-course/workflow.md} +74 -14
  152. package/bmad/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +6 -0
  153. package/bmad/bmm/workflows/4-implementation/bmad-create-story/bmad-skill-manifest.yaml +1 -0
  154. package/bmad/bmm/workflows/4-implementation/{create-story → bmad-create-story}/checklist.md +9 -10
  155. package/bmad/bmm/workflows/4-implementation/bmad-create-story/discover-inputs.md +88 -0
  156. package/bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md +380 -0
  157. package/bmad/bmm/workflows/4-implementation/bmad-dev-story/SKILL.md +6 -0
  158. package/bmad/bmm/workflows/4-implementation/bmad-dev-story/bmad-skill-manifest.yaml +1 -0
  159. package/bmad/bmm/workflows/4-implementation/{dev-story/instructions.xml → bmad-dev-story/workflow.md} +42 -2
  160. package/bmad/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
  161. package/bmad/bmm/workflows/4-implementation/bmad-retrospective/bmad-skill-manifest.yaml +1 -0
  162. package/bmad/bmm/workflows/4-implementation/{retrospective/instructions.md → bmad-retrospective/workflow.md} +58 -23
  163. package/bmad/bmm/workflows/4-implementation/bmad-sprint-planning/SKILL.md +6 -0
  164. package/bmad/bmm/workflows/4-implementation/bmad-sprint-planning/bmad-skill-manifest.yaml +1 -0
  165. package/bmad/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/sprint-status-template.yaml +1 -0
  166. package/bmad/bmm/workflows/4-implementation/{sprint-planning/instructions.md → bmad-sprint-planning/workflow.md} +47 -10
  167. package/bmad/bmm/workflows/4-implementation/bmad-sprint-status/SKILL.md +6 -0
  168. package/bmad/bmm/workflows/4-implementation/bmad-sprint-status/bmad-skill-manifest.yaml +1 -0
  169. package/bmad/bmm/workflows/4-implementation/{sprint-status/instructions.md → bmad-sprint-status/workflow.md} +39 -8
  170. package/bmad/bmm/workflows/bmad-document-project/SKILL.md +6 -0
  171. package/bmad/bmm/workflows/bmad-document-project/bmad-skill-manifest.yaml +1 -0
  172. package/bmad/bmm/workflows/{document-project → bmad-document-project}/instructions.md +6 -8
  173. package/bmad/bmm/workflows/bmad-document-project/workflow.md +27 -0
  174. package/bmad/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-instructions.md +3 -2
  175. package/bmad/bmm/workflows/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
  176. package/bmad/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-instructions.md +5 -4
  177. package/bmad/bmm/workflows/bmad-document-project/workflows/full-scan-workflow.md +34 -0
  178. package/bmad/bmm/workflows/bmad-generate-project-context/SKILL.md +6 -0
  179. package/bmad/bmm/workflows/bmad-generate-project-context/bmad-skill-manifest.yaml +1 -0
  180. package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-01-discover.md +3 -1
  181. package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-02-generate.md +7 -4
  182. package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/workflow.md +2 -8
  183. package/bmad/bmm/workflows/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
  184. package/bmad/bmm/workflows/bmad-qa-generate-e2e-tests/bmad-skill-manifest.yaml +1 -0
  185. package/bmad/bmm/workflows/{qa/automate/instructions.md → bmad-qa-generate-e2e-tests/workflow.md} +33 -7
  186. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/SKILL.md +6 -0
  187. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/bmad-skill-manifest.yaml +1 -0
  188. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-01-mode-detection.md +9 -14
  189. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-02-context-gathering.md +1 -5
  190. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-03-execute.md +1 -5
  191. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-04-self-check.md +1 -5
  192. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-05-adversarial-review.md +8 -18
  193. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-06-resolve-findings.md +0 -2
  194. package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/workflow.md +1 -13
  195. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/SKILL.md +6 -0
  196. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/bmad-skill-manifest.yaml +1 -0
  197. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-01-clarify-and-route.md +51 -0
  198. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-02-plan.md +35 -0
  199. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-03-implement.md +33 -0
  200. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-04-review.md +50 -0
  201. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-05-present.md +17 -0
  202. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/tech-spec-template.md +90 -0
  203. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md +79 -0
  204. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/SKILL.md +6 -0
  205. package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/bmad-skill-manifest.yaml +1 -0
  206. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-01-understand.md +7 -13
  207. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-02-investigate.md +3 -7
  208. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-03-generate.md +1 -5
  209. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md +9 -14
  210. package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/workflow.md +1 -7
  211. package/bmad/core/module-help.csv +10 -8
  212. package/bmad/core/module.yaml +1 -1
  213. package/bmad/core/skills/bmad-advanced-elicitation/SKILL.md +6 -0
  214. package/bmad/core/skills/bmad-advanced-elicitation/bmad-skill-manifest.yaml +1 -0
  215. package/bmad/core/skills/bmad-advanced-elicitation/workflow.md +135 -0
  216. package/bmad/core/skills/bmad-brainstorming/SKILL.md +6 -0
  217. package/bmad/core/skills/bmad-brainstorming/bmad-skill-manifest.yaml +1 -0
  218. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01-session-setup.md +35 -18
  219. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01b-continue.md +4 -2
  220. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02a-user-selected.md +5 -1
  221. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02b-ai-recommended.md +3 -1
  222. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02c-random-selection.md +3 -1
  223. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02d-progressive-flow.md +3 -1
  224. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-03-technique-execution.md +6 -4
  225. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-04-idea-organization.md +4 -2
  226. package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/workflow.md +4 -9
  227. package/bmad/core/skills/bmad-distillator/SKILL.md +178 -0
  228. package/bmad/core/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
  229. package/bmad/core/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
  230. package/bmad/core/skills/bmad-distillator/bmad-skill-manifest.yaml +15 -0
  231. package/bmad/core/skills/bmad-distillator/resources/compression-rules.md +51 -0
  232. package/bmad/core/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
  233. package/bmad/core/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
  234. package/bmad/core/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
  235. package/bmad/core/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
  236. package/bmad/core/skills/bmad-editorial-review-prose/SKILL.md +6 -0
  237. package/bmad/core/skills/bmad-editorial-review-prose/bmad-skill-manifest.yaml +1 -0
  238. package/bmad/core/skills/bmad-editorial-review-prose/workflow.md +81 -0
  239. package/bmad/core/skills/bmad-editorial-review-structure/SKILL.md +6 -0
  240. package/bmad/core/skills/bmad-editorial-review-structure/bmad-skill-manifest.yaml +1 -0
  241. package/bmad/core/skills/bmad-editorial-review-structure/workflow.md +174 -0
  242. package/bmad/core/skills/bmad-help/SKILL.md +6 -0
  243. package/bmad/core/skills/bmad-help/bmad-skill-manifest.yaml +1 -0
  244. package/bmad/core/{tasks/help.md → skills/bmad-help/workflow.md} +11 -8
  245. package/bmad/core/skills/bmad-index-docs/SKILL.md +6 -0
  246. package/bmad/core/skills/bmad-index-docs/bmad-skill-manifest.yaml +1 -0
  247. package/bmad/core/skills/bmad-index-docs/workflow.md +61 -0
  248. package/bmad/core/skills/bmad-party-mode/SKILL.md +6 -0
  249. package/bmad/core/skills/bmad-party-mode/bmad-skill-manifest.yaml +1 -0
  250. package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-03-graceful-exit.md +0 -1
  251. package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/workflow.md +0 -4
  252. package/bmad/core/skills/bmad-review-adversarial-general/SKILL.md +6 -0
  253. package/bmad/core/skills/bmad-review-adversarial-general/bmad-skill-manifest.yaml +1 -0
  254. package/bmad/core/skills/bmad-review-adversarial-general/workflow.md +32 -0
  255. package/bmad/core/skills/bmad-review-edge-case-hunter/SKILL.md +6 -0
  256. package/bmad/core/skills/bmad-review-edge-case-hunter/bmad-skill-manifest.yaml +1 -0
  257. package/bmad/core/skills/bmad-review-edge-case-hunter/workflow.md +62 -0
  258. package/bmad/core/skills/bmad-shard-doc/SKILL.md +6 -0
  259. package/bmad/core/skills/bmad-shard-doc/bmad-skill-manifest.yaml +1 -0
  260. package/bmad/core/skills/bmad-shard-doc/workflow.md +100 -0
  261. package/bmad/core/tasks/bmad-create-prd/SKILL.md +6 -0
  262. package/bmad/core/tasks/bmad-create-prd/bmad-skill-manifest.yaml +1 -0
  263. package/bmad/core/tasks/bmad-create-prd/data/domain-complexity.csv +15 -0
  264. package/bmad/core/tasks/bmad-create-prd/data/prd-purpose.md +197 -0
  265. package/bmad/core/tasks/bmad-create-prd/data/project-types.csv +11 -0
  266. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01-init.md +7 -20
  267. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01b-continue.md +29 -21
  268. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02-discovery.md +7 -23
  269. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02b-vision.md +5 -17
  270. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02c-executive-summary.md +5 -17
  271. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-03-success.md +4 -16
  272. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-04-journeys.md +4 -16
  273. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-05-domain.md +7 -20
  274. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-06-innovation.md +8 -23
  275. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-07-project-type.md +6 -21
  276. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-08-scoping.md +5 -17
  277. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-09-functional.md +5 -17
  278. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-10-nonfunctional.md +5 -17
  279. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-11-polish.md +22 -18
  280. package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-12-complete.md +4 -13
  281. package/bmad/{bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md → core/tasks/bmad-create-prd/workflow.md} +3 -4
  282. package/bundled-versions.json +1 -1
  283. package/dist/commands/doctor-checks.js +14 -5
  284. package/dist/commands/doctor-checks.js.map +1 -1
  285. package/dist/commands/doctor.js +13 -4
  286. package/dist/commands/doctor.js.map +1 -1
  287. package/dist/commands/init.js +12 -2
  288. package/dist/commands/init.js.map +1 -1
  289. package/dist/commands/status.js +3 -2
  290. package/dist/commands/status.js.map +1 -1
  291. package/dist/installer/commands.js +33 -15
  292. package/dist/installer/commands.js.map +1 -1
  293. package/dist/installer/install.js +1 -1
  294. package/dist/installer/install.js.map +1 -1
  295. package/dist/installer/project-files.js +4 -4
  296. package/dist/installer/project-files.js.map +1 -1
  297. package/dist/installer/template-files.js +64 -17
  298. package/dist/installer/template-files.js.map +1 -1
  299. package/dist/platform/codex.js +6 -1
  300. package/dist/platform/codex.js.map +1 -1
  301. package/dist/platform/detect.js +7 -3
  302. package/dist/platform/detect.js.map +1 -1
  303. package/dist/platform/doctor-checks.js +2 -2
  304. package/dist/platform/doctor-checks.js.map +1 -1
  305. package/dist/platform/guidance.js +66 -0
  306. package/dist/platform/guidance.js.map +1 -0
  307. package/dist/platform/instructions-snippet.js +15 -0
  308. package/dist/platform/instructions-snippet.js.map +1 -1
  309. package/dist/platform/opencode.js +20 -0
  310. package/dist/platform/opencode.js.map +1 -0
  311. package/dist/platform/registry.js +2 -0
  312. package/dist/platform/registry.js.map +1 -1
  313. package/dist/platform/types.js +1 -0
  314. package/dist/platform/types.js.map +1 -1
  315. package/dist/reset.js +3 -3
  316. package/dist/reset.js.map +1 -1
  317. package/dist/run/ralph-process.js +51 -7
  318. package/dist/run/ralph-process.js.map +1 -1
  319. package/dist/run/run-dashboard.js +5 -6
  320. package/dist/run/run-dashboard.js.map +1 -1
  321. package/dist/transition/artifact-scan.js +14 -5
  322. package/dist/transition/artifact-scan.js.map +1 -1
  323. package/dist/utils/constants.js +4 -2
  324. package/dist/utils/constants.js.map +1 -1
  325. package/dist/watch/dashboard.js +16 -5
  326. package/dist/watch/dashboard.js.map +1 -1
  327. package/dist/watch/renderer.js +8 -6
  328. package/dist/watch/renderer.js.map +1 -1
  329. package/package.json +1 -1
  330. package/ralph/drivers/opencode.sh +147 -0
  331. package/ralph/lib/response_analyzer.sh +227 -78
  332. package/ralph/lib/wizard_utils.sh +4 -4
  333. package/ralph/ralph_loop.sh +340 -4
  334. package/ralph/templates/ralphrc.template +28 -2
  335. package/slash-commands/advanced-elicitation.md +1 -1
  336. package/slash-commands/adversarial-review.md +1 -1
  337. package/slash-commands/bmad-help.md +1 -1
  338. package/slash-commands/bmalph.md +1 -1
  339. package/slash-commands/brainstorm-project.md +1 -1
  340. package/slash-commands/brainstorming.md +1 -1
  341. package/slash-commands/correct-course.md +1 -1
  342. package/slash-commands/create-architecture.md +1 -1
  343. package/slash-commands/create-brief.md +1 -1
  344. package/slash-commands/create-epics-stories.md +1 -1
  345. package/slash-commands/create-prd.md +1 -1
  346. package/slash-commands/create-story.md +1 -1
  347. package/slash-commands/create-ux.md +1 -1
  348. package/slash-commands/distillator.md +1 -0
  349. package/slash-commands/document-project.md +1 -1
  350. package/slash-commands/domain-research.md +1 -1
  351. package/slash-commands/edge-case-hunter.md +1 -0
  352. package/slash-commands/edit-prd.md +1 -0
  353. package/slash-commands/editorial-prose.md +1 -1
  354. package/slash-commands/editorial-structure.md +1 -1
  355. package/slash-commands/generate-project-context.md +1 -1
  356. package/slash-commands/implementation-readiness.md +1 -1
  357. package/slash-commands/index-docs.md +1 -1
  358. package/slash-commands/market-research.md +1 -1
  359. package/slash-commands/party-mode.md +1 -1
  360. package/slash-commands/qa-automate.md +1 -1
  361. package/slash-commands/quick-dev-new.md +1 -0
  362. package/slash-commands/quick-dev.md +1 -1
  363. package/slash-commands/retrospective.md +1 -1
  364. package/slash-commands/shard-doc.md +1 -1
  365. package/slash-commands/sprint-planning.md +1 -1
  366. package/slash-commands/sprint-status.md +1 -1
  367. package/slash-commands/tech-spec.md +1 -1
  368. package/slash-commands/technical-research.md +1 -1
  369. package/slash-commands/validate-architecture.md +1 -1
  370. package/slash-commands/validate-brief.md +1 -1
  371. package/slash-commands/validate-epics-stories.md +1 -1
  372. package/slash-commands/validate-prd.md +1 -1
  373. package/slash-commands/validate-story.md +1 -1
  374. package/slash-commands/validate-ux.md +1 -1
  375. package/bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
  376. package/bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
  377. package/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -44
  378. package/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -54
  379. package/bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -346
  380. package/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -53
  381. package/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -21
  382. package/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -53
  383. package/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -47
  384. package/bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -25
  385. package/bmad/bmm/workflows/document-project/workflow.yaml +0 -22
  386. package/bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  387. package/bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  388. package/bmad/bmm/workflows/qa/automate/workflow.yaml +0 -44
  389. package/bmad/core/agents/bmad-master.agent.yaml +0 -30
  390. package/bmad/core/tasks/editorial-review-prose.xml +0 -102
  391. package/bmad/core/tasks/editorial-review-structure.xml +0 -209
  392. package/bmad/core/tasks/index-docs.xml +0 -65
  393. package/bmad/core/tasks/review-adversarial-general.xml +0 -48
  394. package/bmad/core/tasks/shard-doc.xml +0 -108
  395. package/bmad/core/tasks/workflow.xml +0 -235
  396. package/bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
  397. package/slash-commands/execute-workflow.md +0 -1
  398. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-01-init.md +0 -0
  399. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-02-domain-analysis.md +0 -0
  400. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-03-competitive-landscape.md +0 -0
  401. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-04-regulatory-focus.md +0 -0
  402. /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-05-technical-trends.md +0 -0
  403. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-01-init.md +0 -0
  404. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-02-technical-overview.md +0 -0
  405. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-03-integration-patterns.md +0 -0
  406. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-04-architectural-patterns.md +0 -0
  407. /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-05-implementation-research.md +0 -0
  408. /package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/ux-design-template.md +0 -0
  409. /package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/templates/readiness-report-template.md +0 -0
  410. /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/architecture-decision-template.md +0 -0
  411. /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/domain-complexity.csv +0 -0
  412. /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/project-types.csv +0 -0
  413. /package/bmad/bmm/workflows/4-implementation/{create-story → bmad-create-story}/template.md +0 -0
  414. /package/bmad/bmm/workflows/4-implementation/{dev-story → bmad-dev-story}/checklist.md +0 -0
  415. /package/bmad/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/checklist.md +0 -0
  416. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/checklist.md +0 -0
  417. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/documentation-requirements.csv +0 -0
  418. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/deep-dive-template.md +0 -0
  419. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/index-template.md +0 -0
  420. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/project-overview-template.md +0 -0
  421. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/project-scan-report-schema.json +0 -0
  422. /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/source-tree-template.md +0 -0
  423. /package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/project-context-template.md +0 -0
  424. /package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-03-complete.md +0 -0
  425. /package/bmad/bmm/workflows/{qa/automate → bmad-qa-generate-e2e-tests}/checklist.md +0 -0
  426. /package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/tech-spec-template.md +0 -0
  427. /package/bmad/core/{workflows/advanced-elicitation → skills/bmad-advanced-elicitation}/methods.csv +0 -0
  428. /package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/brain-methods.csv +0 -0
  429. /package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/template.md +0 -0
  430. /package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-01-agent-loading.md +0 -0
  431. /package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-02-discussion-orchestration.md +0 -0
  432. /package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/templates/prd-template.md +0 -0
@@ -0,0 +1,211 @@
1
+ ---
2
+ # File references (ONLY variables used in this step)
3
+ nextStepFile: './step-v-05-measurability-validation.md'
4
+ prdFile: '{prd_file_path}'
5
+ productBrief: '{product_brief_path}'
6
+ validationReportPath: '{validation_report_path}'
7
+ ---
8
+
9
+ # Step 4: Product Brief Coverage Validation
10
+
11
+ ## STEP GOAL:
12
+
13
+ Validate that PRD covers all content from Product Brief (if brief was used as input), mapping brief content to PRD sections and identifying gaps.
14
+
15
+ ## MANDATORY EXECUTION RULES (READ FIRST):
16
+
17
+ ### Universal Rules:
18
+
19
+ - 🛑 NEVER generate content without user input
20
+ - 📖 CRITICAL: Read the complete step file before taking any action
21
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
22
+ - 📋 YOU ARE A FACILITATOR, not a content generator
23
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
24
+
25
+ ### Role Reinforcement:
26
+
27
+ - ✅ You are a Validation Architect and Quality Assurance Specialist
28
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
29
+ - ✅ We engage in systematic validation, not collaborative dialogue
30
+ - ✅ You bring analytical rigor and traceability expertise
31
+ - ✅ This step runs autonomously - no user input needed
32
+
33
+ ### Step-Specific Rules:
34
+
35
+ - 🎯 Focus ONLY on Product Brief coverage (conditional on brief existence)
36
+ - 🚫 FORBIDDEN to validate other aspects in this step
37
+ - 💬 Approach: Systematic mapping and gap analysis
38
+ - 🚪 This is a validation sequence step - auto-proceeds when complete
39
+
40
+ ## EXECUTION PROTOCOLS:
41
+
42
+ - 🎯 Check if Product Brief exists in input documents
43
+ - 💬 If no brief: Skip this check and report "N/A - No Product Brief"
44
+ - 🎯 If brief exists: Map brief content to PRD sections
45
+ - 💾 Append coverage findings to validation report
46
+ - 📖 Display "Proceeding to next check..." and load next step
47
+ - 🚫 FORBIDDEN to pause or request user input
48
+
49
+ ## CONTEXT BOUNDARIES:
50
+
51
+ - Available context: PRD file, input documents from step 1, validation report
52
+ - Focus: Product Brief coverage only (conditional)
53
+ - Limits: Don't validate other aspects, conditional execution
54
+ - Dependencies: Step 1 completed - input documents loaded
55
+
56
+ ## MANDATORY SEQUENCE
57
+
58
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
59
+
60
+ ### 1. Check for Product Brief
61
+
62
+ Check if Product Brief was loaded in step 1's inputDocuments:
63
+
64
+ **IF no Product Brief found:**
65
+ Append to validation report:
66
+ ```markdown
67
+ ## Product Brief Coverage
68
+
69
+ **Status:** N/A - No Product Brief was provided as input
70
+ ```
71
+
72
+ Display: "**Product Brief Coverage: Skipped** (No Product Brief provided)
73
+
74
+ **Proceeding to next validation check...**"
75
+
76
+ Without delay, read fully and follow: {nextStepFile}
77
+
78
+ **IF Product Brief exists:** Continue to step 2 below
79
+
80
+ ### 2. Attempt Sub-Process Validation
81
+
82
+ **Try to use Task tool to spawn a subprocess:**
83
+
84
+ "Perform Product Brief coverage validation:
85
+
86
+ 1. Load the Product Brief
87
+ 2. Extract key content:
88
+ - Vision statement
89
+ - Target users/personas
90
+ - Problem statement
91
+ - Key features
92
+ - Goals/objectives
93
+ - Differentiators
94
+ - Constraints
95
+ 3. For each item, search PRD for corresponding coverage
96
+ 4. Classify coverage: Fully Covered / Partially Covered / Not Found / Intentionally Excluded
97
+ 5. Note any gaps with severity: Critical / Moderate / Informational
98
+
99
+ Return structured coverage map with classifications."
100
+
101
+ ### 3. Graceful Degradation (if Task tool unavailable)
102
+
103
+ If Task tool unavailable, perform analysis directly:
104
+
105
+ **Extract from Product Brief:**
106
+ - Vision: What is this product?
107
+ - Users: Who is it for?
108
+ - Problem: What problem does it solve?
109
+ - Features: What are the key capabilities?
110
+ - Goals: What are the success criteria?
111
+ - Differentiators: What makes it unique?
112
+
113
+ **For each item, search PRD:**
114
+ - Scan Executive Summary for vision
115
+ - Check User Journeys or user personas
116
+ - Look for problem statement
117
+ - Review Functional Requirements for features
118
+ - Check Success Criteria section
119
+ - Search for differentiators
120
+
121
+ **Classify coverage:**
122
+ - **Fully Covered:** Content present and complete
123
+ - **Partially Covered:** Content present but incomplete
124
+ - **Not Found:** Content missing from PRD
125
+ - **Intentionally Excluded:** Content explicitly out of scope
126
+
127
+ ### 4. Assess Coverage and Severity
128
+
129
+ **For each gap (Partially Covered or Not Found):**
130
+ - Is this Critical? (Core vision, primary users, main features)
131
+ - Is this Moderate? (Secondary features, some goals)
132
+ - Is this Informational? (Nice-to-have features, minor details)
133
+
134
+ **Note:** Some exclusions may be intentional (valid scoping decisions)
135
+
136
+ ### 5. Report Coverage Findings to Validation Report
137
+
138
+ Append to validation report:
139
+
140
+ ```markdown
141
+ ## Product Brief Coverage
142
+
143
+ **Product Brief:** {brief_file_name}
144
+
145
+ ### Coverage Map
146
+
147
+ **Vision Statement:** [Fully/Partially/Not Found/Intentionally Excluded]
148
+ [If gap: Note severity and specific missing content]
149
+
150
+ **Target Users:** [Fully/Partially/Not Found/Intentionally Excluded]
151
+ [If gap: Note severity and specific missing content]
152
+
153
+ **Problem Statement:** [Fully/Partially/Not Found/Intentionally Excluded]
154
+ [If gap: Note severity and specific missing content]
155
+
156
+ **Key Features:** [Fully/Partially/Not Found/Intentionally Excluded]
157
+ [If gap: List specific features with severity]
158
+
159
+ **Goals/Objectives:** [Fully/Partially/Not Found/Intentionally Excluded]
160
+ [If gap: Note severity and specific missing content]
161
+
162
+ **Differentiators:** [Fully/Partially/Not Found/Intentionally Excluded]
163
+ [If gap: Note severity and specific missing content]
164
+
165
+ ### Coverage Summary
166
+
167
+ **Overall Coverage:** [percentage or qualitative assessment]
168
+ **Critical Gaps:** [count] [list if any]
169
+ **Moderate Gaps:** [count] [list if any]
170
+ **Informational Gaps:** [count] [list if any]
171
+
172
+ **Recommendation:**
173
+ [If critical gaps exist] "PRD should be revised to cover critical Product Brief content."
174
+ [If moderate gaps] "Consider addressing moderate gaps for complete coverage."
175
+ [If minimal gaps] "PRD provides good coverage of Product Brief content."
176
+ ```
177
+
178
+ ### 6. Display Progress and Auto-Proceed
179
+
180
+ Display: "**Product Brief Coverage Validation Complete**
181
+
182
+ Overall Coverage: {assessment}
183
+
184
+ **Proceeding to next validation check...**"
185
+
186
+ Without delay, read fully and follow: {nextStepFile} (step-v-05-measurability-validation.md)
187
+
188
+ ---
189
+
190
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
191
+
192
+ ### ✅ SUCCESS:
193
+
194
+ - Checked for Product Brief existence correctly
195
+ - If no brief: Reported "N/A" and skipped gracefully
196
+ - If brief exists: Mapped all key brief content to PRD sections
197
+ - Coverage classified appropriately (Fully/Partially/Not Found/Intentionally Excluded)
198
+ - Severity assessed for gaps (Critical/Moderate/Informational)
199
+ - Findings reported to validation report
200
+ - Auto-proceeds to next validation step
201
+ - Subprocess attempted with graceful degradation
202
+
203
+ ### ❌ SYSTEM FAILURE:
204
+
205
+ - Not checking for brief existence before attempting validation
206
+ - If brief exists: not mapping all key content areas
207
+ - Missing coverage classifications
208
+ - Not reporting findings to validation report
209
+ - Not auto-proceeding
210
+
211
+ **Master Rule:** Product Brief coverage is conditional - skip if no brief, validate thoroughly if brief exists. Always auto-proceed.
@@ -0,0 +1,225 @@
1
+ ---
2
+ # File references (ONLY variables used in this step)
3
+ nextStepFile: './step-v-06-traceability-validation.md'
4
+ prdFile: '{prd_file_path}'
5
+ validationReportPath: '{validation_report_path}'
6
+ ---
7
+
8
+ # Step 5: Measurability Validation
9
+
10
+ ## STEP GOAL:
11
+
12
+ Validate that all Functional Requirements (FRs) and Non-Functional Requirements (NFRs) are measurable, testable, and follow proper format without implementation details.
13
+
14
+ ## MANDATORY EXECUTION RULES (READ FIRST):
15
+
16
+ ### Universal Rules:
17
+
18
+ - 🛑 NEVER generate content without user input
19
+ - 📖 CRITICAL: Read the complete step file before taking any action
20
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
21
+ - 📋 YOU ARE A FACILITATOR, not a content generator
22
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_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 systematic validation, not collaborative dialogue
29
+ - ✅ You bring analytical rigor and requirements engineering expertise
30
+ - ✅ This step runs autonomously - no user input needed
31
+
32
+ ### Step-Specific Rules:
33
+
34
+ - 🎯 Focus ONLY on FR and NFR measurability
35
+ - 🚫 FORBIDDEN to validate other aspects in this step
36
+ - 💬 Approach: Systematic requirement-by-requirement analysis
37
+ - 🚪 This is a validation sequence step - auto-proceeds when complete
38
+
39
+ ## EXECUTION PROTOCOLS:
40
+
41
+ - 🎯 Extract all FRs and NFRs from PRD
42
+ - 💾 Validate each for measurability and format
43
+ - 📖 Append findings to validation report
44
+ - 📖 Display "Proceeding to next check..." and load next step
45
+ - 🚫 FORBIDDEN to pause or request user input
46
+
47
+ ## CONTEXT BOUNDARIES:
48
+
49
+ - Available context: PRD file, validation report
50
+ - Focus: FR and NFR measurability only
51
+ - Limits: Don't validate other aspects, don't pause for user input
52
+ - Dependencies: Steps 2-4 completed - initial validation checks done
53
+
54
+ ## MANDATORY SEQUENCE
55
+
56
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
57
+
58
+ ### 1. Attempt Sub-Process Validation
59
+
60
+ **Try to use Task tool to spawn a subprocess:**
61
+
62
+ "Perform measurability validation on this PRD:
63
+
64
+ **Functional Requirements (FRs):**
65
+ 1. Extract all FRs from Functional Requirements section
66
+ 2. Check each FR for:
67
+ - '[Actor] can [capability]' format compliance
68
+ - No subjective adjectives (easy, fast, simple, intuitive, etc.)
69
+ - No vague quantifiers (multiple, several, some, many, etc.)
70
+ - No implementation details (technology names, library names, data structures unless capability-relevant)
71
+ 3. Document violations with line numbers
72
+
73
+ **Non-Functional Requirements (NFRs):**
74
+ 1. Extract all NFRs from Non-Functional Requirements section
75
+ 2. Check each NFR for:
76
+ - Specific metrics with measurement methods
77
+ - Template compliance (criterion, metric, measurement method, context)
78
+ - Context included (why this matters, who it affects)
79
+ 3. Document violations with line numbers
80
+
81
+ Return structured findings with violation counts and examples."
82
+
83
+ ### 2. Graceful Degradation (if Task tool unavailable)
84
+
85
+ If Task tool unavailable, perform analysis directly:
86
+
87
+ **Functional Requirements Analysis:**
88
+
89
+ Extract all FRs and check each for:
90
+
91
+ **Format compliance:**
92
+ - Does it follow "[Actor] can [capability]" pattern?
93
+ - Is actor clearly defined?
94
+ - Is capability actionable and testable?
95
+
96
+ **No subjective adjectives:**
97
+ - Scan for: easy, fast, simple, intuitive, user-friendly, responsive, quick, efficient (without metrics)
98
+ - Note line numbers
99
+
100
+ **No vague quantifiers:**
101
+ - Scan for: multiple, several, some, many, few, various, number of
102
+ - Note line numbers
103
+
104
+ **No implementation details:**
105
+ - Scan for: React, Vue, Angular, PostgreSQL, MongoDB, AWS, Docker, Kubernetes, Redux, etc.
106
+ - Unless capability-relevant (e.g., "API consumers can access...")
107
+ - Note line numbers
108
+
109
+ **Non-Functional Requirements Analysis:**
110
+
111
+ Extract all NFRs and check each for:
112
+
113
+ **Specific metrics:**
114
+ - Is there a measurable criterion? (e.g., "response time < 200ms", not "fast response")
115
+ - Can this be measured or tested?
116
+
117
+ **Template compliance:**
118
+ - Criterion defined?
119
+ - Metric specified?
120
+ - Measurement method included?
121
+ - Context provided?
122
+
123
+ ### 3. Tally Violations
124
+
125
+ **FR Violations:**
126
+ - Format violations: count
127
+ - Subjective adjectives: count
128
+ - Vague quantifiers: count
129
+ - Implementation leakage: count
130
+ - Total FR violations: sum
131
+
132
+ **NFR Violations:**
133
+ - Missing metrics: count
134
+ - Incomplete template: count
135
+ - Missing context: count
136
+ - Total NFR violations: sum
137
+
138
+ **Total violations:** FR violations + NFR violations
139
+
140
+ ### 4. Report Measurability Findings to Validation Report
141
+
142
+ Append to validation report:
143
+
144
+ ```markdown
145
+ ## Measurability Validation
146
+
147
+ ### Functional Requirements
148
+
149
+ **Total FRs Analyzed:** {count}
150
+
151
+ **Format Violations:** {count}
152
+ [If violations exist, list examples with line numbers]
153
+
154
+ **Subjective Adjectives Found:** {count}
155
+ [If found, list examples with line numbers]
156
+
157
+ **Vague Quantifiers Found:** {count}
158
+ [If found, list examples with line numbers]
159
+
160
+ **Implementation Leakage:** {count}
161
+ [If found, list examples with line numbers]
162
+
163
+ **FR Violations Total:** {total}
164
+
165
+ ### Non-Functional Requirements
166
+
167
+ **Total NFRs Analyzed:** {count}
168
+
169
+ **Missing Metrics:** {count}
170
+ [If missing, list examples with line numbers]
171
+
172
+ **Incomplete Template:** {count}
173
+ [If incomplete, list examples with line numbers]
174
+
175
+ **Missing Context:** {count}
176
+ [If missing, list examples with line numbers]
177
+
178
+ **NFR Violations Total:** {total}
179
+
180
+ ### Overall Assessment
181
+
182
+ **Total Requirements:** {FRs + NFRs}
183
+ **Total Violations:** {FR violations + NFR violations}
184
+
185
+ **Severity:** [Critical if >10 violations, Warning if 5-10, Pass if <5]
186
+
187
+ **Recommendation:**
188
+ [If Critical] "Many requirements are not measurable or testable. Requirements must be revised to be testable for downstream work."
189
+ [If Warning] "Some requirements need refinement for measurability. Focus on violating requirements above."
190
+ [If Pass] "Requirements demonstrate good measurability with minimal issues."
191
+ ```
192
+
193
+ ### 5. Display Progress and Auto-Proceed
194
+
195
+ Display: "**Measurability Validation Complete**
196
+
197
+ Total Violations: {count} ({severity})
198
+
199
+ **Proceeding to next validation check...**"
200
+
201
+ Without delay, read fully and follow: {nextStepFile} (step-v-06-traceability-validation.md)
202
+
203
+ ---
204
+
205
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
206
+
207
+ ### ✅ SUCCESS:
208
+
209
+ - All FRs extracted and analyzed for measurability
210
+ - All NFRs extracted and analyzed for measurability
211
+ - Violations documented with line numbers
212
+ - Severity assessed correctly
213
+ - Findings reported to validation report
214
+ - Auto-proceeds to next validation step
215
+ - Subprocess attempted with graceful degradation
216
+
217
+ ### ❌ SYSTEM FAILURE:
218
+
219
+ - Not analyzing all FRs and NFRs
220
+ - Missing line numbers for violations
221
+ - Not reporting findings to validation report
222
+ - Not assessing severity
223
+ - Not auto-proceeding
224
+
225
+ **Master Rule:** Requirements must be testable to be useful. Validate every requirement for measurability, document violations, auto-proceed.
@@ -0,0 +1,214 @@
1
+ ---
2
+ # File references (ONLY variables used in this step)
3
+ nextStepFile: './step-v-07-implementation-leakage-validation.md'
4
+ prdFile: '{prd_file_path}'
5
+ validationReportPath: '{validation_report_path}'
6
+ ---
7
+
8
+ # Step 6: Traceability Validation
9
+
10
+ ## STEP GOAL:
11
+
12
+ Validate the traceability chain from Executive Summary → Success Criteria → User Journeys → Functional Requirements is intact, ensuring every requirement traces back to a user need or business objective.
13
+
14
+ ## MANDATORY EXECUTION RULES (READ FIRST):
15
+
16
+ ### Universal Rules:
17
+
18
+ - 🛑 NEVER generate content without user input
19
+ - 📖 CRITICAL: Read the complete step file before taking any action
20
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
21
+ - 📋 YOU ARE A FACILITATOR, not a content generator
22
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_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 systematic validation, not collaborative dialogue
29
+ - ✅ You bring analytical rigor and traceability matrix expertise
30
+ - ✅ This step runs autonomously - no user input needed
31
+
32
+ ### Step-Specific Rules:
33
+
34
+ - 🎯 Focus ONLY on traceability chain validation
35
+ - 🚫 FORBIDDEN to validate other aspects in this step
36
+ - 💬 Approach: Systematic chain validation and orphan detection
37
+ - 🚪 This is a validation sequence step - auto-proceeds when complete
38
+
39
+ ## EXECUTION PROTOCOLS:
40
+
41
+ - 🎯 Build and validate traceability matrix
42
+ - 💾 Identify broken chains and orphan requirements
43
+ - 📖 Append findings to validation report
44
+ - 📖 Display "Proceeding to next check..." and load next step
45
+ - 🚫 FORBIDDEN to pause or request user input
46
+
47
+ ## CONTEXT BOUNDARIES:
48
+
49
+ - Available context: PRD file, validation report
50
+ - Focus: Traceability chain validation only
51
+ - Limits: Don't validate other aspects, don't pause for user input
52
+ - Dependencies: Steps 2-5 completed - initial validations done
53
+
54
+ ## MANDATORY SEQUENCE
55
+
56
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
57
+
58
+ ### 1. Attempt Sub-Process Validation
59
+
60
+ **Try to use Task tool to spawn a subprocess:**
61
+
62
+ "Perform traceability validation on this PRD:
63
+
64
+ 1. Extract content from Executive Summary (vision, goals)
65
+ 2. Extract Success Criteria
66
+ 3. Extract User Journeys (user types, flows, outcomes)
67
+ 4. Extract Functional Requirements (FRs)
68
+ 5. Extract Product Scope (in-scope items)
69
+
70
+ **Validate chains:**
71
+ - Executive Summary → Success Criteria: Does vision align with defined success?
72
+ - Success Criteria → User Journeys: Are success criteria supported by user journeys?
73
+ - User Journeys → Functional Requirements: Does each FR trace back to a user journey?
74
+ - Scope → FRs: Do MVP scope FRs align with in-scope items?
75
+
76
+ **Identify orphans:**
77
+ - FRs not traceable to any user journey or business objective
78
+ - Success criteria not supported by user journeys
79
+ - User journeys without supporting FRs
80
+
81
+ Build traceability matrix and identify broken chains and orphan FRs.
82
+
83
+ Return structured findings with chain status and orphan list."
84
+
85
+ ### 2. Graceful Degradation (if Task tool unavailable)
86
+
87
+ If Task tool unavailable, perform analysis directly:
88
+
89
+ **Step 1: Extract key elements**
90
+ - Executive Summary: Note vision, goals, objectives
91
+ - Success Criteria: List all criteria
92
+ - User Journeys: List user types and their flows
93
+ - Functional Requirements: List all FRs
94
+ - Product Scope: List in-scope items
95
+
96
+ **Step 2: Validate Executive Summary → Success Criteria**
97
+ - Does Executive Summary mention the success dimensions?
98
+ - Are Success Criteria aligned with vision?
99
+ - Note any misalignment
100
+
101
+ **Step 3: Validate Success Criteria → User Journeys**
102
+ - For each success criterion, is there a user journey that achieves it?
103
+ - Note success criteria without supporting journeys
104
+
105
+ **Step 4: Validate User Journeys → FRs**
106
+ - For each user journey/flow, are there FRs that enable it?
107
+ - List FRs with no clear user journey origin
108
+ - Note orphan FRs (requirements without traceable source)
109
+
110
+ **Step 5: Validate Scope → FR Alignment**
111
+ - Does MVP scope align with essential FRs?
112
+ - Are in-scope items supported by FRs?
113
+ - Note misalignments
114
+
115
+ **Step 6: Build traceability matrix**
116
+ - Map each FR to its source (journey or business objective)
117
+ - Note orphan FRs
118
+ - Identify broken chains
119
+
120
+ ### 3. Tally Traceability Issues
121
+
122
+ **Broken chains:**
123
+ - Executive Summary → Success Criteria gaps: count
124
+ - Success Criteria → User Journeys gaps: count
125
+ - User Journeys → FRs gaps: count
126
+ - Scope → FR misalignments: count
127
+
128
+ **Orphan elements:**
129
+ - Orphan FRs (no traceable source): count
130
+ - Unsupported success criteria: count
131
+ - User journeys without FRs: count
132
+
133
+ **Total issues:** Sum of all broken chains and orphans
134
+
135
+ ### 4. Report Traceability Findings to Validation Report
136
+
137
+ Append to validation report:
138
+
139
+ ```markdown
140
+ ## Traceability Validation
141
+
142
+ ### Chain Validation
143
+
144
+ **Executive Summary → Success Criteria:** [Intact/Gaps Identified]
145
+ {If gaps: List specific misalignments}
146
+
147
+ **Success Criteria → User Journeys:** [Intact/Gaps Identified]
148
+ {If gaps: List unsupported success criteria}
149
+
150
+ **User Journeys → Functional Requirements:** [Intact/Gaps Identified]
151
+ {If gaps: List journeys without supporting FRs}
152
+
153
+ **Scope → FR Alignment:** [Intact/Misaligned]
154
+ {If misaligned: List specific issues}
155
+
156
+ ### Orphan Elements
157
+
158
+ **Orphan Functional Requirements:** {count}
159
+ {List orphan FRs with numbers}
160
+
161
+ **Unsupported Success Criteria:** {count}
162
+ {List unsupported criteria}
163
+
164
+ **User Journeys Without FRs:** {count}
165
+ {List journeys without FRs}
166
+
167
+ ### Traceability Matrix
168
+
169
+ {Summary table showing traceability coverage}
170
+
171
+ **Total Traceability Issues:** {total}
172
+
173
+ **Severity:** [Critical if orphan FRs exist, Warning if gaps, Pass if intact]
174
+
175
+ **Recommendation:**
176
+ [If Critical] "Orphan requirements exist - every FR must trace back to a user need or business objective."
177
+ [If Warning] "Traceability gaps identified - strengthen chains to ensure all requirements are justified."
178
+ [If Pass] "Traceability chain is intact - all requirements trace to user needs or business objectives."
179
+ ```
180
+
181
+ ### 5. Display Progress and Auto-Proceed
182
+
183
+ Display: "**Traceability Validation Complete**
184
+
185
+ Total Issues: {count} ({severity})
186
+
187
+ **Proceeding to next validation check...**"
188
+
189
+ Without delay, read fully and follow: {nextStepFile} (step-v-07-implementation-leakage-validation.md)
190
+
191
+ ---
192
+
193
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
194
+
195
+ ### ✅ SUCCESS:
196
+
197
+ - All traceability chains validated systematically
198
+ - Orphan FRs identified with numbers
199
+ - Broken chains documented
200
+ - Traceability matrix built
201
+ - Severity assessed correctly
202
+ - Findings reported to validation report
203
+ - Auto-proceeds to next validation step
204
+ - Subprocess attempted with graceful degradation
205
+
206
+ ### ❌ SYSTEM FAILURE:
207
+
208
+ - Not validating all traceability chains
209
+ - Missing orphan FR detection
210
+ - Not building traceability matrix
211
+ - Not reporting findings to validation report
212
+ - Not auto-proceeding
213
+
214
+ **Master Rule:** Every requirement should trace to a user need or business objective. Orphan FRs indicate broken traceability that must be fixed.