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,320 +0,0 @@
|
|
|
1
|
-
# BMM Glossary
|
|
2
|
-
|
|
3
|
-
Comprehensive terminology reference for the BMad Method Module.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Navigation
|
|
8
|
-
|
|
9
|
-
- [Core Concepts](#core-concepts)
|
|
10
|
-
- [Scale and Complexity](#scale-and-complexity)
|
|
11
|
-
- [Planning Documents](#planning-documents)
|
|
12
|
-
- [Workflow and Phases](#workflow-and-phases)
|
|
13
|
-
- [Agents and Roles](#agents-and-roles)
|
|
14
|
-
- [Status and Tracking](#status-and-tracking)
|
|
15
|
-
- [Project Types](#project-types)
|
|
16
|
-
- [Implementation Terms](#implementation-terms)
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## Core Concepts
|
|
21
|
-
|
|
22
|
-
### BMM (BMad Method Module)
|
|
23
|
-
|
|
24
|
-
Core orchestration system for AI-driven agile development, providing comprehensive lifecycle management through specialized agents and workflows.
|
|
25
|
-
|
|
26
|
-
### BMad Method
|
|
27
|
-
|
|
28
|
-
The complete methodology for AI-assisted software development, encompassing planning, architecture, implementation, and quality assurance workflows that adapt to project complexity.
|
|
29
|
-
|
|
30
|
-
### Scale-Adaptive System
|
|
31
|
-
|
|
32
|
-
BMad Method's intelligent workflow orchestration that automatically adjusts planning depth, documentation requirements, and implementation processes based on project needs through three distinct planning tracks (Quick Flow, BMad Method, Enterprise Method).
|
|
33
|
-
|
|
34
|
-
### Agent
|
|
35
|
-
|
|
36
|
-
A specialized AI persona with specific expertise (PM, Architect, SM, DEV, TEA) that guides users through workflows and creates deliverables. Agents have defined capabilities, communication styles, and workflow access.
|
|
37
|
-
|
|
38
|
-
### Workflow
|
|
39
|
-
|
|
40
|
-
A multi-step guided process that orchestrates AI agent activities to produce specific deliverables. Workflows are interactive and adapt to user context.
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
## Scale and Complexity
|
|
45
|
-
|
|
46
|
-
### Quick Flow Track
|
|
47
|
-
|
|
48
|
-
Fast implementation track using tech-spec planning only. Best for bug fixes, small features, and changes with clear scope. Typical range: 1-15 stories. No architecture phase needed. Examples: bug fixes, OAuth login, search features.
|
|
49
|
-
|
|
50
|
-
### BMad Method Track
|
|
51
|
-
|
|
52
|
-
Full product planning track using PRD + Architecture + UX. Best for products, platforms, and complex features requiring system design. Typical range: 10-50+ stories. Examples: admin dashboards, e-commerce platforms, SaaS products.
|
|
53
|
-
|
|
54
|
-
### Enterprise Method Track
|
|
55
|
-
|
|
56
|
-
Extended enterprise planning track adding Security Architecture, DevOps Strategy, and Test Strategy to BMad Method. Best for enterprise requirements, compliance needs, and multi-tenant systems. Typical range: 30+ stories. Examples: multi-tenant platforms, compliance-driven systems, mission-critical applications.
|
|
57
|
-
|
|
58
|
-
### Planning Track
|
|
59
|
-
|
|
60
|
-
The methodology path (Quick Flow, BMad Method, or Enterprise Method) chosen for a project based on planning needs, complexity, and requirements rather than story count alone.
|
|
61
|
-
|
|
62
|
-
**Note:** Story counts are guidance, not definitions. Tracks are determined by what planning the project needs, not story math.
|
|
63
|
-
|
|
64
|
-
---
|
|
65
|
-
|
|
66
|
-
## Planning Documents
|
|
67
|
-
|
|
68
|
-
### Tech-Spec (Technical Specification)
|
|
69
|
-
|
|
70
|
-
**Quick Flow track only.** Comprehensive technical plan created upfront that serves as the primary planning document for small changes or features. Contains problem statement, solution approach, file-level changes, stack detection (brownfield), testing strategy, and developer resources.
|
|
71
|
-
|
|
72
|
-
### Epic-Tech-Context (Epic Technical Context)
|
|
73
|
-
|
|
74
|
-
**BMad Method/Enterprise tracks only.** Detailed technical planning document created during implementation (just-in-time) for each epic. Supplements PRD + Architecture with epic-specific implementation details, code-level design decisions, and integration points.
|
|
75
|
-
|
|
76
|
-
**Key Difference:** Tech-spec (Quick Flow) is created upfront and is the only planning doc. Epic-tech-context (BMad Method/Enterprise) is created per epic during implementation and supplements PRD + Architecture.
|
|
77
|
-
|
|
78
|
-
### PRD (Product Requirements Document)
|
|
79
|
-
|
|
80
|
-
**BMad Method/Enterprise tracks.** Product-level planning document containing vision, goals, feature requirements, epic breakdown, success criteria, and UX considerations. Replaces tech-spec for larger projects that need product planning.
|
|
81
|
-
|
|
82
|
-
### Architecture Document
|
|
83
|
-
|
|
84
|
-
**BMad Method/Enterprise tracks.** System-wide design document defining structure, components, interactions, data models, integration patterns, security, performance, and deployment.
|
|
85
|
-
|
|
86
|
-
**Scale-Adaptive:** Architecture complexity scales with track - BMad Method is lightweight to moderate, Enterprise Method is comprehensive with security/devops/test strategies.
|
|
87
|
-
|
|
88
|
-
### Epics
|
|
89
|
-
|
|
90
|
-
High-level feature groupings that contain multiple related stories. Typically span 5-15 stories each and represent cohesive functionality (e.g., "User Authentication Epic").
|
|
91
|
-
|
|
92
|
-
### Product Brief
|
|
93
|
-
|
|
94
|
-
Optional strategic planning document created in Phase 1 (Analysis) that captures product vision, market context, user needs, and high-level requirements before detailed planning.
|
|
95
|
-
|
|
96
|
-
### GDD (Game Design Document)
|
|
97
|
-
|
|
98
|
-
Game development equivalent of PRD, created by Game Designer agent for game projects.
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
## Workflow and Phases
|
|
103
|
-
|
|
104
|
-
### Phase 0: Documentation (Prerequisite)
|
|
105
|
-
|
|
106
|
-
**Conditional phase for brownfield projects.** Creates comprehensive codebase documentation before planning. Only required if existing documentation is insufficient for AI agents.
|
|
107
|
-
|
|
108
|
-
### Phase 1: Analysis (Optional)
|
|
109
|
-
|
|
110
|
-
Discovery and research phase including brainstorming, research workflows, and product brief creation. Optional for Quick Flow, recommended for BMad Method, required for Enterprise Method.
|
|
111
|
-
|
|
112
|
-
### Phase 2: Planning (Required)
|
|
113
|
-
|
|
114
|
-
**Always required.** Creates formal requirements and work breakdown. Routes to tech-spec (Quick Flow) or PRD (BMad Method/Enterprise) based on selected track.
|
|
115
|
-
|
|
116
|
-
### Phase 3: Solutioning (Track-Dependent)
|
|
117
|
-
|
|
118
|
-
Architecture design phase. Required for BMad Method and Enterprise Method tracks. Includes architecture creation, validation, and gate checks.
|
|
119
|
-
|
|
120
|
-
### Phase 4: Implementation (Required)
|
|
121
|
-
|
|
122
|
-
Sprint-based development through story-by-story iteration. Uses sprint-planning, epic-tech-context, create-story, story-context, dev-story, code-review, and retrospective workflows.
|
|
123
|
-
|
|
124
|
-
### Quick Spec Flow
|
|
125
|
-
|
|
126
|
-
Fast-track workflow system for Quick Flow track projects that goes straight from idea to tech-spec to implementation, bypassing heavy planning. Designed for bug fixes, small features, and rapid prototyping.
|
|
127
|
-
|
|
128
|
-
### Just-In-Time Design
|
|
129
|
-
|
|
130
|
-
Pattern where epic-tech-context is created during implementation (Phase 4) right before working on each epic, rather than all upfront. Enables learning and adaptation.
|
|
131
|
-
|
|
132
|
-
### Context Injection
|
|
133
|
-
|
|
134
|
-
Dynamic technical guidance generated for each story via epic-tech-context and story-context workflows, providing exact expertise when needed without upfront over-planning.
|
|
135
|
-
|
|
136
|
-
---
|
|
137
|
-
|
|
138
|
-
## Agents and Roles
|
|
139
|
-
|
|
140
|
-
### PM (Product Manager)
|
|
141
|
-
|
|
142
|
-
Agent responsible for creating PRDs, tech-specs, and managing product requirements. Primary agent for Phase 2 planning.
|
|
143
|
-
|
|
144
|
-
### Analyst (Business Analyst)
|
|
145
|
-
|
|
146
|
-
Agent that initializes workflows, conducts research, creates product briefs, and tracks progress. Often the entry point for new projects.
|
|
147
|
-
|
|
148
|
-
### Architect
|
|
149
|
-
|
|
150
|
-
Agent that designs system architecture, creates architecture documents, performs technical reviews, and validates designs. Primary agent for Phase 3 solutioning.
|
|
151
|
-
|
|
152
|
-
### SM (Scrum Master)
|
|
153
|
-
|
|
154
|
-
Agent that manages sprints, creates stories, generates contexts, and coordinates implementation. Primary orchestrator for Phase 4 implementation.
|
|
155
|
-
|
|
156
|
-
### DEV (Developer)
|
|
157
|
-
|
|
158
|
-
Agent that implements stories, writes code, runs tests, and performs code reviews. Primary implementer in Phase 4.
|
|
159
|
-
|
|
160
|
-
### TEA (Test Architect)
|
|
161
|
-
|
|
162
|
-
Agent responsible for test strategy, quality gates, NFR assessment, and comprehensive quality assurance. Integrates throughout all phases.
|
|
163
|
-
|
|
164
|
-
### Technical Writer
|
|
165
|
-
|
|
166
|
-
Agent specialized in creating and maintaining high-quality technical documentation. Expert in documentation standards, information architecture, and professional technical writing. The agent's internal name is "paige" but is presented as "Technical Writer" to users.
|
|
167
|
-
|
|
168
|
-
### UX Designer
|
|
169
|
-
|
|
170
|
-
Agent that creates UX design documents, interaction patterns, and visual specifications for UI-heavy projects.
|
|
171
|
-
|
|
172
|
-
### Game Designer
|
|
173
|
-
|
|
174
|
-
Specialized agent for game development projects. Creates game design documents (GDD) and game-specific workflows.
|
|
175
|
-
|
|
176
|
-
### BMad Master
|
|
177
|
-
|
|
178
|
-
Meta-level orchestrator agent from BMad Core. Facilitates party mode, lists available tasks and workflows, and provides high-level guidance across all modules.
|
|
179
|
-
|
|
180
|
-
### Party Mode
|
|
181
|
-
|
|
182
|
-
Multi-agent collaboration feature where all installed agents (19+ from BMM, CIS, BMB, custom modules) discuss challenges together in real-time. BMad Master orchestrates, selecting 2-3 relevant agents per message for natural cross-talk and debate. Best for strategic decisions, creative brainstorming, cross-functional alignment, and complex problem-solving. See [Party Mode Guide](./party-mode.md).
|
|
183
|
-
|
|
184
|
-
---
|
|
185
|
-
|
|
186
|
-
## Status and Tracking
|
|
187
|
-
|
|
188
|
-
### bmm-workflow-status.yaml
|
|
189
|
-
|
|
190
|
-
**Phases 1-3.** Tracking file that shows current phase, completed workflows, progress, and next recommended actions. Created by workflow-init, updated automatically.
|
|
191
|
-
|
|
192
|
-
### sprint-status.yaml
|
|
193
|
-
|
|
194
|
-
**Phase 4 only.** Single source of truth for implementation tracking. Contains all epics, stories, and retrospectives with current status for each. Created by sprint-planning, updated by agents.
|
|
195
|
-
|
|
196
|
-
### Story Status Progression
|
|
197
|
-
|
|
198
|
-
```
|
|
199
|
-
backlog → drafted → ready-for-dev → in-progress → review → done
|
|
200
|
-
```
|
|
201
|
-
|
|
202
|
-
- **backlog** - Story exists in epic but not yet drafted
|
|
203
|
-
- **drafted** - Story file created by SM via create-story
|
|
204
|
-
- **ready-for-dev** - Story has context, ready for DEV via story-context
|
|
205
|
-
- **in-progress** - DEV is implementing via dev-story
|
|
206
|
-
- **review** - Implementation complete, awaiting code-review
|
|
207
|
-
- **done** - Completed with DoD met
|
|
208
|
-
|
|
209
|
-
### Epic Status Progression
|
|
210
|
-
|
|
211
|
-
```
|
|
212
|
-
backlog → contexted
|
|
213
|
-
```
|
|
214
|
-
|
|
215
|
-
- **backlog** - Epic exists in planning docs but no context yet
|
|
216
|
-
- **contexted** - Epic has technical context via epic-tech-context
|
|
217
|
-
|
|
218
|
-
### Retrospective
|
|
219
|
-
|
|
220
|
-
Workflow run after completing each epic to capture learnings, identify improvements, and feed insights into next epic planning. Critical for continuous improvement.
|
|
221
|
-
|
|
222
|
-
---
|
|
223
|
-
|
|
224
|
-
## Project Types
|
|
225
|
-
|
|
226
|
-
### Greenfield
|
|
227
|
-
|
|
228
|
-
New project starting from scratch with no existing codebase. Freedom to establish patterns, choose stack, and design from clean slate.
|
|
229
|
-
|
|
230
|
-
### Brownfield
|
|
231
|
-
|
|
232
|
-
Existing project with established codebase, patterns, and constraints. Requires understanding existing architecture, respecting established conventions, and planning integration with current systems.
|
|
233
|
-
|
|
234
|
-
**Critical:** Brownfield projects should run document-project workflow BEFORE planning to ensure AI agents have adequate context about existing code.
|
|
235
|
-
|
|
236
|
-
### document-project Workflow
|
|
237
|
-
|
|
238
|
-
**Brownfield prerequisite.** Analyzes and documents existing codebase, creating comprehensive documentation including project overview, architecture analysis, source tree, API contracts, and data models. Three scan levels: quick, deep, exhaustive.
|
|
239
|
-
|
|
240
|
-
---
|
|
241
|
-
|
|
242
|
-
## Implementation Terms
|
|
243
|
-
|
|
244
|
-
### Story
|
|
245
|
-
|
|
246
|
-
Single unit of implementable work with clear acceptance criteria, typically 2-8 hours of development effort. Stories are grouped into epics and tracked in sprint-status.yaml.
|
|
247
|
-
|
|
248
|
-
### Story File
|
|
249
|
-
|
|
250
|
-
Markdown file containing story details: description, acceptance criteria, technical notes, dependencies, implementation guidance, and testing requirements.
|
|
251
|
-
|
|
252
|
-
### Story Context
|
|
253
|
-
|
|
254
|
-
Technical guidance document created via story-context workflow that provides implementation-specific context, references existing patterns, suggests approaches, and injects expertise for the specific story.
|
|
255
|
-
|
|
256
|
-
### Epic Context
|
|
257
|
-
|
|
258
|
-
Technical planning document created via epic-tech-context workflow before drafting stories within an epic. Provides epic-level technical direction, architecture notes, and implementation strategy.
|
|
259
|
-
|
|
260
|
-
### Sprint Planning
|
|
261
|
-
|
|
262
|
-
Workflow that initializes Phase 4 implementation by creating sprint-status.yaml, extracting all epics/stories from planning docs, and setting up tracking infrastructure.
|
|
263
|
-
|
|
264
|
-
### Gate Check
|
|
265
|
-
|
|
266
|
-
Validation workflow (solutioning-gate-check) run before Phase 4 to ensure PRD, architecture, and UX documents are cohesive with no gaps or contradictions. Required for BMad Method and Enterprise Method tracks.
|
|
267
|
-
|
|
268
|
-
### DoD (Definition of Done)
|
|
269
|
-
|
|
270
|
-
Criteria that must be met before marking a story as done. Typically includes: implementation complete, tests written and passing, code reviewed, documentation updated, and acceptance criteria validated.
|
|
271
|
-
|
|
272
|
-
### Shard / Sharding
|
|
273
|
-
|
|
274
|
-
**For runtime LLM optimization only (NOT human docs).** Splitting large planning documents (PRD, epics, architecture) into smaller section-based files to improve workflow efficiency. Phase 1-3 workflows load entire sharded documents transparently. Phase 4 workflows selectively load only needed sections for massive token savings.
|
|
275
|
-
|
|
276
|
-
---
|
|
277
|
-
|
|
278
|
-
## Additional Terms
|
|
279
|
-
|
|
280
|
-
### Workflow Status
|
|
281
|
-
|
|
282
|
-
Universal entry point workflow that checks for existing status file, displays current phase/progress, and recommends next action based on project state.
|
|
283
|
-
|
|
284
|
-
### Workflow Init
|
|
285
|
-
|
|
286
|
-
Initialization workflow that creates bmm-workflow-status.yaml, detects greenfield vs brownfield, determines planning track, and sets up appropriate workflow path.
|
|
287
|
-
|
|
288
|
-
### Track Selection
|
|
289
|
-
|
|
290
|
-
Automatic analysis by workflow-init that uses keyword analysis, complexity indicators, and project requirements to suggest appropriate track (Quick Flow, BMad Method, or Enterprise Method). User can override suggested track.
|
|
291
|
-
|
|
292
|
-
### Correct Course
|
|
293
|
-
|
|
294
|
-
Workflow run during Phase 4 when significant changes or issues arise. Analyzes impact, proposes solutions, and routes to appropriate remediation workflows.
|
|
295
|
-
|
|
296
|
-
### Migration Strategy
|
|
297
|
-
|
|
298
|
-
Plan for handling changes to existing data, schemas, APIs, or patterns during brownfield development. Critical for ensuring backward compatibility and smooth rollout.
|
|
299
|
-
|
|
300
|
-
### Feature Flags
|
|
301
|
-
|
|
302
|
-
Implementation technique for brownfield projects that allows gradual rollout of new functionality, easy rollback, and A/B testing. Recommended for BMad Method and Enterprise brownfield changes.
|
|
303
|
-
|
|
304
|
-
### Integration Points
|
|
305
|
-
|
|
306
|
-
Specific locations where new code connects with existing systems. Must be documented explicitly in brownfield tech-specs and architectures.
|
|
307
|
-
|
|
308
|
-
### Convention Detection
|
|
309
|
-
|
|
310
|
-
Quick Spec Flow feature that automatically detects existing code style, naming conventions, patterns, and frameworks from brownfield codebases, then asks user to confirm before proceeding.
|
|
311
|
-
|
|
312
|
-
---
|
|
313
|
-
|
|
314
|
-
## Related Documentation
|
|
315
|
-
|
|
316
|
-
- [Quick Start Guide](./quick-start.md) - Learn BMM basics
|
|
317
|
-
- [Scale Adaptive System](./scale-adaptive-system.md) - Deep dive on tracks and complexity
|
|
318
|
-
- [Brownfield Guide](./brownfield-guide.md) - Working with existing codebases
|
|
319
|
-
- [Quick Spec Flow](./quick-spec-flow.md) - Fast-track for Quick Flow track
|
|
320
|
-
- [FAQ](./faq.md) - Common questions
|
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
# Party Mode: Multi-Agent Collaboration
|
|
2
|
-
|
|
3
|
-
**Get all your AI agents in one conversation**
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## What is Party Mode?
|
|
8
|
-
|
|
9
|
-
Ever wanted to gather your entire AI team in one room and see what happens? That's party mode.
|
|
10
|
-
|
|
11
|
-
Type `/bmad:core:workflows:party-mode` (or `*party-mode` from any agent), and suddenly you've got **all your AI agents** in one conversation. PM, Architect, DEV, UX Designer, the CIS creative agents - everyone shows up.
|
|
12
|
-
|
|
13
|
-
**Why it's useful:**
|
|
14
|
-
|
|
15
|
-
- **After complex workflows** - Debrief with the whole team about what worked, what didn't
|
|
16
|
-
- **Big decisions with tradeoffs** - Get technical, creative, and strategic perspectives simultaneously
|
|
17
|
-
- **Brainstorming sessions** - Watch ideas evolve through cross-pollination
|
|
18
|
-
- **When things go wrong** - Call out failures, watch agents defend their decisions, let them debate whose fault it was (oddly therapeutic)
|
|
19
|
-
- **Sprint retrospectives** - Party mode powers the retrospective workflow
|
|
20
|
-
- **Sprint planning** - Multi-agent collaboration for planning sessions
|
|
21
|
-
|
|
22
|
-
**Future use:** Advanced elicitation workflows will leverage party mode for sophisticated requirement gathering.
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
## How It Works
|
|
27
|
-
|
|
28
|
-
**The basics:**
|
|
29
|
-
|
|
30
|
-
1. Party mode reads `.bmad/_cfg/agent-manifest.csv`
|
|
31
|
-
2. Loads ALL installed agents (already includes your customizations from install)
|
|
32
|
-
3. BMad Master orchestrates - picks 2-3 relevant agents per message based on topic
|
|
33
|
-
4. Agents respond in character, can agree/disagree/build on each other's ideas
|
|
34
|
-
5. Discussion continues until you type "exit" or reach natural conclusion
|
|
35
|
-
|
|
36
|
-
**That's it.** No complex merging, no runtime magic. Just agents talking.
|
|
37
|
-
|
|
38
|
-
---
|
|
39
|
-
|
|
40
|
-
## Quick Start
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
# Trigger party mode
|
|
44
|
-
/bmad:core:workflows:party-mode
|
|
45
|
-
|
|
46
|
-
# OR from any agent context
|
|
47
|
-
*party-mode
|
|
48
|
-
|
|
49
|
-
# During party
|
|
50
|
-
Ask questions, respond to agents, direct the conversation
|
|
51
|
-
|
|
52
|
-
# Exit
|
|
53
|
-
Type: exit
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
---
|
|
57
|
-
|
|
58
|
-
## Fun Examples
|
|
59
|
-
|
|
60
|
-
### Example 1: Calling Out Bad Architecture
|
|
61
|
-
|
|
62
|
-
**You:** "Okay team, our last sprint was a disaster. The authentication service went down three times. Who screwed this up?"
|
|
63
|
-
|
|
64
|
-
**Architect (Winston):** "The design was sound - distributed authentication with proper fallbacks. If implementation deviated from the spec..."
|
|
65
|
-
|
|
66
|
-
**DEV (Amelia):** "I followed the architecture doc exactly. The spec didn't account for concurrent session invalidation race conditions."
|
|
67
|
-
|
|
68
|
-
**PM (John):** "Both of you missed the bigger issue - we didn't validate session management requirements in the PRD. This is on me for not catching it."
|
|
69
|
-
|
|
70
|
-
**TEA (Murat):** "And I should've caught this in integration tests. The test scenarios didn't cover concurrent invalidation."
|
|
71
|
-
|
|
72
|
-
_(Watch them debate whose fault it really was - it's therapeutic)_
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
### Example 2: Creative Brainstorming
|
|
77
|
-
|
|
78
|
-
**You:** "How do we make onboarding feel magical instead of boring?"
|
|
79
|
-
|
|
80
|
-
**UX Designer (Sally):** "Start with progressive disclosure - reveal features as users need them, not all at once in a tutorial."
|
|
81
|
-
|
|
82
|
-
**Storyteller (CIS):** "What if onboarding was a story? Each step reveals a character's journey - the user IS the hero."
|
|
83
|
-
|
|
84
|
-
**Innovation Strategist (CIS):** "Take it further - gamify with unlockable achievements. But make them meaningful, not arbitrary badges."
|
|
85
|
-
|
|
86
|
-
**Game Designer:** "Building on that - what if the first 'quest' is actually solving a real user problem? They learn by doing something valuable."
|
|
87
|
-
|
|
88
|
-
_(Ideas cross-pollinate and evolve)_
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
### Example 3: Technical Decision
|
|
93
|
-
|
|
94
|
-
**You:** "Monolith or microservices for MVP?"
|
|
95
|
-
|
|
96
|
-
**Architect:** "Start monolith. Microservices add complexity you don't need at 1000 users."
|
|
97
|
-
|
|
98
|
-
**PM:** "Agree. Time to market matters more than theoretical scalability."
|
|
99
|
-
|
|
100
|
-
**DEV:** "Monolith with clear module boundaries. We can extract services later if needed."
|
|
101
|
-
|
|
102
|
-
**Innovation Strategist:** "Contrarian take - if your differentiator IS scalability, build for it now. Otherwise Architect's right."
|
|
103
|
-
|
|
104
|
-
_(Multiple perspectives reveal the right answer)_
|
|
105
|
-
|
|
106
|
-
---
|
|
107
|
-
|
|
108
|
-
## When NOT to Use Party Mode
|
|
109
|
-
|
|
110
|
-
**Skip party mode for:**
|
|
111
|
-
|
|
112
|
-
- Simple implementation questions → Use DEV agent
|
|
113
|
-
- Document review → Use Technical Writer
|
|
114
|
-
- Workflow status checks → Use any agent + `*workflow-status`
|
|
115
|
-
- Single-domain questions → Use specialist agent
|
|
116
|
-
|
|
117
|
-
**Use party mode for:**
|
|
118
|
-
|
|
119
|
-
- Multi-perspective decisions
|
|
120
|
-
- Creative collaboration
|
|
121
|
-
- Post-mortems and retrospectives
|
|
122
|
-
- Sprint planning sessions
|
|
123
|
-
- Complex problem-solving
|
|
124
|
-
|
|
125
|
-
---
|
|
126
|
-
|
|
127
|
-
## Agent Customization
|
|
128
|
-
|
|
129
|
-
Party mode uses agents from `.bmad/[module]/agents/*.md` - these already include any customizations you applied during install.
|
|
130
|
-
|
|
131
|
-
**To customize agents for party mode:**
|
|
132
|
-
|
|
133
|
-
1. Create customization file: `.bmad/_cfg/agents/bmm-pm.customize.yaml`
|
|
134
|
-
2. Run `npx bmad-method install` to rebuild agents
|
|
135
|
-
3. Customizations now active in party mode
|
|
136
|
-
|
|
137
|
-
Example customization:
|
|
138
|
-
|
|
139
|
-
```yaml
|
|
140
|
-
agent:
|
|
141
|
-
persona:
|
|
142
|
-
principles:
|
|
143
|
-
- 'HIPAA compliance is non-negotiable'
|
|
144
|
-
- 'Patient safety over feature velocity'
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
See [Agents Guide](./agents-guide.md#agent-customization) for details.
|
|
148
|
-
|
|
149
|
-
---
|
|
150
|
-
|
|
151
|
-
## BMM Workflows That Use Party Mode
|
|
152
|
-
|
|
153
|
-
**Current:**
|
|
154
|
-
|
|
155
|
-
- `epic-retrospective` - Post-epic team retrospective powered by party mode
|
|
156
|
-
- Sprint planning discussions (informal party mode usage)
|
|
157
|
-
|
|
158
|
-
**Future:**
|
|
159
|
-
|
|
160
|
-
- Advanced elicitation workflows will officially integrate party mode
|
|
161
|
-
- Multi-agent requirement validation
|
|
162
|
-
- Collaborative technical reviews
|
|
163
|
-
|
|
164
|
-
---
|
|
165
|
-
|
|
166
|
-
## Available Agents
|
|
167
|
-
|
|
168
|
-
Party mode can include **19+ agents** from all installed modules:
|
|
169
|
-
|
|
170
|
-
**BMM (12 agents):** PM, Analyst, Architect, SM, DEV, TEA, UX Designer, Technical Writer, Game Designer, Game Developer, Game Architect
|
|
171
|
-
|
|
172
|
-
**CIS (5 agents):** Brainstorming Coach, Creative Problem Solver, Design Thinking Coach, Innovation Strategist, Storyteller
|
|
173
|
-
|
|
174
|
-
**BMB (1 agent):** BMad Builder
|
|
175
|
-
|
|
176
|
-
**Core (1 agent):** BMad Master (orchestrator)
|
|
177
|
-
|
|
178
|
-
**Custom:** Any agents you've created
|
|
179
|
-
|
|
180
|
-
---
|
|
181
|
-
|
|
182
|
-
## Tips
|
|
183
|
-
|
|
184
|
-
**Get better results:**
|
|
185
|
-
|
|
186
|
-
- Be specific with your topic/question
|
|
187
|
-
- Provide context (project type, constraints, goals)
|
|
188
|
-
- Direct specific agents when you want their expertise
|
|
189
|
-
- Make decisions - party mode informs, you decide
|
|
190
|
-
- Time box discussions (15-30 minutes is usually plenty)
|
|
191
|
-
|
|
192
|
-
**Examples of good opening questions:**
|
|
193
|
-
|
|
194
|
-
- "We need to decide between REST and GraphQL for our mobile API. Project is a B2B SaaS with 50 enterprise clients."
|
|
195
|
-
- "Our last sprint failed spectacularly. Let's discuss what went wrong with authentication implementation."
|
|
196
|
-
- "Brainstorm: how can we make our game's tutorial feel rewarding instead of tedious?"
|
|
197
|
-
|
|
198
|
-
---
|
|
199
|
-
|
|
200
|
-
## Troubleshooting
|
|
201
|
-
|
|
202
|
-
**Same agents responding every time?**
|
|
203
|
-
Vary your questions or explicitly request other perspectives: "Game Designer, your thoughts?"
|
|
204
|
-
|
|
205
|
-
**Discussion going in circles?**
|
|
206
|
-
BMad Master will summarize and redirect, or you can make a decision and move on.
|
|
207
|
-
|
|
208
|
-
**Too many agents talking?**
|
|
209
|
-
Make your topic more specific - BMad Master picks 2-3 agents based on relevance.
|
|
210
|
-
|
|
211
|
-
**Agents not using customizations?**
|
|
212
|
-
Make sure you ran `npx bmad-method install` after creating customization files.
|
|
213
|
-
|
|
214
|
-
---
|
|
215
|
-
|
|
216
|
-
## Related Documentation
|
|
217
|
-
|
|
218
|
-
- [Agents Guide](./agents-guide.md) - Complete agent reference
|
|
219
|
-
- [Quick Start Guide](./quick-start.md) - Getting started with BMM
|
|
220
|
-
- [FAQ](./faq.md) - Common questions
|
|
221
|
-
|
|
222
|
-
---
|
|
223
|
-
|
|
224
|
-
_Better decisions through diverse perspectives. Welcome to party mode._
|