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.
- package/README.md +4 -4
- package/bmad/bmm/agents/analyst.agent.yaml +6 -6
- package/bmad/bmm/agents/architect.agent.yaml +2 -2
- package/bmad/bmm/agents/bmad-skill-manifest.yaml +39 -0
- package/bmad/bmm/agents/dev.agent.yaml +2 -2
- package/bmad/bmm/agents/pm.agent.yaml +6 -6
- package/bmad/bmm/agents/qa.agent.yaml +1 -1
- package/bmad/bmm/agents/quick-flow-solo-dev.agent.yaml +7 -3
- package/bmad/bmm/agents/sm.agent.yaml +4 -4
- package/bmad/bmm/agents/tech-writer/bmad-skill-manifest.yaml +3 -0
- package/bmad/bmm/agents/tech-writer/tech-writer.agent.yaml +1 -1
- package/bmad/bmm/agents/ux-designer.agent.yaml +1 -1
- package/bmad/bmm/module-help.csv +26 -25
- package/bmad/bmm/workflows/1-analysis/bmad-create-product-brief/SKILL.md +6 -0
- package/bmad/bmm/workflows/1-analysis/bmad-create-product-brief/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/product-brief.template.md +2 -2
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-01-init.md +4 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-01b-continue.md +0 -3
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-02-vision.md +5 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-03-users.md +5 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-04-metrics.md +5 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-05-scope.md +5 -11
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/steps/step-06-complete.md +1 -4
- package/bmad/bmm/workflows/1-analysis/{create-product-brief → bmad-create-product-brief}/workflow.md +4 -6
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md +88 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/artifact-analyzer.md +60 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/opportunity-reviewer.md +44 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/skeptic-reviewer.md +44 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/web-researcher.md +49 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-manifest.json +17 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md +57 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md +86 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md +75 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md +70 -0
- package/bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/resources/brief-template.md +60 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md +6 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-06-research-synthesis.md +2 -1
- package/bmad/bmm/workflows/1-analysis/research/bmad-domain-research/research.template.md +29 -0
- package/bmad/bmm/workflows/1-analysis/research/{workflow-domain-research.md → bmad-domain-research/workflow.md} +0 -5
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/SKILL.md +6 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/research.template.md +29 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-01-init.md +184 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md +478 -0
- package/bmad/bmm/workflows/1-analysis/research/{workflow-market-research.md → bmad-market-research/workflow.md} +1 -6
- package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md +6 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/1-analysis/research/bmad-technical-research/research.template.md +29 -0
- package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-06-research-synthesis.md +2 -1
- package/bmad/bmm/workflows/1-analysis/research/{workflow-technical-research.md → bmad-technical-research/workflow.md} +0 -4
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +2 -2
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +2 -2
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +2 -2
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +2 -2
- package/bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +2 -1
- package/bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/SKILL.md +6 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-01-init.md +2 -2
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-01b-continue.md +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-02-discovery.md +2 -2
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-03-core-experience.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-04-emotional-response.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-05-inspiration.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-06-design-system.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-07-defining-experience.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-08-visual-foundation.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-09-design-directions.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-10-user-journeys.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-11-component-strategy.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-12-ux-patterns.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-13-responsive-accessibility.md +5 -4
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/steps/step-14-complete.md +3 -3
- package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/workflow.md +2 -8
- package/bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md +6 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01-discovery.md +3 -8
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-01b-legacy-conversion.md +1 -5
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-02-review.md +5 -9
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-03-edit.md +3 -6
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd → bmad-edit-prd}/steps-e/step-e-04-complete.md +2 -5
- package/bmad/bmm/workflows/2-plan-workflows/{create-prd/workflow-edit-prd.md → bmad-edit-prd/workflow.md} +2 -4
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/SKILL.md +6 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv +15 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md +197 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/project-types.csv +11 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
- package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/workflow.md +62 -0
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +2 -4
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +3 -3
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +3 -2
- package/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +3 -1
- package/bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/SKILL.md +6 -0
- package/bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-01-document-discovery.md +3 -8
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-02-prd-analysis.md +1 -5
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-03-epic-coverage-validation.md +1 -5
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-04-ux-alignment.md +1 -5
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-05-epic-quality-review.md +2 -6
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/steps/step-06-final-assessment.md +1 -4
- package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/workflow.md +1 -6
- package/bmad/bmm/workflows/3-solutioning/bmad-create-architecture/SKILL.md +6 -0
- package/bmad/bmm/workflows/3-solutioning/bmad-create-architecture/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01-init.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-01b-continue.md +11 -2
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-02-context.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-03-starter.md +5 -7
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-04-decisions.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-05-patterns.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-06-structure.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-07-validation.md +4 -4
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/steps/step-08-complete.md +1 -1
- package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/workflow.md +1 -12
- package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/SKILL.md +6 -0
- package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-01-validate-prerequisites.md +37 -41
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-02-design-epics.md +7 -28
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-03-create-stories.md +13 -30
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/steps/step-04-final-validation.md +3 -21
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/templates/epics-template.md +4 -0
- package/bmad/bmm/workflows/3-solutioning/{create-epics-and-stories → bmad-create-epics-and-stories}/workflow.md +1 -6
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-01-gather-context.md +61 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-02-review.md +41 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-03-triage.md +50 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-04-present.md +38 -0
- package/bmad/bmm/workflows/4-implementation/bmad-code-review/workflow.md +54 -0
- package/bmad/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-correct-course/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{correct-course → bmad-correct-course}/checklist.md +1 -1
- package/bmad/bmm/workflows/4-implementation/{correct-course/instructions.md → bmad-correct-course/workflow.md} +74 -14
- package/bmad/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-create-story/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{create-story → bmad-create-story}/checklist.md +9 -10
- package/bmad/bmm/workflows/4-implementation/bmad-create-story/discover-inputs.md +88 -0
- package/bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md +380 -0
- package/bmad/bmm/workflows/4-implementation/bmad-dev-story/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-dev-story/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{dev-story/instructions.xml → bmad-dev-story/workflow.md} +42 -2
- package/bmad/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-retrospective/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{retrospective/instructions.md → bmad-retrospective/workflow.md} +58 -23
- package/bmad/bmm/workflows/4-implementation/bmad-sprint-planning/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-sprint-planning/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/sprint-status-template.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{sprint-planning/instructions.md → bmad-sprint-planning/workflow.md} +47 -10
- package/bmad/bmm/workflows/4-implementation/bmad-sprint-status/SKILL.md +6 -0
- package/bmad/bmm/workflows/4-implementation/bmad-sprint-status/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/4-implementation/{sprint-status/instructions.md → bmad-sprint-status/workflow.md} +39 -8
- package/bmad/bmm/workflows/bmad-document-project/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-document-project/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/{document-project → bmad-document-project}/instructions.md +6 -8
- package/bmad/bmm/workflows/bmad-document-project/workflow.md +27 -0
- package/bmad/bmm/workflows/{document-project → bmad-document-project}/workflows/deep-dive-instructions.md +3 -2
- package/bmad/bmm/workflows/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
- package/bmad/bmm/workflows/{document-project → bmad-document-project}/workflows/full-scan-instructions.md +5 -4
- package/bmad/bmm/workflows/bmad-document-project/workflows/full-scan-workflow.md +34 -0
- package/bmad/bmm/workflows/bmad-generate-project-context/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-generate-project-context/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-01-discover.md +3 -1
- package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-02-generate.md +7 -4
- package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/workflow.md +2 -8
- package/bmad/bmm/workflows/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-qa-generate-e2e-tests/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/{qa/automate/instructions.md → bmad-qa-generate-e2e-tests/workflow.md} +33 -7
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-01-mode-detection.md +9 -14
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-02-context-gathering.md +1 -5
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-03-execute.md +1 -5
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-04-self-check.md +1 -5
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-05-adversarial-review.md +8 -18
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/steps/step-06-resolve-findings.md +0 -2
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-dev → bmad-quick-dev}/workflow.md +1 -13
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-01-clarify-and-route.md +51 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-02-plan.md +35 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-03-implement.md +33 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-04-review.md +50 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-05-present.md +17 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/tech-spec-template.md +90 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md +79 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/SKILL.md +6 -0
- package/bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/bmad-skill-manifest.yaml +1 -0
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-01-understand.md +7 -13
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-02-investigate.md +3 -7
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-03-generate.md +1 -5
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/steps/step-04-review.md +9 -14
- package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/workflow.md +1 -7
- package/bmad/core/module-help.csv +10 -8
- package/bmad/core/module.yaml +1 -1
- package/bmad/core/skills/bmad-advanced-elicitation/SKILL.md +6 -0
- package/bmad/core/skills/bmad-advanced-elicitation/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-advanced-elicitation/workflow.md +135 -0
- package/bmad/core/skills/bmad-brainstorming/SKILL.md +6 -0
- package/bmad/core/skills/bmad-brainstorming/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01-session-setup.md +35 -18
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-01b-continue.md +4 -2
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02a-user-selected.md +5 -1
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02b-ai-recommended.md +3 -1
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02c-random-selection.md +3 -1
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-02d-progressive-flow.md +3 -1
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-03-technique-execution.md +6 -4
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/steps/step-04-idea-organization.md +4 -2
- package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/workflow.md +4 -9
- package/bmad/core/skills/bmad-distillator/SKILL.md +178 -0
- package/bmad/core/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
- package/bmad/core/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
- package/bmad/core/skills/bmad-distillator/bmad-skill-manifest.yaml +15 -0
- package/bmad/core/skills/bmad-distillator/resources/compression-rules.md +51 -0
- package/bmad/core/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
- package/bmad/core/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
- package/bmad/core/skills/bmad-distillator/scripts/analyze_sources.py +300 -0
- package/bmad/core/skills/bmad-distillator/scripts/tests/test_analyze_sources.py +204 -0
- package/bmad/core/skills/bmad-editorial-review-prose/SKILL.md +6 -0
- package/bmad/core/skills/bmad-editorial-review-prose/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-editorial-review-prose/workflow.md +81 -0
- package/bmad/core/skills/bmad-editorial-review-structure/SKILL.md +6 -0
- package/bmad/core/skills/bmad-editorial-review-structure/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-editorial-review-structure/workflow.md +174 -0
- package/bmad/core/skills/bmad-help/SKILL.md +6 -0
- package/bmad/core/skills/bmad-help/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/{tasks/help.md → skills/bmad-help/workflow.md} +11 -8
- package/bmad/core/skills/bmad-index-docs/SKILL.md +6 -0
- package/bmad/core/skills/bmad-index-docs/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-index-docs/workflow.md +61 -0
- package/bmad/core/skills/bmad-party-mode/SKILL.md +6 -0
- package/bmad/core/skills/bmad-party-mode/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-03-graceful-exit.md +0 -1
- package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/workflow.md +0 -4
- package/bmad/core/skills/bmad-review-adversarial-general/SKILL.md +6 -0
- package/bmad/core/skills/bmad-review-adversarial-general/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-review-adversarial-general/workflow.md +32 -0
- package/bmad/core/skills/bmad-review-edge-case-hunter/SKILL.md +6 -0
- package/bmad/core/skills/bmad-review-edge-case-hunter/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-review-edge-case-hunter/workflow.md +62 -0
- package/bmad/core/skills/bmad-shard-doc/SKILL.md +6 -0
- package/bmad/core/skills/bmad-shard-doc/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/skills/bmad-shard-doc/workflow.md +100 -0
- package/bmad/core/tasks/bmad-create-prd/SKILL.md +6 -0
- package/bmad/core/tasks/bmad-create-prd/bmad-skill-manifest.yaml +1 -0
- package/bmad/core/tasks/bmad-create-prd/data/domain-complexity.csv +15 -0
- package/bmad/core/tasks/bmad-create-prd/data/prd-purpose.md +197 -0
- package/bmad/core/tasks/bmad-create-prd/data/project-types.csv +11 -0
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01-init.md +7 -20
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-01b-continue.md +29 -21
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02-discovery.md +7 -23
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02b-vision.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-02c-executive-summary.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-03-success.md +4 -16
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-04-journeys.md +4 -16
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-05-domain.md +7 -20
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-06-innovation.md +8 -23
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-07-project-type.md +6 -21
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-08-scoping.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-09-functional.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-10-nonfunctional.md +5 -17
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-11-polish.md +22 -18
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/steps-c/step-12-complete.md +4 -13
- package/bmad/{bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md → core/tasks/bmad-create-prd/workflow.md} +3 -4
- package/bundled-versions.json +1 -1
- package/dist/commands/doctor-checks.js +14 -5
- package/dist/commands/doctor-checks.js.map +1 -1
- package/dist/commands/doctor.js +13 -4
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/init.js +12 -2
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/run.js +11 -2
- package/dist/commands/run.js.map +1 -1
- package/dist/commands/status.js +3 -2
- package/dist/commands/status.js.map +1 -1
- package/dist/commands/watch.js +5 -0
- package/dist/commands/watch.js.map +1 -1
- package/dist/installer/commands.js +33 -15
- package/dist/installer/commands.js.map +1 -1
- package/dist/installer/install.js +1 -1
- package/dist/installer/install.js.map +1 -1
- package/dist/installer/project-files.js +4 -4
- package/dist/installer/project-files.js.map +1 -1
- package/dist/installer/template-files.js +72 -6
- package/dist/installer/template-files.js.map +1 -1
- package/dist/platform/codex.js +6 -1
- package/dist/platform/codex.js.map +1 -1
- package/dist/platform/detect.js +7 -3
- package/dist/platform/detect.js.map +1 -1
- package/dist/platform/doctor-checks.js +2 -2
- package/dist/platform/doctor-checks.js.map +1 -1
- package/dist/platform/guidance.js +66 -0
- package/dist/platform/guidance.js.map +1 -0
- package/dist/platform/instructions-snippet.js +15 -0
- package/dist/platform/instructions-snippet.js.map +1 -1
- package/dist/platform/opencode.js +20 -0
- package/dist/platform/opencode.js.map +1 -0
- package/dist/platform/registry.js +2 -0
- package/dist/platform/registry.js.map +1 -1
- package/dist/platform/types.js +1 -0
- package/dist/platform/types.js.map +1 -1
- package/dist/reset.js +3 -3
- package/dist/reset.js.map +1 -1
- package/dist/run/ralph-process.js +51 -7
- package/dist/run/ralph-process.js.map +1 -1
- package/dist/run/run-dashboard.js +22 -9
- package/dist/run/run-dashboard.js.map +1 -1
- package/dist/transition/artifact-scan.js +14 -5
- package/dist/transition/artifact-scan.js.map +1 -1
- package/dist/transition/context.js +11 -3
- package/dist/transition/context.js.map +1 -1
- package/dist/utils/constants.js +4 -2
- package/dist/utils/constants.js.map +1 -1
- package/dist/watch/dashboard.js +36 -21
- package/dist/watch/dashboard.js.map +1 -1
- package/dist/watch/frame-writer.js +83 -0
- package/dist/watch/frame-writer.js.map +1 -0
- package/dist/watch/renderer.js +179 -54
- package/dist/watch/renderer.js.map +1 -1
- package/dist/watch/state-reader.js +8 -0
- package/dist/watch/state-reader.js.map +1 -1
- package/package.json +1 -1
- package/ralph/RALPH-REFERENCE.md +4 -4
- package/ralph/drivers/claude-code.sh +4 -2
- package/ralph/drivers/opencode.sh +147 -0
- package/ralph/lib/enable_core.sh +10 -2
- package/ralph/lib/response_analyzer.sh +337 -96
- package/ralph/lib/wizard_utils.sh +4 -4
- package/ralph/ralph_import.sh +9 -1
- package/ralph/ralph_loop.sh +428 -15
- package/ralph/templates/PROMPT.md +15 -5
- package/ralph/templates/ralphrc.template +31 -5
- package/slash-commands/advanced-elicitation.md +1 -1
- package/slash-commands/adversarial-review.md +1 -1
- package/slash-commands/bmad-help.md +1 -1
- package/slash-commands/bmalph.md +1 -1
- package/slash-commands/brainstorm-project.md +1 -1
- package/slash-commands/brainstorming.md +1 -1
- package/slash-commands/correct-course.md +1 -1
- package/slash-commands/create-architecture.md +1 -1
- package/slash-commands/create-brief.md +1 -1
- package/slash-commands/create-epics-stories.md +1 -1
- package/slash-commands/create-prd.md +1 -1
- package/slash-commands/create-story.md +1 -1
- package/slash-commands/create-ux.md +1 -1
- package/slash-commands/distillator.md +1 -0
- package/slash-commands/document-project.md +1 -1
- package/slash-commands/domain-research.md +1 -1
- package/slash-commands/edge-case-hunter.md +1 -0
- package/slash-commands/edit-prd.md +1 -0
- package/slash-commands/editorial-prose.md +1 -1
- package/slash-commands/editorial-structure.md +1 -1
- package/slash-commands/generate-project-context.md +1 -1
- package/slash-commands/implementation-readiness.md +1 -1
- package/slash-commands/index-docs.md +1 -1
- package/slash-commands/market-research.md +1 -1
- package/slash-commands/party-mode.md +1 -1
- package/slash-commands/qa-automate.md +1 -1
- package/slash-commands/quick-dev-new.md +1 -0
- package/slash-commands/quick-dev.md +1 -1
- package/slash-commands/retrospective.md +1 -1
- package/slash-commands/shard-doc.md +1 -1
- package/slash-commands/sprint-planning.md +1 -1
- package/slash-commands/sprint-status.md +1 -1
- package/slash-commands/tech-spec.md +1 -1
- package/slash-commands/technical-research.md +1 -1
- package/slash-commands/validate-architecture.md +1 -1
- package/slash-commands/validate-brief.md +1 -1
- package/slash-commands/validate-epics-stories.md +1 -1
- package/slash-commands/validate-prd.md +1 -1
- package/slash-commands/validate-story.md +1 -1
- package/slash-commands/validate-ux.md +1 -1
- package/bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
- package/bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
- package/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -44
- package/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -54
- package/bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -346
- package/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -53
- package/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -21
- package/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -53
- package/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -47
- package/bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -25
- package/bmad/bmm/workflows/document-project/workflow.yaml +0 -22
- package/bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
- package/bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
- package/bmad/bmm/workflows/qa/automate/workflow.yaml +0 -44
- package/bmad/core/agents/bmad-master.agent.yaml +0 -30
- package/bmad/core/tasks/editorial-review-prose.xml +0 -102
- package/bmad/core/tasks/editorial-review-structure.xml +0 -209
- package/bmad/core/tasks/index-docs.xml +0 -65
- package/bmad/core/tasks/review-adversarial-general.xml +0 -48
- package/bmad/core/tasks/shard-doc.xml +0 -108
- package/bmad/core/tasks/workflow.xml +0 -235
- package/bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
- package/slash-commands/execute-workflow.md +0 -1
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-01-init.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-02-domain-analysis.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-03-competitive-landscape.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-04-regulatory-focus.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{domain-steps → bmad-domain-research/domain-steps}/step-05-technical-trends.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-01-init.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-02-technical-overview.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-03-integration-patterns.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-04-architectural-patterns.md +0 -0
- /package/bmad/bmm/workflows/1-analysis/research/{technical-steps → bmad-technical-research/technical-steps}/step-05-implementation-research.md +0 -0
- /package/bmad/bmm/workflows/2-plan-workflows/{create-ux-design → bmad-create-ux-design}/ux-design-template.md +0 -0
- /package/bmad/bmm/workflows/3-solutioning/{check-implementation-readiness → bmad-check-implementation-readiness}/templates/readiness-report-template.md +0 -0
- /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/architecture-decision-template.md +0 -0
- /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/domain-complexity.csv +0 -0
- /package/bmad/bmm/workflows/3-solutioning/{create-architecture → bmad-create-architecture}/data/project-types.csv +0 -0
- /package/bmad/bmm/workflows/4-implementation/{create-story → bmad-create-story}/template.md +0 -0
- /package/bmad/bmm/workflows/4-implementation/{dev-story → bmad-dev-story}/checklist.md +0 -0
- /package/bmad/bmm/workflows/4-implementation/{sprint-planning → bmad-sprint-planning}/checklist.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/checklist.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/documentation-requirements.csv +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/deep-dive-template.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/index-template.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/project-overview-template.md +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/project-scan-report-schema.json +0 -0
- /package/bmad/bmm/workflows/{document-project → bmad-document-project}/templates/source-tree-template.md +0 -0
- /package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/project-context-template.md +0 -0
- /package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/steps/step-03-complete.md +0 -0
- /package/bmad/bmm/workflows/{qa/automate → bmad-qa-generate-e2e-tests}/checklist.md +0 -0
- /package/bmad/bmm/workflows/bmad-quick-flow/{quick-spec → bmad-quick-spec}/tech-spec-template.md +0 -0
- /package/bmad/core/{workflows/advanced-elicitation → skills/bmad-advanced-elicitation}/methods.csv +0 -0
- /package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/brain-methods.csv +0 -0
- /package/bmad/core/{workflows/brainstorming → skills/bmad-brainstorming}/template.md +0 -0
- /package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-01-agent-loading.md +0 -0
- /package/bmad/core/{workflows/party-mode → skills/bmad-party-mode}/steps/step-02-discussion-orchestration.md +0 -0
- /package/bmad/{bmm/workflows/2-plan-workflows/create-prd → core/tasks/bmad-create-prd}/templates/prd-template.md +0 -0
package/bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md
ADDED
|
@@ -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:
|
|
199
|
-
- IF P:
|
|
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
|
package/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md
CHANGED
|
@@ -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
|
-
**
|
|
70
|
-
|
|
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.
|
|
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
|
|
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 @@
|
|
|
1
|
+
type: skill
|
|
@@ -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
|
|
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:
|
|
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
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -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
|
-
- {
|
|
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 `{
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
35
|
-
- When 'P' selected:
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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
|