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
|
@@ -1,9 +1,49 @@
|
|
|
1
|
-
# Sprint Planning
|
|
1
|
+
# Sprint Planning Workflow
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml</critical>
|
|
3
|
+
**Goal:** Generate sprint status tracking from epics, detecting current story statuses and building a complete sprint-status.yaml file.
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
**Your Role:** You are a Scrum Master generating and maintaining sprint tracking. Parse epic files, detect story statuses, and produce a structured sprint-status.yaml.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## INITIALIZATION
|
|
10
|
+
|
|
11
|
+
### Configuration Loading
|
|
12
|
+
|
|
13
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
14
|
+
|
|
15
|
+
- `project_name`, `user_name`
|
|
16
|
+
- `communication_language`, `document_output_language`
|
|
17
|
+
- `implementation_artifacts`
|
|
18
|
+
- `planning_artifacts`
|
|
19
|
+
- `date` as system-generated current datetime
|
|
20
|
+
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
|
21
|
+
|
|
22
|
+
### Paths
|
|
23
|
+
|
|
24
|
+
- `tracking_system` = `file-system`
|
|
25
|
+
- `project_key` = `NOKEY`
|
|
26
|
+
- `story_location` = `{implementation_artifacts}`
|
|
27
|
+
- `story_location_absolute` = `{implementation_artifacts}`
|
|
28
|
+
- `epics_location` = `{planning_artifacts}`
|
|
29
|
+
- `epics_pattern` = `*epic*.md`
|
|
30
|
+
- `status_file` = `{implementation_artifacts}/sprint-status.yaml`
|
|
31
|
+
|
|
32
|
+
### Input Files
|
|
33
|
+
|
|
34
|
+
| Input | Path | Load Strategy |
|
|
35
|
+
|-------|------|---------------|
|
|
36
|
+
| Epics | `{planning_artifacts}/*epic*.md` (whole) or `{planning_artifacts}/*epic*/*.md` (sharded) | FULL_LOAD |
|
|
37
|
+
|
|
38
|
+
### Context
|
|
39
|
+
|
|
40
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## EXECUTION
|
|
45
|
+
|
|
46
|
+
### Document Discovery - Full Epic Loading
|
|
7
47
|
|
|
8
48
|
**Strategy**: Sprint planning needs ALL epics and stories to build complete status tracking.
|
|
9
49
|
|
|
@@ -44,11 +84,6 @@
|
|
|
44
84
|
<action>Build complete inventory of all epics and stories from all epic files</action>
|
|
45
85
|
</step>
|
|
46
86
|
|
|
47
|
-
<step n="0.5" goal="Discover and load project documents">
|
|
48
|
-
<invoke-protocol name="discover_inputs" />
|
|
49
|
-
<note>After discovery, these content variables are available: {epics_content} (all epics loaded - uses FULL_LOAD strategy)</note>
|
|
50
|
-
</step>
|
|
51
|
-
|
|
52
87
|
<step n="2" goal="Build sprint status structure">
|
|
53
88
|
<action>For each epic found, create entries in this order:</action>
|
|
54
89
|
|
|
@@ -95,6 +130,7 @@ development_status:
|
|
|
95
130
|
|
|
96
131
|
```yaml
|
|
97
132
|
# generated: {date}
|
|
133
|
+
# last_updated: {date}
|
|
98
134
|
# project: {project_name}
|
|
99
135
|
# project_key: {project_key}
|
|
100
136
|
# tracking_system: {tracking_system}
|
|
@@ -130,6 +166,7 @@ development_status:
|
|
|
130
166
|
# - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
|
|
131
167
|
|
|
132
168
|
generated: { date }
|
|
169
|
+
last_updated: { date }
|
|
133
170
|
project: { project_name }
|
|
134
171
|
project_key: { project_key }
|
|
135
172
|
tracking_system: { tracking_system }
|
|
@@ -168,7 +205,7 @@ development_status:
|
|
|
168
205
|
- **File Location:** {status_file}
|
|
169
206
|
- **Total Epics:** {{epic_count}}
|
|
170
207
|
- **Total Stories:** {{story_count}}
|
|
171
|
-
- **Epics In Progress:** {{
|
|
208
|
+
- **Epics In Progress:** {{in_progress_count}}
|
|
172
209
|
- **Stories Completed:** {{done_count}}
|
|
173
210
|
|
|
174
211
|
**Next Steps:**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,9 +1,40 @@
|
|
|
1
|
-
# Sprint Status
|
|
1
|
+
# Sprint Status Workflow
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
**Goal:** Summarize sprint status, surface risks, and recommend the next workflow action.
|
|
4
|
+
|
|
5
|
+
**Your Role:** You are a Scrum Master providing clear, actionable sprint visibility. No time estimates — focus on status, risks, and next steps.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## INITIALIZATION
|
|
10
|
+
|
|
11
|
+
### Configuration Loading
|
|
12
|
+
|
|
13
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
14
|
+
|
|
15
|
+
- `project_name`, `user_name`
|
|
16
|
+
- `communication_language`, `document_output_language`
|
|
17
|
+
- `implementation_artifacts`
|
|
18
|
+
- `date` as system-generated current datetime
|
|
19
|
+
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
|
20
|
+
|
|
21
|
+
### Paths
|
|
22
|
+
|
|
23
|
+
- `sprint_status_file` = `{implementation_artifacts}/sprint-status.yaml`
|
|
24
|
+
|
|
25
|
+
### Input Files
|
|
26
|
+
|
|
27
|
+
| Input | Path | Load Strategy |
|
|
28
|
+
|-------|------|---------------|
|
|
29
|
+
| Sprint status | `{sprint_status_file}` | FULL_LOAD |
|
|
30
|
+
|
|
31
|
+
### Context
|
|
32
|
+
|
|
33
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## EXECUTION
|
|
7
38
|
|
|
8
39
|
<workflow>
|
|
9
40
|
|
|
@@ -36,7 +67,7 @@ Run `/bmad:bmm:workflows:sprint-planning` to generate it, then rerun sprint-stat
|
|
|
36
67
|
|
|
37
68
|
<step n="2" goal="Read and parse sprint-status.yaml">
|
|
38
69
|
<action>Read the FULL file: {sprint_status_file}</action>
|
|
39
|
-
<action>Parse fields: generated, project, project_key, tracking_system, story_location</action>
|
|
70
|
+
<action>Parse fields: generated, last_updated, project, project_key, tracking_system, story_location</action>
|
|
40
71
|
<action>Parse development_status map. Classify keys:</action>
|
|
41
72
|
- Epics: keys starting with "epic-" (and not ending with "-retrospective")
|
|
42
73
|
- Retrospectives: keys ending with "-retrospective"
|
|
@@ -84,7 +115,7 @@ Enter corrections (e.g., "1=in-progress, 2=backlog") or "skip" to continue witho
|
|
|
84
115
|
- IF any story has status "review": suggest `/bmad:bmm:workflows:code-review`
|
|
85
116
|
- IF any story has status "in-progress" AND no stories have status "ready-for-dev": recommend staying focused on active story
|
|
86
117
|
- IF all epics have status "backlog" AND no stories have status "ready-for-dev": prompt `/bmad:bmm:workflows:create-story`
|
|
87
|
-
- IF `
|
|
118
|
+
- IF `last_updated` timestamp is more than 7 days old (or `last_updated` is missing, fall back to `generated`): warn "sprint-status.yaml may be stale"
|
|
88
119
|
- IF any story key doesn't match an epic pattern (e.g., story "5-1-..." but no "epic-5"): warn "orphaned story detected"
|
|
89
120
|
- IF any epic has status in-progress but has no associated stories: warn "in-progress epic has no stories"
|
|
90
121
|
</step>
|
|
@@ -195,7 +226,7 @@ If the command targets a story, set `story_key={{next_story_id}}` when prompted.
|
|
|
195
226
|
|
|
196
227
|
<action>Read and parse {sprint_status_file}</action>
|
|
197
228
|
|
|
198
|
-
<action>Validate required metadata fields exist: generated, project, project_key, tracking_system, story_location</action>
|
|
229
|
+
<action>Validate required metadata fields exist: generated, project, project_key, tracking_system, story_location (last_updated is optional for backward compatibility)</action>
|
|
199
230
|
<check if="any required field missing">
|
|
200
231
|
<template-output>is_valid = false</template-output>
|
|
201
232
|
<template-output>error = "Missing required field(s): {{missing_fields}}"</template-output>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# Document Project Workflow Router
|
|
2
2
|
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml</critical>
|
|
5
3
|
<critical>Communicate all responses in {communication_language}</critical>
|
|
6
4
|
|
|
7
5
|
<workflow>
|
|
@@ -42,18 +40,18 @@
|
|
|
42
40
|
<action>Load cached project_type_id(s) from state file</action>
|
|
43
41
|
|
|
44
42
|
<critical>CONDITIONAL CSV LOADING FOR RESUME:</critical>
|
|
45
|
-
<action>For each cached project_type_id, load ONLY the corresponding row from:
|
|
43
|
+
<action>For each cached project_type_id, load ONLY the corresponding row from: ./documentation-requirements.csv</action>
|
|
46
44
|
<action>Skip loading project-types.csv and architecture_registry.csv (not needed on resume)</action>
|
|
47
45
|
<action>Store loaded doc requirements for use in remaining steps</action>
|
|
48
46
|
|
|
49
47
|
<action>Display: "Resuming {{workflow_mode}} from {{current_step}} with cached project type(s): {{cached_project_types}}"</action>
|
|
50
48
|
|
|
51
49
|
<check if="workflow_mode == deep_dive">
|
|
52
|
-
<action>Read fully and follow:
|
|
50
|
+
<action>Read fully and follow: ./workflows/deep-dive-workflow.md with resume context</action>
|
|
53
51
|
</check>
|
|
54
52
|
|
|
55
53
|
<check if="workflow_mode == initial_scan OR workflow_mode == full_rescan">
|
|
56
|
-
<action>Read fully and follow:
|
|
54
|
+
<action>Read fully and follow: ./workflows/full-scan-workflow.md with resume context</action>
|
|
57
55
|
</check>
|
|
58
56
|
|
|
59
57
|
</check>
|
|
@@ -100,7 +98,7 @@ Your choice [1/2/3]:
|
|
|
100
98
|
<check if="user selects 1">
|
|
101
99
|
<action>Set workflow_mode = "full_rescan"</action>
|
|
102
100
|
<action>Display: "Starting full project rescan..."</action>
|
|
103
|
-
<action>Read fully and follow:
|
|
101
|
+
<action>Read fully and follow: ./workflows/full-scan-workflow.md</action>
|
|
104
102
|
<action>After sub-workflow completes, continue to Step 4</action>
|
|
105
103
|
</check>
|
|
106
104
|
|
|
@@ -108,7 +106,7 @@ Your choice [1/2/3]:
|
|
|
108
106
|
<action>Set workflow_mode = "deep_dive"</action>
|
|
109
107
|
<action>Set scan_level = "exhaustive"</action>
|
|
110
108
|
<action>Display: "Starting deep-dive documentation mode..."</action>
|
|
111
|
-
<action>Read fully and follow:
|
|
109
|
+
<action>Read fully and follow: ./workflows/deep-dive-workflow.md</action>
|
|
112
110
|
<action>After sub-workflow completes, continue to Step 4</action>
|
|
113
111
|
</check>
|
|
114
112
|
|
|
@@ -121,7 +119,7 @@ Your choice [1/2/3]:
|
|
|
121
119
|
<check if="index.md does not exist">
|
|
122
120
|
<action>Set workflow_mode = "initial_scan"</action>
|
|
123
121
|
<action>Display: "No existing documentation found. Starting initial project scan..."</action>
|
|
124
|
-
<action>Read fully and follow:
|
|
122
|
+
<action>Read fully and follow: ./workflows/full-scan-workflow.md</action>
|
|
125
123
|
<action>After sub-workflow completes, continue to Step 4</action>
|
|
126
124
|
</check>
|
|
127
125
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Document Project Workflow
|
|
2
|
+
|
|
3
|
+
**Goal:** Document brownfield projects for AI context.
|
|
4
|
+
|
|
5
|
+
**Your Role:** Project documentation specialist.
|
|
6
|
+
- Communicate all responses in {communication_language}
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## INITIALIZATION
|
|
11
|
+
|
|
12
|
+
### Configuration Loading
|
|
13
|
+
|
|
14
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
15
|
+
|
|
16
|
+
- `project_knowledge`
|
|
17
|
+
- `user_name`
|
|
18
|
+
- `communication_language`
|
|
19
|
+
- `document_output_language`
|
|
20
|
+
- `user_skill_level`
|
|
21
|
+
- `date` as system-generated current datetime
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## EXECUTION
|
|
26
|
+
|
|
27
|
+
Read fully and follow: `./instructions.md`
|
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
<workflow>
|
|
4
4
|
|
|
5
5
|
<critical>This workflow performs exhaustive deep-dive documentation of specific areas</critical>
|
|
6
|
-
<critical>Called by: ../document-project/instructions.md router</critical>
|
|
7
6
|
<critical>Handles: deep_dive mode only</critical>
|
|
7
|
+
<critical>YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`</critical>
|
|
8
|
+
<critical>YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`</critical>
|
|
8
9
|
|
|
9
10
|
<step n="13" goal="Deep-dive documentation of specific area" if="workflow_mode == deep_dive">
|
|
10
11
|
<critical>Deep-dive mode requires literal full-file review. Sampling, guessing, or relying solely on tooling output is FORBIDDEN.</critical>
|
|
@@ -192,7 +193,7 @@ This will read EVERY file in this area. Proceed? [y/n]
|
|
|
192
193
|
- Combine recommended test commands into {{suggested_tests}}
|
|
193
194
|
</action>
|
|
194
195
|
|
|
195
|
-
<action>Load complete deep-dive template from:
|
|
196
|
+
<action>Load complete deep-dive template from: ../templates/deep-dive-template.md</action>
|
|
196
197
|
<action>Fill template with all collected data from steps 13b-13d</action>
|
|
197
198
|
<action>Write filled template to: {project_knowledge}/deep-dive-{{sanitized_target_name}}.md</action>
|
|
198
199
|
<action>Validate deep-dive document completeness</action>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Deep-Dive Documentation Sub-Workflow
|
|
2
|
+
|
|
3
|
+
**Goal:** Exhaustive deep-dive documentation of specific project areas.
|
|
4
|
+
|
|
5
|
+
**Your Role:** Deep-dive documentation specialist.
|
|
6
|
+
- Deep-dive mode requires literal full-file review. Sampling, guessing, or relying solely on tooling output is FORBIDDEN.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## INITIALIZATION
|
|
11
|
+
|
|
12
|
+
### Configuration Loading
|
|
13
|
+
|
|
14
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
15
|
+
|
|
16
|
+
- `project_knowledge`
|
|
17
|
+
- `user_name`
|
|
18
|
+
- `communication_language`, `document_output_language`
|
|
19
|
+
- `date` as system-generated current datetime
|
|
20
|
+
|
|
21
|
+
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
22
|
+
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
23
|
+
|
|
24
|
+
### Runtime Inputs
|
|
25
|
+
|
|
26
|
+
- `workflow_mode` = `deep_dive`
|
|
27
|
+
- `scan_level` = `exhaustive`
|
|
28
|
+
- `autonomous` = `false` (requires user input to select target area)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## EXECUTION
|
|
33
|
+
|
|
34
|
+
Read fully and follow: `./deep-dive-instructions.md`
|
|
@@ -3,8 +3,9 @@
|
|
|
3
3
|
<workflow>
|
|
4
4
|
|
|
5
5
|
<critical>This workflow performs complete project documentation (Steps 1-12)</critical>
|
|
6
|
-
<critical>Called by: document-project/instructions.md router</critical>
|
|
7
6
|
<critical>Handles: initial_scan and full_rescan modes</critical>
|
|
7
|
+
<critical>YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`</critical>
|
|
8
|
+
<critical>YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`</critical>
|
|
8
9
|
|
|
9
10
|
<step n="0.5" goal="Load documentation requirements data for fresh starts (not needed for resume)" if="resume_mode == false">
|
|
10
11
|
<critical>DATA LOADING STRATEGY - Understanding the Documentation Requirements System:</critical>
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
|
|
16
17
|
This workflow uses a single comprehensive CSV file to intelligently document your project:
|
|
17
18
|
|
|
18
|
-
**documentation-requirements.csv** (
|
|
19
|
+
**documentation-requirements.csv** (../documentation-requirements.csv)
|
|
19
20
|
|
|
20
21
|
- Contains 12 project types (web, mobile, backend, cli, library, desktop, game, data, extension, infra, embedded)
|
|
21
22
|
- 24-column schema combining project type detection AND documentation requirements
|
|
@@ -35,7 +36,7 @@ This workflow uses a single comprehensive CSV file to intelligently document you
|
|
|
35
36
|
|
|
36
37
|
<action>Now loading documentation requirements data for fresh start...</action>
|
|
37
38
|
|
|
38
|
-
<action>Load documentation-requirements.csv from:
|
|
39
|
+
<action>Load documentation-requirements.csv from: ../documentation-requirements.csv</action>
|
|
39
40
|
<action>Store all 12 rows indexed by project_type_id for project detection and requirements lookup</action>
|
|
40
41
|
<action>Display: "Loaded documentation requirements for 12 project types (web, mobile, backend, cli, library, desktop, game, data, extension, infra, embedded)"</action>
|
|
41
42
|
|
|
@@ -809,7 +810,7 @@ Generated in {{project_knowledge}}/:
|
|
|
809
810
|
{{file_list_with_sizes}}
|
|
810
811
|
</action>
|
|
811
812
|
|
|
812
|
-
<action>Run validation checklist from
|
|
813
|
+
<action>Run validation checklist from ../checklist.md</action>
|
|
813
814
|
|
|
814
815
|
<critical>INCOMPLETE DOCUMENTATION DETECTION:
|
|
815
816
|
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Full Project Scan Sub-Workflow
|
|
2
|
+
|
|
3
|
+
**Goal:** Complete project documentation (initial scan or full rescan).
|
|
4
|
+
|
|
5
|
+
**Your Role:** Full project scan documentation specialist.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## INITIALIZATION
|
|
10
|
+
|
|
11
|
+
### Configuration Loading
|
|
12
|
+
|
|
13
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
14
|
+
|
|
15
|
+
- `project_knowledge`
|
|
16
|
+
- `user_name`
|
|
17
|
+
- `communication_language`, `document_output_language`
|
|
18
|
+
- `date` as system-generated current datetime
|
|
19
|
+
|
|
20
|
+
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
21
|
+
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
22
|
+
|
|
23
|
+
### Runtime Inputs
|
|
24
|
+
|
|
25
|
+
- `workflow_mode` = `""` (set by parent: `initial_scan` or `full_rescan`)
|
|
26
|
+
- `scan_level` = `""` (set by parent: `quick`, `deep`, or `exhaustive`)
|
|
27
|
+
- `resume_mode` = `false`
|
|
28
|
+
- `autonomous` = `false` (requires user input at key decision points)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## EXECUTION
|
|
33
|
+
|
|
34
|
+
Read fully and follow: `./full-scan-instructions.md`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -123,7 +123,7 @@ Based on discovery, create or update the context document:
|
|
|
123
123
|
|
|
124
124
|
#### A. Fresh Document Setup (if no existing context)
|
|
125
125
|
|
|
126
|
-
Copy template from
|
|
126
|
+
Copy template from `../project-context-template.md` to `{output_folder}/project-context.md`
|
|
127
127
|
Initialize frontmatter fields.
|
|
128
128
|
|
|
129
129
|
#### B. Existing Document Update
|
|
@@ -160,6 +160,8 @@ Ready to create/update your project context. This will help AI agents implement
|
|
|
160
160
|
|
|
161
161
|
[C] Continue to context generation"
|
|
162
162
|
|
|
163
|
+
**HALT — wait for user selection before proceeding.**
|
|
164
|
+
|
|
163
165
|
## SUCCESS METRICS:
|
|
164
166
|
|
|
165
167
|
✅ Existing project context properly detected and handled
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
- 🎯 KEEP CONTENT LEAN - optimize for LLM context efficiency
|
|
10
10
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
11
11
|
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
12
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
12
13
|
|
|
13
14
|
## EXECUTION PROTOCOLS:
|
|
14
15
|
|
|
@@ -29,8 +30,8 @@ This step will generate content and present choices for each rule category:
|
|
|
29
30
|
|
|
30
31
|
## PROTOCOL INTEGRATION:
|
|
31
32
|
|
|
32
|
-
- When 'A' selected:
|
|
33
|
-
- When 'P' selected:
|
|
33
|
+
- When 'A' selected: Invoke the `bmad-advanced-elicitation` skill
|
|
34
|
+
- When 'P' selected: Invoke the `bmad-party-mode` skill
|
|
34
35
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
35
36
|
- User accepts/rejects protocol changes before proceeding
|
|
36
37
|
|
|
@@ -263,11 +264,13 @@ After each category, show the generated rules and present choices:
|
|
|
263
264
|
[P] Party Mode - Review from different implementation perspectives
|
|
264
265
|
[C] Continue - Save these rules and move to next category"
|
|
265
266
|
|
|
267
|
+
**HALT — wait for user selection before proceeding.**
|
|
268
|
+
|
|
266
269
|
### 10. Handle Menu Selection
|
|
267
270
|
|
|
268
271
|
#### If 'A' (Advanced Elicitation):
|
|
269
272
|
|
|
270
|
-
-
|
|
273
|
+
- Invoke the `bmad-advanced-elicitation` skill with current category rules
|
|
271
274
|
- Process enhanced rules that come back
|
|
272
275
|
- Ask user: "Accept these enhanced rules for {{category}}? (y/n)"
|
|
273
276
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -275,7 +278,7 @@ After each category, show the generated rules and present choices:
|
|
|
275
278
|
|
|
276
279
|
#### If 'P' (Party Mode):
|
|
277
280
|
|
|
278
|
-
-
|
|
281
|
+
- Invoke the `bmad-party-mode` skill with category rules context
|
|
279
282
|
- Process collaborative insights on implementation patterns
|
|
280
283
|
- Ask user: "Accept these changes to {{category}} rules? (y/n)"
|
|
281
284
|
- If yes: Update content, then return to A/P/C menu
|
package/bmad/bmm/workflows/{generate-project-context → bmad-generate-project-context}/workflow.md
RENAMED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: generate-project-context
|
|
3
|
-
description: Creates a concise project-context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Generate Project Context Workflow
|
|
7
2
|
|
|
8
3
|
**Goal:** Create a concise, optimized `project-context.md` file containing critical rules, patterns, and guidelines that AI agents must follow when implementing code. This file focuses on unobvious details that LLMs need to be reminded of.
|
|
@@ -33,17 +28,16 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
33
28
|
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
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}`
|
|
31
|
+
- ✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`
|
|
36
32
|
|
|
37
33
|
### Paths
|
|
38
34
|
|
|
39
|
-
- `installed_path` = `{project-root}/_bmad/bmm/workflows/generate-project-context`
|
|
40
|
-
- `template_path` = `{installed_path}/project-context-template.md`
|
|
41
35
|
- `output_file` = `{output_folder}/project-context.md`
|
|
42
36
|
|
|
43
37
|
---
|
|
44
38
|
|
|
45
39
|
## EXECUTION
|
|
46
40
|
|
|
47
|
-
Load and execute
|
|
41
|
+
Load and execute `./steps/step-01-discover.md` to begin the workflow.
|
|
48
42
|
|
|
49
43
|
**Note:** Input document discovery and initialization protocols are handled in step-01-discover.md.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
package/bmad/bmm/workflows/{qa/automate/instructions.md → bmad-qa-generate-e2e-tests/workflow.md}
RENAMED
|
@@ -1,10 +1,36 @@
|
|
|
1
|
-
#
|
|
1
|
+
# QA Generate E2E Tests Workflow
|
|
2
2
|
|
|
3
|
-
**Goal
|
|
3
|
+
**Goal:** Generate automated API and E2E tests for implemented code.
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**Your Role:** You are a QA automation engineer. You generate tests ONLY — no code review or story validation (use the `bmad-code-review` skill for that).
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## INITIALIZATION
|
|
10
|
+
|
|
11
|
+
### Configuration Loading
|
|
12
|
+
|
|
13
|
+
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
14
|
+
|
|
15
|
+
- `project_name`, `user_name`
|
|
16
|
+
- `communication_language`, `document_output_language`
|
|
17
|
+
- `implementation_artifacts`
|
|
18
|
+
- `date` as system-generated current datetime
|
|
19
|
+
- YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
|
|
20
|
+
|
|
21
|
+
### Paths
|
|
22
|
+
|
|
23
|
+
- `test_dir` = `{project-root}/tests`
|
|
24
|
+
- `source_dir` = `{project-root}`
|
|
25
|
+
- `default_output_file` = `{implementation_artifacts}/tests/test-summary.md`
|
|
26
|
+
|
|
27
|
+
### Context
|
|
28
|
+
|
|
29
|
+
- `project_context` = `**/project-context.md` (load if exists)
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## EXECUTION
|
|
8
34
|
|
|
9
35
|
### Step 0: Detect Test Framework
|
|
10
36
|
|
|
@@ -101,10 +127,10 @@ If the project needs:
|
|
|
101
127
|
- Comprehensive coverage analysis
|
|
102
128
|
- Advanced testing patterns and utilities
|
|
103
129
|
|
|
104
|
-
|
|
130
|
+
> **Install Test Architect (TEA) module**: <https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/>
|
|
105
131
|
|
|
106
132
|
## Output
|
|
107
133
|
|
|
108
|
-
Save summary to: `{
|
|
134
|
+
Save summary to: `{default_output_file}`
|
|
109
135
|
|
|
110
|
-
**Done!** Tests generated and verified.
|
|
136
|
+
**Done!** Tests generated and verified. Validate against `./checklist.md`.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: bmad-quick-dev
|
|
3
|
+
description: 'Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"'
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Follow the instructions in ./workflow.md.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: 'step-01-mode-detection'
|
|
3
|
-
description: 'Determine execution mode (tech-spec vs direct), handle escalation, set state variables'
|
|
4
|
-
|
|
5
|
-
nextStepFile_modeA: './step-03-execute.md'
|
|
6
|
-
nextStepFile_modeB: './step-02-context-gathering.md'
|
|
7
2
|
---
|
|
8
3
|
|
|
9
4
|
# Step 1: Mode Detection
|
|
@@ -50,7 +45,7 @@ Analyze the user's input to determine mode:
|
|
|
50
45
|
- Load the spec, extract tasks/context/AC
|
|
51
46
|
- Set `{execution_mode}` = "tech-spec"
|
|
52
47
|
- Set `{tech_spec_path}` = provided path
|
|
53
|
-
- **NEXT:** Read fully and follow:
|
|
48
|
+
- **NEXT:** Read fully and follow: `./step-03-execute.md`
|
|
54
49
|
|
|
55
50
|
**Mode B: Direct Instructions**
|
|
56
51
|
|
|
@@ -90,8 +85,8 @@ Display: "**Select:** [P] Plan first (tech-spec) [E] Execute directly"
|
|
|
90
85
|
|
|
91
86
|
#### Menu Handling Logic:
|
|
92
87
|
|
|
93
|
-
- IF P: Direct user to `
|
|
94
|
-
- IF E: Ask for any additional guidance, then **NEXT:** Read fully and follow:
|
|
88
|
+
- IF P: Direct user to invoke the `bmad-quick-spec` skill. **EXIT Quick Dev.**
|
|
89
|
+
- IF E: Ask for any additional guidance, then **NEXT:** Read fully and follow: `./step-02-context-gathering.md`
|
|
95
90
|
|
|
96
91
|
#### EXECUTION RULES:
|
|
97
92
|
|
|
@@ -112,9 +107,9 @@ Display:
|
|
|
112
107
|
|
|
113
108
|
#### Menu Handling Logic:
|
|
114
109
|
|
|
115
|
-
- IF P: Direct to `
|
|
110
|
+
- IF P: Direct user to invoke the `bmad-quick-spec` skill. **EXIT Quick Dev.**
|
|
116
111
|
- IF W: Direct user to run the PRD workflow instead. **EXIT Quick Dev.**
|
|
117
|
-
- IF E: Ask for guidance, then **NEXT:** Read fully and follow:
|
|
112
|
+
- IF E: Ask for guidance, then **NEXT:** Read fully and follow: `./step-02-context-gathering.md`
|
|
118
113
|
|
|
119
114
|
#### EXECUTION RULES:
|
|
120
115
|
|
|
@@ -135,9 +130,9 @@ Display:
|
|
|
135
130
|
|
|
136
131
|
#### Menu Handling Logic:
|
|
137
132
|
|
|
138
|
-
- IF P: Direct to `
|
|
133
|
+
- IF P: Direct user to invoke the `bmad-quick-spec` skill. **EXIT Quick Dev.**
|
|
139
134
|
- IF W: Direct user to run the PRD workflow instead. **EXIT Quick Dev.**
|
|
140
|
-
- IF E: Ask for guidance, then **NEXT:** Read fully and follow:
|
|
135
|
+
- IF E: Ask for guidance, then **NEXT:** Read fully and follow: `./step-02-context-gathering.md`
|
|
141
136
|
|
|
142
137
|
#### EXECUTION RULES:
|
|
143
138
|
|
|
@@ -150,8 +145,8 @@ Display:
|
|
|
150
145
|
|
|
151
146
|
**CRITICAL:** When this step completes, explicitly state which step to load:
|
|
152
147
|
|
|
153
|
-
- Mode A (tech-spec): "**NEXT:** read fully and follow:
|
|
154
|
-
- Mode B (direct, [E] selected): "**NEXT:** Read fully and follow:
|
|
148
|
+
- Mode A (tech-spec): "**NEXT:** read fully and follow: `./step-03-execute.md`"
|
|
149
|
+
- Mode B (direct, [E] selected): "**NEXT:** Read fully and follow: `./step-02-context-gathering.md`"
|
|
155
150
|
- Escalation ([P] or [W]): "**EXITING Quick Dev.** Follow the directed workflow."
|
|
156
151
|
|
|
157
152
|
---
|