bmad-method 6.0.0-alpha.19 → 6.0.0-alpha.20
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/.github/workflows/docs.yaml +72 -0
- package/.github/workflows/quality.yaml +0 -3
- package/CHANGELOG.md +125 -0
- package/CONTRIBUTING.md +1 -3
- package/README.md +8 -7
- package/docs/agent-customization-guide.md +3 -3
- package/docs/custom-content-installation.md +1 -1
- package/docs/document-sharding-guide.md +2 -2
- package/docs/getting-started/installation.md +76 -0
- package/docs/ide-info/index.md +24 -0
- package/docs/ide-info/rovo-dev.md +14 -380
- package/docs/index.md +36 -45
- package/eslint.config.mjs +7 -2
- package/package.json +14 -8
- package/{docs → samples}/sample-custom-modules/README.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +2 -2
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
- package/src/core/tasks/review-adversarial-general.xml +41 -0
- package/src/modules/bmb/README.md +25 -0
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +3 -3
- package/src/modules/bmb/docs/agents/index.md +9 -9
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +1 -1
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +1 -1
- package/src/modules/bmb/docs/{README.md → index.md} +10 -12
- package/src/modules/bmb/docs/workflows/index.md +6 -6
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +3 -3
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +1 -1
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +5 -5
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +1 -1
- package/src/modules/bmb/workflows/create-module/validation.md +2 -2
- package/src/modules/bmb/workflows/create-module/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +3 -3
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
- package/src/modules/bmgd/_module-installer/installer.js +2 -2
- package/src/modules/bmgd/agents/game-architect.agent.yaml +4 -0
- package/src/modules/bmgd/docs/{README.md → index.md} +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +4 -4
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +5 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +60 -6
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +201 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +373 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +279 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +48 -0
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +5 -5
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -2
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/README.md +5 -6
- package/src/modules/bmm/_module-installer/installer.js +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +1 -1
- package/src/modules/bmm/agents/dev.agent.yaml +8 -4
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +8 -17
- package/src/modules/bmm/agents/sm.agent.yaml +6 -3
- package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -1
- package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -3
- package/src/modules/bmm/docs/agents-guide.md +83 -1026
- package/src/modules/bmm/docs/bmad-quick-flow.md +10 -32
- package/src/modules/bmm/docs/brownfield-guide.md +1 -1
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/{README.md → index.md} +7 -88
- package/src/modules/bmm/docs/quick-spec-flow.md +1 -1
- package/src/modules/bmm/docs/quick-start.md +7 -7
- package/src/modules/bmm/docs/scale-adaptive-system.md +1 -1
- package/src/modules/bmm/docs/test-architecture.md +13 -12
- package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
- package/src/modules/bmm/module.yaml +11 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +7 -5
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +2 -4
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +7 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/workflow.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +14 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +8 -39
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +15 -15
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +5 -25
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +6 -6
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +3 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +9 -21
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +8 -8
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +16 -14
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -12
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +7 -6
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +4 -3
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +4 -4
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +4 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +51 -0
- package/src/modules/bmm/workflows/document-project/instructions.md +27 -28
- package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -3
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +2 -1
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +5 -15
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +8 -7
- package/src/modules/bmm/workflows/testarch/atdd/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +1 -0
- package/src/modules/bmm/workflows/testarch/automate/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-design/checklist.md +3 -2
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +9 -0
- package/src/modules/bmm/workflows/testarch/test-review/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-review/test-review-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/trace/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/trace-template.md +2 -0
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -1
- package/src/modules/cis/{readme.md → docs/index.md} +2 -6
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +24 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +30 -0
- package/tools/build-docs.js +630 -0
- package/tools/cli/commands/install.js +11 -5
- package/tools/cli/installers/install-messages.yaml +52 -0
- package/tools/cli/installers/lib/core/config-collector.js +25 -30
- package/tools/cli/installers/lib/message-loader.js +85 -0
- package/tools/cli/lib/ui.js +221 -41
- package/tools/schema/agent.js +68 -5
- package/website/css/custom.css +52 -0
- package/website/docusaurus.config.js +179 -0
- package/website/sidebars.js +157 -0
- package/website/src/pages/downloads.md +81 -0
- package/website/src/pages/index.js +50 -0
- package/website/static/favicon.ico +0 -0
- package/website/static/img/logo.svg +4 -0
- package/website/static/robots.txt +37 -0
- package/docs/installers-bundlers/ide-injections.md +0 -186
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +0 -389
- package/src/modules/bmgd/README.md +0 -209
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +0 -25
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +0 -202
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +0 -33
- package/tools/cli/commands/build.js +0 -283
- package/tools/cli/commands/list.js +0 -40
- package/tools/cli/commands/status.js +0 -47
- package/tools/cli/commands/uninstall.js +0 -44
- package/tools/cli/commands/update.js +0 -28
- package/tools/validate-bundles.js +0 -87
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md +0 -0
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md
CHANGED
|
@@ -31,8 +31,8 @@ This step will generate content and present choices:
|
|
|
31
31
|
|
|
32
32
|
## PROTOCOL INTEGRATION:
|
|
33
33
|
|
|
34
|
-
- When 'A' selected: Execute {project-root}
|
|
35
|
-
- When 'P' selected: Execute {project-root}
|
|
34
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml
|
|
35
|
+
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
36
36
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
37
37
|
- User accepts/rejects protocol changes before proceeding
|
|
38
38
|
|
|
@@ -304,7 +304,7 @@ Show the validation results and present choices:
|
|
|
304
304
|
|
|
305
305
|
#### If 'A' (Advanced Elicitation):
|
|
306
306
|
|
|
307
|
-
- Execute {project-root}
|
|
307
|
+
- Execute {project-root}/_bmad/core/tasks/advanced-elicitation.xml with validation issues
|
|
308
308
|
- Process enhanced solutions for complex concerns
|
|
309
309
|
- Ask user: "Accept these architectural improvements? (y/n)"
|
|
310
310
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -312,7 +312,7 @@ Show the validation results and present choices:
|
|
|
312
312
|
|
|
313
313
|
#### If 'P' (Party Mode):
|
|
314
314
|
|
|
315
|
-
- Execute {project-root}
|
|
315
|
+
- Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md with validation context
|
|
316
316
|
- Process collaborative insights on implementation readiness
|
|
317
317
|
- Ask user: "Accept these changes to the validation results? (y/n)"
|
|
318
318
|
- If yes: Update content, then return to A/P/C menu
|
|
@@ -30,7 +30,7 @@ This uses **micro-file architecture** for disciplined execution:
|
|
|
30
30
|
|
|
31
31
|
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
32
32
|
|
|
33
|
-
- `project_name`, `output_folder`, `user_name`
|
|
33
|
+
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`
|
|
34
34
|
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
35
35
|
- `date` as system-generated current datetime
|
|
36
36
|
|
|
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-an
|
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-01-validate-prerequisites.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-02-design-epics.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/epics.md'
|
|
13
13
|
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
14
14
|
|
|
15
15
|
# Task References
|
|
@@ -77,20 +77,20 @@ Search for required documents using these patterns (sharded means a large docume
|
|
|
77
77
|
|
|
78
78
|
**PRD Document Search Priority:**
|
|
79
79
|
|
|
80
|
-
1. `{
|
|
81
|
-
2. `{
|
|
80
|
+
1. `{planning_artifacts}/*prd*.md` (whole document)
|
|
81
|
+
2. `{planning_artifacts}/*prd*/index.md` (sharded version)
|
|
82
82
|
|
|
83
83
|
**Architecture Document Search Priority:**
|
|
84
84
|
|
|
85
|
-
1. `{
|
|
86
|
-
2. `{
|
|
85
|
+
1. `{planning_artifacts}/*architecture*.md` (whole document)
|
|
86
|
+
2. `{planning_artifacts}/*architecture*/index.md` (sharded version)
|
|
87
87
|
|
|
88
88
|
**UX Design Document Search (Optional):**
|
|
89
89
|
|
|
90
|
-
1. `{
|
|
91
|
-
2. `{
|
|
90
|
+
1. `{planning_artifacts}/*ux*.md` (whole document)
|
|
91
|
+
2. `{planning_artifacts}/*ux*/index.md` (sharded version)
|
|
92
92
|
|
|
93
|
-
Ask the user if there are any other documents, or if what you have found is all there is [Yes/No]. Wait for user confirmation. Once confirmed, create the {outputFile} from the {epicsTemplate} and in the front matter list the files in the array of `inputDocuments: []`.
|
|
93
|
+
Before proceeding, Ask the user if there are any other documents, or if what you have found is all there is [Yes/No]. Wait for user confirmation. Once confirmed, create the {outputFile} from the {epicsTemplate} and in the front matter list the files in the array of `inputDocuments: []`.
|
|
94
94
|
|
|
95
95
|
### 3. Extract Functional Requirements (FRs)
|
|
96
96
|
|
|
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-an
|
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-02-design-epics.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-03-create-stories.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/epics.md'
|
|
13
13
|
|
|
14
14
|
# Task References
|
|
15
15
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
@@ -9,7 +9,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-an
|
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-03-create-stories.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-04-final-validation.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/epics.md'
|
|
13
13
|
|
|
14
14
|
# Task References
|
|
15
15
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
@@ -8,7 +8,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-an
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-04-final-validation.md'
|
|
10
10
|
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
-
outputFile: '{
|
|
11
|
+
outputFile: '{planning_artifacts}/epics.md'
|
|
12
12
|
|
|
13
13
|
# Task References
|
|
14
14
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
@@ -49,9 +49,9 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
49
49
|
|
|
50
50
|
### 1. Configuration Loading
|
|
51
51
|
|
|
52
|
-
Load and read full config from {project-root}
|
|
52
|
+
Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
53
53
|
|
|
54
|
-
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
|
|
54
|
+
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
|
|
55
55
|
|
|
56
56
|
### 2. First Step EXECUTION
|
|
57
57
|
|
|
@@ -5,14 +5,14 @@ author: "BMad"
|
|
|
5
5
|
|
|
6
6
|
# Critical variables from config
|
|
7
7
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
8
|
-
output_folder: "{config_source}:output_folder"
|
|
9
8
|
user_name: "{config_source}:user_name"
|
|
10
9
|
communication_language: "{config_source}:communication_language"
|
|
11
10
|
user_skill_level: "{config_source}:user_skill_level"
|
|
12
11
|
document_output_language: "{config_source}:document_output_language"
|
|
13
12
|
date: system-generated
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
14
|
+
output_folder: "{implementation_artifacts}"
|
|
15
|
+
sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
|
|
16
16
|
|
|
17
17
|
# Workflow components
|
|
18
18
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review"
|
|
@@ -23,7 +23,7 @@ template: false
|
|
|
23
23
|
variables:
|
|
24
24
|
# Project context
|
|
25
25
|
project_context: "**/project-context.md"
|
|
26
|
-
story_dir: "{
|
|
26
|
+
story_dir: "{implementation_artifacts}"
|
|
27
27
|
|
|
28
28
|
# Smart input file references - handles both whole docs and sharded docs
|
|
29
29
|
# Priority: Whole document first, then sharded version
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Navigation Checklist
|
|
2
2
|
|
|
3
|
-
<critical>This checklist is executed as part of: {project-root}
|
|
3
|
+
<critical>This checklist is executed as part of: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml</critical>
|
|
4
4
|
<critical>Work through each section systematically with the user, recording findings and impacts</critical>
|
|
5
5
|
|
|
6
6
|
<checklist>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Correct Course - Sprint Change Management Instructions
|
|
2
2
|
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}
|
|
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/4-implementation/correct-course/workflow.yaml</critical>
|
|
5
5
|
<critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
|
|
6
6
|
<critical>Generate all documents in {document_output_language}</critical>
|
|
7
7
|
|
|
@@ -4,14 +4,16 @@ description: "Navigate significant changes during sprint execution by analyzing
|
|
|
4
4
|
author: "BMad Method"
|
|
5
5
|
|
|
6
6
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
7
|
-
output_folder: "{config_source}:output_folder"
|
|
8
7
|
user_name: "{config_source}:user_name"
|
|
9
8
|
communication_language: "{config_source}:communication_language"
|
|
10
9
|
user_skill_level: "{config_source}:user_skill_level"
|
|
11
10
|
document_output_language: "{config_source}:document_output_language"
|
|
12
11
|
date: system-generated
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
13
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
14
|
+
project_knowledge: "{config_source}:project_knowledge"
|
|
15
|
+
output_folder: "{implementation_artifacts}"
|
|
16
|
+
sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
|
|
15
17
|
|
|
16
18
|
# Smart input file references - handles both whole docs and sharded docs
|
|
17
19
|
# Priority: Whole document first, then sharded version
|
|
@@ -19,31 +21,31 @@ sprint_status: "{sprint_artifacts}/sprint-status.yaml || {output_folder}/sprint-
|
|
|
19
21
|
input_file_patterns:
|
|
20
22
|
prd:
|
|
21
23
|
description: "Product requirements for impact analysis"
|
|
22
|
-
whole: "{
|
|
23
|
-
sharded: "{
|
|
24
|
+
whole: "{planning_artifacts}/*prd*.md"
|
|
25
|
+
sharded: "{planning_artifacts}/*prd*/*.md"
|
|
24
26
|
load_strategy: "FULL_LOAD"
|
|
25
27
|
epics:
|
|
26
28
|
description: "All epics to analyze change impact"
|
|
27
|
-
whole: "{
|
|
28
|
-
sharded: "{
|
|
29
|
+
whole: "{planning_artifacts}/*epic*.md"
|
|
30
|
+
sharded: "{planning_artifacts}/*epic*/*.md"
|
|
29
31
|
load_strategy: "FULL_LOAD"
|
|
30
32
|
architecture:
|
|
31
33
|
description: "System architecture and decisions"
|
|
32
|
-
whole: "{
|
|
33
|
-
sharded: "{
|
|
34
|
+
whole: "{planning_artifacts}/*architecture*.md"
|
|
35
|
+
sharded: "{planning_artifacts}/*architecture*/*.md"
|
|
34
36
|
load_strategy: "FULL_LOAD"
|
|
35
37
|
ux_design:
|
|
36
38
|
description: "UX design specification (if UI impacts)"
|
|
37
|
-
whole: "{
|
|
38
|
-
sharded: "{
|
|
39
|
+
whole: "{planning_artifacts}/*ux*.md"
|
|
40
|
+
sharded: "{planning_artifacts}/*ux*/*.md"
|
|
39
41
|
load_strategy: "FULL_LOAD"
|
|
40
42
|
tech_spec:
|
|
41
43
|
description: "Technical specification"
|
|
42
|
-
whole: "{
|
|
44
|
+
whole: "{planning_artifacts}/*tech-spec*.md"
|
|
43
45
|
load_strategy: "FULL_LOAD"
|
|
44
46
|
document_project:
|
|
45
47
|
description: "Brownfield project documentation (optional)"
|
|
46
|
-
sharded: "{
|
|
48
|
+
sharded: "{project_knowledge}/index.md"
|
|
47
49
|
load_strategy: "INDEX_GUIDED"
|
|
48
50
|
|
|
49
51
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course"
|
|
@@ -51,7 +53,7 @@ template: false
|
|
|
51
53
|
instructions: "{installed_path}/instructions.md"
|
|
52
54
|
validation: "{installed_path}/checklist.md"
|
|
53
55
|
checklist: "{installed_path}/checklist.md"
|
|
54
|
-
default_output_file: "{
|
|
56
|
+
default_output_file: "{planning_artifacts}/sprint-change-proposal-{date}.md"
|
|
55
57
|
|
|
56
58
|
standalone: true
|
|
57
59
|
|
|
@@ -334,18 +334,8 @@
|
|
|
334
334
|
|
|
335
335
|
**Next Steps:**
|
|
336
336
|
1. Review the comprehensive story in {{story_file}}
|
|
337
|
-
2.
|
|
338
|
-
|
|
339
|
-
3. Run dev agents `dev-story` for optimized implementation
|
|
340
|
-
4. Run `code-review` when complete (auto-marks done)
|
|
341
|
-
|
|
342
|
-
**Quality Competition Option:** The `*validate-create-story` command runs the story context through an independent LLM in fresh
|
|
343
|
-
context that will:
|
|
344
|
-
- Systematically re-analyze all source documents
|
|
345
|
-
- Identify any misses, omissions, or improvements
|
|
346
|
-
- Compete to create a more comprehensive story context
|
|
347
|
-
- Present findings interactively for your approval
|
|
348
|
-
- Apply improvements to create the ultimate developer implementation guide
|
|
337
|
+
2. Run dev agents `dev-story` for optimized implementation
|
|
338
|
+
3. Run `code-review` when complete (auto-marks done)
|
|
349
339
|
|
|
350
340
|
**The developer now has everything needed for flawless implementation!**
|
|
351
341
|
</output>
|
|
@@ -4,12 +4,12 @@ author: "BMad"
|
|
|
4
4
|
|
|
5
5
|
# Critical variables from config
|
|
6
6
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
7
|
-
output_folder: "{config_source}:output_folder"
|
|
8
7
|
user_name: "{config_source}:user_name"
|
|
9
8
|
communication_language: "{config_source}:communication_language"
|
|
10
9
|
date: system-generated
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
11
|
+
output_folder: "{implementation_artifacts}"
|
|
12
|
+
story_dir: "{implementation_artifacts}"
|
|
13
13
|
|
|
14
14
|
# Workflow components
|
|
15
15
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story"
|
|
@@ -19,7 +19,7 @@ validation: "{installed_path}/checklist.md"
|
|
|
19
19
|
|
|
20
20
|
# Variables and inputs
|
|
21
21
|
variables:
|
|
22
|
-
sprint_status: "{
|
|
22
|
+
sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml" # Primary source for story tracking
|
|
23
23
|
epics_file: "{output_folder}/epics.md" # Enhanced epics+stories with BDD and source hints
|
|
24
24
|
prd_file: "{output_folder}/PRD.md" # Fallback for requirements (if not in epics file)
|
|
25
25
|
architecture_file: "{output_folder}/architecture.md" # Fallback for constraints (if not in epics file)
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<action>Use {{story_path}} directly</action>
|
|
18
18
|
<action>Read COMPLETE story file</action>
|
|
19
19
|
<action>Extract story_key from filename or metadata</action>
|
|
20
|
-
<goto
|
|
20
|
+
<goto anchor="task_check" />
|
|
21
21
|
</check>
|
|
22
22
|
|
|
23
23
|
<!-- Sprint-based story discovery -->
|
|
@@ -9,7 +9,7 @@ user_name: "{config_source}:user_name"
|
|
|
9
9
|
communication_language: "{config_source}:communication_language"
|
|
10
10
|
user_skill_level: "{config_source}:user_skill_level"
|
|
11
11
|
document_output_language: "{config_source}:document_output_language"
|
|
12
|
-
story_dir: "{config_source}:
|
|
12
|
+
story_dir: "{config_source}:implementation_artifacts"
|
|
13
13
|
date: system-generated
|
|
14
14
|
|
|
15
15
|
# Workflow components
|
|
@@ -18,8 +18,8 @@ instructions: "{installed_path}/instructions.xml"
|
|
|
18
18
|
validation: "{installed_path}/checklist.md"
|
|
19
19
|
|
|
20
20
|
story_file: "" # Explicit story path; auto-discovered if empty
|
|
21
|
-
|
|
22
|
-
sprint_status: "{
|
|
21
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
22
|
+
sprint_status: "{implementation_artifacts}/sprint-status.yaml"
|
|
23
23
|
project_context: "**/project-context.md"
|
|
24
24
|
|
|
25
25
|
standalone: true
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Retrospective - Epic Completion Review Instructions
|
|
2
2
|
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}
|
|
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/4-implementation/retrospective/workflow.yaml</critical>
|
|
5
5
|
<critical>Communicate all responses in {communication_language} and language MUST be tailored to {user_skill_level}</critical>
|
|
6
6
|
<critical>Generate all documents in {document_output_language}</critical>
|
|
7
7
|
<critical>⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.</critical>
|
|
@@ -10,7 +10,7 @@ communication_language: "{config_source}:communication_language"
|
|
|
10
10
|
user_skill_level: "{config_source}:user_skill_level"
|
|
11
11
|
document_output_language: "{config_source}:document_output_language"
|
|
12
12
|
date: system-generated
|
|
13
|
-
|
|
13
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
14
14
|
|
|
15
15
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective"
|
|
16
16
|
template: false
|
|
@@ -31,7 +31,7 @@ input_file_patterns:
|
|
|
31
31
|
load_strategy: "SELECTIVE_LOAD"
|
|
32
32
|
previous_retrospective:
|
|
33
33
|
description: "Previous epic's retrospective (optional)"
|
|
34
|
-
pattern: "{
|
|
34
|
+
pattern: "{implementation_artifacts}/**/epic-{{prev_epic_num}}-retro-*.md"
|
|
35
35
|
load_strategy: "SELECTIVE_LOAD"
|
|
36
36
|
architecture:
|
|
37
37
|
description: "System architecture for context"
|
|
@@ -49,9 +49,9 @@ input_file_patterns:
|
|
|
49
49
|
load_strategy: "INDEX_GUIDED"
|
|
50
50
|
|
|
51
51
|
# Required files
|
|
52
|
-
sprint_status_file: "{
|
|
53
|
-
story_directory: "{
|
|
54
|
-
retrospectives_folder: "{
|
|
52
|
+
sprint_status_file: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
|
|
53
|
+
story_directory: "{implementation_artifacts}"
|
|
54
|
+
retrospectives_folder: "{implementation_artifacts}"
|
|
55
55
|
|
|
56
56
|
standalone: true
|
|
57
57
|
web_bundle: false
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Sprint Planning - Sprint Status Generator
|
|
2
2
|
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}
|
|
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/4-implementation/sprint-planning/workflow.yaml</critical>
|
|
5
5
|
|
|
6
6
|
## 📚 Document Discovery - Full Epic Loading
|
|
7
7
|
|
|
@@ -4,11 +4,12 @@ author: "BMad"
|
|
|
4
4
|
|
|
5
5
|
# Critical variables from config
|
|
6
6
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
7
|
-
output_folder: "{config_source}:output_folder"
|
|
8
7
|
user_name: "{config_source}:user_name"
|
|
9
8
|
communication_language: "{config_source}:communication_language"
|
|
10
9
|
date: system-generated
|
|
11
|
-
|
|
10
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
11
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
12
|
+
output_folder: "{implementation_artifacts}"
|
|
12
13
|
|
|
13
14
|
# Workflow components
|
|
14
15
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning"
|
|
@@ -25,15 +26,15 @@ variables:
|
|
|
25
26
|
|
|
26
27
|
# Tracking system configuration
|
|
27
28
|
tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
|
|
28
|
-
story_location: "{config_source}:
|
|
29
|
-
story_location_absolute: "{config_source}:
|
|
29
|
+
story_location: "{config_source}:implementation_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
|
|
30
|
+
story_location_absolute: "{config_source}:implementation_artifacts" # Absolute path for file operations
|
|
30
31
|
|
|
31
32
|
# Source files (file-system only)
|
|
32
|
-
epics_location: "{
|
|
33
|
+
epics_location: "{planning_artifacts}" # Directory containing epic*.md files
|
|
33
34
|
epics_pattern: "epic*.md" # Pattern to find epic files
|
|
34
35
|
|
|
35
36
|
# Output configuration
|
|
36
|
-
status_file: "{
|
|
37
|
+
status_file: "{implementation_artifacts}/sprint-status.yaml"
|
|
37
38
|
|
|
38
39
|
# Smart input file references - handles both whole docs and sharded docs
|
|
39
40
|
# Priority: Whole document first, then sharded version
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Sprint Status - Multi-Mode Service
|
|
2
2
|
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}
|
|
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/4-implementation/sprint-status/workflow.yaml</critical>
|
|
5
5
|
<critical>Modes: interactive (default), validate, data</critical>
|
|
6
6
|
<critical>⚠️ ABSOLUTELY NO TIME ESTIMATES. Do NOT mention hours, days, weeks, or timelines.</critical>
|
|
7
7
|
|
|
@@ -10,7 +10,8 @@ user_name: "{config_source}:user_name"
|
|
|
10
10
|
communication_language: "{config_source}:communication_language"
|
|
11
11
|
document_output_language: "{config_source}:document_output_language"
|
|
12
12
|
date: system-generated
|
|
13
|
-
|
|
13
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
14
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
14
15
|
|
|
15
16
|
# Workflow components
|
|
16
17
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-status"
|
|
@@ -18,14 +19,14 @@ instructions: "{installed_path}/instructions.md"
|
|
|
18
19
|
|
|
19
20
|
# Inputs
|
|
20
21
|
variables:
|
|
21
|
-
sprint_status_file: "{
|
|
22
|
+
sprint_status_file: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
|
|
22
23
|
tracking_system: "file-system"
|
|
23
24
|
|
|
24
25
|
# Smart input file references
|
|
25
26
|
input_file_patterns:
|
|
26
27
|
sprint_status:
|
|
27
28
|
description: "Sprint status file generated by sprint-planning"
|
|
28
|
-
whole: "{
|
|
29
|
+
whole: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml"
|
|
29
30
|
load_strategy: "FULL_LOAD"
|
|
30
31
|
|
|
31
32
|
# Standalone so IDE commands get generated
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
<action>Ask clarifying questions: problem, who's affected, scope, constraints, existing code?</action>
|
|
21
21
|
|
|
22
|
-
<action>Check for existing context in {output_folder} and {
|
|
22
|
+
<action>Check for existing context in {output_folder} and {implementation_artifacts}</action>
|
|
23
23
|
|
|
24
24
|
<checkpoint title="Problem Understanding">
|
|
25
25
|
[a] Advanced Elicitation [c] Continue [p] Party Mode
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
|
|
89
89
|
</action>
|
|
90
90
|
|
|
91
|
-
<action>Save to {
|
|
91
|
+
<action>Save to {implementation_artifacts}/tech-spec-{slug}.md</action>
|
|
92
92
|
|
|
93
93
|
</step>
|
|
94
94
|
|
|
@@ -98,14 +98,14 @@
|
|
|
98
98
|
|
|
99
99
|
<output>**Tech-Spec Complete!**
|
|
100
100
|
|
|
101
|
-
Saved to: {
|
|
101
|
+
Saved to: {implementation_artifacts}/tech-spec-{slug}.md
|
|
102
102
|
|
|
103
103
|
[a] Advanced Elicitation - refine further
|
|
104
104
|
[b] Begin Development (not recommended - fresh context better)
|
|
105
105
|
[d] Done - exit
|
|
106
106
|
[p] Party Mode - get feedback
|
|
107
107
|
|
|
108
|
-
**Recommended:** Run `dev-spec {
|
|
108
|
+
**Recommended:** Run `dev-spec {implementation_artifacts}/tech-spec-{slug}.md` in fresh context.
|
|
109
109
|
</output>
|
|
110
110
|
|
|
111
111
|
<ask>Choice (a/b/d/p):</ask>
|
|
@@ -5,8 +5,10 @@ author: "BMad"
|
|
|
5
5
|
|
|
6
6
|
# Config
|
|
7
7
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
9
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
10
|
+
project_knowledge: "{config_source}:project_knowledge"
|
|
11
|
+
output_folder: "{implementation_artifacts}"
|
|
10
12
|
user_name: "{config_source}:user_name"
|
|
11
13
|
communication_language: "{config_source}:communication_language"
|
|
12
14
|
document_output_language: "{config_source}:document_output_language"
|