agentvibes 3.0.0 โ 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.bmad/_cfg/agent-manifest.csv +9 -9
- package/.bmad/_cfg/agent-voice-map.csv +11 -11
- package/.bmad/_cfg/agents/bmm-quick-flow-solo-dev.customize.yaml +42 -0
- package/.bmad/_cfg/files-manifest.csv +286 -242
- package/.bmad/_cfg/ides/claude-code.yaml +1 -1
- package/.bmad/_cfg/manifest.yaml +5 -3
- package/.bmad/_cfg/task-manifest.csv +1 -0
- package/.bmad/_cfg/workflow-manifest.csv +37 -38
- package/.bmad/bmm/agents/analyst.md +40 -41
- package/.bmad/bmm/agents/{frame-expert.md โ analyst.md.bak} +23 -16
- package/.bmad/bmm/agents/architect.md +34 -42
- package/.bmad/bmm/agents/dev.md +38 -34
- package/.bmad/bmm/agents/pm.md +34 -46
- package/.bmad/bmm/agents/quick-flow-solo-dev.md +64 -0
- package/.bmad/bmm/agents/sm.md +47 -53
- package/.bmad/bmm/agents/tea.md +41 -42
- package/.bmad/bmm/agents/tech-writer.md +37 -39
- package/.bmad/bmm/agents/ux-designer.md +42 -41
- package/.bmad/bmm/config.yaml +7 -5
- package/.bmad/bmm/data/README.md +29 -0
- package/.bmad/bmm/data/project-context-template.md +40 -0
- package/.bmad/bmm/docs/README.md +48 -10
- package/.bmad/bmm/docs/agents-guide.md +80 -53
- package/.bmad/bmm/docs/bmad-quick-flow.md +528 -0
- package/.bmad/bmm/docs/brownfield-guide.md +25 -39
- package/.bmad/bmm/docs/enterprise-agentic-development.md +3 -3
- package/.bmad/bmm/docs/faq.md +6 -39
- package/.bmad/bmm/docs/glossary.md +12 -25
- package/.bmad/bmm/docs/images/README.md +37 -0
- package/.bmad/bmm/docs/images/workflow-method-greenfield.excalidraw +5034 -0
- package/.bmad/bmm/docs/images/workflow-method-greenfield.svg +4 -0
- package/.bmad/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/.bmad/bmm/docs/quick-spec-flow.md +5 -5
- package/.bmad/bmm/docs/quick-start.md +15 -25
- package/.bmad/bmm/docs/scale-adaptive-system.md +11 -5
- package/.bmad/bmm/docs/test-architecture.md +90 -24
- package/.bmad/bmm/docs/troubleshooting.md +680 -0
- package/.bmad/bmm/docs/workflow-document-project-reference.md +1 -1
- package/.bmad/bmm/docs/workflows-analysis.md +36 -140
- package/.bmad/bmm/docs/workflows-implementation.md +182 -157
- package/.bmad/bmm/docs/workflows-planning.md +51 -212
- package/.bmad/bmm/docs/workflows-solutioning.md +26 -71
- package/.bmad/bmm/tasks/daily-standup.xml +85 -0
- package/.bmad/bmm/teams/default-party.csv +15 -14
- package/.bmad/bmm/teams/team-fullstack.yaml +0 -1
- package/.bmad/bmm/testarch/knowledge/api-request.md +303 -0
- package/.bmad/bmm/testarch/knowledge/auth-session.md +356 -0
- package/.bmad/bmm/testarch/knowledge/burn-in.md +273 -0
- package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +1 -1
- package/.bmad/bmm/testarch/knowledge/file-utils.md +260 -0
- package/.bmad/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/.bmad/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/.bmad/bmm/testarch/knowledge/log.md +294 -0
- package/.bmad/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/.bmad/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/.bmad/bmm/testarch/knowledge/overview.md +284 -0
- package/.bmad/bmm/testarch/knowledge/recurse.md +296 -0
- package/.bmad/bmm/testarch/tea-index.csv +11 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +442 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
- package/.bmad/bmm/workflows/1-analysis/research/research.template.md +15 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +238 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
- package/.bmad/bmm/workflows/1-analysis/research/workflow.md +204 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +59 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.md +49 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.xml +224 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.xml +354 -0
- package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +34 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +25 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +202 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +32 -0
- package/.bmad/bmm/workflows/{frame-expert โ diagrams}/create-dataflow/instructions.md +7 -8
- package/.bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert โ diagrams}/create-diagram/instructions.md +9 -10
- package/.bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert โ diagrams}/create-flowchart/instructions.md +4 -5
- package/.bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert โ diagrams}/create-wireframe/instructions.md +3 -3
- package/.bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/document-project/instructions.md +1 -1
- package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
- package/.bmad/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/.bmad/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
- package/.bmad/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/.bmad/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/.bmad/bmm/workflows/testarch/ci/checklist.md +1 -1
- package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
- package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
- package/.bmad/bmm/workflows/testarch/ci/instructions.md +20 -3
- package/.bmad/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/.bmad/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/.bmad/bmm/workflows/testarch/test-review/instructions.md +29 -9
- package/.bmad/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/.bmad/bmm/workflows/workflow-status/instructions.md +11 -4
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +22 -38
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +6 -22
- package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +6 -22
- package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +6 -23
- package/.bmad/core/agents/bmad-master.md +12 -17
- package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/.bmad/core/config.yaml +11 -0
- package/.bmad/core/resources/excalidraw/README.md +160 -0
- package/.bmad/core/resources/excalidraw/library-loader.md +50 -0
- package/.bmad/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/.bmad/core/tasks/advanced-elicitation.xml +18 -8
- package/.bmad/core/tasks/workflow.xml +36 -71
- package/.bmad/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/.bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/.bmad/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/.bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/.bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/.bmad/core/workflows/brainstorming/template.md +13 -104
- package/.bmad/core/workflows/brainstorming/workflow.md +51 -0
- package/.bmad/core/workflows/party-mode/instructions.md.bak +205 -0
- package/.bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +140 -0
- package/.bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +205 -0
- package/.bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +158 -0
- package/.bmad/core/workflows/party-mode/workflow.md +225 -0
- package/.claude/commands/bmad/bmm/agents/{frame-expert.md โ quick-flow-solo-dev.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/check-implementation-readiness.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/code-review.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/create-architecture.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-epics-stories.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/{create-dataflow.md โ create-excalidraw-dataflow.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-diagram.md โ create-excalidraw-diagram.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-flowchart.md โ create-excalidraw-flowchart.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-wireframe.md โ create-excalidraw-wireframe.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/create-prd.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-product-brief.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-story.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/create-tech-spec.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +2 -10
- package/.claude/commands/bmad/bmm/workflows/generate-project-context.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/{domain-research.md โ quick-dev.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/research.md +2 -10
- package/.claude/commands/bmad/bmm/workflows/{story-context.md โ sprint-status.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/testarch-atdd.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-automate.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-ci.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-framework.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-nfr.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/{prd.md โ testarch-test-design.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/testarch-test-review.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-trace.md +13 -0
- package/.claude/commands/bmad/core/workflows/brainstorming-session.md +5 -0
- package/.claude/config/tts-speech-rate.txt +1 -0
- package/.claude/github-star-reminder.txt +1 -1
- package/.claude/hooks/audio-processor.sh +12 -3
- package/.claude/hooks/piper-installer.sh +17 -0
- package/.claude/hooks/play-tts-piper.sh +4 -0
- package/.claude/hooks/termux-installer.sh +224 -0
- package/.clawdbot/README.md +105 -0
- package/.clawdbot/skill/SKILL.md +432 -0
- package/README.md +167 -11
- package/RELEASE_NOTES.md +255 -249
- package/package.json +4 -2
- package/src/installer.js +75 -21
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- 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 -425
- package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
- 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 -438
- package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- 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-epics-and-stories/epics-template.md +0 -80
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
- 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 -1308
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- 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 -58
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
- package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- 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 -164
- 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 -57
- 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 -209
- package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
- package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
- package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
- 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/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
- /package/.bmad/bmm/{workflows/techdoc โ data}/documentation-standards.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert โ diagrams}/_shared/excalidraw-library.json +0 -0
- /package/.bmad/bmm/workflows/{frame-expert โ diagrams}/_shared/excalidraw-templates.yaml +0 -0
- /package/.bmad/bmm/workflows/{frame-expert โ diagrams}/create-dataflow/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert โ diagrams}/create-diagram/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert โ diagrams}/create-flowchart/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert โ diagrams}/create-wireframe/checklist.md +0 -0
- /package/.bmad/{bmm/workflows/frame-expert/_shared โ core/resources/excalidraw}/excalidraw-helpers.md +0 -0
- /package/.bmad/{bmm/workflows/frame-expert/_shared โ core/resources/excalidraw}/validate-json-instructions.md +0 -0
|
@@ -28,7 +28,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
28
28
|
|
|
29
29
|
### All BMM Agents
|
|
30
30
|
|
|
31
|
-
**Core Development (
|
|
31
|
+
**Core Development (9 agents):**
|
|
32
32
|
|
|
33
33
|
- PM (Product Manager)
|
|
34
34
|
- Analyst (Business Analyst)
|
|
@@ -38,6 +38,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
38
38
|
- TEA (Test Architect)
|
|
39
39
|
- UX Designer
|
|
40
40
|
- Technical Writer
|
|
41
|
+
- Principal Engineer (Technical Leader) - NEW!
|
|
41
42
|
|
|
42
43
|
**Game Development (3 agents):**
|
|
43
44
|
|
|
@@ -49,7 +50,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
49
50
|
|
|
50
51
|
- BMad Master (Orchestrator)
|
|
51
52
|
|
|
52
|
-
**Total:**
|
|
53
|
+
**Total:** 13 agents + cross-module party mode support
|
|
53
54
|
|
|
54
55
|
---
|
|
55
56
|
|
|
@@ -75,8 +76,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
75
76
|
- `create-prd` - Create PRD for Level 2-4 projects (creates FRs/NFRs only)
|
|
76
77
|
- `tech-spec` - Quick spec for Level 0-1 projects
|
|
77
78
|
- `create-epics-and-stories` - Break PRD into implementable pieces (runs AFTER architecture)
|
|
78
|
-
- `
|
|
79
|
-
- `validate-tech-spec` - Validate Technical Specification
|
|
79
|
+
- `implementation-readiness` - Validate PRD + Architecture + Epics + UX (optional)
|
|
80
80
|
- `correct-course` - Handle mid-project changes
|
|
81
81
|
- `workflow-init` - Initialize workflow tracking
|
|
82
82
|
|
|
@@ -102,7 +102,6 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
102
102
|
- Creating product briefs for strategic planning
|
|
103
103
|
- Conducting research (market, technical, competitive)
|
|
104
104
|
- Documenting existing projects (brownfield)
|
|
105
|
-
- Phase 0 documentation needs
|
|
106
105
|
|
|
107
106
|
**Primary Phase:** Phase 1 (Analysis)
|
|
108
107
|
|
|
@@ -136,7 +135,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
136
135
|
- Creating system architecture for Level 2-4 projects
|
|
137
136
|
- Making technical design decisions
|
|
138
137
|
- Validating architecture documents
|
|
139
|
-
- Validating readiness for implementation phase (Phase 3
|
|
138
|
+
- Validating readiness for implementation phase (Phase 3 to Phase 4 transition)
|
|
140
139
|
- Course correction during implementation
|
|
141
140
|
|
|
142
141
|
**Primary Phase:** Phase 3 (Solutioning)
|
|
@@ -145,8 +144,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
145
144
|
|
|
146
145
|
- `workflow-status` - Check what to do next
|
|
147
146
|
- `create-architecture` - Produce a Scale Adaptive Architecture
|
|
148
|
-
- `
|
|
149
|
-
- `implementation-readiness` - Validate readiness for Phase 4
|
|
147
|
+
- `implementation-readiness` - Validate PRD + Architecture + Epics + UX (optional)
|
|
150
148
|
|
|
151
149
|
**Communication Style:** Comprehensive yet pragmatic. Uses architectural metaphors. Balances technical depth with accessibility. Connects decisions to business value.
|
|
152
150
|
|
|
@@ -182,13 +180,8 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
182
180
|
|
|
183
181
|
- `workflow-status` - Check what to do next
|
|
184
182
|
- `sprint-planning` - Initialize `sprint-status.yaml` tracking
|
|
185
|
-
- `epic-tech-context` - Optional epic-specific technical context
|
|
186
|
-
- `validate-epic-tech-context` - Validate epic technical context
|
|
187
183
|
- `create-story` - Draft next story from epic
|
|
188
184
|
- `validate-create-story` - Independent story validation
|
|
189
|
-
- `story-context` - Assemble dynamic technical context XML
|
|
190
|
-
- `validate-story-context` - Validate story context
|
|
191
|
-
- `story-ready-for-dev` - Mark story ready without context generation
|
|
192
185
|
- `epic-retrospective` - Post-epic review
|
|
193
186
|
- `correct-course` - Handle changes during implementation
|
|
194
187
|
|
|
@@ -230,7 +223,6 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
230
223
|
- Repository docs reference
|
|
231
224
|
- MCP server best practices
|
|
232
225
|
- Web search fallback
|
|
233
|
-
- `story-done` - Mark story complete and advance queue
|
|
234
226
|
|
|
235
227
|
**Communication Style:** Succinct and checklist-driven. Cites file paths and acceptance criteria IDs. Only asks questions when inputs are missing.
|
|
236
228
|
|
|
@@ -321,7 +313,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
321
313
|
**Workflows:**
|
|
322
314
|
|
|
323
315
|
- `workflow-status` - Check what to do next
|
|
324
|
-
- `create-design` - Conduct design thinking workshop to define UX specification with:
|
|
316
|
+
- `create-ux-design` - Conduct design thinking workshop to define UX specification with:
|
|
325
317
|
- Visual exploration and generation
|
|
326
318
|
- Collaborative decision-making
|
|
327
319
|
- AI-assisted design tools (v0, Lovable)
|
|
@@ -347,7 +339,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
347
339
|
|
|
348
340
|
**When to Use:**
|
|
349
341
|
|
|
350
|
-
- Documenting brownfield projects (
|
|
342
|
+
- Documenting brownfield projects (Documentation prerequisite)
|
|
351
343
|
- Creating API documentation
|
|
352
344
|
- Generating architecture documentation
|
|
353
345
|
- Writing user guides and tutorials
|
|
@@ -458,7 +450,6 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
458
450
|
|
|
459
451
|
- `workflow-status` - Check what to do next
|
|
460
452
|
- `develop-story` - Execute Dev Story workflow, implementing tasks and tests
|
|
461
|
-
- `story-done` - Mark story done after DoD complete
|
|
462
453
|
- `code-review` - Perform thorough clean context QA code review on a story
|
|
463
454
|
|
|
464
455
|
**Communication Style:** Direct and energetic. Execution-focused. Breaks down complex game challenges into actionable steps. Celebrates performance wins.
|
|
@@ -491,7 +482,7 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
491
482
|
|
|
492
483
|
- `workflow-status` - Check what to do next
|
|
493
484
|
- `create-architecture` - Game systems architecture
|
|
494
|
-
- `implementation-readiness` - Validate Phase 3
|
|
485
|
+
- `implementation-readiness` - Validate Phase 3 to Phase 4 transition
|
|
495
486
|
- `correct-course` - Handle technical changes
|
|
496
487
|
|
|
497
488
|
**Communication Style:** Calm and measured. Systematic thinking about complex systems. Uses chess metaphors and military strategy. Emphasizes balance and elegance.
|
|
@@ -506,6 +497,51 @@ The BMad Method Module (BMM) provides a comprehensive team of specialized AI age
|
|
|
506
497
|
|
|
507
498
|
---
|
|
508
499
|
|
|
500
|
+
### Principal Engineer (Technical Leader) - Jordan Chen โก
|
|
501
|
+
|
|
502
|
+
**Role:** Principal Engineer + Technical Leader
|
|
503
|
+
|
|
504
|
+
**When to Use:**
|
|
505
|
+
|
|
506
|
+
- Quick Flow development (3-step rapid process)
|
|
507
|
+
- Creating technical specifications for immediate implementation
|
|
508
|
+
- Rapid prototyping with production quality
|
|
509
|
+
- Performance-critical feature development
|
|
510
|
+
- Code reviews for senior-level validation
|
|
511
|
+
- When you need to ship fast without sacrificing quality
|
|
512
|
+
|
|
513
|
+
**Primary Phase:** All phases (Quick Flow track)
|
|
514
|
+
|
|
515
|
+
**Workflows:**
|
|
516
|
+
|
|
517
|
+
- `create-tech-spec` - Engineer implementation-ready technical specifications
|
|
518
|
+
- `quick-dev` - Execute development from specs or direct instructions
|
|
519
|
+
- `code-review` - Senior developer code review and validation
|
|
520
|
+
- `party-mode` - Collaborative problem-solving with other agents
|
|
521
|
+
|
|
522
|
+
**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."
|
|
523
|
+
|
|
524
|
+
**Expertise:**
|
|
525
|
+
|
|
526
|
+
- Distributed systems and performance optimization
|
|
527
|
+
- Rewriting monoliths over weekend coffee
|
|
528
|
+
- Architecture design at scale
|
|
529
|
+
- Production-ready feature delivery
|
|
530
|
+
- First principles thinking and problem-solving
|
|
531
|
+
- Code quality and best practices
|
|
532
|
+
|
|
533
|
+
**Unique Characteristics:**
|
|
534
|
+
|
|
535
|
+
- Owns the complete BMAD Quick Flow path
|
|
536
|
+
- Combines deep architectural expertise with pragmatic decision-making
|
|
537
|
+
- Optimized for speed without quality sacrifice
|
|
538
|
+
- Specializes in turning complex requirements into simple, elegant solutions
|
|
539
|
+
- Brings 15+ years of experience building scalable systems
|
|
540
|
+
|
|
541
|
+
**Related Documentation:** [Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)
|
|
542
|
+
|
|
543
|
+
---
|
|
544
|
+
|
|
509
545
|
## Special Purpose Agents
|
|
510
546
|
|
|
511
547
|
### BMad Master ๐ง
|
|
@@ -604,15 +640,11 @@ Some workflows are available to multiple agents:
|
|
|
604
640
|
|
|
605
641
|
Many workflows have optional validation workflows that perform independent review:
|
|
606
642
|
|
|
607
|
-
| Validation
|
|
608
|
-
|
|
|
609
|
-
| `
|
|
610
|
-
| `validate-
|
|
611
|
-
| `validate-
|
|
612
|
-
| `validate-design` | UX Designer | UX specification and artifacts |
|
|
613
|
-
| `validate-epic-tech-context` | SM | Epic technical context |
|
|
614
|
-
| `validate-create-story` | SM | Story draft |
|
|
615
|
-
| `validate-story-context` | SM | Story context XML |
|
|
643
|
+
| Validation | Agent | Validates |
|
|
644
|
+
| -------------------------- | ----------- | ------------------------------------------ |
|
|
645
|
+
| `implementation-readiness` | Architect | PRD + Architecture + Epics + UX (optional) |
|
|
646
|
+
| `validate-design` | UX Designer | UX specification and artifacts |
|
|
647
|
+
| `validate-create-story` | SM | Story draft |
|
|
616
648
|
|
|
617
649
|
**When to use validation:**
|
|
618
650
|
|
|
@@ -867,13 +899,10 @@ Load the customized agent and verify the changes are reflected in its behavior a
|
|
|
867
899
|
**Story Development Cycle:**
|
|
868
900
|
|
|
869
901
|
```
|
|
870
|
-
1. SM: *
|
|
871
|
-
2.
|
|
872
|
-
3.
|
|
873
|
-
4.
|
|
874
|
-
5. DEV: *code-review
|
|
875
|
-
6. DEV: *story-done
|
|
876
|
-
7. Repeat steps 2-6 for next story
|
|
902
|
+
1. SM: *create-story
|
|
903
|
+
2. DEV: *develop-story
|
|
904
|
+
3. DEV: *code-review
|
|
905
|
+
4. Repeat steps 1-3 for next story
|
|
877
906
|
```
|
|
878
907
|
|
|
879
908
|
**Testing Strategy:**
|
|
@@ -912,9 +941,8 @@ Agent analyzes project state โ recommends next workflow
|
|
|
912
941
|
|
|
913
942
|
```
|
|
914
943
|
Each phase has validation gates:
|
|
915
|
-
- Phase
|
|
916
|
-
|
|
917
|
-
Run validation before advancing
|
|
944
|
+
- Phase 3 to 4: implementation-readiness (validates PRD + Architecture + Epics + UX (optional))
|
|
945
|
+
Run validation before advancing to implementation
|
|
918
946
|
```
|
|
919
947
|
|
|
920
948
|
**Course correction:**
|
|
@@ -940,20 +968,21 @@ TEA can be invoked at any phase:
|
|
|
940
968
|
|
|
941
969
|
Quick reference for agent selection:
|
|
942
970
|
|
|
943
|
-
| Agent | Icon | Primary Phase
|
|
944
|
-
| ----------------------- | ---- |
|
|
945
|
-
| **Analyst** | ๐ | 1 (Analysis)
|
|
946
|
-
| **PM** | ๐ | 2 (Planning)
|
|
947
|
-
| **UX Designer** | ๐จ | 2 (Planning)
|
|
948
|
-
| **Architect** | ๐๏ธ | 3 (Solutioning)
|
|
949
|
-
| **SM** | ๐ | 4 (Implementation)
|
|
950
|
-
| **DEV** | ๐ป | 4 (Implementation)
|
|
951
|
-
| **TEA** | ๐งช | All Phases
|
|
952
|
-
| **Paige (Tech Writer)** | ๐ | All Phases
|
|
953
|
-
| **
|
|
954
|
-
| **Game
|
|
955
|
-
| **Game
|
|
956
|
-
| **
|
|
971
|
+
| Agent | Icon | Primary Phase | Key Workflows | Best For |
|
|
972
|
+
| ----------------------- | ---- | ----------------------- | --------------------------------------------- | --------------------------------------- |
|
|
973
|
+
| **Analyst** | ๐ | 1 (Analysis) | brainstorm, brief, research, document-project | Discovery, requirements, brownfield |
|
|
974
|
+
| **PM** | ๐ | 2 (Planning) | prd, tech-spec, epics-stories | Planning, requirements docs |
|
|
975
|
+
| **UX Designer** | ๐จ | 2 (Planning) | create-ux-design, validate-design | UX-heavy projects, design |
|
|
976
|
+
| **Architect** | ๐๏ธ | 3 (Solutioning) | architecture, implementation-readiness | Technical design, architecture |
|
|
977
|
+
| **SM** | ๐ | 4 (Implementation) | sprint-planning, create-story | Story management, sprint coordination |
|
|
978
|
+
| **DEV** | ๐ป | 4 (Implementation) | develop-story, code-review | Implementation, coding |
|
|
979
|
+
| **TEA** | ๐งช | All Phases | framework, atdd, automate, trace, ci | Testing, quality assurance |
|
|
980
|
+
| **Paige (Tech Writer)** | ๐ | All Phases | document-project, diagrams, validation | Documentation, diagrams |
|
|
981
|
+
| **Principal Engineer** | โก | Quick Flow (All phases) | create-tech-spec, quick-dev, code-review | Rapid development, technical leadership |
|
|
982
|
+
| **Game Designer** | ๐ฒ | 1-2 (Games) | brainstorm-game, gdd, narrative | Game design, creative vision |
|
|
983
|
+
| **Game Developer** | ๐น๏ธ | 4 (Games) | develop-story, code-review | Game implementation |
|
|
984
|
+
| **Game Architect** | ๐๏ธ | 3 (Games) | architecture, implementation-readiness | Game systems architecture |
|
|
985
|
+
| **BMad Master** | ๐ง | Meta | party-mode, list tasks/workflows | Orchestration, multi-agent |
|
|
957
986
|
|
|
958
987
|
### Agent Capabilities Summary
|
|
959
988
|
|
|
@@ -1041,10 +1070,8 @@ Quick reference for agent selection:
|
|
|
1041
1070
|
|
|
1042
1071
|
- [ ] SM: `*sprint-planning` (once)
|
|
1043
1072
|
- [ ] SM: `*create-story`
|
|
1044
|
-
- [ ] SM: `*story-context`
|
|
1045
1073
|
- [ ] DEV: `*develop-story`
|
|
1046
1074
|
- [ ] DEV: `*code-review`
|
|
1047
|
-
- [ ] DEV: `*story-done`
|
|
1048
1075
|
|
|
1049
1076
|
**Testing Strategy:**
|
|
1050
1077
|
|