bmalph 2.7.7 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/status.js +3 -2
- package/dist/commands/status.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 +64 -17
- 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 +5 -6
- 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/utils/constants.js +4 -2
- package/dist/utils/constants.js.map +1 -1
- package/dist/watch/dashboard.js +16 -5
- package/dist/watch/dashboard.js.map +1 -1
- package/dist/watch/renderer.js +8 -6
- package/dist/watch/renderer.js.map +1 -1
- package/package.json +1 -1
- package/ralph/drivers/opencode.sh +147 -0
- package/ralph/lib/response_analyzer.sh +227 -78
- package/ralph/lib/wizard_utils.sh +4 -4
- package/ralph/ralph_loop.sh +340 -4
- package/ralph/templates/ralphrc.template +28 -2
- 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
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
# Create Story Workflow
|
|
2
|
+
|
|
3
|
+
**Goal:** Create a comprehensive story file that gives the dev agent everything needed for flawless implementation.
|
|
4
|
+
|
|
5
|
+
**Your Role:** Story context engine that prevents LLM developer mistakes, omissions, or disasters.
|
|
6
|
+
- Communicate all responses in {communication_language} and generate all documents in {document_output_language}
|
|
7
|
+
- Your purpose is NOT to copy from epics - it's to create a comprehensive, optimized story file that gives the DEV agent EVERYTHING needed for flawless implementation
|
|
8
|
+
- COMMON LLM MISTAKES TO PREVENT: reinventing wheels, wrong libraries, wrong file locations, breaking regressions, ignoring UX, vague implementations, lying about completion, not learning from past work
|
|
9
|
+
- EXHAUSTIVE ANALYSIS REQUIRED: You must thoroughly analyze ALL artifacts to extract critical context - do NOT be lazy or skim! This is the most important function in the entire development process!
|
|
10
|
+
- UTILIZE SUBPROCESSES AND SUBAGENTS: Use research subagents, subprocesses or parallel processing if available to thoroughly analyze different artifacts simultaneously and thoroughly
|
|
11
|
+
- SAVE QUESTIONS: If you think of questions or clarifications during analysis, save them for the end after the complete story is written
|
|
12
|
+
- ZERO USER INTERVENTION: Process should be fully automated except for initial epic/story selection or missing documents
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## INITIALIZATION
|
|
17
|
+
|
|
18
|
+
### Configuration Loading
|
|
19
|
+
|
|
20
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
21
|
+
|
|
22
|
+
- `project_name`, `user_name`
|
|
23
|
+
- `communication_language`, `document_output_language`
|
|
24
|
+
- `user_skill_level`
|
|
25
|
+
- `planning_artifacts`, `implementation_artifacts`
|
|
26
|
+
- `date` as system-generated current datetime
|
|
27
|
+
|
|
28
|
+
### Paths
|
|
29
|
+
|
|
30
|
+
- `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
|
|
31
|
+
- `epics_file` = `{planning_artifacts}/epics.md`
|
|
32
|
+
- `prd_file` = `{planning_artifacts}/prd.md`
|
|
33
|
+
- `architecture_file` = `{planning_artifacts}/architecture.md`
|
|
34
|
+
- `ux_file` = `{planning_artifacts}/*ux*.md`
|
|
35
|
+
- `story_title` = "" (will be elicited if not derivable)
|
|
36
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
37
|
+
- `default_output_file` = `{implementation_artifacts}/{{story_key}}.md`
|
|
38
|
+
|
|
39
|
+
### Input Files
|
|
40
|
+
|
|
41
|
+
| Input | Description | Path Pattern(s) | Load Strategy |
|
|
42
|
+
|-------|-------------|------------------|---------------|
|
|
43
|
+
| prd | PRD (fallback - epics file should have most content) | whole: `{planning_artifacts}/*prd*.md`, sharded: `{planning_artifacts}/*prd*/*.md` | SELECTIVE_LOAD |
|
|
44
|
+
| architecture | Architecture (fallback - epics file should have relevant sections) | whole: `{planning_artifacts}/*architecture*.md`, sharded: `{planning_artifacts}/*architecture*/*.md` | SELECTIVE_LOAD |
|
|
45
|
+
| ux | UX design (fallback - epics file should have relevant sections) | whole: `{planning_artifacts}/*ux*.md`, sharded: `{planning_artifacts}/*ux*/*.md` | SELECTIVE_LOAD |
|
|
46
|
+
| epics | Enhanced epics+stories file with BDD and source hints | whole: `{planning_artifacts}/*epic*.md`, sharded: `{planning_artifacts}/*epic*/*.md` | SELECTIVE_LOAD |
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## EXECUTION
|
|
51
|
+
|
|
52
|
+
<workflow>
|
|
53
|
+
|
|
54
|
+
<step n="1" goal="Determine target story">
|
|
55
|
+
<check if="{{story_path}} is provided by user or user provided the epic and story number such as 2-4 or 1.6 or epic 1 story 5">
|
|
56
|
+
<action>Parse user-provided story path: extract epic_num, story_num, story_title from format like "1-2-user-auth"</action>
|
|
57
|
+
<action>Set {{epic_num}}, {{story_num}}, {{story_key}} from user input</action>
|
|
58
|
+
<action>GOTO step 2a</action>
|
|
59
|
+
</check>
|
|
60
|
+
|
|
61
|
+
<action>Check if {{sprint_status}} file exists for auto discover</action>
|
|
62
|
+
<check if="sprint status file does NOT exist">
|
|
63
|
+
<output>🚫 No sprint status file found and no story specified</output>
|
|
64
|
+
<output>
|
|
65
|
+
**Required Options:**
|
|
66
|
+
1. Run `sprint-planning` to initialize sprint tracking (recommended)
|
|
67
|
+
2. Provide specific epic-story number to create (e.g., "1-2-user-auth")
|
|
68
|
+
3. Provide path to story documents if sprint status doesn't exist yet
|
|
69
|
+
</output>
|
|
70
|
+
<ask>Choose option [1], provide epic-story number, path to story docs, or [q] to quit:</ask>
|
|
71
|
+
|
|
72
|
+
<check if="user chooses 'q'">
|
|
73
|
+
<action>HALT - No work needed</action>
|
|
74
|
+
</check>
|
|
75
|
+
|
|
76
|
+
<check if="user chooses '1'">
|
|
77
|
+
<output>Run sprint-planning workflow first to create sprint-status.yaml</output>
|
|
78
|
+
<action>HALT - User needs to run sprint-planning</action>
|
|
79
|
+
</check>
|
|
80
|
+
|
|
81
|
+
<check if="user provides epic-story number">
|
|
82
|
+
<action>Parse user input: extract epic_num, story_num, story_title</action>
|
|
83
|
+
<action>Set {{epic_num}}, {{story_num}}, {{story_key}} from user input</action>
|
|
84
|
+
<action>GOTO step 2a</action>
|
|
85
|
+
</check>
|
|
86
|
+
|
|
87
|
+
<check if="user provides story docs path">
|
|
88
|
+
<action>Use user-provided path for story documents</action>
|
|
89
|
+
<action>GOTO step 2a</action>
|
|
90
|
+
</check>
|
|
91
|
+
</check>
|
|
92
|
+
|
|
93
|
+
<!-- Auto-discover from sprint status only if no user input -->
|
|
94
|
+
<check if="no user input provided">
|
|
95
|
+
<critical>MUST read COMPLETE {sprint_status} file from start to end to preserve order</critical>
|
|
96
|
+
<action>Load the FULL file: {{sprint_status}}</action>
|
|
97
|
+
<action>Read ALL lines from beginning to end - do not skip any content</action>
|
|
98
|
+
<action>Parse the development_status section completely</action>
|
|
99
|
+
|
|
100
|
+
<action>Find the FIRST story (by reading in order from top to bottom) where:
|
|
101
|
+
- Key matches pattern: number-number-name (e.g., "1-2-user-auth")
|
|
102
|
+
- NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
|
|
103
|
+
- Status value equals "backlog"
|
|
104
|
+
</action>
|
|
105
|
+
|
|
106
|
+
<check if="no backlog story found">
|
|
107
|
+
<output>📋 No backlog stories found in sprint-status.yaml
|
|
108
|
+
|
|
109
|
+
All stories are either already created, in progress, or done.
|
|
110
|
+
|
|
111
|
+
**Options:**
|
|
112
|
+
1. Run sprint-planning to refresh story tracking
|
|
113
|
+
2. Load PM agent and run correct-course to add more stories
|
|
114
|
+
3. Check if current sprint is complete and run retrospective
|
|
115
|
+
</output>
|
|
116
|
+
<action>HALT</action>
|
|
117
|
+
</check>
|
|
118
|
+
|
|
119
|
+
<action>Extract from found story key (e.g., "1-2-user-authentication"):
|
|
120
|
+
- epic_num: first number before dash (e.g., "1")
|
|
121
|
+
- story_num: second number after first dash (e.g., "2")
|
|
122
|
+
- story_title: remainder after second dash (e.g., "user-authentication")
|
|
123
|
+
</action>
|
|
124
|
+
<action>Set {{story_id}} = "{{epic_num}}.{{story_num}}"</action>
|
|
125
|
+
<action>Store story_key for later use (e.g., "1-2-user-authentication")</action>
|
|
126
|
+
|
|
127
|
+
<!-- Mark epic as in-progress if this is first story -->
|
|
128
|
+
<action>Check if this is the first story in epic {{epic_num}} by looking for {{epic_num}}-1-* pattern</action>
|
|
129
|
+
<check if="this is first story in epic {{epic_num}}">
|
|
130
|
+
<action>Load {{sprint_status}} and check epic-{{epic_num}} status</action>
|
|
131
|
+
<action>If epic status is "backlog" → update to "in-progress"</action>
|
|
132
|
+
<action>If epic status is "contexted" (legacy status) → update to "in-progress" (backward compatibility)</action>
|
|
133
|
+
<action>If epic status is "in-progress" → no change needed</action>
|
|
134
|
+
<check if="epic status is 'done'">
|
|
135
|
+
<output>🚫 ERROR: Cannot create story in completed epic</output>
|
|
136
|
+
<output>Epic {{epic_num}} is marked as 'done'. All stories are complete.</output>
|
|
137
|
+
<output>If you need to add more work, either:</output>
|
|
138
|
+
<output>1. Manually change epic status back to 'in-progress' in sprint-status.yaml</output>
|
|
139
|
+
<output>2. Create a new epic for additional work</output>
|
|
140
|
+
<action>HALT - Cannot proceed</action>
|
|
141
|
+
</check>
|
|
142
|
+
<check if="epic status is not one of: backlog, contexted, in-progress, done">
|
|
143
|
+
<output>🚫 ERROR: Invalid epic status '{{epic_status}}'</output>
|
|
144
|
+
<output>Epic {{epic_num}} has invalid status. Expected: backlog, in-progress, or done</output>
|
|
145
|
+
<output>Please fix sprint-status.yaml manually or run sprint-planning to regenerate</output>
|
|
146
|
+
<action>HALT - Cannot proceed</action>
|
|
147
|
+
</check>
|
|
148
|
+
<output>📊 Epic {{epic_num}} status updated to in-progress</output>
|
|
149
|
+
</check>
|
|
150
|
+
|
|
151
|
+
<action>GOTO step 2a</action>
|
|
152
|
+
</check>
|
|
153
|
+
<action>Load the FULL file: {{sprint_status}}</action>
|
|
154
|
+
<action>Read ALL lines from beginning to end - do not skip any content</action>
|
|
155
|
+
<action>Parse the development_status section completely</action>
|
|
156
|
+
|
|
157
|
+
<action>Find the FIRST story (by reading in order from top to bottom) where:
|
|
158
|
+
- Key matches pattern: number-number-name (e.g., "1-2-user-auth")
|
|
159
|
+
- NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
|
|
160
|
+
- Status value equals "backlog"
|
|
161
|
+
</action>
|
|
162
|
+
|
|
163
|
+
<check if="no backlog story found">
|
|
164
|
+
<output>No backlog stories found in sprint-status.yaml
|
|
165
|
+
|
|
166
|
+
All stories are either already created, in progress, or done.
|
|
167
|
+
|
|
168
|
+
**Options:**
|
|
169
|
+
1. Run sprint-planning to refresh story tracking
|
|
170
|
+
2. Load PM agent and run correct-course to add more stories
|
|
171
|
+
3. Check if current sprint is complete and run retrospective
|
|
172
|
+
</output>
|
|
173
|
+
<action>HALT</action>
|
|
174
|
+
</check>
|
|
175
|
+
|
|
176
|
+
<action>Extract from found story key (e.g., "1-2-user-authentication"):
|
|
177
|
+
- epic_num: first number before dash (e.g., "1")
|
|
178
|
+
- story_num: second number after first dash (e.g., "2")
|
|
179
|
+
- story_title: remainder after second dash (e.g., "user-authentication")
|
|
180
|
+
</action>
|
|
181
|
+
<action>Set {{story_id}} = "{{epic_num}}.{{story_num}}"</action>
|
|
182
|
+
<action>Store story_key for later use (e.g., "1-2-user-authentication")</action>
|
|
183
|
+
|
|
184
|
+
<!-- Mark epic as in-progress if this is first story -->
|
|
185
|
+
<action>Check if this is the first story in epic {{epic_num}} by looking for {{epic_num}}-1-* pattern</action>
|
|
186
|
+
<check if="this is first story in epic {{epic_num}}">
|
|
187
|
+
<action>Load {{sprint_status}} and check epic-{{epic_num}} status</action>
|
|
188
|
+
<action>If epic status is "backlog" → update to "in-progress"</action>
|
|
189
|
+
<action>If epic status is "contexted" (legacy status) → update to "in-progress" (backward compatibility)</action>
|
|
190
|
+
<action>If epic status is "in-progress" → no change needed</action>
|
|
191
|
+
<check if="epic status is 'done'">
|
|
192
|
+
<output>ERROR: Cannot create story in completed epic</output>
|
|
193
|
+
<output>Epic {{epic_num}} is marked as 'done'. All stories are complete.</output>
|
|
194
|
+
<output>If you need to add more work, either:</output>
|
|
195
|
+
<output>1. Manually change epic status back to 'in-progress' in sprint-status.yaml</output>
|
|
196
|
+
<output>2. Create a new epic for additional work</output>
|
|
197
|
+
<action>HALT - Cannot proceed</action>
|
|
198
|
+
</check>
|
|
199
|
+
<check if="epic status is not one of: backlog, contexted, in-progress, done">
|
|
200
|
+
<output>ERROR: Invalid epic status '{{epic_status}}'</output>
|
|
201
|
+
<output>Epic {{epic_num}} has invalid status. Expected: backlog, in-progress, or done</output>
|
|
202
|
+
<output>Please fix sprint-status.yaml manually or run sprint-planning to regenerate</output>
|
|
203
|
+
<action>HALT - Cannot proceed</action>
|
|
204
|
+
</check>
|
|
205
|
+
<output>Epic {{epic_num}} status updated to in-progress</output>
|
|
206
|
+
</check>
|
|
207
|
+
|
|
208
|
+
<action>GOTO step 2a</action>
|
|
209
|
+
</step>
|
|
210
|
+
|
|
211
|
+
<step n="2" goal="Load and analyze core artifacts">
|
|
212
|
+
<critical>🔬 EXHAUSTIVE ARTIFACT ANALYSIS - This is where you prevent future developer mistakes!</critical>
|
|
213
|
+
|
|
214
|
+
<!-- Load all available content through discovery protocol -->
|
|
215
|
+
<action>Read fully and follow `./discover-inputs.md` to load all input files</action>
|
|
216
|
+
<note>Available content: {epics_content}, {prd_content}, {architecture_content}, {ux_content},
|
|
217
|
+
{project_context}</note>
|
|
218
|
+
|
|
219
|
+
<!-- Analyze epics file for story foundation -->
|
|
220
|
+
<action>From {epics_content}, extract Epic {{epic_num}} complete context:</action> **EPIC ANALYSIS:** - Epic
|
|
221
|
+
objectives and business value - ALL stories in this epic for cross-story context - Our specific story's requirements, user story
|
|
222
|
+
statement, acceptance criteria - Technical requirements and constraints - Dependencies on other stories/epics - Source hints pointing to
|
|
223
|
+
original documents <!-- Extract specific story requirements -->
|
|
224
|
+
<action>Extract our story ({{epic_num}}-{{story_num}}) details:</action> **STORY FOUNDATION:** - User story statement
|
|
225
|
+
(As a, I want, so that) - Detailed acceptance criteria (already BDD formatted) - Technical requirements specific to this story -
|
|
226
|
+
Business context and value - Success criteria <!-- Previous story analysis for context continuity -->
|
|
227
|
+
<check if="story_num > 1">
|
|
228
|
+
<action>Find {{previous_story_num}}: scan {implementation_artifacts} for the story file in epic {{epic_num}} with the highest story number less than {{story_num}}</action>
|
|
229
|
+
<action>Load previous story file: {implementation_artifacts}/{{epic_num}}-{{previous_story_num}}-*.md</action> **PREVIOUS STORY INTELLIGENCE:** -
|
|
230
|
+
Dev notes and learnings from previous story - Review feedback and corrections needed - Files that were created/modified and their
|
|
231
|
+
patterns - Testing approaches that worked/didn't work - Problems encountered and solutions found - Code patterns established <action>Extract
|
|
232
|
+
all learnings that could impact current story implementation</action>
|
|
233
|
+
</check>
|
|
234
|
+
|
|
235
|
+
<!-- Git intelligence for previous work patterns -->
|
|
236
|
+
<check
|
|
237
|
+
if="previous story exists AND git repository detected">
|
|
238
|
+
<action>Get last 5 commit titles to understand recent work patterns</action>
|
|
239
|
+
<action>Analyze 1-5 most recent commits for relevance to current story:
|
|
240
|
+
- Files created/modified
|
|
241
|
+
- Code patterns and conventions used
|
|
242
|
+
- Library dependencies added/changed
|
|
243
|
+
- Architecture decisions implemented
|
|
244
|
+
- Testing approaches used
|
|
245
|
+
</action>
|
|
246
|
+
<action>Extract actionable insights for current story implementation</action>
|
|
247
|
+
</check>
|
|
248
|
+
</step>
|
|
249
|
+
|
|
250
|
+
<step n="3" goal="Architecture analysis for developer guardrails">
|
|
251
|
+
<critical>🏗️ ARCHITECTURE INTELLIGENCE - Extract everything the developer MUST follow!</critical> **ARCHITECTURE DOCUMENT ANALYSIS:** <action>Systematically
|
|
252
|
+
analyze architecture content for story-relevant requirements:</action>
|
|
253
|
+
|
|
254
|
+
<!-- Load architecture - single file or sharded -->
|
|
255
|
+
<check if="architecture file is single file">
|
|
256
|
+
<action>Load complete {architecture_content}</action>
|
|
257
|
+
</check>
|
|
258
|
+
<check if="architecture is sharded to folder">
|
|
259
|
+
<action>Load architecture index and scan all architecture files</action>
|
|
260
|
+
</check> **CRITICAL ARCHITECTURE EXTRACTION:** <action>For
|
|
261
|
+
each architecture section, determine if relevant to this story:</action> - **Technical Stack:** Languages, frameworks, libraries with
|
|
262
|
+
versions - **Code Structure:** Folder organization, naming conventions, file patterns - **API Patterns:** Service structure, endpoint
|
|
263
|
+
patterns, data contracts - **Database Schemas:** Tables, relationships, constraints relevant to story - **Security Requirements:**
|
|
264
|
+
Authentication patterns, authorization rules - **Performance Requirements:** Caching strategies, optimization patterns - **Testing
|
|
265
|
+
Standards:** Testing frameworks, coverage expectations, test patterns - **Deployment Patterns:** Environment configurations, build
|
|
266
|
+
processes - **Integration Patterns:** External service integrations, data flows <action>Extract any story-specific requirements that the
|
|
267
|
+
developer MUST follow</action>
|
|
268
|
+
<action>Identify any architectural decisions that override previous patterns</action>
|
|
269
|
+
</step>
|
|
270
|
+
|
|
271
|
+
<step n="4" goal="Web research for latest technical specifics">
|
|
272
|
+
<critical>🌐 ENSURE LATEST TECH KNOWLEDGE - Prevent outdated implementations!</critical> **WEB INTELLIGENCE:** <action>Identify specific
|
|
273
|
+
technical areas that require latest version knowledge:</action>
|
|
274
|
+
|
|
275
|
+
<!-- Check for libraries/frameworks mentioned in architecture -->
|
|
276
|
+
<action>From architecture analysis, identify specific libraries, APIs, or
|
|
277
|
+
frameworks</action>
|
|
278
|
+
<action>For each critical technology, research latest stable version and key changes:
|
|
279
|
+
- Latest API documentation and breaking changes
|
|
280
|
+
- Security vulnerabilities or updates
|
|
281
|
+
- Performance improvements or deprecations
|
|
282
|
+
- Best practices for current version
|
|
283
|
+
</action>
|
|
284
|
+
**EXTERNAL CONTEXT INCLUSION:** <action>Include in story any critical latest information the developer needs:
|
|
285
|
+
- Specific library versions and why chosen
|
|
286
|
+
- API endpoints with parameters and authentication
|
|
287
|
+
- Recent security patches or considerations
|
|
288
|
+
- Performance optimization techniques
|
|
289
|
+
- Migration considerations if upgrading
|
|
290
|
+
</action>
|
|
291
|
+
</step>
|
|
292
|
+
|
|
293
|
+
<step n="5" goal="Create comprehensive story file">
|
|
294
|
+
<critical>📝 CREATE ULTIMATE STORY FILE - The developer's master implementation guide!</critical>
|
|
295
|
+
|
|
296
|
+
<action>Initialize from template.md:
|
|
297
|
+
{default_output_file}</action>
|
|
298
|
+
<template-output file="{default_output_file}">story_header</template-output>
|
|
299
|
+
|
|
300
|
+
<!-- Story foundation from epics analysis -->
|
|
301
|
+
<template-output
|
|
302
|
+
file="{default_output_file}">story_requirements</template-output>
|
|
303
|
+
|
|
304
|
+
<!-- Developer context section - MOST IMPORTANT PART -->
|
|
305
|
+
<template-output file="{default_output_file}">
|
|
306
|
+
developer_context_section</template-output> **DEV AGENT GUARDRAILS:** <template-output file="{default_output_file}">
|
|
307
|
+
technical_requirements</template-output>
|
|
308
|
+
<template-output file="{default_output_file}">architecture_compliance</template-output>
|
|
309
|
+
<template-output
|
|
310
|
+
file="{default_output_file}">library_framework_requirements</template-output>
|
|
311
|
+
<template-output file="{default_output_file}">
|
|
312
|
+
file_structure_requirements</template-output>
|
|
313
|
+
<template-output file="{default_output_file}">testing_requirements</template-output>
|
|
314
|
+
|
|
315
|
+
<!-- Previous story intelligence -->
|
|
316
|
+
<check
|
|
317
|
+
if="previous story learnings available">
|
|
318
|
+
<template-output file="{default_output_file}">previous_story_intelligence</template-output>
|
|
319
|
+
</check>
|
|
320
|
+
|
|
321
|
+
<!-- Git intelligence -->
|
|
322
|
+
<check
|
|
323
|
+
if="git analysis completed">
|
|
324
|
+
<template-output file="{default_output_file}">git_intelligence_summary</template-output>
|
|
325
|
+
</check>
|
|
326
|
+
|
|
327
|
+
<!-- Latest technical specifics -->
|
|
328
|
+
<check if="web research completed">
|
|
329
|
+
<template-output file="{default_output_file}">latest_tech_information</template-output>
|
|
330
|
+
</check>
|
|
331
|
+
|
|
332
|
+
<!-- Project context reference -->
|
|
333
|
+
<template-output
|
|
334
|
+
file="{default_output_file}">project_context_reference</template-output>
|
|
335
|
+
|
|
336
|
+
<!-- Final status update -->
|
|
337
|
+
<template-output file="{default_output_file}">
|
|
338
|
+
story_completion_status</template-output>
|
|
339
|
+
|
|
340
|
+
<!-- CRITICAL: Set status to ready-for-dev -->
|
|
341
|
+
<action>Set story Status to: "ready-for-dev"</action>
|
|
342
|
+
<action>Add completion note: "Ultimate
|
|
343
|
+
context engine analysis completed - comprehensive developer guide created"</action>
|
|
344
|
+
</step>
|
|
345
|
+
|
|
346
|
+
<step n="6" goal="Update sprint status and finalize">
|
|
347
|
+
<action>Validate the newly created story file {default_output_file} against `./checklist.md` and apply any required fixes before finalizing</action>
|
|
348
|
+
<action>Save story document unconditionally</action>
|
|
349
|
+
|
|
350
|
+
<!-- Update sprint status -->
|
|
351
|
+
<check if="sprint status file exists">
|
|
352
|
+
<action>Update {{sprint_status}}</action>
|
|
353
|
+
<action>Load the FULL file and read all development_status entries</action>
|
|
354
|
+
<action>Find development_status key matching {{story_key}}</action>
|
|
355
|
+
<action>Verify current status is "backlog" (expected previous state)</action>
|
|
356
|
+
<action>Update development_status[{{story_key}}] = "ready-for-dev"</action>
|
|
357
|
+
<action>Update last_updated field to current date</action>
|
|
358
|
+
<action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
|
|
359
|
+
</check>
|
|
360
|
+
|
|
361
|
+
<action>Report completion</action>
|
|
362
|
+
<output>**🎯 ULTIMATE BMad Method STORY CONTEXT CREATED, {user_name}!**
|
|
363
|
+
|
|
364
|
+
**Story Details:**
|
|
365
|
+
- Story ID: {{story_id}}
|
|
366
|
+
- Story Key: {{story_key}}
|
|
367
|
+
- File: {{story_file}}
|
|
368
|
+
- Status: ready-for-dev
|
|
369
|
+
|
|
370
|
+
**Next Steps:**
|
|
371
|
+
1. Review the comprehensive story in {{story_file}}
|
|
372
|
+
2. Run dev agents `dev-story` for optimized implementation
|
|
373
|
+
3. Run `code-review` when complete (auto-marks done)
|
|
374
|
+
4. Optional: If Test Architect module installed, run `/bmad:tea:automate` after `dev-story` to generate guardrail tests
|
|
375
|
+
|
|
376
|
+
**The developer now has everything needed for flawless implementation!**
|
|
377
|
+
</output>
|
|
378
|
+
</step>
|
|
379
|
+
|
|
380
|
+
</workflow>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmad-dev-story
|
|
3
|
+
description: 'Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Follow the instructions in ./workflow.md.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,6 +1,44 @@
|
|
|
1
|
+
# Dev Story Workflow
|
|
2
|
+
|
|
3
|
+
**Goal:** Execute story implementation following a context filled story spec file.
|
|
4
|
+
|
|
5
|
+
**Your Role:** Developer implementing the story.
|
|
6
|
+
- Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}
|
|
7
|
+
- Generate all documents in {document_output_language}
|
|
8
|
+
- Only modify the story file in these areas: Tasks/Subtasks checkboxes, Dev Agent Record (Debug Log, Completion Notes), File List, Change Log, and Status
|
|
9
|
+
- Execute ALL steps in exact order; do NOT skip steps
|
|
10
|
+
- Absolutely DO NOT stop because of "milestones", "significant progress", or "session boundaries". Continue in a single execution until the story is COMPLETE (all ACs satisfied and all tasks/subtasks checked) UNLESS a HALT condition is triggered or the USER gives other instruction.
|
|
11
|
+
- Do NOT schedule a "next session" or request review pauses unless a HALT condition applies. Only Step 6 decides completion.
|
|
12
|
+
- User skill level ({user_skill_level}) affects conversation style ONLY, not code updates.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## INITIALIZATION
|
|
17
|
+
|
|
18
|
+
### Configuration Loading
|
|
19
|
+
|
|
20
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
21
|
+
|
|
22
|
+
- `project_name`, `user_name`
|
|
23
|
+
- `communication_language`, `document_output_language`
|
|
24
|
+
- `user_skill_level`
|
|
25
|
+
- `implementation_artifacts`
|
|
26
|
+
- `date` as system-generated current datetime
|
|
27
|
+
|
|
28
|
+
### Paths
|
|
29
|
+
|
|
30
|
+
- `story_file` = `` (explicit story path; auto-discovered if empty)
|
|
31
|
+
- `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
|
|
32
|
+
|
|
33
|
+
### Context
|
|
34
|
+
|
|
35
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## EXECUTION
|
|
40
|
+
|
|
1
41
|
<workflow>
|
|
2
|
-
<critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
|
|
3
|
-
<critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
|
|
4
42
|
<critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
|
|
5
43
|
<critical>Generate all documents in {document_output_language}</critical>
|
|
6
44
|
<critical>Only modify the story file in these areas: Tasks/Subtasks checkboxes, Dev Agent Record (Debug Log, Completion Notes), File List,
|
|
@@ -195,6 +233,7 @@
|
|
|
195
233
|
|
|
196
234
|
<check if="current status == 'ready-for-dev' OR review_continuation == true">
|
|
197
235
|
<action>Update the story in the sprint status report to = "in-progress"</action>
|
|
236
|
+
<action>Update last_updated field to current date</action>
|
|
198
237
|
<output>🚀 Starting work on story {{story_key}}
|
|
199
238
|
Status updated: ready-for-dev → in-progress
|
|
200
239
|
</output>
|
|
@@ -348,6 +387,7 @@
|
|
|
348
387
|
<action>Find development_status key matching {{story_key}}</action>
|
|
349
388
|
<action>Verify current status is "in-progress" (expected previous state)</action>
|
|
350
389
|
<action>Update development_status[{{story_key}}] = "review"</action>
|
|
390
|
+
<action>Update last_updated field to current date</action>
|
|
351
391
|
<action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
|
|
352
392
|
<output>✅ Story status updated to "review" in sprint-status.yaml</output>
|
|
353
393
|
</check>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,31 +1,65 @@
|
|
|
1
|
-
# Retrospective
|
|
1
|
+
# Retrospective Workflow
|
|
2
|
+
|
|
3
|
+
**Goal:** Post-epic review to extract lessons and assess success.
|
|
4
|
+
|
|
5
|
+
**Your Role:** Scrum Master facilitating retrospective.
|
|
6
|
+
- No time estimates — NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed.
|
|
7
|
+
- Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}
|
|
8
|
+
- Generate all documents in {document_output_language}
|
|
9
|
+
- Document output: Retrospective analysis. Concise insights, lessons learned, action items. User skill level ({user_skill_level}) affects conversation style ONLY, not retrospective content.
|
|
10
|
+
- Facilitation notes:
|
|
11
|
+
- Psychological safety is paramount - NO BLAME
|
|
12
|
+
- Focus on systems, processes, and learning
|
|
13
|
+
- Everyone contributes with specific examples preferred
|
|
14
|
+
- Action items must be achievable with clear ownership
|
|
15
|
+
- Two-part format: (1) Epic Review + (2) Next Epic Preparation
|
|
16
|
+
- Party mode protocol:
|
|
17
|
+
- ALL agent dialogue MUST use format: "Name (Role): dialogue"
|
|
18
|
+
- Example: Bob (Scrum Master): "Let's begin..."
|
|
19
|
+
- Example: {user_name} (Project Lead): [User responds]
|
|
20
|
+
- Create natural back-and-forth with user actively participating
|
|
21
|
+
- Show disagreements, diverse perspectives, authentic team dynamics
|
|
2
22
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## INITIALIZATION
|
|
26
|
+
|
|
27
|
+
### Configuration Loading
|
|
28
|
+
|
|
29
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
30
|
+
|
|
31
|
+
- `project_name`, `user_name`
|
|
32
|
+
- `communication_language`, `document_output_language`
|
|
33
|
+
- `user_skill_level`
|
|
34
|
+
- `planning_artifacts`, `implementation_artifacts`
|
|
35
|
+
- `date` as system-generated current datetime
|
|
36
|
+
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
|
37
|
+
|
|
38
|
+
### Paths
|
|
8
39
|
|
|
9
|
-
|
|
10
|
-
DOCUMENT OUTPUT: Retrospective analysis. Concise insights, lessons learned, action items. User skill level ({user_skill_level}) affects conversation style ONLY, not retrospective content.
|
|
40
|
+
- `sprint_status_file` = `{implementation_artifacts}/sprint-status.yaml`
|
|
11
41
|
|
|
12
|
-
|
|
42
|
+
### Input Files
|
|
13
43
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
44
|
+
| Input | Description | Path Pattern(s) | Load Strategy |
|
|
45
|
+
|-------|-------------|------------------|---------------|
|
|
46
|
+
| epics | The completed epic for retrospective | whole: `{planning_artifacts}/*epic*.md`, sharded_index: `{planning_artifacts}/*epic*/index.md`, sharded_single: `{planning_artifacts}/*epic*/epic-{{epic_num}}.md` | SELECTIVE_LOAD |
|
|
47
|
+
| previous_retrospective | Previous epic's retrospective (optional) | `{implementation_artifacts}/**/epic-{{prev_epic_num}}-retro-*.md` | SELECTIVE_LOAD |
|
|
48
|
+
| architecture | System architecture for context | whole: `{planning_artifacts}/*architecture*.md`, sharded: `{planning_artifacts}/*architecture*/*.md` | FULL_LOAD |
|
|
49
|
+
| prd | Product requirements for context | whole: `{planning_artifacts}/*prd*.md`, sharded: `{planning_artifacts}/*prd*/*.md` | FULL_LOAD |
|
|
50
|
+
| document_project | Brownfield project documentation (optional) | sharded: `{planning_artifacts}/*.md` | INDEX_GUIDED |
|
|
20
51
|
|
|
21
|
-
|
|
52
|
+
### Required Inputs
|
|
53
|
+
|
|
54
|
+
- `agent_manifest` = `{project-root}/_bmad/_config/agent-manifest.csv`
|
|
55
|
+
|
|
56
|
+
### Context
|
|
57
|
+
|
|
58
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
59
|
+
|
|
60
|
+
---
|
|
22
61
|
|
|
23
|
-
|
|
24
|
-
- Example: Bob (Scrum Master): "Let's begin..."
|
|
25
|
-
- Example: {user_name} (Project Lead): [User responds]
|
|
26
|
-
- Create natural back-and-forth with user actively participating
|
|
27
|
-
- Show disagreements, diverse perspectives, authentic team dynamics
|
|
28
|
-
</critical>
|
|
62
|
+
## EXECUTION
|
|
29
63
|
|
|
30
64
|
<workflow>
|
|
31
65
|
|
|
@@ -159,7 +193,7 @@ Bob (Scrum Master): "Perfect. Epic {{epic_number}} is complete and ready for ret
|
|
|
159
193
|
</step>
|
|
160
194
|
|
|
161
195
|
<step n="0.5" goal="Discover and load project documents">
|
|
162
|
-
<
|
|
196
|
+
<action>Load input files according to the Input Files table in INITIALIZATION. For SELECTIVE_LOAD inputs, load only the epic matching {{epic_number}}. For FULL_LOAD inputs, load the complete document. For INDEX_GUIDED inputs, check the index first and load relevant sections. After discovery, these content variables are available: {epics_content} (selective load for this epic), {architecture_content}, {prd_content}, {document_project_content}</action>
|
|
163
197
|
<note>After discovery, these content variables are available: {epics_content} (selective load for this epic), {architecture_content}, {prd_content}, {document_project_content}</note>
|
|
164
198
|
</step>
|
|
165
199
|
|
|
@@ -1336,6 +1370,7 @@ Bob (Scrum Master): "See you all when prep work is done. Meeting adjourned!"
|
|
|
1336
1370
|
<action>Find development_status key "epic-{{epic_number}}-retrospective"</action>
|
|
1337
1371
|
<action>Verify current status (typically "optional" or "pending")</action>
|
|
1338
1372
|
<action>Update development_status["epic-{{epic_number}}-retrospective"] = "done"</action>
|
|
1373
|
+
<action>Update last_updated field to current date</action>
|
|
1339
1374
|
<action>Save file, preserving ALL comments and structure including STATUS DEFINITIONS</action>
|
|
1340
1375
|
|
|
1341
1376
|
<check if="update successful">
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|