bmad-method 6.0.0-alpha.8 → 6.0.0-alpha.9
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/ISSUE_TEMPLATE/idea_submission.md +1 -1
- package/.github/workflows/bundle-latest.yaml +277 -0
- package/.github/workflows/manual-release.yaml +55 -16
- package/CHANGELOG.md +439 -1
- package/README.md +12 -4
- package/docs/BUNDLE_DISTRIBUTION_SETUP.md +95 -0
- package/docs/agent-customization-guide.md +208 -0
- package/docs/ide-info/crush.md +1 -1
- package/docs/ide-info/cursor.md +7 -7
- package/docs/ide-info/iflow.md +3 -3
- package/docs/ide-info/opencode.md +1 -1
- package/docs/index.md +3 -1
- package/docs/installers-bundlers/ide-injections.md +2 -2
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +23 -23
- package/docs/v4-to-v6-upgrade.md +12 -12
- package/docs/web-bundles-gemini-gpt-guide.md +473 -0
- package/package.json +1 -1
- package/src/core/_module-installer/install-config.yaml +2 -1
- package/src/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/src/core/tasks/{adv-elicit.xml → advanced-elicitation.xml} +3 -3
- package/src/core/tasks/workflow.xml +124 -10
- package/src/core/tools/shard-doc.xml +44 -0
- package/src/core/workflows/brainstorming/README.md +5 -15
- package/src/core/workflows/brainstorming/instructions.md +4 -3
- package/src/core/workflows/brainstorming/template.md +4 -0
- package/src/modules/bmb/workflows/audit-workflow/checklist.md +3 -4
- package/src/modules/bmb/workflows/convert-legacy/README.md +1 -1
- package/src/modules/bmb/workflows/convert-legacy/checklist.md +1 -1
- package/src/modules/bmb/workflows/convert-legacy/instructions.md +2 -2
- package/src/modules/bmb/workflows/create-agent/agent-architecture.md +0 -4
- package/src/modules/bmb/workflows/create-agent/instructions.md +13 -16
- package/src/modules/bmb/workflows/create-module/checklist.md +0 -9
- package/src/modules/bmb/workflows/create-module/instructions.md +5 -10
- package/src/modules/bmb/workflows/create-module/module-structure.md +3 -3
- package/src/modules/bmb/workflows/create-workflow/instructions.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -2
- package/src/modules/bmb/workflows/module-brief/checklist.md +2 -2
- package/src/modules/bmgd/_module-installer/install-config.yaml +4 -17
- package/src/modules/bmgd/agents/game-architect.agent.yaml +2 -2
- package/src/modules/bmgd/agents/game-designer.agent.yaml +2 -2
- package/src/modules/bmgd/agents/game-dev.agent.yaml +2 -2
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/instructions-gdd.md +1 -6
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +0 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/architecture-patterns.yaml +0 -26
- package/src/modules/bmgd/workflows/3-technical/game-architecture/checklist.md +2 -6
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +1 -6
- package/src/modules/bmgd/workflows/4-production/code-review/instructions.md +21 -43
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +11 -21
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +5 -0
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +29 -22
- package/src/modules/bmgd/workflows/4-production/create-story/instructions.md +18 -45
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +14 -22
- package/src/modules/bmgd/workflows/4-production/dev-story/instructions.md +6 -1
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +28 -3
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/instructions.md +8 -33
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/workflow.yaml +14 -22
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +16 -34
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +13 -34
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +9 -13
- package/src/modules/bmgd/workflows/4-production/sprint-planning/sprint-status-template.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +6 -5
- package/src/modules/bmgd/workflows/4-production/story-context/instructions.md +18 -43
- package/src/modules/bmgd/workflows/4-production/story-context/workflow.yaml +13 -15
- package/src/modules/bmgd/workflows/4-production/story-done/workflow.yaml +3 -2
- package/src/modules/bmgd/workflows/4-production/story-ready/instructions.md +5 -5
- package/src/modules/bmgd/workflows/4-production/story-ready/workflow.yaml +3 -5
- package/src/modules/bmm/_module-installer/install-config.yaml +3 -8
- package/src/modules/bmm/_module-installer/installer.js +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +2 -2
- package/src/modules/bmm/agents/architect.agent.yaml +2 -2
- package/src/modules/bmm/agents/pm.agent.yaml +2 -2
- package/src/modules/bmm/agents/sm.agent.yaml +2 -2
- package/src/modules/bmm/agents/tea.agent.yaml +2 -2
- package/src/modules/bmm/agents/tech-writer.agent.yaml +3 -3
- package/src/modules/bmm/agents/ux-designer.agent.yaml +2 -2
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -13
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +9 -11
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +4 -0
- package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/research/checklist.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -2
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +0 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +6 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +6 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +8 -12
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +28 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +145 -22
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +1 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +151 -34
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +6 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +12 -9
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -6
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +434 -0
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +128 -265
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +13 -35
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -26
- package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +3 -7
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +29 -37
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +9 -27
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +7 -13
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +55 -58
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +8 -8
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +10 -32
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +11 -13
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +5 -0
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +29 -22
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +12 -37
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +12 -7
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +6 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +28 -3
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +7 -30
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +13 -9
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +8 -26
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +13 -31
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +5 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +1 -1
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +12 -36
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +12 -6
- package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +3 -2
- package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +5 -5
- package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +3 -5
- package/src/modules/bmm/workflows/document-project/checklist.md +1 -1
- package/src/modules/bmm/workflows/document-project/workflows/deep-dive-instructions.md +4 -4
- package/src/modules/bmm/workflows/document-project/workflows/full-scan-instructions.md +13 -13
- package/src/modules/bmm/workflows/testarch/ci/checklist.md +4 -4
- package/src/modules/bmm/workflows/testarch/framework/checklist.md +4 -4
- package/src/modules/bmm/workflows/testarch/test-design/checklist.md +4 -4
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +173 -12
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +3 -3
- package/src/modules/bmm/workflows/testarch/test-design/workflow.yaml +5 -1
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +9 -9
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +9 -16
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +11 -18
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +8 -1
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +9 -2
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +2 -9
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -2
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -2
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -2
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -2
- package/src/modules/cis/agents/storyteller.agent.yaml +2 -2
- package/tools/cli/README.md +50 -32
- package/tools/cli/bundlers/web-bundler.js +1 -1
- package/tools/cli/installers/lib/core/installer.js +17 -10
- package/tools/cli/lib/ui.js +14 -4
- package/tools/cli/lib/yaml-xml-builder.js +20 -2
- package/.bmad/_cfg/agent-manifest.csv +0 -11
- package/.bmad/_cfg/agents/bmb-bmad-builder.customize.yaml +0 -42
- package/.bmad/_cfg/agents/bmm-analyst.customize.yaml +0 -42
- package/.bmad/_cfg/agents/bmm-architect.customize.yaml +0 -42
- package/.bmad/_cfg/agents/bmm-dev.customize.yaml +0 -42
- package/.bmad/_cfg/agents/bmm-pm.customize.yaml +0 -42
- package/.bmad/_cfg/agents/bmm-sm.customize.yaml +0 -42
- package/.bmad/_cfg/agents/bmm-tea.customize.yaml +0 -42
- package/.bmad/_cfg/agents/bmm-tech-writer.customize.yaml +0 -42
- package/.bmad/_cfg/agents/bmm-ux-designer.customize.yaml +0 -42
- package/.bmad/_cfg/agents/core-bmad-master.customize.yaml +0 -42
- package/.bmad/_cfg/files-manifest.csv +0 -289
- package/.bmad/_cfg/ides/claude-code.yaml +0 -7
- package/.bmad/_cfg/manifest.yaml +0 -10
- package/.bmad/_cfg/task-manifest.csv +0 -6
- package/.bmad/_cfg/tool-manifest.csv +0 -2
- package/.bmad/_cfg/workflow-manifest.csv +0 -44
- package/.bmad/bmb/README.md +0 -194
- package/.bmad/bmb/agents/bmad-builder.md +0 -70
- package/.bmad/bmb/config.yaml +0 -16
- package/.bmad/bmb/workflows/audit-workflow/checklist.md +0 -143
- package/.bmad/bmb/workflows/audit-workflow/instructions.md +0 -341
- package/.bmad/bmb/workflows/audit-workflow/template.md +0 -118
- package/.bmad/bmb/workflows/audit-workflow/workflow.yaml +0 -23
- package/.bmad/bmb/workflows/convert-legacy/README.md +0 -262
- package/.bmad/bmb/workflows/convert-legacy/checklist.md +0 -205
- package/.bmad/bmb/workflows/convert-legacy/instructions.md +0 -377
- package/.bmad/bmb/workflows/convert-legacy/workflow.yaml +0 -32
- package/.bmad/bmb/workflows/create-agent/README.md +0 -203
- package/.bmad/bmb/workflows/create-agent/agent-architecture.md +0 -419
- package/.bmad/bmb/workflows/create-agent/agent-command-patterns.md +0 -759
- package/.bmad/bmb/workflows/create-agent/agent-types.md +0 -292
- package/.bmad/bmb/workflows/create-agent/brainstorm-context.md +0 -174
- package/.bmad/bmb/workflows/create-agent/checklist.md +0 -62
- package/.bmad/bmb/workflows/create-agent/communication-styles.md +0 -202
- package/.bmad/bmb/workflows/create-agent/instructions.md +0 -459
- package/.bmad/bmb/workflows/create-agent/workflow.yaml +0 -37
- package/.bmad/bmb/workflows/create-module/README.md +0 -229
- package/.bmad/bmb/workflows/create-module/brainstorm-context.md +0 -137
- package/.bmad/bmb/workflows/create-module/checklist.md +0 -244
- package/.bmad/bmb/workflows/create-module/installer-templates/install-config.yaml +0 -92
- package/.bmad/bmb/workflows/create-module/installer-templates/installer.js +0 -231
- package/.bmad/bmb/workflows/create-module/instructions.md +0 -581
- package/.bmad/bmb/workflows/create-module/module-structure.md +0 -400
- package/.bmad/bmb/workflows/create-module/workflow.yaml +0 -42
- package/.bmad/bmb/workflows/create-workflow/README.md +0 -277
- package/.bmad/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
- package/.bmad/bmb/workflows/create-workflow/checklist.md +0 -94
- package/.bmad/bmb/workflows/create-workflow/instructions.md +0 -724
- package/.bmad/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1308
- package/.bmad/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
- package/.bmad/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -13
- package/.bmad/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
- package/.bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -39
- package/.bmad/bmb/workflows/create-workflow/workflow.yaml +0 -40
- package/.bmad/bmb/workflows/edit-agent/README.md +0 -112
- package/.bmad/bmb/workflows/edit-agent/checklist.md +0 -112
- package/.bmad/bmb/workflows/edit-agent/instructions.md +0 -290
- package/.bmad/bmb/workflows/edit-agent/workflow.yaml +0 -33
- package/.bmad/bmb/workflows/edit-module/README.md +0 -187
- package/.bmad/bmb/workflows/edit-module/checklist.md +0 -165
- package/.bmad/bmb/workflows/edit-module/instructions.md +0 -339
- package/.bmad/bmb/workflows/edit-module/workflow.yaml +0 -34
- package/.bmad/bmb/workflows/edit-workflow/README.md +0 -119
- package/.bmad/bmb/workflows/edit-workflow/checklist.md +0 -70
- package/.bmad/bmb/workflows/edit-workflow/instructions.md +0 -342
- package/.bmad/bmb/workflows/edit-workflow/workflow.yaml +0 -27
- package/.bmad/bmb/workflows/module-brief/README.md +0 -264
- package/.bmad/bmb/workflows/module-brief/checklist.md +0 -116
- package/.bmad/bmb/workflows/module-brief/instructions.md +0 -267
- package/.bmad/bmb/workflows/module-brief/template.md +0 -275
- package/.bmad/bmb/workflows/module-brief/workflow.yaml +0 -29
- package/.bmad/bmb/workflows/redoc/README.md +0 -87
- package/.bmad/bmb/workflows/redoc/checklist.md +0 -99
- package/.bmad/bmb/workflows/redoc/instructions.md +0 -265
- package/.bmad/bmb/workflows/redoc/workflow.yaml +0 -32
- package/.bmad/bmm/README.md +0 -128
- package/.bmad/bmm/agents/analyst.md +0 -75
- package/.bmad/bmm/agents/architect.md +0 -80
- package/.bmad/bmm/agents/dev.md +0 -69
- package/.bmad/bmm/agents/pm.md +0 -84
- package/.bmad/bmm/agents/sm.md +0 -93
- package/.bmad/bmm/agents/tea.md +0 -80
- package/.bmad/bmm/agents/tech-writer.md +0 -90
- package/.bmad/bmm/agents/ux-designer.md +0 -79
- package/.bmad/bmm/config.yaml +0 -18
- package/.bmad/bmm/docs/README.md +0 -235
- package/.bmad/bmm/docs/agents-guide.md +0 -1056
- package/.bmad/bmm/docs/brownfield-guide.md +0 -754
- package/.bmad/bmm/docs/enterprise-agentic-development.md +0 -680
- package/.bmad/bmm/docs/faq.md +0 -587
- package/.bmad/bmm/docs/glossary.md +0 -320
- package/.bmad/bmm/docs/party-mode.md +0 -224
- package/.bmad/bmm/docs/quick-spec-flow.md +0 -652
- package/.bmad/bmm/docs/quick-start.md +0 -366
- package/.bmad/bmm/docs/scale-adaptive-system.md +0 -599
- package/.bmad/bmm/docs/test-architecture.md +0 -394
- package/.bmad/bmm/docs/workflow-architecture-reference.md +0 -371
- package/.bmad/bmm/docs/workflow-document-project-reference.md +0 -487
- package/.bmad/bmm/docs/workflows-analysis.md +0 -370
- package/.bmad/bmm/docs/workflows-implementation.md +0 -284
- package/.bmad/bmm/docs/workflows-planning.md +0 -601
- package/.bmad/bmm/docs/workflows-solutioning.md +0 -501
- package/.bmad/bmm/tasks/daily-standup.xml +0 -85
- package/.bmad/bmm/teams/default-party.csv +0 -19
- package/.bmad/bmm/teams/team-fullstack.yaml +0 -12
- package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
- package/.bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
- package/.bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
- package/.bmad/bmm/testarch/knowledge/data-factories.md +0 -500
- package/.bmad/bmm/testarch/knowledge/email-auth.md +0 -721
- package/.bmad/bmm/testarch/knowledge/error-handling.md +0 -725
- package/.bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
- package/.bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
- package/.bmad/bmm/testarch/knowledge/network-first.md +0 -486
- package/.bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
- package/.bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
- package/.bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
- package/.bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
- package/.bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
- package/.bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
- package/.bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
- package/.bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
- package/.bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
- package/.bmad/bmm/testarch/knowledge/test-quality.md +0 -664
- package/.bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
- package/.bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
- package/.bmad/bmm/testarch/tea-index.csv +0 -22
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -110
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -423
- package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -40
- package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
- package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -439
- package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -679
- package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -133
- package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -538
- package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1301
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -145
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -60
- package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -350
- package/.bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +0 -52
- package/.bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +0 -169
- package/.bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +0 -45
- package/.bmad/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +0 -13
- package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -408
- package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -237
- package/.bmad/bmm/workflows/2-plan-workflows/prd/project-types.csv +0 -11
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -46
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -214
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -80
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +0 -200
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +0 -451
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -1115
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -347
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -244
- package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -704
- package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -68
- package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/checklist.md +0 -175
- package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +0 -305
- package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/template.md +0 -146
- package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +0 -189
- package/.bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +0 -64
- package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -420
- package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -65
- package/.bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
- package/.bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -201
- package/.bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -43
- package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -240
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -283
- package/.bmad/bmm/workflows/4-implementation/create-story/template.md +0 -51
- package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -74
- package/.bmad/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +0 -367
- package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -38
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -262
- package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -189
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -58
- package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1460
- package/.bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -71
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -238
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -47
- package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -234
- package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -57
- package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -25
- package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -25
- package/.bmad/bmm/workflows/document-project/checklist.md +0 -245
- package/.bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
- package/.bmad/bmm/workflows/document-project/instructions.md +0 -222
- package/.bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
- package/.bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
- package/.bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
- package/.bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
- package/.bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
- package/.bmad/bmm/workflows/document-project/workflow.yaml +0 -34
- package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
- package/.bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
- package/.bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
- package/.bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
- package/.bmad/bmm/workflows/techdoc/documentation-standards.md +0 -262
- package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -363
- package/.bmad/bmm/workflows/testarch/atdd/checklist.md +0 -373
- package/.bmad/bmm/workflows/testarch/atdd/instructions.md +0 -785
- package/.bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -52
- package/.bmad/bmm/workflows/testarch/automate/checklist.md +0 -580
- package/.bmad/bmm/workflows/testarch/automate/instructions.md +0 -1303
- package/.bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/testarch/ci/checklist.md +0 -246
- package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -165
- package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -128
- package/.bmad/bmm/workflows/testarch/ci/instructions.md +0 -517
- package/.bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -53
- package/.bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
- package/.bmad/bmm/workflows/testarch/framework/instructions.md +0 -455
- package/.bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -53
- package/.bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -405
- package/.bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
- package/.bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -443
- package/.bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -56
- package/.bmad/bmm/workflows/testarch/test-design/checklist.md +0 -234
- package/.bmad/bmm/workflows/testarch/test-design/instructions.md +0 -621
- package/.bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -285
- package/.bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -52
- package/.bmad/bmm/workflows/testarch/test-review/checklist.md +0 -470
- package/.bmad/bmm/workflows/testarch/test-review/instructions.md +0 -608
- package/.bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -388
- package/.bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -53
- package/.bmad/bmm/workflows/testarch/trace/checklist.md +0 -654
- package/.bmad/bmm/workflows/testarch/trace/instructions.md +0 -1045
- package/.bmad/bmm/workflows/testarch/trace/trace-template.md +0 -673
- package/.bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -66
- package/.bmad/bmm/workflows/workflow-status/init/instructions.md +0 -822
- package/.bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -27
- package/.bmad/bmm/workflows/workflow-status/instructions.md +0 -387
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -127
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -115
- package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
- package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -97
- package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -88
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- package/.bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
- package/.bmad/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +0 -49
- package/.bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -31
- package/.bmad/bmm/workflows/workflow-status/workflow.yaml +0 -28
- package/.bmad/core/agents/bmad-master.md +0 -71
- package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +0 -113
- package/.bmad/core/config.yaml +0 -11
- package/.bmad/core/tasks/adv-elicit-methods.csv +0 -39
- package/.bmad/core/tasks/adv-elicit.xml +0 -106
- package/.bmad/core/tasks/index-docs.xml +0 -65
- package/.bmad/core/tasks/validate-workflow.xml +0 -89
- package/.bmad/core/tasks/workflow.xml +0 -156
- package/.bmad/core/tools/shard-doc.xml +0 -65
- package/.bmad/core/workflows/brainstorming/README.md +0 -271
- package/.bmad/core/workflows/brainstorming/brain-methods.csv +0 -36
- package/.bmad/core/workflows/brainstorming/instructions.md +0 -314
- package/.bmad/core/workflows/brainstorming/template.md +0 -102
- package/.bmad/core/workflows/brainstorming/workflow.yaml +0 -43
- package/.bmad/core/workflows/party-mode/instructions.md +0 -183
- package/.bmad/core/workflows/party-mode/workflow.yaml +0 -27
- package/.bmad/docs/claude-code-instructions.md +0 -25
- package/.claude/commands/bmad/bmb/agents/bmad-builder.md +0 -70
- package/.claude/commands/bmad/bmb/workflows/audit-workflow.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/convert-legacy.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/create-agent.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/create-module.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/create-workflow.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/edit-agent.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/edit-module.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/edit-workflow.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/module-brief.md +0 -15
- package/.claude/commands/bmad/bmb/workflows/redoc.md +0 -15
- package/.claude/commands/bmad/bmm/agents/analyst.md +0 -75
- package/.claude/commands/bmad/bmm/agents/architect.md +0 -80
- package/.claude/commands/bmad/bmm/agents/dev.md +0 -69
- package/.claude/commands/bmad/bmm/agents/pm.md +0 -84
- package/.claude/commands/bmad/bmm/agents/sm.md +0 -93
- package/.claude/commands/bmad/bmm/agents/tea.md +0 -80
- package/.claude/commands/bmad/bmm/agents/tech-writer.md +0 -90
- package/.claude/commands/bmad/bmm/agents/ux-designer.md +0 -79
- package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/code-review.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/correct-course.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/create-story.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/dev-story.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/document-project.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/domain-research.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/prd.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/research.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/retrospective.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/solutioning-gate-check.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/sprint-planning.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/story-context.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/workflow-init.md +0 -15
- package/.claude/commands/bmad/bmm/workflows/workflow-status.md +0 -15
- package/.claude/commands/bmad/core/agents/bmad-master.md +0 -71
- package/.claude/commands/bmad/core/tasks/adv-elicit.md +0 -9
- package/.claude/commands/bmad/core/tasks/index-docs.md +0 -9
- package/.claude/commands/bmad/core/tools/shard-doc.md +0 -9
- package/.claude/commands/bmad/core/workflows/brainstorming.md +0 -15
- package/.claude/commands/bmad/core/workflows/party-mode.md +0 -15
- package/.claude/settings.local.json +0 -16
- package/src/modules/bmgd/workflows/4-production/dev-story/AUDIT-REPORT.md +0 -367
- package/src/modules/bmm/sub-modules/claude-code/README.md +0 -87
- package/src/modules/bmm/sub-modules/claude-code/config.yaml +0 -5
- package/src/modules/bmm/sub-modules/claude-code/injections.yaml +0 -242
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/api-documenter.md +0 -102
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/codebase-analyzer.md +0 -82
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/data-analyst.md +0 -101
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-analysis/pattern-detector.md +0 -84
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/dependency-mapper.md +0 -83
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/epic-optimizer.md +0 -81
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/requirements-analyst.md +0 -61
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/technical-decisions-curator.md +0 -168
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/trend-spotter.md +0 -115
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/user-journey-mapper.md +0 -123
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-planning/user-researcher.md +0 -72
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-research/market-researcher.md +0 -51
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-research/tech-debt-auditor.md +0 -106
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/document-reviewer.md +0 -102
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/technical-evaluator.md +0 -68
- package/src/modules/bmm/sub-modules/claude-code/sub-agents/bmad-review/test-coverage-analyzer.md +0 -108
- package/src/modules/bmm/tasks/daily-standup.xml +0 -85
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level0-story.md +0 -200
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-level1-stories.md +0 -451
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/validation-criteria.yaml +0 -189
- package/src/modules/bmm/workflows/4-implementation/dev-story/AUDIT-REPORT.md +0 -367
- package/src/modules/bmm/workflows/workflow-status/sample-level-3-workflow.yaml +0 -49
- package/web-bundles/bmgd/agents/game-architect.xml +0 -664
- package/web-bundles/bmgd/agents/game-designer.xml +0 -5489
- package/web-bundles/bmgd/agents/game-dev.xml +0 -595
- package/web-bundles/bmgd/agents/game-scrum-master.xml +0 -699
- package/web-bundles/bmgd/teams/team-gamedev.xml +0 -6588
- package/web-bundles/bmm/agents/analyst.xml +0 -5263
- package/web-bundles/bmm/agents/architect.xml +0 -2378
- package/web-bundles/bmm/agents/dev.xml +0 -248
- package/web-bundles/bmm/agents/pm.xml +0 -4137
- package/web-bundles/bmm/agents/sm.xml +0 -708
- package/web-bundles/bmm/agents/tea.xml +0 -759
- package/web-bundles/bmm/agents/tech-writer.xml +0 -624
- package/web-bundles/bmm/agents/ux-designer.xml +0 -2492
- package/web-bundles/bmm/teams/team-fullstack.xml +0 -12369
- package/web-bundles/cis/agents/brainstorming-coach.xml +0 -1069
- package/web-bundles/cis/agents/creative-problem-solver.xml +0 -1060
- package/web-bundles/cis/agents/design-thinking-coach.xml +0 -955
- package/web-bundles/cis/agents/innovation-strategist.xml +0 -1108
- package/web-bundles/cis/agents/storyteller.xml +0 -598
- package/web-bundles/cis/teams/creative-squad.xml +0 -3449
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
<agent id="{bmad_folder}/core/agents/bmad-orchestrator.md" name="BMad Orchestrator" title="BMad Web Orchestrator" icon="🎭" localskip="true">
|
|
2
|
-
<activation critical="MANDATORY">
|
|
3
|
-
<step n="1">Load this complete web bundle XML - you are the BMad Orchestrator, first agent in this bundle</step>
|
|
4
|
-
<step n="2">CRITICAL: This bundle contains ALL agents as XML nodes with id="{bmad_folder}/..." and ALL workflows/tasks as nodes findable
|
|
5
|
-
by type
|
|
6
|
-
and id</step>
|
|
7
|
-
<step n="3">Greet user as BMad Orchestrator and display numbered list of ALL menu items from menu section below</step>
|
|
8
|
-
<step n="4">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text</step>
|
|
9
|
-
<step n="5">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user to
|
|
10
|
-
clarify | No match → show "Not recognized"</step>
|
|
11
|
-
<step n="6">When executing a menu item: Check menu-handlers section below for UNIVERSAL handler instructions that apply to ALL agents</step>
|
|
12
|
-
|
|
13
|
-
<menu-handlers critical="UNIVERSAL_FOR_ALL_AGENTS">
|
|
14
|
-
<extract>workflow, exec, tmpl, data, action, validate-workflow</extract>
|
|
15
|
-
<handlers>
|
|
16
|
-
<handler type="workflow">
|
|
17
|
-
When menu item has: workflow="workflow-id"
|
|
18
|
-
1. Find workflow node by id in this bundle (e.g., <workflow id="workflow-id">)
|
|
19
|
-
2. CRITICAL: Always LOAD {bmad_folder}/core/tasks/workflow.xml if referenced
|
|
20
|
-
3. Execute the workflow content precisely following all steps
|
|
21
|
-
4. Save outputs after completing EACH workflow step (never batch)
|
|
22
|
-
5. If workflow id is "todo", inform user it hasn't been implemented yet
|
|
23
|
-
</handler>
|
|
24
|
-
|
|
25
|
-
<handler type="exec">
|
|
26
|
-
When menu item has: exec="node-id" or exec="inline-instruction"
|
|
27
|
-
1. If value looks like a path/id → Find and execute node with that id
|
|
28
|
-
2. If value is text → Execute as direct instruction
|
|
29
|
-
3. Follow ALL instructions within loaded content EXACTLY
|
|
30
|
-
</handler>
|
|
31
|
-
|
|
32
|
-
<handler type="tmpl">
|
|
33
|
-
When menu item has: tmpl="template-id"
|
|
34
|
-
1. Find template node by id in this bundle and pass it to the exec, task, action, or workflow being executed
|
|
35
|
-
</handler>
|
|
36
|
-
|
|
37
|
-
<handler type="data">
|
|
38
|
-
When menu item has: data="data-id"
|
|
39
|
-
1. Find data node by id in this bundle
|
|
40
|
-
2. Parse according to node type (json/yaml/xml/csv)
|
|
41
|
-
3. Make available as {data} variable for subsequent operations
|
|
42
|
-
</handler>
|
|
43
|
-
|
|
44
|
-
<handler type="action">
|
|
45
|
-
When menu item has: action="#prompt-id" or action="inline-text"
|
|
46
|
-
1. If starts with # → Find prompt with matching id in current agent
|
|
47
|
-
2. Otherwise → Execute the text directly as instruction
|
|
48
|
-
</handler>
|
|
49
|
-
|
|
50
|
-
<handler type="validate-workflow">
|
|
51
|
-
When menu item has: validate-workflow="workflow-id"
|
|
52
|
-
1. MUST LOAD {bmad_folder}/core/tasks/validate-workflow.xml
|
|
53
|
-
2. Execute all validation instructions from that file
|
|
54
|
-
3. Check workflow's validation property for schema
|
|
55
|
-
4. Identify file to validate or ask user to specify
|
|
56
|
-
</handler>
|
|
57
|
-
</handlers>
|
|
58
|
-
</menu-handlers>
|
|
59
|
-
|
|
60
|
-
<orchestrator-specific>
|
|
61
|
-
<agent-transformation critical="true">
|
|
62
|
-
When user selects *agents [agent-name]:
|
|
63
|
-
1. Find agent XML node with matching name/id in this bundle
|
|
64
|
-
2. Announce transformation: "Transforming into [agent name]... 🎭"
|
|
65
|
-
3. BECOME that agent completely:
|
|
66
|
-
- Load and embody their persona/role/communication_style
|
|
67
|
-
- Display THEIR menu items (not orchestrator menu)
|
|
68
|
-
- Execute THEIR commands using universal handlers above
|
|
69
|
-
4. Stay as that agent until user types *exit
|
|
70
|
-
5. On *exit: Confirm, then return to BMad Orchestrator persona
|
|
71
|
-
</agent-transformation>
|
|
72
|
-
|
|
73
|
-
<list-agents critical="true">
|
|
74
|
-
When user selects *list-agents:
|
|
75
|
-
1. Scan all agent nodes in this bundle
|
|
76
|
-
2. Display formatted list with:
|
|
77
|
-
- Number, emoji, name, title
|
|
78
|
-
- Brief description of capabilities
|
|
79
|
-
- Main menu items they offer
|
|
80
|
-
3. Suggest which agent might help with common tasks
|
|
81
|
-
</list-agents>
|
|
82
|
-
</orchestrator-specific>
|
|
83
|
-
|
|
84
|
-
<rules>
|
|
85
|
-
Web bundle environment - NO file system access, all content in XML nodes
|
|
86
|
-
Find resources by XML node id/type within THIS bundle only
|
|
87
|
-
Use canvas for document drafting when available
|
|
88
|
-
Menu triggers use asterisk (*) - display exactly as shown
|
|
89
|
-
Number all lists, use letters for sub-options
|
|
90
|
-
Stay in character (current agent) until *exit command
|
|
91
|
-
Options presented as numbered lists with descriptions
|
|
92
|
-
elicit="true" attributes require user confirmation before proceeding
|
|
93
|
-
</rules>
|
|
94
|
-
</activation>
|
|
95
|
-
|
|
96
|
-
<persona>
|
|
97
|
-
<role>Master Orchestrator and BMad Scholar</role>
|
|
98
|
-
<identity>Master orchestrator with deep expertise across all loaded agents and workflows. Technical brilliance balanced with
|
|
99
|
-
approachable communication.</identity>
|
|
100
|
-
<communication_style>Knowledgeable, guiding, approachable, very explanatory when in BMad Orchestrator mode</communication_style>
|
|
101
|
-
<core_principles>When I transform into another agent, I AM that agent until *exit command received. When I am NOT transformed into
|
|
102
|
-
another agent, I will give you guidance or suggestions on a workflow based on your needs.</core_principles>
|
|
103
|
-
</persona>
|
|
104
|
-
<menu>
|
|
105
|
-
<item cmd="*help">Show numbered command list</item>
|
|
106
|
-
<item cmd="*list-agents">List all available agents with their capabilities</item>
|
|
107
|
-
<item cmd="*agents [agent-name]">Transform into a specific agent</item>
|
|
108
|
-
<item cmd="*party-mode" workflow="bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml">Enter group chat with all agents
|
|
109
|
-
simultaneously</item>
|
|
110
|
-
<item cmd="*adv-elicit" task="bmad/core/tasks/adv-elict.xml">Push agent to perform advanced elicitation</item>
|
|
111
|
-
<item cmd="*exit">Exit current session</item>
|
|
112
|
-
</menu>
|
|
113
|
-
</agent>
|
package/.bmad/core/config.yaml
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# CORE Module Configuration
|
|
2
|
-
# Generated by BMAD installer
|
|
3
|
-
# Version: 6.0.0-alpha.7
|
|
4
|
-
# Date: 2025-11-09T05:23:00.244Z
|
|
5
|
-
|
|
6
|
-
bmad_folder: .bmad
|
|
7
|
-
user_name: BMad
|
|
8
|
-
communication_language: English
|
|
9
|
-
document_output_language: English
|
|
10
|
-
output_folder: "{project-root}/docs"
|
|
11
|
-
install_user_docs: false
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
category,method_name,description,output_pattern
|
|
2
|
-
advanced,Tree of Thoughts,Explore multiple reasoning paths simultaneously then evaluate and select the best - perfect for complex problems with multiple valid approaches where finding the optimal path matters,paths → evaluation → selection
|
|
3
|
-
advanced,Graph of Thoughts,Model reasoning as an interconnected network of ideas to reveal hidden relationships - ideal for systems thinking and discovering emergent patterns in complex multi-factor situations,nodes → connections → patterns
|
|
4
|
-
advanced,Thread of Thought,Maintain coherent reasoning across long contexts by weaving a continuous narrative thread - essential for RAG systems and maintaining consistency in lengthy analyses,context → thread → synthesis
|
|
5
|
-
advanced,Self-Consistency Validation,Generate multiple independent approaches then compare for consistency - crucial for high-stakes decisions where verification and consensus building matter,approaches → comparison → consensus
|
|
6
|
-
advanced,Meta-Prompting Analysis,Step back to analyze the approach structure and methodology itself - valuable for optimizing prompts and improving problem-solving strategies,current → analysis → optimization
|
|
7
|
-
advanced,Reasoning via Planning,Build a reasoning tree guided by world models and goal states - excellent for strategic planning and sequential decision-making tasks,model → planning → strategy
|
|
8
|
-
collaboration,Stakeholder Round Table,Convene multiple personas to contribute diverse perspectives - essential for requirements gathering and finding balanced solutions across competing interests,perspectives → synthesis → alignment
|
|
9
|
-
collaboration,Expert Panel Review,Assemble domain experts for deep specialized analysis - ideal when technical depth and peer review quality are needed,expert views → consensus → recommendations
|
|
10
|
-
competitive,Red Team vs Blue Team,Adversarial attack-defend analysis to find vulnerabilities - critical for security testing and building robust solutions through adversarial thinking,defense → attack → hardening
|
|
11
|
-
core,Expand or Contract for Audience,Dynamically adjust detail level and technical depth for target audience - essential when content needs to match specific reader capabilities,audience → adjustments → refined content
|
|
12
|
-
core,Critique and Refine,Systematic review to identify strengths and weaknesses then improve - standard quality check for drafts needing polish and enhancement,strengths/weaknesses → improvements → refined version
|
|
13
|
-
core,Explain Reasoning,Walk through step-by-step thinking to show how conclusions were reached - crucial for transparency and helping others understand complex logic,steps → logic → conclusion
|
|
14
|
-
core,First Principles Analysis,Strip away assumptions to rebuild from fundamental truths - breakthrough technique for innovation and solving seemingly impossible problems,assumptions → truths → new approach
|
|
15
|
-
core,5 Whys Deep Dive,Repeatedly ask why to drill down to root causes - simple but powerful for understanding failures and fixing problems at their source,why chain → root cause → solution
|
|
16
|
-
core,Socratic Questioning,Use targeted questions to reveal hidden assumptions and guide discovery - excellent for teaching and helping others reach insights themselves,questions → revelations → understanding
|
|
17
|
-
creative,Reverse Engineering,Work backwards from desired outcome to find implementation path - powerful for goal achievement and understanding how to reach specific endpoints,end state → steps backward → path forward
|
|
18
|
-
creative,What If Scenarios,Explore alternative realities to understand possibilities and implications - valuable for contingency planning and creative exploration,scenarios → implications → insights
|
|
19
|
-
creative,SCAMPER Method,Apply seven creativity lenses (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse) - systematic ideation for product innovation and improvement,S→C→A→M→P→E→R
|
|
20
|
-
learning,Feynman Technique,Explain complex concepts simply as if teaching a child - the ultimate test of true understanding and excellent for knowledge transfer,complex → simple → gaps → mastery
|
|
21
|
-
learning,Active Recall Testing,Test understanding without references to verify true knowledge - essential for identifying gaps and reinforcing mastery,test → gaps → reinforcement
|
|
22
|
-
narrative,Unreliable Narrator Mode,Question assumptions and biases by adopting skeptical perspective - crucial for detecting hidden agendas and finding balanced truth,perspective → biases → balanced view
|
|
23
|
-
optimization,Speedrun Optimization,Find the fastest most efficient path by eliminating waste - perfect when time pressure demands maximum efficiency,current → bottlenecks → optimized
|
|
24
|
-
optimization,New Game Plus,Revisit challenges with enhanced capabilities from prior experience - excellent for iterative improvement and mastery building,initial → enhanced → improved
|
|
25
|
-
optimization,Roguelike Permadeath,Treat decisions as irreversible to force careful high-stakes analysis - ideal for critical decisions with no second chances,decision → consequences → execution
|
|
26
|
-
philosophical,Occam's Razor Application,Find the simplest sufficient explanation by eliminating unnecessary complexity - essential for debugging and theory selection,options → simplification → selection
|
|
27
|
-
philosophical,Trolley Problem Variations,Explore ethical trade-offs through moral dilemmas - valuable for understanding values and making difficult ethical decisions,dilemma → analysis → decision
|
|
28
|
-
quantum,Observer Effect Consideration,Analyze how the act of measurement changes what's being measured - important for understanding metrics impact and self-aware systems,unmeasured → observation → impact
|
|
29
|
-
retrospective,Hindsight Reflection,Imagine looking back from the future to gain perspective - powerful for project reviews and extracting wisdom from experience,future view → insights → application
|
|
30
|
-
retrospective,Lessons Learned Extraction,Systematically identify key takeaways and actionable improvements - essential for knowledge transfer and continuous improvement,experience → lessons → actions
|
|
31
|
-
risk,Identify Potential Risks,Brainstorm what could go wrong across all categories - fundamental for project planning and deployment preparation,categories → risks → mitigations
|
|
32
|
-
risk,Challenge from Critical Perspective,Play devil's advocate to stress-test ideas and find weaknesses - essential for overcoming groupthink and building robust solutions,assumptions → challenges → strengthening
|
|
33
|
-
risk,Failure Mode Analysis,Systematically explore how each component could fail - critical for reliability engineering and safety-critical systems,components → failures → prevention
|
|
34
|
-
risk,Pre-mortem Analysis,Imagine future failure then work backwards to prevent it - powerful technique for risk mitigation before major launches,failure scenario → causes → prevention
|
|
35
|
-
scientific,Peer Review Simulation,Apply rigorous academic evaluation standards - ensures quality through methodology review and critical assessment,methodology → analysis → recommendations
|
|
36
|
-
scientific,Reproducibility Check,Verify results can be replicated independently - fundamental for reliability and scientific validity,method → replication → validation
|
|
37
|
-
structural,Dependency Mapping,Visualize interconnections to understand requirements and impacts - essential for complex systems and integration planning,components → dependencies → impacts
|
|
38
|
-
structural,Information Architecture Review,Optimize organization and hierarchy for better user experience - crucial for fixing navigation and findability problems,current → pain points → restructure
|
|
39
|
-
structural,Skeleton of Thought,Create structure first then expand branches in parallel - efficient for generating long content quickly with good organization,skeleton → branches → integration
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
<task id="{bmad_folder}/core/tasks/adv-elicit.xml" name="Advanced Elicitation" standalone="true"
|
|
2
|
-
methods="{project-root}/{bmad_folder}/core/tasks/adv-elicit-methods.csv"
|
|
3
|
-
agent-party="{project-root}/{bmad_folder}/_cfg/agent-manifest.csv">
|
|
4
|
-
<llm critical="true">
|
|
5
|
-
<i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
|
|
6
|
-
<i>DO NOT skip steps or change the sequence</i>
|
|
7
|
-
<i>HALT immediately when halt-conditions are met</i>
|
|
8
|
-
<i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
|
|
9
|
-
<i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
|
|
10
|
-
</llm>
|
|
11
|
-
|
|
12
|
-
<integration description="When called from workflow">
|
|
13
|
-
<desc>When called during template workflow processing:</desc>
|
|
14
|
-
<i>1. Receive or review the current section content that was just generated or</i>
|
|
15
|
-
<i>2. Apply elicitation methods iteratively to enhance that specific content</i>
|
|
16
|
-
<i>3. Return the enhanced version back when user selects 'x' to proceed and return back</i>
|
|
17
|
-
<i>4. The enhanced content replaces the original section content in the output document</i>
|
|
18
|
-
</integration>
|
|
19
|
-
|
|
20
|
-
<flow>
|
|
21
|
-
<step n="1" title="Method Registry Loading">
|
|
22
|
-
<action>Load and read {{methods}} and {{agent-party}}</action>
|
|
23
|
-
|
|
24
|
-
<csv-structure>
|
|
25
|
-
<i>category: Method grouping (core, structural, risk, etc.)</i>
|
|
26
|
-
<i>method_name: Display name for the method</i>
|
|
27
|
-
<i>description: Rich explanation of what the method does, when to use it, and why it's valuable</i>
|
|
28
|
-
<i>output_pattern: Flexible flow guide using → arrows (e.g., "analysis → insights → action")</i>
|
|
29
|
-
</csv-structure>
|
|
30
|
-
|
|
31
|
-
<context-analysis>
|
|
32
|
-
<i>Use conversation history</i>
|
|
33
|
-
<i>Analyze: content type, complexity, stakeholder needs, risk level, and creative potential</i>
|
|
34
|
-
</context-analysis>
|
|
35
|
-
|
|
36
|
-
<smart-selection>
|
|
37
|
-
<i>1. Analyze context: Content type, complexity, stakeholder needs, risk level, creative potential</i>
|
|
38
|
-
<i>2. Parse descriptions: Understand each method's purpose from the rich descriptions in CSV</i>
|
|
39
|
-
<i>3. Select 5 methods: Choose methods that best match the context based on their descriptions</i>
|
|
40
|
-
<i>4. Balance approach: Include mix of foundational and specialized techniques as appropriate</i>
|
|
41
|
-
</smart-selection>
|
|
42
|
-
</step>
|
|
43
|
-
|
|
44
|
-
<step n="2" title="Present Options and Handle Responses">
|
|
45
|
-
|
|
46
|
-
<format>
|
|
47
|
-
**Advanced Elicitation Options**
|
|
48
|
-
Choose a number (1-5), r to shuffle, or x to proceed:
|
|
49
|
-
|
|
50
|
-
1. [Method Name]
|
|
51
|
-
2. [Method Name]
|
|
52
|
-
3. [Method Name]
|
|
53
|
-
4. [Method Name]
|
|
54
|
-
5. [Method Name]
|
|
55
|
-
r. Reshuffle the list with 5 new options
|
|
56
|
-
x. Proceed / No Further Actions
|
|
57
|
-
</format>
|
|
58
|
-
|
|
59
|
-
<response-handling>
|
|
60
|
-
<case n="1-5">
|
|
61
|
-
<i>Execute the selected method using its description from the CSV</i>
|
|
62
|
-
<i>Adapt the method's complexity and output format based on the current context</i>
|
|
63
|
-
<i>Apply the method creatively to the current section content being enhanced</i>
|
|
64
|
-
<i>Display the enhanced version showing what the method revealed or improved</i>
|
|
65
|
-
<i>CRITICAL: Ask the user if they would like to apply the changes to the doc (y/n/other) and HALT to await response.</i>
|
|
66
|
-
<i>CRITICAL: ONLY if Yes, apply the changes. IF No, discard your memory of the proposed changes. If any other reply, try best to
|
|
67
|
-
follow the instructions given by the user.</i>
|
|
68
|
-
<i>CRITICAL: Re-present the same 1-5,r,x prompt to allow additional elicitations</i>
|
|
69
|
-
</case>
|
|
70
|
-
<case n="r">
|
|
71
|
-
<i>Select 5 different methods from adv-elicit-methods.csv, present new list with same prompt format</i>
|
|
72
|
-
</case>
|
|
73
|
-
<case n="x">
|
|
74
|
-
<i>Complete elicitation and proceed</i>
|
|
75
|
-
<i>Return the fully enhanced content back to create-doc.md</i>
|
|
76
|
-
<i>The enhanced content becomes the final version for that section</i>
|
|
77
|
-
<i>Signal completion back to create-doc.md to continue with next section</i>
|
|
78
|
-
</case>
|
|
79
|
-
<case n="direct-feedback">
|
|
80
|
-
<i>Apply changes to current section content and re-present choices</i>
|
|
81
|
-
</case>
|
|
82
|
-
<case n="multiple-numbers">
|
|
83
|
-
<i>Execute methods in sequence on the content, then re-offer choices</i>
|
|
84
|
-
</case>
|
|
85
|
-
</response-handling>
|
|
86
|
-
</step>
|
|
87
|
-
|
|
88
|
-
<step n="3" title="Execution Guidelines">
|
|
89
|
-
<i>Method execution: Use the description from CSV to understand and apply each method</i>
|
|
90
|
-
<i>Output pattern: Use the pattern as a flexible guide (e.g., "paths → evaluation → selection")</i>
|
|
91
|
-
<i>Dynamic adaptation: Adjust complexity based on content needs (simple to sophisticated)</i>
|
|
92
|
-
<i>Creative application: Interpret methods flexibly based on context while maintaining pattern consistency</i>
|
|
93
|
-
<i>Be concise: Focus on actionable insights</i>
|
|
94
|
-
<i>Stay relevant: Tie elicitation to specific content being analyzed (the current section from create-doc)</i>
|
|
95
|
-
<i>Identify personas: For multi-persona methods, clearly identify viewpoints</i>
|
|
96
|
-
<i>Critical loop behavior: Always re-offer the 1-5,r,x choices after each method execution</i>
|
|
97
|
-
<i>Continue until user selects 'x' to proceed with enhanced content</i>
|
|
98
|
-
<i>Each method application builds upon previous enhancements</i>
|
|
99
|
-
<i>Content preservation: Track all enhancements made during elicitation</i>
|
|
100
|
-
<i>Iterative enhancement: Each selected method (1-5) should:</i>
|
|
101
|
-
<i> 1. Apply to the current enhanced version of the content</i>
|
|
102
|
-
<i> 2. Show the improvements made</i>
|
|
103
|
-
<i> 3. Return to the prompt for additional elicitations or completion</i>
|
|
104
|
-
</step>
|
|
105
|
-
</flow>
|
|
106
|
-
</task>
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
<task id="{bmad_folder}/core/tasks/index-docs" name="Index Docs"
|
|
2
|
-
description="Generates or updates an index.md of all documents in the specified directory" webskip="true" standalone="true">
|
|
3
|
-
<llm critical="true">
|
|
4
|
-
<i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
|
|
5
|
-
<i>DO NOT skip steps or change the sequence</i>
|
|
6
|
-
<i>HALT immediately when halt-conditions are met</i>
|
|
7
|
-
<i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
|
|
8
|
-
<i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
|
|
9
|
-
</llm>
|
|
10
|
-
|
|
11
|
-
<flow>
|
|
12
|
-
<step n="1" title="Scan Directory">
|
|
13
|
-
<i>List all files and subdirectories in the target location</i>
|
|
14
|
-
</step>
|
|
15
|
-
|
|
16
|
-
<step n="2" title="Group Content">
|
|
17
|
-
<i>Organize files by type, purpose, or subdirectory</i>
|
|
18
|
-
</step>
|
|
19
|
-
|
|
20
|
-
<step n="3" title="Generate Descriptions">
|
|
21
|
-
<i>Read each file to understand its actual purpose and create brief (3-10 word) descriptions based on the content, not just the
|
|
22
|
-
filename</i>
|
|
23
|
-
</step>
|
|
24
|
-
|
|
25
|
-
<step n="4" title="Create/Update Index">
|
|
26
|
-
<i>Write or update index.md with organized file listings</i>
|
|
27
|
-
</step>
|
|
28
|
-
</flow>
|
|
29
|
-
|
|
30
|
-
<output-format>
|
|
31
|
-
<example>
|
|
32
|
-
# Directory Index
|
|
33
|
-
|
|
34
|
-
## Files
|
|
35
|
-
|
|
36
|
-
- **[filename.ext](./filename.ext)** - Brief description
|
|
37
|
-
- **[another-file.ext](./another-file.ext)** - Brief description
|
|
38
|
-
|
|
39
|
-
## Subdirectories
|
|
40
|
-
|
|
41
|
-
### subfolder/
|
|
42
|
-
|
|
43
|
-
- **[file1.ext](./subfolder/file1.ext)** - Brief description
|
|
44
|
-
- **[file2.ext](./subfolder/file2.ext)** - Brief description
|
|
45
|
-
|
|
46
|
-
### another-folder/
|
|
47
|
-
|
|
48
|
-
- **[file3.ext](./another-folder/file3.ext)** - Brief description
|
|
49
|
-
</example>
|
|
50
|
-
</output-format>
|
|
51
|
-
|
|
52
|
-
<halt-conditions critical="true">
|
|
53
|
-
<i>HALT if target directory does not exist or is inaccessible</i>
|
|
54
|
-
<i>HALT if user does not have write permissions to create index.md</i>
|
|
55
|
-
</halt-conditions>
|
|
56
|
-
|
|
57
|
-
<validation>
|
|
58
|
-
<i>Use relative paths starting with ./</i>
|
|
59
|
-
<i>Group similar files together</i>
|
|
60
|
-
<i>Read file contents to generate accurate descriptions - don't guess from filenames</i>
|
|
61
|
-
<i>Keep descriptions concise but informative (3-10 words)</i>
|
|
62
|
-
<i>Sort alphabetically within groups</i>
|
|
63
|
-
<i>Skip hidden files (starting with .) unless specified</i>
|
|
64
|
-
</validation>
|
|
65
|
-
</task>
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
<task id="{bmad_folder}/core/tasks/validate-workflow.xml" name="Validate Workflow Output">
|
|
2
|
-
<objective>Run a checklist against a document with thorough analysis and produce a validation report</objective>
|
|
3
|
-
|
|
4
|
-
<inputs>
|
|
5
|
-
<input name="workflow" desc="Workflow path containing checklist.md" />
|
|
6
|
-
<input name="checklist" desc="Checklist to validate against (defaults to workflow's checklist.md)" />
|
|
7
|
-
<input name="document" desc="Document to validate (ask user if not specified)" />
|
|
8
|
-
</inputs>
|
|
9
|
-
|
|
10
|
-
<flow>
|
|
11
|
-
<step n="1" title="Setup">
|
|
12
|
-
<action>If checklist not provided, load checklist.md from workflow location</action>
|
|
13
|
-
<action>Try to fuzzy match for files similar to the input document name or if user did not provide the document. If document not
|
|
14
|
-
provided or unsure, ask user: "Which document should I validate?"</action>
|
|
15
|
-
<action>Load both the checklist and document</action>
|
|
16
|
-
</step>
|
|
17
|
-
|
|
18
|
-
<step n="2" title="Validate" critical="true">
|
|
19
|
-
<mandate>For EVERY checklist item, WITHOUT SKIPPING ANY:</mandate>
|
|
20
|
-
|
|
21
|
-
<for-each-item>
|
|
22
|
-
<action>Read requirement carefully</action>
|
|
23
|
-
<action>Search document for evidence along with any ancillary loaded documents or artifacts (quotes with line numbers)</action>
|
|
24
|
-
<action>Analyze deeply - look for explicit AND implied coverage</action>
|
|
25
|
-
|
|
26
|
-
<mark-as>
|
|
27
|
-
✓ PASS - Requirement fully met (provide evidence)
|
|
28
|
-
⚠ PARTIAL - Some coverage but incomplete (explain gaps)
|
|
29
|
-
✗ FAIL - Not met or severely deficient (explain why)
|
|
30
|
-
➖ N/A - Not applicable (explain reason)
|
|
31
|
-
</mark-as>
|
|
32
|
-
</for-each-item>
|
|
33
|
-
|
|
34
|
-
<critical>DO NOT SKIP ANY SECTIONS OR ITEMS</critical>
|
|
35
|
-
</step>
|
|
36
|
-
|
|
37
|
-
<step n="3" title="Generate Report">
|
|
38
|
-
<action>Create validation-report-{timestamp}.md in document's folder</action>
|
|
39
|
-
|
|
40
|
-
<report-format>
|
|
41
|
-
# Validation Report
|
|
42
|
-
|
|
43
|
-
**Document:** {document-path}
|
|
44
|
-
**Checklist:** {checklist-path}
|
|
45
|
-
**Date:** {timestamp}
|
|
46
|
-
|
|
47
|
-
## Summary
|
|
48
|
-
- Overall: X/Y passed (Z%)
|
|
49
|
-
- Critical Issues: {count}
|
|
50
|
-
|
|
51
|
-
## Section Results
|
|
52
|
-
|
|
53
|
-
### {Section Name}
|
|
54
|
-
Pass Rate: X/Y (Z%)
|
|
55
|
-
|
|
56
|
-
{For each item:}
|
|
57
|
-
[MARK] {Item description}
|
|
58
|
-
Evidence: {Quote with line# or explanation}
|
|
59
|
-
{If FAIL/PARTIAL: Impact: {why this matters}}
|
|
60
|
-
|
|
61
|
-
## Failed Items
|
|
62
|
-
{All ✗ items with recommendations}
|
|
63
|
-
|
|
64
|
-
## Partial Items
|
|
65
|
-
{All ⚠ items with what's missing}
|
|
66
|
-
|
|
67
|
-
## Recommendations
|
|
68
|
-
1. Must Fix: {critical failures}
|
|
69
|
-
2. Should Improve: {important gaps}
|
|
70
|
-
3. Consider: {minor improvements}
|
|
71
|
-
</report-format>
|
|
72
|
-
</step>
|
|
73
|
-
|
|
74
|
-
<step n="4" title="Summary for User">
|
|
75
|
-
<action>Present section-by-section summary</action>
|
|
76
|
-
<action>Highlight all critical issues</action>
|
|
77
|
-
<action>Provide path to saved report</action>
|
|
78
|
-
<action>HALT - do not continue unless user asks</action>
|
|
79
|
-
</step>
|
|
80
|
-
</flow>
|
|
81
|
-
|
|
82
|
-
<critical-rules>
|
|
83
|
-
<rule>NEVER skip sections - validate EVERYTHING</rule>
|
|
84
|
-
<rule>ALWAYS provide evidence (quotes + line numbers) for marks</rule>
|
|
85
|
-
<rule>Think deeply about each requirement - don't rush</rule>
|
|
86
|
-
<rule>Save report to document's folder automatically</rule>
|
|
87
|
-
<rule>HALT after presenting summary - wait for user</rule>
|
|
88
|
-
</critical-rules>
|
|
89
|
-
</task>
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
<task id="{bmad_folder}/core/tasks/workflow.xml" name="Execute Workflow">
|
|
2
|
-
<objective>Execute given workflow by loading its configuration, following instructions, and producing output</objective>
|
|
3
|
-
|
|
4
|
-
<llm critical="true">
|
|
5
|
-
<mandate>Always read COMPLETE files - NEVER use offset/limit when reading any workflow related files</mandate>
|
|
6
|
-
<mandate>Instructions are MANDATORY - either as file path, steps or embedded list in YAML, XML or markdown</mandate>
|
|
7
|
-
<mandate>Execute ALL steps in instructions IN EXACT ORDER</mandate>
|
|
8
|
-
<mandate>Save to template output file after EVERY "template-output" tag</mandate>
|
|
9
|
-
<mandate>NEVER delegate a step - YOU are responsible for every steps execution</mandate>
|
|
10
|
-
</llm>
|
|
11
|
-
|
|
12
|
-
<WORKFLOW-RULES critical="true">
|
|
13
|
-
<rule n="1">Steps execute in exact numerical order (1, 2, 3...)</rule>
|
|
14
|
-
<rule n="2">Optional steps: Ask user unless #yolo mode active</rule>
|
|
15
|
-
<rule n="3">Template-output tags: Save content → Show user → Get approval before continuing</rule>
|
|
16
|
-
<rule n="4">User must approve each major section before continuing UNLESS #yolo mode active</rule>
|
|
17
|
-
</WORKFLOW-RULES>
|
|
18
|
-
|
|
19
|
-
<flow>
|
|
20
|
-
<step n="1" title="Load and Initialize Workflow">
|
|
21
|
-
<substep n="1a" title="Load Configuration and Resolve Variables">
|
|
22
|
-
<action>Read workflow.yaml from provided path</action>
|
|
23
|
-
<mandate>Load config_source (REQUIRED for all modules)</mandate>
|
|
24
|
-
<phase n="1">Load external config from config_source path</phase>
|
|
25
|
-
<phase n="2">Resolve all {config_source}: references with values from config</phase>
|
|
26
|
-
<phase n="3">Resolve system variables (date:system-generated) and paths ({project-root}, {installed_path})</phase>
|
|
27
|
-
<phase n="4">Ask user for input of any variables that are still unknown</phase>
|
|
28
|
-
</substep>
|
|
29
|
-
|
|
30
|
-
<substep n="1b" title="Load Required Components">
|
|
31
|
-
<mandate>Instructions: Read COMPLETE file from path OR embedded list (REQUIRED)</mandate>
|
|
32
|
-
<check>If template path → Read COMPLETE template file</check>
|
|
33
|
-
<check>If validation path → Note path for later loading when needed</check>
|
|
34
|
-
<check>If template: false → Mark as action-workflow (else template-workflow)</check>
|
|
35
|
-
<note>Data files (csv, json) → Store paths only, load on-demand when instructions reference them</note>
|
|
36
|
-
</substep>
|
|
37
|
-
|
|
38
|
-
<substep n="1c" title="Initialize Output" if="template-workflow">
|
|
39
|
-
<action>Resolve default_output_file path with all variables and {{date}}</action>
|
|
40
|
-
<action>Create output directory if doesn't exist</action>
|
|
41
|
-
<action>If template-workflow → Write template to output file with placeholders</action>
|
|
42
|
-
<action>If action-workflow → Skip file creation</action>
|
|
43
|
-
</substep>
|
|
44
|
-
</step>
|
|
45
|
-
|
|
46
|
-
<step n="2" title="Process Each Instruction Step">
|
|
47
|
-
<iterate>For each step in instructions:</iterate>
|
|
48
|
-
|
|
49
|
-
<substep n="2a" title="Handle Step Attributes">
|
|
50
|
-
<check>If optional="true" and NOT #yolo → Ask user to include</check>
|
|
51
|
-
<check>If if="condition" → Evaluate condition</check>
|
|
52
|
-
<check>If for-each="item" → Repeat step for each item</check>
|
|
53
|
-
<check>If repeat="n" → Repeat step n times</check>
|
|
54
|
-
</substep>
|
|
55
|
-
|
|
56
|
-
<substep n="2b" title="Execute Step Content">
|
|
57
|
-
<action>Process step instructions (markdown or XML tags)</action>
|
|
58
|
-
<action>Replace {{variables}} with values (ask user if unknown)</action>
|
|
59
|
-
<execute-tags>
|
|
60
|
-
<tag>action xml tag → Perform the action</tag>
|
|
61
|
-
<tag>check if="condition" xml tag → Conditional block wrapping actions (requires closing </check>)</tag>
|
|
62
|
-
<tag>ask xml tag → Prompt user and WAIT for response</tag>
|
|
63
|
-
<tag>invoke-workflow xml tag → Execute another workflow with given inputs</tag>
|
|
64
|
-
<tag>invoke-task xml tag → Execute specified task</tag>
|
|
65
|
-
<tag>goto step="x" → Jump to specified step</tag>
|
|
66
|
-
</execute-tags>
|
|
67
|
-
</substep>
|
|
68
|
-
|
|
69
|
-
<substep n="2c" title="Handle Special Output Tags">
|
|
70
|
-
<if tag="template-output">
|
|
71
|
-
<mandate>Generate content for this section</mandate>
|
|
72
|
-
<mandate>Save to file (Write first time, Edit subsequent)</mandate>
|
|
73
|
-
<action>Show checkpoint separator: ━━━━━━━━━━━━━━━━━━━━━━━</action>
|
|
74
|
-
<action>Display generated content</action>
|
|
75
|
-
<ask>Continue [c] or Edit [e]? WAIT for response</ask>
|
|
76
|
-
</if>
|
|
77
|
-
</substep>
|
|
78
|
-
|
|
79
|
-
<substep n="2d" title="Step Completion">
|
|
80
|
-
<check>If no special tags and NOT #yolo:</check>
|
|
81
|
-
<ask>Continue to next step? (y/n/edit)</ask>
|
|
82
|
-
</substep>
|
|
83
|
-
</step>
|
|
84
|
-
|
|
85
|
-
<step n="3" title="Completion">
|
|
86
|
-
<check>If checklist exists → Run validation</check>
|
|
87
|
-
<check>If template: false → Confirm actions completed</check>
|
|
88
|
-
<check>Else → Confirm document saved to output path</check>
|
|
89
|
-
<action>Report workflow completion</action>
|
|
90
|
-
</step>
|
|
91
|
-
</flow>
|
|
92
|
-
|
|
93
|
-
<execution-modes>
|
|
94
|
-
<mode name="normal">Full user interaction at all decision points</mode>
|
|
95
|
-
<mode name="#yolo">Skip optional sections, skip all elicitation, minimize prompts</mode>
|
|
96
|
-
</execution-modes>
|
|
97
|
-
|
|
98
|
-
<supported-tags desc="Instructions can use these tags">
|
|
99
|
-
<structural>
|
|
100
|
-
<tag>step n="X" goal="..." - Define step with number and goal</tag>
|
|
101
|
-
<tag>optional="true" - Step can be skipped</tag>
|
|
102
|
-
<tag>if="condition" - Conditional execution</tag>
|
|
103
|
-
<tag>for-each="collection" - Iterate over items</tag>
|
|
104
|
-
<tag>repeat="n" - Repeat n times</tag>
|
|
105
|
-
</structural>
|
|
106
|
-
<execution>
|
|
107
|
-
<tag>action - Required action to perform</tag>
|
|
108
|
-
<tag>action if="condition" - Single conditional action (inline, no closing tag needed)</tag>
|
|
109
|
-
<tag>check if="condition">...</check> - Conditional block wrapping multiple items (closing tag required)</tag>
|
|
110
|
-
<tag>ask - Get user input (wait for response)</tag>
|
|
111
|
-
<tag>goto - Jump to another step</tag>
|
|
112
|
-
<tag>invoke-workflow - Call another workflow</tag>
|
|
113
|
-
<tag>invoke-task - Call a task</tag>
|
|
114
|
-
</execution>
|
|
115
|
-
<output>
|
|
116
|
-
<tag>template-output - Save content checkpoint</tag>
|
|
117
|
-
<tag>critical - Cannot be skipped</tag>
|
|
118
|
-
<tag>example - Show example output</tag>
|
|
119
|
-
</output>
|
|
120
|
-
</supported-tags>
|
|
121
|
-
|
|
122
|
-
<conditional-execution-patterns desc="When to use each pattern">
|
|
123
|
-
<pattern type="single-action">
|
|
124
|
-
<use-case>One action with a condition</use-case>
|
|
125
|
-
<syntax><action if="condition">Do something</action></syntax>
|
|
126
|
-
<example><action if="file exists">Load the file</action></example>
|
|
127
|
-
<rationale>Cleaner and more concise for single items</rationale>
|
|
128
|
-
</pattern>
|
|
129
|
-
|
|
130
|
-
<pattern type="multi-action-block">
|
|
131
|
-
<use-case>Multiple actions/tags under same condition</use-case>
|
|
132
|
-
<syntax><check if="condition">
|
|
133
|
-
<action>First action</action>
|
|
134
|
-
<action>Second action</action>
|
|
135
|
-
</check></syntax>
|
|
136
|
-
<example><check if="validation fails">
|
|
137
|
-
<action>Log error</action>
|
|
138
|
-
<goto step="1">Retry</goto>
|
|
139
|
-
</check></example>
|
|
140
|
-
<rationale>Explicit scope boundaries prevent ambiguity</rationale>
|
|
141
|
-
</pattern>
|
|
142
|
-
|
|
143
|
-
<pattern type="nested-conditions">
|
|
144
|
-
<use-case>Else/alternative branches</use-case>
|
|
145
|
-
<syntax><check if="condition A">...</check>
|
|
146
|
-
<check if="else">...</check></syntax>
|
|
147
|
-
<rationale>Clear branching logic with explicit blocks</rationale>
|
|
148
|
-
</pattern>
|
|
149
|
-
</conditional-execution-patterns>
|
|
150
|
-
|
|
151
|
-
<llm final="true">
|
|
152
|
-
<mandate>This is the complete workflow execution engine</mandate>
|
|
153
|
-
<mandate>You MUST Follow instructions exactly as written and maintain conversation context between steps</mandate>
|
|
154
|
-
<mandate>If confused, re-read this task, the workflow yaml, and any yaml indicated files</mandate>
|
|
155
|
-
</llm>
|
|
156
|
-
</task>
|