bmad-method 6.0.0-alpha.19 → 6.0.0-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/docs.yaml +72 -0
- package/.github/workflows/quality.yaml +0 -3
- package/CHANGELOG.md +125 -0
- package/CONTRIBUTING.md +1 -3
- package/README.md +8 -7
- package/docs/agent-customization-guide.md +3 -3
- package/docs/custom-content-installation.md +1 -1
- package/docs/document-sharding-guide.md +2 -2
- package/docs/getting-started/installation.md +76 -0
- package/docs/ide-info/index.md +24 -0
- package/docs/ide-info/rovo-dev.md +14 -380
- package/docs/index.md +36 -45
- package/eslint.config.mjs +7 -2
- package/package.json +14 -8
- package/{docs → samples}/sample-custom-modules/README.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +2 -2
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
- package/src/core/tasks/review-adversarial-general.xml +41 -0
- package/src/modules/bmb/README.md +25 -0
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +3 -3
- package/src/modules/bmb/docs/agents/index.md +9 -9
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +1 -1
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +1 -1
- package/src/modules/bmb/docs/{README.md → index.md} +10 -12
- package/src/modules/bmb/docs/workflows/index.md +6 -6
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +3 -3
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +1 -1
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +5 -5
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +1 -1
- package/src/modules/bmb/workflows/create-module/validation.md +2 -2
- package/src/modules/bmb/workflows/create-module/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +3 -3
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
- package/src/modules/bmgd/_module-installer/installer.js +2 -2
- package/src/modules/bmgd/agents/game-architect.agent.yaml +4 -0
- package/src/modules/bmgd/docs/{README.md → index.md} +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +4 -4
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +5 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +60 -6
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +201 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +373 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +279 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +48 -0
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +5 -5
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -2
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/README.md +5 -6
- package/src/modules/bmm/_module-installer/installer.js +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +1 -1
- package/src/modules/bmm/agents/dev.agent.yaml +8 -4
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +8 -17
- package/src/modules/bmm/agents/sm.agent.yaml +6 -3
- package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -1
- package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -3
- package/src/modules/bmm/docs/agents-guide.md +83 -1026
- package/src/modules/bmm/docs/bmad-quick-flow.md +10 -32
- package/src/modules/bmm/docs/brownfield-guide.md +1 -1
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/{README.md → index.md} +7 -88
- package/src/modules/bmm/docs/quick-spec-flow.md +1 -1
- package/src/modules/bmm/docs/quick-start.md +7 -7
- package/src/modules/bmm/docs/scale-adaptive-system.md +1 -1
- package/src/modules/bmm/docs/test-architecture.md +13 -12
- package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
- package/src/modules/bmm/module.yaml +11 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +7 -5
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +2 -4
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +7 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/workflow.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +14 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +8 -39
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +15 -15
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +5 -25
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +6 -6
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +3 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +9 -21
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +8 -8
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +16 -14
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -12
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +7 -6
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +4 -3
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +4 -4
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +4 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +51 -0
- package/src/modules/bmm/workflows/document-project/instructions.md +27 -28
- package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -3
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +2 -1
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +5 -15
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +8 -7
- package/src/modules/bmm/workflows/testarch/atdd/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +1 -0
- package/src/modules/bmm/workflows/testarch/automate/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-design/checklist.md +3 -2
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +9 -0
- package/src/modules/bmm/workflows/testarch/test-review/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-review/test-review-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/trace/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/trace-template.md +2 -0
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -1
- package/src/modules/cis/{readme.md → docs/index.md} +2 -6
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +24 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +30 -0
- package/tools/build-docs.js +630 -0
- package/tools/cli/commands/install.js +11 -5
- package/tools/cli/installers/install-messages.yaml +52 -0
- package/tools/cli/installers/lib/core/config-collector.js +25 -30
- package/tools/cli/installers/lib/message-loader.js +85 -0
- package/tools/cli/lib/ui.js +221 -41
- package/tools/schema/agent.js +68 -5
- package/website/css/custom.css +52 -0
- package/website/docusaurus.config.js +179 -0
- package/website/sidebars.js +157 -0
- package/website/src/pages/downloads.md +81 -0
- package/website/src/pages/index.js +50 -0
- package/website/static/favicon.ico +0 -0
- package/website/static/img/logo.svg +4 -0
- package/website/static/robots.txt +37 -0
- package/docs/installers-bundlers/ide-injections.md +0 -186
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +0 -389
- package/src/modules/bmgd/README.md +0 -209
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +0 -25
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +0 -202
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +0 -33
- package/tools/cli/commands/build.js +0 -283
- package/tools/cli/commands/list.js +0 -40
- package/tools/cli/commands/status.js +0 -47
- package/tools/cli/commands/uninstall.js +0 -44
- package/tools/cli/commands/update.js +0 -28
- package/tools/validate-bundles.js +0 -87
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md +0 -0
|
@@ -1,1087 +1,144 @@
|
|
|
1
|
-
#
|
|
1
|
+
# BMM Agents Reference
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
**Reading Time:** ~45 minutes
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## Table of Contents
|
|
10
|
-
|
|
11
|
-
- [Overview](#overview)
|
|
12
|
-
- [Core Development Agents](#core-development-agents)
|
|
13
|
-
- [Game Development Agents](#game-development-agents)
|
|
14
|
-
- [Special Purpose Agents](#special-purpose-agents)
|
|
15
|
-
- [Party Mode: Multi-Agent Collaboration](#party-mode-multi-agent-collaboration)
|
|
16
|
-
- [Workflow Access](#workflow-access)
|
|
17
|
-
- [Agent Customization](#agent-customization)
|
|
18
|
-
- [Best Practices](#best-practices)
|
|
19
|
-
- [Agent Reference Table](#agent-reference-table)
|
|
3
|
+
Quick reference of what each agent can do based on their available commands.
|
|
20
4
|
|
|
21
5
|
---
|
|
22
6
|
|
|
23
|
-
##
|
|
24
|
-
|
|
25
|
-
The BMad Method Module (BMM) provides a comprehensive team of specialized AI agents that guide you through the complete software development lifecycle. Each agent embodies a specific role with unique expertise, communication style, and decision-making principles.
|
|
26
|
-
|
|
27
|
-
**Philosophy:** AI agents act as expert collaborators, not code monkeys. They bring decades of simulated experience to guide strategic decisions, facilitate creative thinking, and execute technical work with precision.
|
|
28
|
-
|
|
29
|
-
### All BMM Agents
|
|
30
|
-
|
|
31
|
-
**Core Development (9 agents):**
|
|
32
|
-
|
|
33
|
-
- PM (Product Manager)
|
|
34
|
-
- Analyst (Business Analyst)
|
|
35
|
-
- Architect (System Architect)
|
|
36
|
-
- SM (Scrum Master)
|
|
37
|
-
- DEV (Developer)
|
|
38
|
-
- TEA (Test Architect)
|
|
39
|
-
- UX Designer
|
|
40
|
-
- Technical Writer
|
|
41
|
-
- Principal Engineer (Technical Leader) - NEW!
|
|
7
|
+
## Analyst (Mary) | `/bmad:bmm:agents:analyst`
|
|
42
8
|
|
|
43
|
-
|
|
9
|
+
Business analysis and research.
|
|
44
10
|
|
|
45
|
-
|
|
46
|
-
- Game Developer
|
|
47
|
-
- Game Architect
|
|
11
|
+
**Capabilities:**
|
|
48
12
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
|
|
53
|
-
|
|
13
|
+
- `*workflow-status` - Get workflow status or initialize tracking
|
|
14
|
+
- `*brainstorm-project` - Guided brainstorming session
|
|
15
|
+
- `*research` - Market, domain, competitive, or technical research
|
|
16
|
+
- `*product-brief` - Create a product brief (input for PRD)
|
|
17
|
+
- `*document-project` - Document existing brownfield projects
|
|
18
|
+
- Party mode and advanced elicitation
|
|
54
19
|
|
|
55
20
|
---
|
|
56
21
|
|
|
57
|
-
##
|
|
58
|
-
|
|
59
|
-
### PM (Product Manager) - John 📋
|
|
60
|
-
|
|
61
|
-
**Role:** Investigative Product Strategist + Market-Savvy PM
|
|
62
|
-
|
|
63
|
-
**When to Use:**
|
|
64
|
-
|
|
65
|
-
- Creating Product Requirements Documents (PRD) for Level 2-4 projects
|
|
66
|
-
- Creating technical specifications for small projects (Level 0-1)
|
|
67
|
-
- Breaking down requirements into epics and stories (after architecture)
|
|
68
|
-
- Validating planning documents
|
|
69
|
-
- Course correction during implementation
|
|
70
|
-
|
|
71
|
-
**Primary Phase:** Phase 2 (Planning)
|
|
72
|
-
|
|
73
|
-
**Workflows:**
|
|
74
|
-
|
|
75
|
-
- `workflow-status` - Check what to do next
|
|
76
|
-
- `create-prd` - Create PRD for Level 2-4 projects (creates FRs/NFRs only)
|
|
77
|
-
- `tech-spec` - Quick spec for Level 0-1 projects
|
|
78
|
-
- `create-epics-and-stories` - Break PRD into implementable pieces (runs AFTER architecture)
|
|
79
|
-
- `implementation-readiness` - Validate PRD + Architecture + Epics + UX (optional)
|
|
80
|
-
- `correct-course` - Handle mid-project changes
|
|
81
|
-
- `workflow-init` - Initialize workflow tracking
|
|
22
|
+
## PM (John) | `/bmad:bmm:agents:pm`
|
|
82
23
|
|
|
83
|
-
|
|
24
|
+
Product requirements and planning.
|
|
84
25
|
|
|
85
|
-
**
|
|
26
|
+
**Capabilities:**
|
|
86
27
|
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
28
|
+
- `*workflow-status` - Get workflow status or initialize tracking
|
|
29
|
+
- `*create-prd` - Create Product Requirements Document
|
|
30
|
+
- `*create-epics-and-stories` - Break PRD into epics and user stories (after Architecture)
|
|
31
|
+
- `*implementation-readiness` - Validate PRD, UX, Architecture, Epics alignment
|
|
32
|
+
- `*correct-course` - Course correction during implementation
|
|
33
|
+
- Party mode and advanced elicitation
|
|
92
34
|
|
|
93
35
|
---
|
|
94
36
|
|
|
95
|
-
|
|
37
|
+
## Architect (Winston) | `/bmad:bmm:agents:architect`
|
|
96
38
|
|
|
97
|
-
|
|
39
|
+
System architecture and technical design.
|
|
98
40
|
|
|
99
|
-
**
|
|
41
|
+
**Capabilities:**
|
|
100
42
|
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
**Workflows:**
|
|
109
|
-
|
|
110
|
-
- `workflow-status` - Check what to do next
|
|
111
|
-
- `brainstorm-project` - Ideation and solution exploration
|
|
112
|
-
- `product-brief` - Define product vision and strategy
|
|
113
|
-
- `research` - Multi-type research system
|
|
114
|
-
- `document-project` - Brownfield comprehensive documentation
|
|
115
|
-
- `workflow-init` - Initialize workflow tracking
|
|
116
|
-
|
|
117
|
-
**Communication Style:** Analytical and systematic. Presents findings with data support. Asks questions to uncover hidden requirements. Structures information hierarchically.
|
|
118
|
-
|
|
119
|
-
**Expertise:**
|
|
120
|
-
|
|
121
|
-
- Requirements elicitation
|
|
122
|
-
- Market and competitive analysis
|
|
123
|
-
- Strategic consulting
|
|
124
|
-
- Data-driven decision making
|
|
125
|
-
- Brownfield codebase analysis
|
|
43
|
+
- `*workflow-status` - Get workflow status or initialize tracking
|
|
44
|
+
- `*create-architecture` - Create architecture document to guide development
|
|
45
|
+
- `*implementation-readiness` - Validate PRD, UX, Architecture, Epics alignment
|
|
46
|
+
- `*create-excalidraw-diagram` - System architecture or technical diagrams
|
|
47
|
+
- `*create-excalidraw-dataflow` - Data flow diagrams
|
|
48
|
+
- Party mode and advanced elicitation
|
|
126
49
|
|
|
127
50
|
---
|
|
128
51
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
**Role:** System Architect + Technical Design Leader
|
|
132
|
-
|
|
133
|
-
**When to Use:**
|
|
134
|
-
|
|
135
|
-
- Creating system architecture for Level 2-4 projects
|
|
136
|
-
- Making technical design decisions
|
|
137
|
-
- Validating architecture documents
|
|
138
|
-
- Validating readiness for implementation phase (Phase 3 to Phase 4 transition)
|
|
139
|
-
- Course correction during implementation
|
|
52
|
+
## SM (Bob) | `/bmad:bmm:agents:sm`
|
|
140
53
|
|
|
141
|
-
|
|
54
|
+
Sprint planning and story preparation.
|
|
142
55
|
|
|
143
|
-
**
|
|
56
|
+
**Capabilities:**
|
|
144
57
|
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
**Expertise:**
|
|
152
|
-
|
|
153
|
-
- Distributed systems design
|
|
154
|
-
- Cloud infrastructure (AWS, Azure, GCP)
|
|
155
|
-
- API design and RESTful patterns
|
|
156
|
-
- Microservices and monoliths
|
|
157
|
-
- Performance optimization
|
|
158
|
-
- System migration strategies
|
|
159
|
-
|
|
160
|
-
**See Also:** [Architecture Workflow Reference](./workflow-architecture-reference.md) for detailed architecture workflow capabilities.
|
|
58
|
+
- `*sprint-planning` - Generate sprint-status.yaml from epic files
|
|
59
|
+
- `*create-story` - Create story from epic (prep for development)
|
|
60
|
+
- `*validate-create-story` - Validate story quality
|
|
61
|
+
- `*epic-retrospective` - Team retrospective after epic completion
|
|
62
|
+
- `*correct-course` - Course correction during implementation
|
|
63
|
+
- Party mode and advanced elicitation
|
|
161
64
|
|
|
162
65
|
---
|
|
163
66
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
**Role:** Technical Scrum Master + Story Preparation Specialist
|
|
167
|
-
|
|
168
|
-
**When to Use:**
|
|
169
|
-
|
|
170
|
-
- Sprint planning and tracking initialization
|
|
171
|
-
- Creating user stories
|
|
172
|
-
- Assembling dynamic story context
|
|
173
|
-
- Epic-level technical context (optional)
|
|
174
|
-
- Marking stories ready for development
|
|
175
|
-
- Sprint retrospectives
|
|
176
|
-
|
|
177
|
-
**Primary Phase:** Phase 4 (Implementation)
|
|
178
|
-
|
|
179
|
-
**Workflows:**
|
|
67
|
+
## DEV (Amelia) | `/bmad:bmm:agents:dev`
|
|
180
68
|
|
|
181
|
-
|
|
182
|
-
- `sprint-planning` - Initialize `sprint-status.yaml` tracking
|
|
183
|
-
- `create-story` - Create next story from epic (sets status to `ready-for-dev`)
|
|
184
|
-
- `validate-create-story` - Optional quality check (does not change status; run before dev-story for extra validation)
|
|
185
|
-
- `epic-retrospective` - Post-epic review
|
|
186
|
-
- `correct-course` - Handle changes during implementation
|
|
69
|
+
Story implementation and code review.
|
|
187
70
|
|
|
188
|
-
**
|
|
71
|
+
**Capabilities:**
|
|
189
72
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
**Expertise:**
|
|
193
|
-
|
|
194
|
-
- Agile ceremonies
|
|
195
|
-
- Story preparation and context injection
|
|
196
|
-
- Development coordination
|
|
197
|
-
- Process integrity
|
|
198
|
-
- Just-in-time design
|
|
73
|
+
- `*dev-story` - Execute story workflow (implementation with tests)
|
|
74
|
+
- `*code-review` - Thorough code review
|
|
199
75
|
|
|
200
76
|
---
|
|
201
77
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
**Role:** Senior Implementation Engineer
|
|
205
|
-
|
|
206
|
-
**When to Use:**
|
|
207
|
-
|
|
208
|
-
- Implementing stories with tests
|
|
209
|
-
- Performing code reviews on completed stories
|
|
210
|
-
- Marking stories complete after Definition of Done met
|
|
211
|
-
|
|
212
|
-
**Primary Phase:** Phase 4 (Implementation)
|
|
213
|
-
|
|
214
|
-
**Workflows:**
|
|
215
|
-
|
|
216
|
-
- `workflow-status` - Check what to do next
|
|
217
|
-
- `dev-story` - Implement story with:
|
|
218
|
-
- Task-by-task iteration
|
|
219
|
-
- Test-driven development
|
|
220
|
-
- Multi-run capability (initial + fixes)
|
|
221
|
-
- Strict file boundary enforcement
|
|
222
|
-
- `code-review` - Senior developer-level review with:
|
|
223
|
-
- Story context awareness
|
|
224
|
-
- Epic-tech-context alignment
|
|
225
|
-
- Repository docs reference
|
|
226
|
-
- MCP server best practices
|
|
227
|
-
- Web search fallback
|
|
228
|
-
|
|
229
|
-
**Communication Style:** Succinct and checklist-driven. Cites file paths and acceptance criteria IDs. Only asks questions when inputs are missing.
|
|
230
|
-
|
|
231
|
-
**Critical Principles:**
|
|
78
|
+
## Quick Flow Solo Dev (Barry) | `/bmad:bmm:agents:quick-flow-solo-dev`
|
|
232
79
|
|
|
233
|
-
|
|
234
|
-
- Never start until story Status == Approved
|
|
235
|
-
- All acceptance criteria must be satisfied
|
|
236
|
-
- Tests must pass 100% before completion
|
|
237
|
-
- No cheating or lying about test results
|
|
238
|
-
- Multi-run support for fixing issues post-review
|
|
80
|
+
Fast solo development without handoffs.
|
|
239
81
|
|
|
240
|
-
**
|
|
82
|
+
**Capabilities:**
|
|
241
83
|
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
-
|
|
245
|
-
- Existing codebase integration
|
|
246
|
-
- Performance optimization
|
|
84
|
+
- `*create-tech-spec` - Architect technical spec with implementation-ready stories
|
|
85
|
+
- `*quick-dev` - Implement tech spec end-to-end solo
|
|
86
|
+
- `*code-review` - Review and improve code
|
|
247
87
|
|
|
248
88
|
---
|
|
249
89
|
|
|
250
|
-
|
|
90
|
+
## TEA (Murat) | `/bmad:bmm:agents:tea`
|
|
251
91
|
|
|
252
|
-
|
|
92
|
+
Test architecture and quality strategy.
|
|
253
93
|
|
|
254
|
-
**
|
|
94
|
+
**Capabilities:**
|
|
255
95
|
|
|
256
|
-
-
|
|
257
|
-
-
|
|
258
|
-
-
|
|
259
|
-
-
|
|
260
|
-
-
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
-
|
|
264
|
-
|
|
265
|
-
**Primary Phase:** Testing & QA (All phases)
|
|
266
|
-
|
|
267
|
-
**Workflows:**
|
|
268
|
-
|
|
269
|
-
- `workflow-status` - Check what to do next
|
|
270
|
-
- `framework` - Initialize production-ready test framework:
|
|
271
|
-
- Smart framework selection (Playwright vs Cypress)
|
|
272
|
-
- Fixture architecture
|
|
273
|
-
- Auto-cleanup patterns
|
|
274
|
-
- Network-first approaches
|
|
275
|
-
- `atdd` - Generate E2E tests first, before implementation
|
|
276
|
-
- `automate` - Comprehensive test automation
|
|
277
|
-
- `test-design` - Create test scenarios with risk-based approach
|
|
278
|
-
- `trace` - Requirements-to-tests traceability mapping (Phase 1 + Phase 2 quality gate)
|
|
279
|
-
- `nfr-assess` - Validate non-functional requirements
|
|
280
|
-
- `ci` - Scaffold CI/CD quality pipeline
|
|
281
|
-
- `test-review` - Quality review using knowledge base
|
|
282
|
-
|
|
283
|
-
**Communication Style:** Data-driven advisor. Strong opinions, weakly held. Pragmatic about trade-offs.
|
|
284
|
-
|
|
285
|
-
**Principles:**
|
|
286
|
-
|
|
287
|
-
- Risk-based testing (depth scales with impact)
|
|
288
|
-
- Tests mirror actual usage patterns
|
|
289
|
-
- Testing is feature work, not overhead
|
|
290
|
-
- Prioritize unit/integration over E2E
|
|
291
|
-
- Flakiness is critical technical debt
|
|
292
|
-
- ATDD tests first, AI implements, suite validates
|
|
293
|
-
|
|
294
|
-
**Special Capabilities:**
|
|
295
|
-
|
|
296
|
-
- **Knowledge Base Access:** Consults comprehensive testing best practices from `testarch/knowledge/` directory
|
|
297
|
-
- **Framework Selection:** Smart framework selection (Playwright vs Cypress) with fixture architecture
|
|
298
|
-
- **Cross-Platform Testing:** Supports testing across web, mobile, and API layers
|
|
96
|
+
- `*framework` - Initialize production-ready test framework
|
|
97
|
+
- `*atdd` - Generate E2E tests first (before implementation)
|
|
98
|
+
- `*automate` - Comprehensive test automation
|
|
99
|
+
- `*test-design` - Create comprehensive test scenarios
|
|
100
|
+
- `*trace` - Map requirements to tests, quality gate decision
|
|
101
|
+
- `*nfr-assess` - Validate non-functional requirements
|
|
102
|
+
- `*ci` - Scaffold CI/CD quality pipeline
|
|
103
|
+
- `*test-review` - Review test quality
|
|
299
104
|
|
|
300
105
|
---
|
|
301
106
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
**Role:** User Experience Designer + UI Specialist
|
|
107
|
+
## UX Designer (Sally) | `/bmad:bmm:agents:ux-designer`
|
|
305
108
|
|
|
306
|
-
|
|
109
|
+
User experience and UI design.
|
|
307
110
|
|
|
308
|
-
|
|
309
|
-
- Design thinking workshops
|
|
310
|
-
- Creating user specifications and design artifacts
|
|
311
|
-
- Validating UX designs
|
|
111
|
+
**Capabilities:**
|
|
312
112
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
- `workflow-status` - Check what to do next
|
|
318
|
-
- `create-ux-design` - Conduct design thinking workshop to define UX specification with:
|
|
319
|
-
- Visual exploration and generation
|
|
320
|
-
- Collaborative decision-making
|
|
321
|
-
- AI-assisted design tools (v0, Lovable)
|
|
322
|
-
- Accessibility considerations
|
|
323
|
-
- `validate-design` - Validate UX specification and design artifacts
|
|
324
|
-
|
|
325
|
-
**Communication Style:** Empathetic and user-focused. Uses storytelling to explain design decisions. Creative yet data-informed. Advocates for user needs over technical convenience.
|
|
326
|
-
|
|
327
|
-
**Expertise:**
|
|
328
|
-
|
|
329
|
-
- User research and personas
|
|
330
|
-
- Interaction design patterns
|
|
331
|
-
- AI-assisted design generation
|
|
332
|
-
- Accessibility (WCAG compliance)
|
|
333
|
-
- Design systems and component libraries
|
|
334
|
-
- Cross-functional collaboration
|
|
113
|
+
- `*create-ux-design` - Generate UX design and UI plan from PRD
|
|
114
|
+
- `*validate-design` - Validate UX specification and design artifacts
|
|
115
|
+
- `*create-excalidraw-wireframe` - Create website or app wireframe
|
|
335
116
|
|
|
336
117
|
---
|
|
337
118
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
**Role:** Technical Documentation Specialist + Knowledge Curator
|
|
341
|
-
|
|
342
|
-
**When to Use:**
|
|
343
|
-
|
|
344
|
-
- Documenting brownfield projects (Documentation prerequisite)
|
|
345
|
-
- Creating API documentation
|
|
346
|
-
- Generating architecture documentation
|
|
347
|
-
- Writing user guides and tutorials
|
|
348
|
-
- Reviewing documentation quality
|
|
349
|
-
- Creating Mermaid diagrams
|
|
350
|
-
- Improving README files
|
|
351
|
-
- Explaining technical concepts
|
|
352
|
-
|
|
353
|
-
**Primary Phase:** All phases (documentation support)
|
|
119
|
+
## Technical Writer (Paige) | `/bmad:bmm:agents:tech-writer`
|
|
354
120
|
|
|
355
|
-
|
|
121
|
+
Technical documentation and diagrams.
|
|
356
122
|
|
|
357
|
-
|
|
358
|
-
- Three scan levels (Quick, Deep, Exhaustive)
|
|
359
|
-
- Multi-part project detection
|
|
360
|
-
- Resumability (interrupt and continue)
|
|
361
|
-
- Write-as-you-go architecture
|
|
362
|
-
- Deep-dive mode for targeted analysis
|
|
123
|
+
**Capabilities:**
|
|
363
124
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
-
|
|
367
|
-
-
|
|
368
|
-
-
|
|
369
|
-
-
|
|
370
|
-
-
|
|
371
|
-
-
|
|
372
|
-
-
|
|
373
|
-
- `create-user-guide` - User-facing guides and tutorials (TODO)
|
|
374
|
-
- `audit-docs` - Documentation quality review (TODO)
|
|
375
|
-
|
|
376
|
-
**Communication Style:** Patient teacher who makes documentation approachable. Uses examples and analogies. Balances technical precision with accessibility.
|
|
377
|
-
|
|
378
|
-
**Critical Standards:**
|
|
379
|
-
|
|
380
|
-
- Zero tolerance for CommonMark violations
|
|
381
|
-
- Valid Mermaid syntax (mentally validates before output)
|
|
382
|
-
- Follows Google Developer Docs Style Guide
|
|
383
|
-
- Microsoft Manual of Style for technical writing
|
|
384
|
-
- Task-oriented writing approach
|
|
385
|
-
|
|
386
|
-
**See Also:** [Document Project Workflow Reference](./workflow-document-project-reference.md) for detailed brownfield documentation capabilities.
|
|
125
|
+
- `*document-project` - Comprehensive project documentation (brownfield analysis)
|
|
126
|
+
- `*generate-mermaid` - Generate Mermaid diagrams (architecture, sequence, flow, ER, class, state)
|
|
127
|
+
- `*create-excalidraw-flowchart` - Process and logic flow visualizations
|
|
128
|
+
- `*create-excalidraw-diagram` - System architecture or technical diagrams
|
|
129
|
+
- `*create-excalidraw-dataflow` - Data flow visualizations
|
|
130
|
+
- `*validate-doc` - Review documentation against standards
|
|
131
|
+
- `*improve-readme` - Review and improve README files
|
|
132
|
+
- `*explain-concept` - Create clear technical explanations with examples
|
|
133
|
+
- `*standards-guide` - Show BMAD documentation standards reference
|
|
387
134
|
|
|
388
135
|
---
|
|
389
136
|
|
|
390
|
-
##
|
|
391
|
-
|
|
392
|
-
### Game Designer - Samus Shepard 🎲
|
|
393
|
-
|
|
394
|
-
**Role:** Lead Game Designer + Creative Vision Architect
|
|
395
|
-
|
|
396
|
-
**When to Use:**
|
|
397
|
-
|
|
398
|
-
- Game brainstorming and ideation
|
|
399
|
-
- Creating game briefs for vision and strategy
|
|
400
|
-
- Game Design Documents (GDD) for Level 2-4 game projects
|
|
401
|
-
- Narrative design for story-driven games
|
|
402
|
-
- Game market research
|
|
403
|
-
|
|
404
|
-
**Primary Phase:** Phase 1-2 (Analysis & Planning - Games)
|
|
405
|
-
|
|
406
|
-
**Workflows:**
|
|
407
|
-
|
|
408
|
-
- `workflow-init` - Initialize workflow tracking
|
|
409
|
-
- `workflow-status` - Check what to do next
|
|
410
|
-
- `brainstorm-game` - Game-specific ideation
|
|
411
|
-
- `create-game-brief` - Game vision and strategy
|
|
412
|
-
- `create-gdd` - Complete Game Design Document with:
|
|
413
|
-
- Game-type-specific injection (24+ game types)
|
|
414
|
-
- Universal template structure
|
|
415
|
-
- Platform vs game type separation
|
|
416
|
-
- Gameplay-first philosophy
|
|
417
|
-
- `narrative` - Narrative design document for story-driven games
|
|
418
|
-
- `research` - Game market research
|
|
419
|
-
|
|
420
|
-
**Communication Style:** Enthusiastic and player-focused. Frames challenges as design problems to solve. Celebrates creative breakthroughs.
|
|
421
|
-
|
|
422
|
-
**Principles:**
|
|
423
|
-
|
|
424
|
-
- Understand what players want to feel, not just do
|
|
425
|
-
- Rapid prototyping and playtesting
|
|
426
|
-
- Every mechanic must serve the core experience
|
|
427
|
-
- Meaningful choices create engagement
|
|
428
|
-
|
|
429
|
-
**Expertise:**
|
|
430
|
-
|
|
431
|
-
- Core gameplay loops
|
|
432
|
-
- Progression systems
|
|
433
|
-
- Game economy and balance
|
|
434
|
-
- Player psychology
|
|
435
|
-
- Multi-genre game design
|
|
436
|
-
|
|
437
|
-
---
|
|
438
|
-
|
|
439
|
-
### Game Developer - Link Freeman 🕹️
|
|
440
|
-
|
|
441
|
-
**Role:** Senior Game Developer + Technical Implementation Specialist
|
|
442
|
-
|
|
443
|
-
**When to Use:**
|
|
444
|
-
|
|
445
|
-
- Implementing game stories
|
|
446
|
-
- Game code reviews
|
|
447
|
-
- Sprint retrospectives for game development
|
|
448
|
-
|
|
449
|
-
**Primary Phase:** Phase 4 (Implementation - Games)
|
|
450
|
-
|
|
451
|
-
**Workflows:**
|
|
452
|
-
|
|
453
|
-
- `workflow-status` - Check what to do next
|
|
454
|
-
- `dev-story` - Execute Dev Story workflow, implementing tasks and tests
|
|
455
|
-
- `code-review` - Perform thorough clean context QA code review on a story
|
|
456
|
-
|
|
457
|
-
**Communication Style:** Direct and energetic. Execution-focused. Breaks down complex game challenges into actionable steps. Celebrates performance wins.
|
|
458
|
-
|
|
459
|
-
**Expertise:**
|
|
460
|
-
|
|
461
|
-
- Unity, Unreal, Godot, Phaser, custom engines
|
|
462
|
-
- Gameplay programming
|
|
463
|
-
- Physics and collision systems
|
|
464
|
-
- AI and pathfinding
|
|
465
|
-
- Performance optimization
|
|
466
|
-
- Cross-platform development
|
|
467
|
-
|
|
468
|
-
---
|
|
469
|
-
|
|
470
|
-
### Game Architect - Cloud Dragonborn 🏛️
|
|
471
|
-
|
|
472
|
-
**Role:** Principal Game Systems Architect + Technical Director
|
|
473
|
-
|
|
474
|
-
**When to Use:**
|
|
475
|
-
|
|
476
|
-
- Game system architecture
|
|
477
|
-
- Technical foundation design for games
|
|
478
|
-
- Validating readiness for implementation phase (game projects)
|
|
479
|
-
- Course correction during game development
|
|
480
|
-
|
|
481
|
-
**Primary Phase:** Phase 3 (Solutioning - Games)
|
|
482
|
-
|
|
483
|
-
**Workflows:**
|
|
484
|
-
|
|
485
|
-
- `workflow-status` - Check what to do next
|
|
486
|
-
- `create-architecture` - Game systems architecture
|
|
487
|
-
- `implementation-readiness` - Validate Phase 3 to Phase 4 transition
|
|
488
|
-
- `correct-course` - Handle technical changes
|
|
489
|
-
|
|
490
|
-
**Communication Style:** Calm and measured. Systematic thinking about complex systems. Uses chess metaphors and military strategy. Emphasizes balance and elegance.
|
|
491
|
-
|
|
492
|
-
**Expertise:**
|
|
493
|
-
|
|
494
|
-
- Multiplayer architecture (dedicated servers, P2P, hybrid)
|
|
495
|
-
- Engine architecture and design
|
|
496
|
-
- Asset pipeline optimization
|
|
497
|
-
- Platform-specific optimization (console, PC, mobile)
|
|
498
|
-
- Technical leadership and mentorship
|
|
499
|
-
|
|
500
|
-
---
|
|
501
|
-
|
|
502
|
-
### Principal Engineer (Technical Leader) - Jordan Chen ⚡
|
|
503
|
-
|
|
504
|
-
**Role:** Principal Engineer + Technical Leader
|
|
505
|
-
|
|
506
|
-
**When to Use:**
|
|
507
|
-
|
|
508
|
-
- Quick Flow development (3-step rapid process)
|
|
509
|
-
- Creating technical specifications for immediate implementation
|
|
510
|
-
- Rapid prototyping with production quality
|
|
511
|
-
- Performance-critical feature development
|
|
512
|
-
- Code reviews for senior-level validation
|
|
513
|
-
- When you need to ship fast without sacrificing quality
|
|
514
|
-
|
|
515
|
-
**Primary Phase:** All phases (Quick Flow track)
|
|
516
|
-
|
|
517
|
-
**Workflows:**
|
|
518
|
-
|
|
519
|
-
- `create-tech-spec` - Engineer implementation-ready technical specifications
|
|
520
|
-
- `quick-dev` - Execute development from specs or direct instructions
|
|
521
|
-
- `code-review` - Senior developer code review and validation
|
|
522
|
-
- `party-mode` - Collaborative problem-solving with other agents
|
|
523
|
-
|
|
524
|
-
**Communication Style:** Speaks in git commits, README.md sections, and RFC-style explanations. Starts conversations with "Actually..." and ends with "Patches welcome." Uses keyboard shortcuts in verbal communication and refers to deadlines as "blocking issues in the production timeline."
|
|
525
|
-
|
|
526
|
-
**Expertise:**
|
|
527
|
-
|
|
528
|
-
- Distributed systems and performance optimization
|
|
529
|
-
- Rewriting monoliths over weekend coffee
|
|
530
|
-
- Architecture design at scale
|
|
531
|
-
- Production-ready feature delivery
|
|
532
|
-
- First principles thinking and problem-solving
|
|
533
|
-
- Code quality and best practices
|
|
534
|
-
|
|
535
|
-
**Unique Characteristics:**
|
|
536
|
-
|
|
537
|
-
- Owns the complete BMAD Quick Flow path
|
|
538
|
-
- Combines deep architectural expertise with pragmatic decision-making
|
|
539
|
-
- Optimized for speed without quality sacrifice
|
|
540
|
-
- Specializes in turning complex requirements into simple, elegant solutions
|
|
541
|
-
- Brings 15+ years of experience building scalable systems
|
|
542
|
-
|
|
543
|
-
**Related Documentation:** [Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)
|
|
544
|
-
|
|
545
|
-
---
|
|
546
|
-
|
|
547
|
-
## Special Purpose Agents
|
|
548
|
-
|
|
549
|
-
### BMad Master 🧙
|
|
550
|
-
|
|
551
|
-
**Role:** BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator
|
|
552
|
-
|
|
553
|
-
**When to Use:**
|
|
554
|
-
|
|
555
|
-
- Listing all available tasks and workflows
|
|
556
|
-
- Facilitating multi-agent party mode discussions
|
|
557
|
-
- Meta-level orchestration across modules
|
|
558
|
-
- Understanding BMad Core capabilities
|
|
559
|
-
|
|
560
|
-
**Primary Phase:** Meta (all phases)
|
|
561
|
-
|
|
562
|
-
**Workflows:**
|
|
563
|
-
|
|
564
|
-
- `party-mode` - Group chat with all agents (see Party Mode section below)
|
|
565
|
-
|
|
566
|
-
**Actions:**
|
|
567
|
-
|
|
568
|
-
- `list-tasks` - Show all available tasks from task-manifest.csv
|
|
569
|
-
- `list-workflows` - Show all available workflows from workflow-manifest.csv
|
|
570
|
-
|
|
571
|
-
**Communication Style:** Direct and comprehensive. Refers to himself in third person ("BMad Master recommends..."). Expert-level communication focused on efficient execution. Presents information systematically using numbered lists.
|
|
572
|
-
|
|
573
|
-
**Principles:**
|
|
574
|
-
|
|
575
|
-
- Load resources at runtime, never pre-load
|
|
576
|
-
- Always present numbered lists for user choices
|
|
577
|
-
- Resource-driven execution (tasks, workflows, agents from manifests)
|
|
578
|
-
|
|
579
|
-
**Special Role:**
|
|
580
|
-
|
|
581
|
-
- **Party Mode Orchestrator:** Loads agent manifest, applies customizations, moderates discussions, summarizes when conversations become circular
|
|
582
|
-
- **Knowledge Custodian:** Maintains awareness of all installed modules, agents, workflows, and tasks
|
|
583
|
-
- **Workflow Facilitator:** Guides users to appropriate workflows based on current project state
|
|
584
|
-
|
|
585
|
-
**Learn More:** See [Party Mode Guide](./party-mode.md) for complete documentation on multi-agent collaboration.
|
|
586
|
-
|
|
587
|
-
---
|
|
588
|
-
|
|
589
|
-
## Party Mode: Multi-Agent Collaboration
|
|
590
|
-
|
|
591
|
-
Get all your installed agents in one conversation for multi-perspective discussions, retrospectives, and collaborative decision-making.
|
|
592
|
-
|
|
593
|
-
**Quick Start:**
|
|
594
|
-
|
|
595
|
-
```bash
|
|
596
|
-
/bmad:core:workflows:party-mode
|
|
597
|
-
# OR from any agent: *party-mode
|
|
598
|
-
```
|
|
599
|
-
|
|
600
|
-
**What happens:** BMad Master orchestrates 2-3 relevant agents per message. They discuss, debate, and collaborate in real-time.
|
|
601
|
-
|
|
602
|
-
**Best for:** Strategic decisions, creative brainstorming, post-mortems, sprint retrospectives, complex problem-solving.
|
|
137
|
+
## Universal Commands
|
|
603
138
|
|
|
604
|
-
|
|
139
|
+
Available to all agents:
|
|
605
140
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
👉 **[Party Mode Guide](./party-mode.md)** - Complete guide with fun examples, tips, and troubleshooting
|
|
609
|
-
|
|
610
|
-
---
|
|
611
|
-
|
|
612
|
-
## Workflow Access
|
|
613
|
-
|
|
614
|
-
### How to Run Workflows
|
|
615
|
-
|
|
616
|
-
**From IDE (Claude Code, Cursor, Windsurf):**
|
|
617
|
-
|
|
618
|
-
1. Load the agent using agent reference (e.g., type `@pm` in Claude Code)
|
|
619
|
-
2. Wait for agent menu to appear in chat
|
|
620
|
-
3. Type the workflow trigger with `*` prefix (e.g., `*create-prd`)
|
|
621
|
-
4. Follow the workflow prompts
|
|
622
|
-
|
|
623
|
-
**Agent Menu Structure:**
|
|
624
|
-
Each agent displays their available workflows when loaded. Look for:
|
|
625
|
-
|
|
626
|
-
- `*` prefix indicates workflow trigger
|
|
627
|
-
- Grouped by category or phase
|
|
628
|
-
- START HERE indicators for recommended entry points
|
|
629
|
-
|
|
630
|
-
### Universal Workflows
|
|
631
|
-
|
|
632
|
-
Some workflows are available to multiple agents:
|
|
633
|
-
|
|
634
|
-
| Workflow | Agents | Purpose |
|
|
635
|
-
| ------------------ | --------------------------------- | ------------------------------------------- |
|
|
636
|
-
| `workflow-status` | ALL agents | Check current state and get recommendations |
|
|
637
|
-
| `workflow-init` | PM, Analyst, Game Designer | Initialize workflow tracking |
|
|
638
|
-
| `correct-course` | PM, Architect, SM, Game Architect | Change management during implementation |
|
|
639
|
-
| `document-project` | Analyst, Technical Writer | Brownfield documentation |
|
|
640
|
-
|
|
641
|
-
### Validation Actions
|
|
642
|
-
|
|
643
|
-
Many workflows have optional validation workflows that perform independent review:
|
|
644
|
-
|
|
645
|
-
| Validation | Agent | Validates |
|
|
646
|
-
| -------------------------- | ----------- | ------------------------------------------ |
|
|
647
|
-
| `implementation-readiness` | Architect | PRD + Architecture + Epics + UX (optional) |
|
|
648
|
-
| `validate-design` | UX Designer | UX specification and artifacts |
|
|
649
|
-
| `validate-create-story` | SM | Story file |
|
|
650
|
-
|
|
651
|
-
**When to use validation:**
|
|
652
|
-
|
|
653
|
-
- Before phase transitions
|
|
654
|
-
- For critical documents
|
|
655
|
-
- When learning BMM
|
|
656
|
-
- For high-stakes projects
|
|
657
|
-
|
|
658
|
-
---
|
|
659
|
-
|
|
660
|
-
## Agent Customization
|
|
661
|
-
|
|
662
|
-
You can customize any agent's personality without modifying core agent files.
|
|
663
|
-
|
|
664
|
-
### Location
|
|
665
|
-
|
|
666
|
-
**Customization Directory:** `{project-root}/_bmad/_config/agents/`
|
|
667
|
-
|
|
668
|
-
**Naming Convention:** `{module}-{agent-name}.customize.yaml`
|
|
669
|
-
|
|
670
|
-
**Examples:**
|
|
671
|
-
|
|
672
|
-
```
|
|
673
|
-
_bmad/_config/agents/
|
|
674
|
-
├── bmm-pm.customize.yaml
|
|
675
|
-
├── bmm-dev.customize.yaml
|
|
676
|
-
├── cis-storyteller.customize.yaml
|
|
677
|
-
└── bmb-bmad-builder.customize.yaml
|
|
678
|
-
```
|
|
679
|
-
|
|
680
|
-
### Override Structure
|
|
681
|
-
|
|
682
|
-
**File Format:**
|
|
683
|
-
|
|
684
|
-
```yaml
|
|
685
|
-
agent:
|
|
686
|
-
persona:
|
|
687
|
-
displayName: 'Custom Name' # Optional: Override display name
|
|
688
|
-
communicationStyle: 'Custom style description' # Optional: Override style
|
|
689
|
-
principles: # Optional: Add or replace principles
|
|
690
|
-
- 'Custom principle for this project'
|
|
691
|
-
- 'Another project-specific guideline'
|
|
692
|
-
```
|
|
693
|
-
|
|
694
|
-
### Override Behavior
|
|
695
|
-
|
|
696
|
-
**Precedence:** Customization > Manifest
|
|
697
|
-
|
|
698
|
-
**Merge Rules:**
|
|
699
|
-
|
|
700
|
-
- If field specified in customization, it replaces manifest value
|
|
701
|
-
- If field NOT specified, manifest value used
|
|
702
|
-
- Additional fields are added to agent personality
|
|
703
|
-
- Changes apply immediately when agent loaded
|
|
704
|
-
|
|
705
|
-
### Use Cases
|
|
706
|
-
|
|
707
|
-
**Adjust Formality:**
|
|
708
|
-
|
|
709
|
-
```yaml
|
|
710
|
-
agent:
|
|
711
|
-
persona:
|
|
712
|
-
communicationStyle: 'Formal and corporate-focused. Uses business terminology. Structured responses with executive summaries.'
|
|
713
|
-
```
|
|
714
|
-
|
|
715
|
-
**Add Domain Expertise:**
|
|
716
|
-
|
|
717
|
-
```yaml
|
|
718
|
-
agent:
|
|
719
|
-
persona:
|
|
720
|
-
identity: |
|
|
721
|
-
Expert Product Manager with 15 years experience in healthcare SaaS.
|
|
722
|
-
Deep understanding of HIPAA compliance, EHR integrations, and clinical workflows.
|
|
723
|
-
Specializes in balancing regulatory requirements with user experience.
|
|
724
|
-
```
|
|
725
|
-
|
|
726
|
-
**Modify Principles:**
|
|
727
|
-
|
|
728
|
-
```yaml
|
|
729
|
-
agent:
|
|
730
|
-
persona:
|
|
731
|
-
principles:
|
|
732
|
-
- 'HIPAA compliance is non-negotiable'
|
|
733
|
-
- 'Prioritize patient safety over feature velocity'
|
|
734
|
-
- 'Every feature must have clinical validation'
|
|
735
|
-
```
|
|
736
|
-
|
|
737
|
-
**Change Personality:**
|
|
738
|
-
|
|
739
|
-
```yaml
|
|
740
|
-
agent:
|
|
741
|
-
persona:
|
|
742
|
-
displayName: 'Alex' # Change from default "Amelia"
|
|
743
|
-
communicationStyle: 'Casual and friendly. Uses emojis. Explains technical concepts in simple terms.'
|
|
744
|
-
```
|
|
745
|
-
|
|
746
|
-
### Party Mode Integration
|
|
747
|
-
|
|
748
|
-
Customizations automatically apply in party mode:
|
|
749
|
-
|
|
750
|
-
1. Party mode reads manifest
|
|
751
|
-
2. Checks for customization files
|
|
752
|
-
3. Merges customizations with manifest
|
|
753
|
-
4. Agents respond with customized personalities
|
|
754
|
-
|
|
755
|
-
**Example:**
|
|
756
|
-
|
|
757
|
-
```
|
|
758
|
-
You customize PM with healthcare expertise.
|
|
759
|
-
In party mode, PM now brings healthcare knowledge to discussions.
|
|
760
|
-
Other agents collaborate with PM's specialized perspective.
|
|
761
|
-
```
|
|
762
|
-
|
|
763
|
-
### Applying Customizations
|
|
764
|
-
|
|
765
|
-
**IMPORTANT:** Customizations don't take effect until you rebuild the agents.
|
|
766
|
-
|
|
767
|
-
**Complete Process:**
|
|
768
|
-
|
|
769
|
-
**Step 1: Create/Modify Customization File**
|
|
770
|
-
|
|
771
|
-
```bash
|
|
772
|
-
# Create customization file at:
|
|
773
|
-
# {project-root}/_bmad/_config/agents/{module}-{agent-name}.customize.yaml
|
|
774
|
-
|
|
775
|
-
# Example: _bmad/_config/agents/bmm-pm.customize.yaml
|
|
776
|
-
```
|
|
777
|
-
|
|
778
|
-
**Step 2: Regenerate Agent Manifest**
|
|
779
|
-
|
|
780
|
-
After modifying customization files, you must regenerate the agent manifest and rebuild agents:
|
|
781
|
-
|
|
782
|
-
```bash
|
|
783
|
-
# Run the installer to apply customizations
|
|
784
|
-
npx bmad-method install
|
|
785
|
-
|
|
786
|
-
# The installer will:
|
|
787
|
-
# 1. Read all customization files
|
|
788
|
-
# 2. Regenerate agent-manifest.csv with merged data
|
|
789
|
-
# 3. Rebuild agent .md files with customizations applied
|
|
790
|
-
```
|
|
791
|
-
|
|
792
|
-
**Step 3: Verify Changes**
|
|
793
|
-
|
|
794
|
-
Load the customized agent and verify the changes are reflected in its behavior and responses.
|
|
795
|
-
|
|
796
|
-
**Why This is Required:**
|
|
797
|
-
|
|
798
|
-
- Customization files are just configuration - they don't change agents directly
|
|
799
|
-
- The agent manifest must be regenerated to merge customizations
|
|
800
|
-
- Agent .md files must be rebuilt with the merged data
|
|
801
|
-
- Party mode and all workflows load agents from the rebuilt files
|
|
802
|
-
|
|
803
|
-
### Best Practices
|
|
804
|
-
|
|
805
|
-
1. **Keep it project-specific:** Customize for your domain, not general changes
|
|
806
|
-
2. **Don't break character:** Keep customizations aligned with agent's core role
|
|
807
|
-
3. **Test in party mode:** See how customizations interact with other agents
|
|
808
|
-
4. **Document why:** Add comments explaining customization purpose
|
|
809
|
-
5. **Share with team:** Customizations survive updates, can be version controlled
|
|
810
|
-
6. **Rebuild after changes:** Always run installer after modifying customization files
|
|
811
|
-
|
|
812
|
-
---
|
|
813
|
-
|
|
814
|
-
## Best Practices
|
|
815
|
-
|
|
816
|
-
### Agent Selection
|
|
817
|
-
|
|
818
|
-
**1. Start with workflow-status**
|
|
819
|
-
|
|
820
|
-
- When unsure where you are, load any agent and run `*workflow-status`
|
|
821
|
-
- Agent will analyze current project state and recommend next steps
|
|
822
|
-
- Works across all phases and all agents
|
|
823
|
-
|
|
824
|
-
**2. Match phase to agent**
|
|
825
|
-
|
|
826
|
-
- **Phase 1 (Analysis):** Analyst, Game Designer
|
|
827
|
-
- **Phase 2 (Planning):** PM, UX Designer, Game Designer
|
|
828
|
-
- **Phase 3 (Solutioning):** Architect, Game Architect
|
|
829
|
-
- **Phase 4 (Implementation):** SM, DEV, Game Developer
|
|
830
|
-
- **Testing:** TEA (all phases)
|
|
831
|
-
- **Documentation:** Technical Writer (all phases)
|
|
832
|
-
|
|
833
|
-
**3. Use specialists**
|
|
834
|
-
|
|
835
|
-
- **Testing:** TEA for comprehensive quality strategy
|
|
836
|
-
- **Documentation:** Technical Writer for technical writing
|
|
837
|
-
- **Games:** Game Designer/Developer/Architect for game-specific needs
|
|
838
|
-
- **UX:** UX Designer for user-centered design
|
|
839
|
-
|
|
840
|
-
**4. Try party mode for:**
|
|
841
|
-
|
|
842
|
-
- Strategic decisions with trade-offs
|
|
843
|
-
- Creative brainstorming sessions
|
|
844
|
-
- Cross-functional alignment
|
|
845
|
-
- Complex problem solving
|
|
846
|
-
|
|
847
|
-
### Working with Agents
|
|
848
|
-
|
|
849
|
-
**1. Trust their expertise**
|
|
850
|
-
|
|
851
|
-
- Agents embody decades of simulated experience
|
|
852
|
-
- Their questions uncover critical issues
|
|
853
|
-
- Their recommendations are data-informed
|
|
854
|
-
- Their warnings prevent costly mistakes
|
|
855
|
-
|
|
856
|
-
**2. Answer their questions**
|
|
857
|
-
|
|
858
|
-
- Agents ask for important reasons
|
|
859
|
-
- Incomplete answers lead to assumptions
|
|
860
|
-
- Detailed responses yield better outcomes
|
|
861
|
-
- "I don't know" is a valid answer
|
|
862
|
-
|
|
863
|
-
**3. Follow workflows**
|
|
864
|
-
|
|
865
|
-
- Structured processes prevent missed steps
|
|
866
|
-
- Workflows encode best practices
|
|
867
|
-
- Sequential workflows build on each other
|
|
868
|
-
- Validation workflows catch errors early
|
|
869
|
-
|
|
870
|
-
**4. Customize when needed**
|
|
871
|
-
|
|
872
|
-
- Adjust agent personalities for your project
|
|
873
|
-
- Add domain-specific expertise
|
|
874
|
-
- Modify communication style for team preferences
|
|
875
|
-
- Keep customizations project-specific
|
|
876
|
-
|
|
877
|
-
### Common Workflows Patterns
|
|
878
|
-
|
|
879
|
-
**Starting a New Project (Greenfield):**
|
|
880
|
-
|
|
881
|
-
```
|
|
882
|
-
1. PM or Analyst: *workflow-init
|
|
883
|
-
2. Analyst: *brainstorm-project or *product-brief (optional)
|
|
884
|
-
3. PM: *create-prd (Level 2-4) or *tech-spec (Level 0-1)
|
|
885
|
-
4. Architect: *create-architecture (Level 3-4 only)
|
|
886
|
-
5. PM: *create-epics-and-stories (after architecture)
|
|
887
|
-
6. SM: *sprint-planning
|
|
888
|
-
```
|
|
889
|
-
|
|
890
|
-
**Starting with Existing Code (Brownfield):**
|
|
891
|
-
|
|
892
|
-
```
|
|
893
|
-
1. Analyst or Technical Writer: *document-project
|
|
894
|
-
2. PM or Analyst: *workflow-init
|
|
895
|
-
3. PM: *create-prd or *tech-spec
|
|
896
|
-
4. Architect: *create-architecture (if needed)
|
|
897
|
-
5. PM: *create-epics-and-stories (after architecture)
|
|
898
|
-
6. SM: *sprint-planning
|
|
899
|
-
```
|
|
900
|
-
|
|
901
|
-
**Story Development Cycle:**
|
|
902
|
-
|
|
903
|
-
```
|
|
904
|
-
1. SM: *create-story
|
|
905
|
-
2. DEV: *dev-story
|
|
906
|
-
3. DEV: *code-review
|
|
907
|
-
4. Repeat steps 1-3 for next story
|
|
908
|
-
```
|
|
909
|
-
|
|
910
|
-
**Testing Strategy:**
|
|
911
|
-
|
|
912
|
-
```
|
|
913
|
-
1. TEA: *framework (once per project, early)
|
|
914
|
-
2. TEA: *atdd (before implementing features)
|
|
915
|
-
3. DEV: *dev-story (includes tests)
|
|
916
|
-
4. TEA: *automate (comprehensive test suite)
|
|
917
|
-
5. TEA: *trace (quality gate)
|
|
918
|
-
6. TEA: *ci (pipeline setup)
|
|
919
|
-
```
|
|
920
|
-
|
|
921
|
-
**Game Development:**
|
|
922
|
-
|
|
923
|
-
```
|
|
924
|
-
1. Game Designer: *brainstorm-game
|
|
925
|
-
2. Game Designer: *create-gdd
|
|
926
|
-
3. Game Architect: *create-architecture
|
|
927
|
-
4. SM: *sprint-planning
|
|
928
|
-
5. Game Developer: *create-story
|
|
929
|
-
6. Game Developer: *dev-story
|
|
930
|
-
7. Game Developer: *code-review
|
|
931
|
-
```
|
|
932
|
-
|
|
933
|
-
### Navigation Tips
|
|
934
|
-
|
|
935
|
-
**Lost? Run workflow-status**
|
|
936
|
-
|
|
937
|
-
```
|
|
938
|
-
Load any agent → *workflow-status
|
|
939
|
-
Agent analyzes project state → recommends next workflow
|
|
940
|
-
```
|
|
941
|
-
|
|
942
|
-
**Phase transitions:**
|
|
943
|
-
|
|
944
|
-
```
|
|
945
|
-
Each phase has validation gates:
|
|
946
|
-
- Phase 3 to 4: implementation-readiness (validates PRD + Architecture + Epics + UX (optional))
|
|
947
|
-
Run validation before advancing to implementation
|
|
948
|
-
```
|
|
949
|
-
|
|
950
|
-
**Course correction:**
|
|
951
|
-
|
|
952
|
-
```
|
|
953
|
-
If priorities change mid-project:
|
|
954
|
-
Load PM, Architect, or SM → *correct-course
|
|
955
|
-
```
|
|
956
|
-
|
|
957
|
-
**Testing integration:**
|
|
958
|
-
|
|
959
|
-
```
|
|
960
|
-
TEA can be invoked at any phase:
|
|
961
|
-
- Phase 1: Test strategy planning
|
|
962
|
-
- Phase 2: Test scenarios in PRD
|
|
963
|
-
- Phase 3: Architecture testability review
|
|
964
|
-
- Phase 4: Test automation and CI
|
|
965
|
-
```
|
|
966
|
-
|
|
967
|
-
---
|
|
968
|
-
|
|
969
|
-
## Agent Reference Table
|
|
970
|
-
|
|
971
|
-
Quick reference for agent selection:
|
|
972
|
-
|
|
973
|
-
| Agent | Icon | Primary Phase | Key Workflows | Best For |
|
|
974
|
-
| ----------------------- | ---- | ----------------------- | --------------------------------------------- | --------------------------------------- |
|
|
975
|
-
| **Analyst** | 📊 | 1 (Analysis) | brainstorm, brief, research, document-project | Discovery, requirements, brownfield |
|
|
976
|
-
| **PM** | 📋 | 2 (Planning) | prd, tech-spec, epics-stories | Planning, requirements docs |
|
|
977
|
-
| **UX Designer** | 🎨 | 2 (Planning) | create-ux-design, validate-design | UX-heavy projects, design |
|
|
978
|
-
| **Architect** | 🏗️ | 3 (Solutioning) | architecture, implementation-readiness | Technical design, architecture |
|
|
979
|
-
| **SM** | 🏃 | 4 (Implementation) | sprint-planning, create-story | Story management, sprint coordination |
|
|
980
|
-
| **DEV** | 💻 | 4 (Implementation) | dev-story, code-review | Implementation, coding |
|
|
981
|
-
| **TEA** | 🧪 | All Phases | framework, atdd, automate, trace, ci | Testing, quality assurance |
|
|
982
|
-
| **Paige (Tech Writer)** | 📚 | All Phases | document-project, diagrams, validation | Documentation, diagrams |
|
|
983
|
-
| **Principal Engineer** | ⚡ | Quick Flow (All phases) | create-tech-spec, quick-dev, code-review | Rapid development, technical leadership |
|
|
984
|
-
| **Game Designer** | 🎲 | 1-2 (Games) | brainstorm-game, gdd, narrative | Game design, creative vision |
|
|
985
|
-
| **Game Developer** | 🕹️ | 4 (Games) | dev-story, code-review | Game implementation |
|
|
986
|
-
| **Game Architect** | 🏛️ | 3 (Games) | architecture, implementation-readiness | Game systems architecture |
|
|
987
|
-
| **BMad Master** | 🧙 | Meta | party-mode, list tasks/workflows | Orchestration, multi-agent |
|
|
988
|
-
|
|
989
|
-
### Agent Capabilities Summary
|
|
990
|
-
|
|
991
|
-
**Planning Agents (3):**
|
|
992
|
-
|
|
993
|
-
- PM: Requirements and planning docs
|
|
994
|
-
- UX Designer: User experience design
|
|
995
|
-
- Game Designer: Game design and narrative
|
|
996
|
-
|
|
997
|
-
**Architecture Agents (2):**
|
|
998
|
-
|
|
999
|
-
- Architect: System architecture
|
|
1000
|
-
- Game Architect: Game systems architecture
|
|
1001
|
-
|
|
1002
|
-
**Implementation Agents (3):**
|
|
1003
|
-
|
|
1004
|
-
- SM: Story management and coordination
|
|
1005
|
-
- DEV: Software development
|
|
1006
|
-
- Game Developer: Game development
|
|
1007
|
-
|
|
1008
|
-
**Quality Agents (2):**
|
|
1009
|
-
|
|
1010
|
-
- TEA: Testing and quality assurance
|
|
1011
|
-
- DEV: Code review
|
|
1012
|
-
|
|
1013
|
-
**Support Agents (2):**
|
|
1014
|
-
|
|
1015
|
-
- Analyst: Research and discovery
|
|
1016
|
-
- Technical Writer: Documentation and diagrams
|
|
1017
|
-
|
|
1018
|
-
**Meta Agent (1):**
|
|
1019
|
-
|
|
1020
|
-
- BMad Master: Orchestration and party mode
|
|
1021
|
-
|
|
1022
|
-
---
|
|
1023
|
-
|
|
1024
|
-
## Additional Resources
|
|
1025
|
-
|
|
1026
|
-
**Workflow Documentation:**
|
|
1027
|
-
|
|
1028
|
-
- [Phase 1: Analysis Workflows](./workflows-analysis.md)
|
|
1029
|
-
- [Phase 2: Planning Workflows](./workflows-planning.md)
|
|
1030
|
-
- [Phase 3: Solutioning Workflows](./workflows-solutioning.md)
|
|
1031
|
-
- [Phase 4: Implementation Workflows](./workflows-implementation.md)
|
|
1032
|
-
<!-- Testing & QA Workflows documentation to be added -->
|
|
1033
|
-
|
|
1034
|
-
**Advanced References:**
|
|
1035
|
-
|
|
1036
|
-
- [Architecture Workflow Reference](./workflow-architecture-reference.md) - Decision architecture details
|
|
1037
|
-
- [Document Project Workflow Reference](./workflow-document-project-reference.md) - Brownfield documentation
|
|
1038
|
-
|
|
1039
|
-
**Getting Started:**
|
|
1040
|
-
|
|
1041
|
-
- [Quick Start Guide](./quick-start.md) - Step-by-step tutorial
|
|
1042
|
-
- [Scale Adaptive System](./scale-adaptive-system.md) - Understanding project levels
|
|
1043
|
-
- [Brownfield Guide](./brownfield-guide.md) - Working with existing code
|
|
1044
|
-
|
|
1045
|
-
**Other Guides:**
|
|
1046
|
-
|
|
1047
|
-
- [Enterprise Agentic Development](./enterprise-agentic-development.md) - Team collaboration
|
|
1048
|
-
- [FAQ](./faq.md) - Common questions
|
|
1049
|
-
- [Glossary](./glossary.md) - Terminology reference
|
|
1050
|
-
|
|
1051
|
-
---
|
|
1052
|
-
|
|
1053
|
-
## Quick Start Checklist
|
|
1054
|
-
|
|
1055
|
-
**First Time with BMM:**
|
|
1056
|
-
|
|
1057
|
-
- [ ] Read [Quick Start Guide](./quick-start.md)
|
|
1058
|
-
- [ ] Understand [Scale Adaptive System](./scale-adaptive-system.md)
|
|
1059
|
-
- [ ] Load an agent in your IDE
|
|
1060
|
-
- [ ] Run `*workflow-status`
|
|
1061
|
-
- [ ] Follow recommended workflow
|
|
1062
|
-
|
|
1063
|
-
**Starting a Project:**
|
|
1064
|
-
|
|
1065
|
-
- [ ] Determine project type (greenfield vs brownfield)
|
|
1066
|
-
- [ ] If brownfield: Run `*document-project` (Analyst or Technical Writer)
|
|
1067
|
-
- [ ] Load PM or Analyst → `*workflow-init`
|
|
1068
|
-
- [ ] Follow phase-appropriate workflows
|
|
1069
|
-
- [ ] Try `*party-mode` for strategic decisions
|
|
1070
|
-
|
|
1071
|
-
**Implementing Stories:**
|
|
1072
|
-
|
|
1073
|
-
- [ ] SM: `*sprint-planning` (once)
|
|
1074
|
-
- [ ] SM: `*create-story`
|
|
1075
|
-
- [ ] DEV: `*dev-story`
|
|
1076
|
-
- [ ] DEV: `*code-review`
|
|
1077
|
-
|
|
1078
|
-
**Testing Strategy:**
|
|
1079
|
-
|
|
1080
|
-
- [ ] TEA: `*framework` (early in project)
|
|
1081
|
-
- [ ] TEA: `*atdd` (before features)
|
|
1082
|
-
- [ ] TEA: `*test-design` (comprehensive scenarios)
|
|
1083
|
-
- [ ] TEA: `*ci` (pipeline setup)
|
|
1084
|
-
|
|
1085
|
-
---
|
|
141
|
+
- `*menu` - Redisplay menu options
|
|
142
|
+
- `*dismiss` - Dismiss agent
|
|
1086
143
|
|
|
1087
|
-
|
|
144
|
+
Party mode is available to most agents for multi-agent collaboration.
|