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
|
@@ -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
|
|
|
@@ -232,7 +232,6 @@ Prepare the content to append to the document:
|
|
|
232
232
|
```bash
|
|
233
233
|
{{full_starter_command_with_options}}
|
|
234
234
|
```
|
|
235
|
-
````
|
|
236
235
|
|
|
237
236
|
**Architectural Decisions Provided by Starter:**
|
|
238
237
|
|
|
@@ -256,7 +255,7 @@ Prepare the content to append to the document:
|
|
|
256
255
|
|
|
257
256
|
**Note:** Project initialization using this command should be the first implementation story.
|
|
258
257
|
|
|
259
|
-
|
|
258
|
+
````
|
|
260
259
|
|
|
261
260
|
### 9. Present Content and Menu
|
|
262
261
|
|
|
@@ -277,7 +276,7 @@ Show the generated content and present choices:
|
|
|
277
276
|
|
|
278
277
|
#### If 'A' (Advanced Elicitation):
|
|
279
278
|
|
|
280
|
-
-
|
|
279
|
+
- Invoke the `bmad-advanced-elicitation` skill with current starter analysis
|
|
281
280
|
- Process enhanced insights about starter options or custom approaches
|
|
282
281
|
- Ask user: "Accept these changes to the starter template evaluation? (y/n)"
|
|
283
282
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -285,7 +284,7 @@ Show the generated content and present choices:
|
|
|
285
284
|
|
|
286
285
|
#### If 'P' (Party Mode):
|
|
287
286
|
|
|
288
|
-
-
|
|
287
|
+
- Invoke the `bmad-party-mode` skill with starter evaluation context
|
|
289
288
|
- Process collaborative insights about starter trade-offs
|
|
290
289
|
- Ask user: "Accept these changes to the starter template evaluation? (y/n)"
|
|
291
290
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -328,4 +327,3 @@ When user selects 'C', append the content directly to the document using the str
|
|
|
328
327
|
After user selects 'C' and content is saved to document, load `./step-04-decisions.md` to begin making specific architectural decisions.
|
|
329
328
|
|
|
330
329
|
Remember: Do NOT proceed to step-04 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
331
|
-
```
|
|
@@ -32,8 +32,8 @@ This step will generate content and present choices for each decision category:
|
|
|
32
32
|
|
|
33
33
|
## PROTOCOL INTEGRATION:
|
|
34
34
|
|
|
35
|
-
- When 'A' selected:
|
|
36
|
-
- When 'P' selected:
|
|
35
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
36
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
37
37
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
38
38
|
- User accepts/rejects protocol changes before proceeding
|
|
39
39
|
|
|
@@ -264,7 +264,7 @@ Show the generated decisions content and present choices:
|
|
|
264
264
|
|
|
265
265
|
#### If 'A' (Advanced Elicitation):
|
|
266
266
|
|
|
267
|
-
-
|
|
267
|
+
- Invoke the `bmad-advanced-elicitation` skill with specific decision categories
|
|
268
268
|
- Process enhanced insights about particular decisions
|
|
269
269
|
- Ask user: "Accept these enhancements to the architectural decisions? (y/n)"
|
|
270
270
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -272,7 +272,7 @@ Show the generated decisions content and present choices:
|
|
|
272
272
|
|
|
273
273
|
#### If 'P' (Party Mode):
|
|
274
274
|
|
|
275
|
-
-
|
|
275
|
+
- Invoke the `bmad-party-mode` skill with architectural decisions context
|
|
276
276
|
- Process collaborative insights about decision trade-offs
|
|
277
277
|
- Ask user: "Accept these changes to the architectural decisions? (y/n)"
|
|
278
278
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -32,8 +32,8 @@ This step will generate content and present choices:
|
|
|
32
32
|
|
|
33
33
|
## PROTOCOL INTEGRATION:
|
|
34
34
|
|
|
35
|
-
- When 'A' selected:
|
|
36
|
-
- When 'P' selected:
|
|
35
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
36
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
37
37
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
38
38
|
- User accepts/rejects protocol changes before proceeding
|
|
39
39
|
|
|
@@ -305,7 +305,7 @@ Show the generated patterns content and present choices:
|
|
|
305
305
|
|
|
306
306
|
#### If 'A' (Advanced Elicitation):
|
|
307
307
|
|
|
308
|
-
-
|
|
308
|
+
- Invoke the `bmad-advanced-elicitation` skill with current patterns
|
|
309
309
|
- Process enhanced consistency rules that come back
|
|
310
310
|
- Ask user: "Accept these additional pattern refinements? (y/n)"
|
|
311
311
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -313,7 +313,7 @@ Show the generated patterns content and present choices:
|
|
|
313
313
|
|
|
314
314
|
#### If 'P' (Party Mode):
|
|
315
315
|
|
|
316
|
-
-
|
|
316
|
+
- Invoke the `bmad-party-mode` skill with implementation patterns context
|
|
317
317
|
- Process collaborative insights about potential conflicts
|
|
318
318
|
- Ask user: "Accept these changes to the implementation patterns? (y/n)"
|
|
319
319
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -32,8 +32,8 @@ This step will generate content and present choices:
|
|
|
32
32
|
|
|
33
33
|
## PROTOCOL INTEGRATION:
|
|
34
34
|
|
|
35
|
-
- When 'A' selected:
|
|
36
|
-
- When 'P' selected:
|
|
35
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
36
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
37
37
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
38
38
|
- User accepts/rejects protocol changes before proceeding
|
|
39
39
|
|
|
@@ -325,7 +325,7 @@ Show the generated project structure content and present choices:
|
|
|
325
325
|
|
|
326
326
|
#### If 'A' (Advanced Elicitation):
|
|
327
327
|
|
|
328
|
-
-
|
|
328
|
+
- Invoke the `bmad-advanced-elicitation` skill with current project structure
|
|
329
329
|
- Process enhanced organizational insights that come back
|
|
330
330
|
- Ask user: "Accept these changes to the project structure? (y/n)"
|
|
331
331
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -333,7 +333,7 @@ Show the generated project structure content and present choices:
|
|
|
333
333
|
|
|
334
334
|
#### If 'P' (Party Mode):
|
|
335
335
|
|
|
336
|
-
-
|
|
336
|
+
- Invoke the `bmad-party-mode` skill with project structure context
|
|
337
337
|
- Process collaborative insights about organization trade-offs
|
|
338
338
|
- Ask user: "Accept these changes to the project structure? (y/n)"
|
|
339
339
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -32,8 +32,8 @@ This step will generate content and present choices:
|
|
|
32
32
|
|
|
33
33
|
## PROTOCOL INTEGRATION:
|
|
34
34
|
|
|
35
|
-
- When 'A' selected:
|
|
36
|
-
- When 'P' selected:
|
|
35
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
36
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
37
37
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
38
38
|
- User accepts/rejects protocol changes before proceeding
|
|
39
39
|
|
|
@@ -305,7 +305,7 @@ Show the validation results and present choices:
|
|
|
305
305
|
|
|
306
306
|
#### If 'A' (Advanced Elicitation):
|
|
307
307
|
|
|
308
|
-
-
|
|
308
|
+
- Invoke the `bmad-advanced-elicitation` skill with validation issues
|
|
309
309
|
- Process enhanced solutions for complex concerns
|
|
310
310
|
- Ask user: "Accept these architectural improvements? (y/n)"
|
|
311
311
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -313,7 +313,7 @@ Show the validation results and present choices:
|
|
|
313
313
|
|
|
314
314
|
#### If 'P' (Party Mode):
|
|
315
315
|
|
|
316
|
-
-
|
|
316
|
+
- Invoke the `bmad-party-mode` skill with validation context
|
|
317
317
|
- Process collaborative insights on implementation readiness
|
|
318
318
|
- Ask user: "Accept these changes to the validation results? (y/n)"
|
|
319
319
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -41,7 +41,7 @@ completedAt: '{{current_date}}'
|
|
|
41
41
|
|
|
42
42
|
### 3. Next Steps Guidance
|
|
43
43
|
|
|
44
|
-
Architecture complete.
|
|
44
|
+
Architecture complete. Invoke the `bmad-help` skill.
|
|
45
45
|
|
|
46
46
|
Upon Completion of task output: offer to answer any questions about the Architecture Document.
|
|
47
47
|
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: create-architecture
|
|
3
|
-
description: Collaborative architectural decision facilitation for AI-agent consistency. Replaces template-driven architecture with intelligent, adaptive conversation that produces a decision-focused architecture document optimized for preventing agent conflicts.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Architecture Workflow
|
|
7
2
|
|
|
8
3
|
**Goal:** Create comprehensive architecture decisions through collaborative step-by-step discovery that ensures AI agents implement consistently.
|
|
@@ -34,16 +29,10 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
34
29
|
- `date` as system-generated current datetime
|
|
35
30
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
36
31
|
|
|
37
|
-
### Paths
|
|
38
|
-
|
|
39
|
-
- `installed_path` = `{project-root}/_bmad/bmm/workflows/3-solutioning/architecture`
|
|
40
|
-
- `template_path` = `{installed_path}/architecture-decision-template.md`
|
|
41
|
-
- `data_files_path` = `{installed_path}/data/`
|
|
42
|
-
|
|
43
32
|
---
|
|
44
33
|
|
|
45
34
|
## EXECUTION
|
|
46
35
|
|
|
47
|
-
Read fully and follow:
|
|
36
|
+
Read fully and follow: `./steps/step-01-init.md` to begin the workflow.
|
|
48
37
|
|
|
49
38
|
**Note:** Input document discovery and all initialization protocols are handled in step-01-init.md.
|
package/bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/bmad-skill-manifest.yaml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,25 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-01-validate-prerequisites'
|
|
3
|
-
description: 'Validate required documents exist and extract all requirements for epic and story creation'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: './step-01-validate-prerequisites.md'
|
|
10
|
-
nextStepFile: './step-02-design-epics.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{planning_artifacts}/epics.md'
|
|
13
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
14
|
-
|
|
15
|
-
# Task References
|
|
16
|
-
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
17
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
18
|
-
|
|
19
|
-
# Template References
|
|
20
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
21
|
-
---
|
|
22
|
-
|
|
23
1
|
# Step 1: Validate Prerequisites and Extract Requirements
|
|
24
2
|
|
|
25
3
|
## STEP GOAL:
|
|
@@ -54,7 +32,7 @@ To validate that all required input documents exist and extract all requirements
|
|
|
54
32
|
## EXECUTION PROTOCOLS:
|
|
55
33
|
|
|
56
34
|
- 🎯 Extract requirements systematically from all documents
|
|
57
|
-
- 💾 Populate {
|
|
35
|
+
- 💾 Populate {planning_artifacts}/epics.md with extracted requirements
|
|
58
36
|
- 📖 Update frontmatter with extraction progress
|
|
59
37
|
- 🚫 FORBIDDEN to load next step until user selects 'C' and requirements are extracted
|
|
60
38
|
|
|
@@ -91,7 +69,7 @@ Search for required documents using these patterns (sharded means a large docume
|
|
|
91
69
|
1. `{planning_artifacts}/*ux*.md` (whole document)
|
|
92
70
|
2. `{planning_artifacts}/*ux*/index.md` (sharded version)
|
|
93
71
|
|
|
94
|
-
Before proceeding, Ask the user if there are any other documents to include for analysis, and if anything found should be excluded. Wait for user confirmation. Once confirmed, create the {
|
|
72
|
+
Before proceeding, Ask the user if there are any other documents to include for analysis, and if anything found should be excluded. Wait for user confirmation. Once confirmed, create the {planning_artifacts}/epics.md from the ../templates/epics-template.md and in the front matter list the files in the array of `inputDocuments: []`.
|
|
95
73
|
|
|
96
74
|
### 3. Extract Functional Requirements (FRs)
|
|
97
75
|
|
|
@@ -154,31 +132,43 @@ Review the Architecture document for technical requirements that impact epic and
|
|
|
154
132
|
...
|
|
155
133
|
```
|
|
156
134
|
|
|
157
|
-
### 6. Extract
|
|
135
|
+
### 6. Extract UX Design Requirements (if UX document exists)
|
|
136
|
+
|
|
137
|
+
**IMPORTANT**: The UX Design Specification is a first-class input document, not supplementary material. Requirements from the UX spec must be extracted with the same rigor as PRD functional requirements.
|
|
158
138
|
|
|
159
|
-
|
|
139
|
+
Read the FULL UX Design document and extract ALL actionable work items:
|
|
160
140
|
|
|
161
141
|
**Look for:**
|
|
162
142
|
|
|
163
|
-
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
-
|
|
143
|
+
- **Design token work**: Color systems, spacing scales, typography tokens that need implementation or consolidation
|
|
144
|
+
- **Component proposals**: Reusable UI components identified in the UX spec (e.g., ConfirmActions, StatusMessage, EmptyState, FocusIndicator)
|
|
145
|
+
- **Visual standardization**: Semantic CSS classes, consistent color palette usage, design pattern consolidation
|
|
146
|
+
- **Accessibility requirements**: Contrast audit fixes, ARIA patterns, keyboard navigation, screen reader support
|
|
147
|
+
- **Responsive design requirements**: Breakpoints, layout adaptations, mobile-specific interactions
|
|
148
|
+
- **Interaction patterns**: Animations, transitions, loading states, error handling UX
|
|
149
|
+
- **Browser/device compatibility**: Target platforms, progressive enhancement requirements
|
|
169
150
|
|
|
170
|
-
**
|
|
151
|
+
**Format UX Design Requirements as a SEPARATE section (not merged into Additional Requirements):**
|
|
152
|
+
|
|
153
|
+
```
|
|
154
|
+
UX-DR1: [Actionable UX design requirement with clear implementation scope]
|
|
155
|
+
UX-DR2: [Actionable UX design requirement with clear implementation scope]
|
|
156
|
+
...
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
**🚨 CRITICAL**: Do NOT reduce UX requirements to vague summaries. Each UX-DR must be specific enough to generate a story with testable acceptance criteria. If the UX spec identifies 6 reusable components, list all 6 — not "create reusable components."
|
|
171
160
|
|
|
172
161
|
### 7. Load and Initialize Template
|
|
173
162
|
|
|
174
|
-
Load
|
|
163
|
+
Load ../templates/epics-template.md and initialize {planning_artifacts}/epics.md:
|
|
175
164
|
|
|
176
|
-
1. Copy the entire template to {
|
|
165
|
+
1. Copy the entire template to {planning_artifacts}/epics.md
|
|
177
166
|
2. Replace {{project_name}} with the actual project name
|
|
178
167
|
3. Replace placeholder sections with extracted requirements:
|
|
179
168
|
- {{fr_list}} → extracted FRs
|
|
180
169
|
- {{nfr_list}} → extracted NFRs
|
|
181
|
-
- {{additional_requirements}} → extracted additional requirements
|
|
170
|
+
- {{additional_requirements}} → extracted additional requirements (from Architecture)
|
|
171
|
+
- {{ux_design_requirements}} → extracted UX Design Requirements (if UX document exists)
|
|
182
172
|
4. Leave {{requirements_coverage_map}} and {{epics_list}} as placeholders for now
|
|
183
173
|
|
|
184
174
|
### 8. Present Extracted Requirements
|
|
@@ -197,12 +187,17 @@ Display to user:
|
|
|
197
187
|
- Display key NFRs
|
|
198
188
|
- Ask if any constraints were missed
|
|
199
189
|
|
|
200
|
-
**Additional Requirements:**
|
|
190
|
+
**Additional Requirements (Architecture):**
|
|
201
191
|
|
|
202
192
|
- Summarize technical requirements from Architecture
|
|
203
|
-
- Summarize UX requirements (if applicable)
|
|
204
193
|
- Verify completeness
|
|
205
194
|
|
|
195
|
+
**UX Design Requirements (if applicable):**
|
|
196
|
+
|
|
197
|
+
- Show count of UX-DRs found
|
|
198
|
+
- Display key UX Design requirements (design tokens, components, accessibility)
|
|
199
|
+
- Verify each UX-DR is specific enough for story creation
|
|
200
|
+
|
|
206
201
|
### 9. Get User Confirmation
|
|
207
202
|
|
|
208
203
|
Ask: "Do these extracted requirements accurately represent what needs to be built? Any additions or corrections?"
|
|
@@ -211,11 +206,12 @@ Update the requirements based on user feedback until confirmation is received.
|
|
|
211
206
|
|
|
212
207
|
## CONTENT TO SAVE TO DOCUMENT:
|
|
213
208
|
|
|
214
|
-
After extraction and confirmation, update {
|
|
209
|
+
After extraction and confirmation, update {planning_artifacts}/epics.md with:
|
|
215
210
|
|
|
216
211
|
- Complete FR list in {{fr_list}} section
|
|
217
212
|
- Complete NFR list in {{nfr_list}} section
|
|
218
213
|
- All additional requirements in {{additional_requirements}} section
|
|
214
|
+
- UX Design requirements in {{ux_design_requirements}} section (if UX document exists)
|
|
219
215
|
|
|
220
216
|
### 10. Present MENU OPTIONS
|
|
221
217
|
|
|
@@ -229,12 +225,12 @@ Display: `**Confirm the Requirements are complete and correct to [C] continue:**
|
|
|
229
225
|
|
|
230
226
|
#### Menu Handling Logic:
|
|
231
227
|
|
|
232
|
-
- IF C: Save all to {
|
|
228
|
+
- IF C: Save all to {planning_artifacts}/epics.md, update frontmatter, then read fully and follow: ./step-02-design-epics.md
|
|
233
229
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#10-present-menu-options)
|
|
234
230
|
|
|
235
231
|
## CRITICAL STEP COMPLETION NOTE
|
|
236
232
|
|
|
237
|
-
ONLY WHEN C is selected and all requirements are saved to document and frontmatter is updated, will you then read fully and follow:
|
|
233
|
+
ONLY WHEN C is selected and all requirements are saved to document and frontmatter is updated, will you then read fully and follow: ./step-02-design-epics.md to begin epic design step.
|
|
238
234
|
|
|
239
235
|
---
|
|
240
236
|
|
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-02-design-epics'
|
|
3
|
-
description: 'Design and approve the epics_list that will organize all requirements into user-value-focused epics'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: './step-02-design-epics.md'
|
|
10
|
-
nextStepFile: './step-03-create-stories.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{planning_artifacts}/epics.md'
|
|
13
|
-
|
|
14
|
-
# Task References
|
|
15
|
-
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
16
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
17
|
-
|
|
18
|
-
# Template References
|
|
19
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
20
|
-
---
|
|
21
|
-
|
|
22
1
|
# Step 2: Design Epic List
|
|
23
2
|
|
|
24
3
|
## STEP GOAL:
|
|
@@ -54,7 +33,7 @@ To design and get approval for the epics_list that will organize all requirement
|
|
|
54
33
|
## EXECUTION PROTOCOLS:
|
|
55
34
|
|
|
56
35
|
- 🎯 Design epics collaboratively based on extracted requirements
|
|
57
|
-
- 💾 Update {{epics_list}} in {
|
|
36
|
+
- 💾 Update {{epics_list}} in {planning_artifacts}/epics.md
|
|
58
37
|
- 📖 Document the FR coverage mapping
|
|
59
38
|
- 🚫 FORBIDDEN to load next step until user approves epics_list
|
|
60
39
|
|
|
@@ -62,7 +41,7 @@ To design and get approval for the epics_list that will organize all requirement
|
|
|
62
41
|
|
|
63
42
|
### 1. Review Extracted Requirements
|
|
64
43
|
|
|
65
|
-
Load {
|
|
44
|
+
Load {planning_artifacts}/epics.md and review:
|
|
66
45
|
|
|
67
46
|
- **Functional Requirements:** Count and review FRs from Step 1
|
|
68
47
|
- **Non-Functional Requirements:** Review NFRs that need to be addressed
|
|
@@ -182,7 +161,7 @@ If user wants changes:
|
|
|
182
161
|
|
|
183
162
|
## CONTENT TO UPDATE IN DOCUMENT:
|
|
184
163
|
|
|
185
|
-
After approval, update {
|
|
164
|
+
After approval, update {planning_artifacts}/epics.md:
|
|
186
165
|
|
|
187
166
|
1. Replace {{epics_list}} placeholder with the approved epic list
|
|
188
167
|
2. Replace {{requirements_coverage_map}} with the coverage map
|
|
@@ -194,9 +173,9 @@ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Cont
|
|
|
194
173
|
|
|
195
174
|
#### Menu Handling Logic:
|
|
196
175
|
|
|
197
|
-
- IF A:
|
|
198
|
-
- IF P:
|
|
199
|
-
- IF C: Save approved epics_list to {
|
|
176
|
+
- IF A: Invoke the `bmad-advanced-elicitation` skill
|
|
177
|
+
- IF P: Invoke the `bmad-party-mode` skill
|
|
178
|
+
- IF C: Save approved epics_list to {planning_artifacts}/epics.md, update frontmatter, then read fully and follow: ./step-03-create-stories.md
|
|
200
179
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#8-present-menu-options)
|
|
201
180
|
|
|
202
181
|
#### EXECUTION RULES:
|
|
@@ -208,7 +187,7 @@ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Cont
|
|
|
208
187
|
|
|
209
188
|
## CRITICAL STEP COMPLETION NOTE
|
|
210
189
|
|
|
211
|
-
ONLY WHEN C is selected and the approved epics_list is saved to document, will you then read fully and follow:
|
|
190
|
+
ONLY WHEN C is selected and the approved epics_list is saved to document, will you then read fully and follow: ./step-03-create-stories.md to begin story creation step.
|
|
212
191
|
|
|
213
192
|
---
|
|
214
193
|
|
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-03-create-stories'
|
|
3
|
-
description: 'Generate all epics with their stories following the template structure'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: './step-03-create-stories.md'
|
|
10
|
-
nextStepFile: './step-04-final-validation.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{planning_artifacts}/epics.md'
|
|
13
|
-
|
|
14
|
-
# Task References
|
|
15
|
-
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
16
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
17
|
-
|
|
18
|
-
# Template References
|
|
19
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
20
|
-
---
|
|
21
|
-
|
|
22
1
|
# Step 3: Generate Epics and Stories
|
|
23
2
|
|
|
24
3
|
## STEP GOAL:
|
|
@@ -54,7 +33,7 @@ To generate all epics with their stories based on the approved epics_list, follo
|
|
|
54
33
|
## EXECUTION PROTOCOLS:
|
|
55
34
|
|
|
56
35
|
- 🎯 Generate stories collaboratively with user input
|
|
57
|
-
- 💾 Append epics and stories to {
|
|
36
|
+
- 💾 Append epics and stories to {planning_artifacts}/epics.md following template
|
|
58
37
|
- 📖 Process epics one at a time in sequence
|
|
59
38
|
- 🚫 FORBIDDEN to skip any epic or rush through stories
|
|
60
39
|
|
|
@@ -62,13 +41,15 @@ To generate all epics with their stories based on the approved epics_list, follo
|
|
|
62
41
|
|
|
63
42
|
### 1. Load Approved Epic Structure
|
|
64
43
|
|
|
65
|
-
Load {
|
|
44
|
+
Load {planning_artifacts}/epics.md and review:
|
|
66
45
|
|
|
67
46
|
- Approved epics_list from Step 2
|
|
68
47
|
- FR coverage map
|
|
69
|
-
- All requirements (FRs, NFRs, additional)
|
|
48
|
+
- All requirements (FRs, NFRs, additional, **UX Design requirements if present**)
|
|
70
49
|
- Template structure at the end of the document
|
|
71
50
|
|
|
51
|
+
**UX Design Integration**: If UX Design Requirements (UX-DRs) were extracted in Step 1, ensure they are visible during story creation. UX-DRs must be covered by stories — either within existing epics (e.g., accessibility fixes for a feature epic) or in a dedicated "Design System / UX Polish" epic.
|
|
52
|
+
|
|
72
53
|
### 2. Explain Story Creation Approach
|
|
73
54
|
|
|
74
55
|
**STORY CREATION GUIDELINES:**
|
|
@@ -146,6 +127,7 @@ Display:
|
|
|
146
127
|
- Epic goal statement
|
|
147
128
|
- FRs covered by this epic
|
|
148
129
|
- Any NFRs or additional requirements relevant
|
|
130
|
+
- Any UX Design Requirements (UX-DRs) relevant to this epic
|
|
149
131
|
|
|
150
132
|
#### B. Story Breakdown
|
|
151
133
|
|
|
@@ -183,7 +165,7 @@ After writing each story:
|
|
|
183
165
|
|
|
184
166
|
When story is approved:
|
|
185
167
|
|
|
186
|
-
- Append it to {
|
|
168
|
+
- Append it to {planning_artifacts}/epics.md following template structure
|
|
187
169
|
- Use correct numbering (Epic N, Story M)
|
|
188
170
|
- Maintain proper markdown formatting
|
|
189
171
|
|
|
@@ -207,11 +189,12 @@ After all epics and stories are generated:
|
|
|
207
189
|
- Verify the document follows template structure exactly
|
|
208
190
|
- Ensure all placeholders are replaced
|
|
209
191
|
- Confirm all FRs are covered
|
|
192
|
+
- **Confirm all UX Design Requirements (UX-DRs) are covered by at least one story** (if UX document was an input)
|
|
210
193
|
- Check formatting consistency
|
|
211
194
|
|
|
212
195
|
## TEMPLATE STRUCTURE COMPLIANCE:
|
|
213
196
|
|
|
214
|
-
The final {
|
|
197
|
+
The final {planning_artifacts}/epics.md must follow this structure exactly:
|
|
215
198
|
|
|
216
199
|
1. **Overview** section with project name
|
|
217
200
|
2. **Requirements Inventory** with all three subsections populated
|
|
@@ -231,9 +214,9 @@ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Cont
|
|
|
231
214
|
|
|
232
215
|
#### Menu Handling Logic:
|
|
233
216
|
|
|
234
|
-
- IF A:
|
|
235
|
-
- IF P:
|
|
236
|
-
- IF C: Save content to {
|
|
217
|
+
- IF A: Invoke the `bmad-advanced-elicitation` skill
|
|
218
|
+
- IF P: Invoke the `bmad-party-mode` skill
|
|
219
|
+
- IF C: Save content to {planning_artifacts}/epics.md, update frontmatter, then read fully and follow: ./step-04-final-validation.md
|
|
237
220
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-final-menu-options)
|
|
238
221
|
|
|
239
222
|
#### EXECUTION RULES:
|
|
@@ -245,7 +228,7 @@ Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Cont
|
|
|
245
228
|
|
|
246
229
|
## CRITICAL STEP COMPLETION NOTE
|
|
247
230
|
|
|
248
|
-
ONLY WHEN [C continue option] is selected and [all epics and stories saved to document following the template structure exactly], will you then read fully and follow: `
|
|
231
|
+
ONLY WHEN [C continue option] is selected and [all epics and stories saved to document following the template structure exactly], will you then read fully and follow: `./step-04-final-validation.md` to begin final validation phase.
|
|
249
232
|
|
|
250
233
|
---
|
|
251
234
|
|
|
@@ -1,23 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-04-final-validation'
|
|
3
|
-
description: 'Validate complete coverage of all requirements and ensure implementation readiness'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: './step-04-final-validation.md'
|
|
10
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
-
outputFile: '{planning_artifacts}/epics.md'
|
|
12
|
-
|
|
13
|
-
# Task References
|
|
14
|
-
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
15
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
16
|
-
|
|
17
|
-
# Template References
|
|
18
|
-
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
19
|
-
---
|
|
20
|
-
|
|
21
1
|
# Step 4: Final Validation
|
|
22
2
|
|
|
23
3
|
## STEP GOAL:
|
|
@@ -142,8 +122,10 @@ If all validations pass:
|
|
|
142
122
|
**Present Final Menu:**
|
|
143
123
|
**All validations complete!** [C] Complete Workflow
|
|
144
124
|
|
|
125
|
+
HALT — wait for user input before proceeding.
|
|
126
|
+
|
|
145
127
|
When C is selected, the workflow is complete and the epics.md is ready for development.
|
|
146
128
|
|
|
147
|
-
Epics and Stories complete.
|
|
129
|
+
Epics and Stories complete. Invoke the `bmad-help` skill.
|
|
148
130
|
|
|
149
131
|
Upon Completion of task output: offer to answer any questions about the Epics and Stories.
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: create-epics-and-stories
|
|
3
|
-
description: 'Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value. This workflow requires completed PRD + Architecture documents (UX recommended if UI exists) and breaks down requirements into implementation-ready epics and user stories that incorporate all available technical and design context. Creates detailed, actionable stories with complete acceptance criteria for development teams.'
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Create Epics and Stories
|
|
7
2
|
|
|
8
3
|
**Goal:** Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value, creating detailed, actionable stories with complete acceptance criteria for development teams.
|
|
@@ -55,4 +50,4 @@ Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
|
55
50
|
|
|
56
51
|
### 2. First Step EXECUTION
|
|
57
52
|
|
|
58
|
-
Read fully and follow:
|
|
53
|
+
Read fully and follow: `./steps/step-01-validate-prerequisites.md` to begin the workflow.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmad-code-review
|
|
3
|
+
description: 'Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code"'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Follow the instructions in ./workflow.md.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|