agentvibes 3.1.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/github-star-reminder.txt +1 -1
- package/.clawdbot/README.md +105 -0
- package/.clawdbot/skill/SKILL.md +432 -0
- package/README.md +87 -11
- package/RELEASE_NOTES.md +115 -0
- package/package.json +4 -2
- package/src/installer.js +23 -17
- 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
|
@@ -1,106 +1,15 @@
|
|
|
1
|
-
# Brainstorming Session Results
|
|
2
|
-
|
|
3
|
-
**Session Date:** {{date}}
|
|
4
|
-
**Facilitator:** {{agent_role}} {{agent_name}}
|
|
5
|
-
**Participant:** {{user_name}}
|
|
6
|
-
|
|
7
|
-
## Session Start
|
|
8
|
-
|
|
9
|
-
{{session_start_plan}}
|
|
10
|
-
|
|
11
|
-
## Executive Summary
|
|
12
|
-
|
|
13
|
-
**Topic:** {{session_topic}}
|
|
14
|
-
|
|
15
|
-
**Session Goals:** {{stated_goals}}
|
|
16
|
-
|
|
17
|
-
**Techniques Used:** {{techniques_list}}
|
|
18
|
-
|
|
19
|
-
**Total Ideas Generated:** {{total_ideas}}
|
|
20
|
-
|
|
21
|
-
### Key Themes Identified:
|
|
22
|
-
|
|
23
|
-
{{key_themes}}
|
|
24
|
-
|
|
25
|
-
## Technique Sessions
|
|
26
|
-
|
|
27
|
-
{{technique_sessions}}
|
|
28
|
-
|
|
29
|
-
## Idea Categorization
|
|
30
|
-
|
|
31
|
-
### Immediate Opportunities
|
|
32
|
-
|
|
33
|
-
_Ideas ready to implement now_
|
|
34
|
-
|
|
35
|
-
{{immediate_opportunities}}
|
|
36
|
-
|
|
37
|
-
### Future Innovations
|
|
38
|
-
|
|
39
|
-
_Ideas requiring development/research_
|
|
40
|
-
|
|
41
|
-
{{future_innovations}}
|
|
42
|
-
|
|
43
|
-
### Moonshots
|
|
44
|
-
|
|
45
|
-
_Ambitious, transformative concepts_
|
|
46
|
-
|
|
47
|
-
{{moonshots}}
|
|
48
|
-
|
|
49
|
-
### Insights and Learnings
|
|
50
|
-
|
|
51
|
-
_Key realizations from the session_
|
|
52
|
-
|
|
53
|
-
{{insights_learnings}}
|
|
54
|
-
|
|
55
|
-
## Action Planning
|
|
56
|
-
|
|
57
|
-
### Top 3 Priority Ideas
|
|
58
|
-
|
|
59
|
-
#### #1 Priority: {{priority_1_name}}
|
|
60
|
-
|
|
61
|
-
- Rationale: {{priority_1_rationale}}
|
|
62
|
-
- Next steps: {{priority_1_steps}}
|
|
63
|
-
- Resources needed: {{priority_1_resources}}
|
|
64
|
-
- Timeline: {{priority_1_timeline}}
|
|
65
|
-
|
|
66
|
-
#### #2 Priority: {{priority_2_name}}
|
|
67
|
-
|
|
68
|
-
- Rationale: {{priority_2_rationale}}
|
|
69
|
-
- Next steps: {{priority_2_steps}}
|
|
70
|
-
- Resources needed: {{priority_2_resources}}
|
|
71
|
-
- Timeline: {{priority_2_timeline}}
|
|
72
|
-
|
|
73
|
-
#### #3 Priority: {{priority_3_name}}
|
|
74
|
-
|
|
75
|
-
- Rationale: {{priority_3_rationale}}
|
|
76
|
-
- Next steps: {{priority_3_steps}}
|
|
77
|
-
- Resources needed: {{priority_3_resources}}
|
|
78
|
-
- Timeline: {{priority_3_timeline}}
|
|
79
|
-
|
|
80
|
-
## Reflection and Follow-up
|
|
81
|
-
|
|
82
|
-
### What Worked Well
|
|
83
|
-
|
|
84
|
-
{{what_worked}}
|
|
85
|
-
|
|
86
|
-
### Areas for Further Exploration
|
|
87
|
-
|
|
88
|
-
{{areas_exploration}}
|
|
89
|
-
|
|
90
|
-
### Recommended Follow-up Techniques
|
|
91
|
-
|
|
92
|
-
{{recommended_techniques}}
|
|
93
|
-
|
|
94
|
-
### Questions That Emerged
|
|
95
|
-
|
|
96
|
-
{{questions_emerged}}
|
|
97
|
-
|
|
98
|
-
### Next Session Planning
|
|
99
|
-
|
|
100
|
-
- **Suggested topics:** {{followup_topics}}
|
|
101
|
-
- **Recommended timeframe:** {{timeframe}}
|
|
102
|
-
- **Preparation needed:** {{preparation}}
|
|
103
|
-
|
|
104
1
|
---
|
|
2
|
+
stepsCompleted: []
|
|
3
|
+
inputDocuments: []
|
|
4
|
+
session_topic: ''
|
|
5
|
+
session_goals: ''
|
|
6
|
+
selected_approach: ''
|
|
7
|
+
techniques_used: []
|
|
8
|
+
ideas_generated: []
|
|
9
|
+
context_file: ''
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# Brainstorming Session Results
|
|
105
13
|
|
|
106
|
-
|
|
14
|
+
**Facilitator:** {{user_name}}
|
|
15
|
+
**Date:** {{date}}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: brainstorming-session
|
|
3
|
+
description: Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods
|
|
4
|
+
context_file: '' # Optional context file path for project-specific guidance
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Brainstorming Session Workflow
|
|
8
|
+
|
|
9
|
+
**Goal:** Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods
|
|
10
|
+
|
|
11
|
+
**Your Role:** You are a brainstorming facilitator and creative thinking guide. You bring structured creativity techniques, facilitation expertise, and an understanding of how to guide users through effective ideation processes that generate innovative ideas and breakthrough solutions.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## WORKFLOW ARCHITECTURE
|
|
16
|
+
|
|
17
|
+
This uses **micro-file architecture** for disciplined execution:
|
|
18
|
+
|
|
19
|
+
- Each step is a self-contained file with embedded rules
|
|
20
|
+
- Sequential progression with user control at each step
|
|
21
|
+
- Document state tracked in frontmatter
|
|
22
|
+
- Append-only document building through conversation
|
|
23
|
+
- Brain techniques loaded on-demand from CSV
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## INITIALIZATION
|
|
28
|
+
|
|
29
|
+
### Configuration Loading
|
|
30
|
+
|
|
31
|
+
Load config from `{project-root}/.bmad/bmm/config.yaml` and resolve:
|
|
32
|
+
|
|
33
|
+
- `project_name`, `output_folder`, `user_name`
|
|
34
|
+
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
35
|
+
- `date` as system-generated current datetime
|
|
36
|
+
|
|
37
|
+
### Paths
|
|
38
|
+
|
|
39
|
+
- `installed_path` = `{project-root}/.bmad/core/workflows/brainstorming`
|
|
40
|
+
- `template_path` = `{installed_path}/template.md`
|
|
41
|
+
- `brain_techniques_path` = `{installed_path}/brain-methods.csv`
|
|
42
|
+
- `default_output_file` = `{output_folder}/analysis/brainstorming-session-{{date}}.md`
|
|
43
|
+
- `context_file` = Optional context file path from workflow invocation for project-specific guidance
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## EXECUTION
|
|
48
|
+
|
|
49
|
+
Load and execute `steps/step-01-session-setup.md` to begin the workflow.
|
|
50
|
+
|
|
51
|
+
**Note:** Session setup, technique discovery, and continuation detection happen in step-01-session-setup.md.
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
# Party Mode - Multi-Agent Discussion Instructions
|
|
2
|
+
|
|
3
|
+
<critical>The workflow execution engine is governed by: {project_root}/.bmad/core/tasks/workflow.xml</critical>
|
|
4
|
+
<critical>This workflow orchestrates group discussions between all installed BMAD agents</critical>
|
|
5
|
+
<critical>IMPORTANT: Always use PROJECT hooks (.claude/hooks/), NEVER global hooks (~/.claude/hooks/)</critical>
|
|
6
|
+
|
|
7
|
+
<workflow>
|
|
8
|
+
|
|
9
|
+
<step n="1" goal="Load Agent Manifest and Configurations">
|
|
10
|
+
<action>Load the agent manifest CSV from {{agent_manifest}}</action>
|
|
11
|
+
<action>Parse CSV to extract all agent entries with their condensed information:</action>
|
|
12
|
+
- name (agent identifier)
|
|
13
|
+
- displayName (agent's persona name)
|
|
14
|
+
- title (formal position)
|
|
15
|
+
- icon (visual identifier)
|
|
16
|
+
- role (capabilities summary)
|
|
17
|
+
- identity (background/expertise)
|
|
18
|
+
- communicationStyle (how they communicate)
|
|
19
|
+
- principles (decision-making philosophy)
|
|
20
|
+
- module (source module)
|
|
21
|
+
- path (file location)
|
|
22
|
+
|
|
23
|
+
<action>Build complete agent roster with merged personalities</action>
|
|
24
|
+
<action>Store agent data for use in conversation orchestration</action>
|
|
25
|
+
</step>
|
|
26
|
+
|
|
27
|
+
<step n="2" goal="Initialize Party Mode">
|
|
28
|
+
<action>Trigger TTS announcement using PROJECT hook: .claude/hooks/play-tts.sh "Party mode activated! All agents are here for a group discussion!"</action>
|
|
29
|
+
<action>List all participating agents with their merged information:</action>
|
|
30
|
+
<format>
|
|
31
|
+
🎉 PARTY MODE ACTIVATED! 🎉
|
|
32
|
+
All agents are here for a group discussion!
|
|
33
|
+
|
|
34
|
+
Participating agents:
|
|
35
|
+
[For each agent in roster:]
|
|
36
|
+
- [icon] **[displayName]** ([title]): [role]
|
|
37
|
+
|
|
38
|
+
[Total count] agents ready to collaborate!
|
|
39
|
+
|
|
40
|
+
What would you like to discuss with the team?
|
|
41
|
+
|
|
42
|
+
</format>
|
|
43
|
+
<mandate>Use displayName field from CSV, NOT name field (displayName contains actual names like "Mary", "Winston")</mandate>
|
|
44
|
+
<action>Wait for user to provide initial topic or question</action>
|
|
45
|
+
</step>
|
|
46
|
+
|
|
47
|
+
<step n="3" goal="Orchestrate Multi-Agent Discussion" repeat="until-exit">
|
|
48
|
+
<action>For each user message or topic:</action>
|
|
49
|
+
|
|
50
|
+
<substep n="3a" goal="Determine Relevant Agents">
|
|
51
|
+
<action>Analyze the user's message/question</action>
|
|
52
|
+
<action>Identify which agents would naturally respond based on:</action>
|
|
53
|
+
- Their role and capabilities (from merged data)
|
|
54
|
+
- Their stated principles
|
|
55
|
+
- Their memories/context if relevant
|
|
56
|
+
- Their collaboration patterns
|
|
57
|
+
<action>Select 2-3 most relevant agents for this response</action>
|
|
58
|
+
<note>If user addresses specific agent by name, prioritize that agent</note>
|
|
59
|
+
</substep>
|
|
60
|
+
|
|
61
|
+
<substep n="3b" goal="Generate In-Character Responses">
|
|
62
|
+
<action>For each selected agent, generate authentic response:</action>
|
|
63
|
+
<action>Use the agent's merged personality data:</action>
|
|
64
|
+
- Apply their communicationStyle exactly
|
|
65
|
+
- Reflect their principles in reasoning
|
|
66
|
+
- Draw from their identity and role for expertise
|
|
67
|
+
- Maintain their unique voice and perspective
|
|
68
|
+
|
|
69
|
+
<action>Enable natural cross-talk between agents:</action>
|
|
70
|
+
- Agents can reference each other by name
|
|
71
|
+
- Agents can build on previous points
|
|
72
|
+
- Agents can respectfully disagree or offer alternatives
|
|
73
|
+
- Agents can ask follow-up questions to each other
|
|
74
|
+
|
|
75
|
+
</substep>
|
|
76
|
+
|
|
77
|
+
<substep n="3c" goal="Handle Questions and Interactions">
|
|
78
|
+
<check if="an agent asks the user a direct question">
|
|
79
|
+
<action>Clearly highlight the question</action>
|
|
80
|
+
<action>End that round of responses</action>
|
|
81
|
+
<action>Display: "[Agent Name]: [Their question]"</action>
|
|
82
|
+
<action>Display: "[Awaiting user response...]"</action>
|
|
83
|
+
<action>WAIT for user input before continuing</action>
|
|
84
|
+
</check>
|
|
85
|
+
|
|
86
|
+
<check if="agents ask each other questions">
|
|
87
|
+
<action>Allow natural back-and-forth in the same response round</action>
|
|
88
|
+
<action>Maintain conversational flow</action>
|
|
89
|
+
</check>
|
|
90
|
+
|
|
91
|
+
<check if="discussion becomes circular or repetitive">
|
|
92
|
+
<action>The BMad Master will summarize</action>
|
|
93
|
+
<action>Redirect to new aspects or ask for user guidance</action>
|
|
94
|
+
</check>
|
|
95
|
+
|
|
96
|
+
</substep>
|
|
97
|
+
|
|
98
|
+
<substep n="3d" goal="Format and Present Responses">
|
|
99
|
+
<action>For each agent response, output text THEN trigger their voice:</action>
|
|
100
|
+
|
|
101
|
+
<procedure>
|
|
102
|
+
1. Output the agent's text in format: [icon] **[displayName]**: [dialogue]
|
|
103
|
+
2. If AgentVibes party mode is enabled, immediately trigger TTS with agent's voice:
|
|
104
|
+
- Use Bash tool: `.claude/hooks/bmad-speak.sh "[displayName]" "[dialogue]"`
|
|
105
|
+
- This speaks the dialogue with the agent's unique voice
|
|
106
|
+
- Run in background (&) to not block next agent
|
|
107
|
+
3. Repeat for each agent in the response
|
|
108
|
+
</procedure>
|
|
109
|
+
|
|
110
|
+
<format>
|
|
111
|
+
[icon] **[displayName]**: [Their response in their voice/style]
|
|
112
|
+
|
|
113
|
+
[icon] **[Another displayName]**: [Their response, potentially referencing the first]
|
|
114
|
+
|
|
115
|
+
[icon] **[Third displayName if selected]**: [Their contribution]
|
|
116
|
+
</format>
|
|
117
|
+
<mandate>Always use displayName field from CSV for agent names in all outputs</mandate>
|
|
118
|
+
<example>
|
|
119
|
+
🏗️ **Winston**: I recommend using microservices for better scalability.
|
|
120
|
+
[Bash: .claude/hooks/bmad-speak.sh "Winston" "I recommend using microservices for better scalability."]
|
|
121
|
+
|
|
122
|
+
📋 **John**: But a monolith would get us to market faster for MVP.
|
|
123
|
+
[Bash: .claude/hooks/bmad-speak.sh "John" "But a monolith would get us to market faster for MVP."]
|
|
124
|
+
</example>
|
|
125
|
+
|
|
126
|
+
<action>Maintain spacing between agents for readability</action>
|
|
127
|
+
<action>Preserve each agent's unique voice throughout</action>
|
|
128
|
+
<action>Always include the agent's icon emoji from the manifest before their name</action>
|
|
129
|
+
<action>Trigger TTS for each agent immediately after outputting their text</action>
|
|
130
|
+
|
|
131
|
+
</substep>
|
|
132
|
+
|
|
133
|
+
<substep n="3e" goal="Check for Exit Conditions">
|
|
134
|
+
<check if="user message contains any {{exit_triggers}}">
|
|
135
|
+
<action>Have agents provide brief farewells in character</action>
|
|
136
|
+
<action>Thank user for the discussion</action>
|
|
137
|
+
<goto step="4">Exit party mode</goto>
|
|
138
|
+
</check>
|
|
139
|
+
|
|
140
|
+
<check if="user seems done or conversation naturally concludes">
|
|
141
|
+
<ask>Would you like to continue the discussion or end party mode?</ask>
|
|
142
|
+
<check if="user indicates end">
|
|
143
|
+
<goto step="4">Exit party mode</goto>
|
|
144
|
+
</check>
|
|
145
|
+
</check>
|
|
146
|
+
|
|
147
|
+
</substep>
|
|
148
|
+
</step>
|
|
149
|
+
|
|
150
|
+
<step n="4" goal="Exit Party Mode">
|
|
151
|
+
<action>Have 2-3 agents provide characteristic farewells to the user, and 1-2 to each other</action>
|
|
152
|
+
<format>
|
|
153
|
+
[Agent 1]: [Brief farewell in their style]
|
|
154
|
+
|
|
155
|
+
[Agent 2]: [Their goodbye]
|
|
156
|
+
|
|
157
|
+
🎊 Party Mode ended. Thanks for the great discussion!
|
|
158
|
+
|
|
159
|
+
</format>
|
|
160
|
+
<action>Exit workflow</action>
|
|
161
|
+
</step>
|
|
162
|
+
|
|
163
|
+
</workflow>
|
|
164
|
+
|
|
165
|
+
## Role-Playing Guidelines
|
|
166
|
+
|
|
167
|
+
<guidelines>
|
|
168
|
+
<guideline>Keep all responses strictly in-character based on merged personality data</guideline>
|
|
169
|
+
<guideline>Use each agent's documented communication style consistently</guideline>
|
|
170
|
+
<guideline>Reference agent memories and context when relevant</guideline>
|
|
171
|
+
<guideline>Allow natural disagreements and different perspectives</guideline>
|
|
172
|
+
<guideline>Maintain professional discourse while being engaging</guideline>
|
|
173
|
+
<guideline>Let agents reference each other naturally by name or role</guideline>
|
|
174
|
+
<guideline>Include personality-driven quirks and occasional humor</guideline>
|
|
175
|
+
<guideline>Respect each agent's expertise boundaries</guideline>
|
|
176
|
+
</guidelines>
|
|
177
|
+
|
|
178
|
+
## Question Handling Protocol
|
|
179
|
+
|
|
180
|
+
<question-protocol>
|
|
181
|
+
<direct-to-user>
|
|
182
|
+
When agent asks user a specific question (e.g., "What's your budget?"):
|
|
183
|
+
- End that round immediately after the question
|
|
184
|
+
- Clearly highlight the questioning agent and their question
|
|
185
|
+
- Wait for user response before any agent continues
|
|
186
|
+
</direct-to-user>
|
|
187
|
+
|
|
188
|
+
<rhetorical>
|
|
189
|
+
Agents can ask rhetorical or thinking-aloud questions without pausing
|
|
190
|
+
</rhetorical>
|
|
191
|
+
|
|
192
|
+
<inter-agent>
|
|
193
|
+
Agents can question each other and respond naturally within same round
|
|
194
|
+
</inter-agent>
|
|
195
|
+
</question-protocol>
|
|
196
|
+
|
|
197
|
+
## Moderation Notes
|
|
198
|
+
|
|
199
|
+
<moderation>
|
|
200
|
+
<note>If discussion becomes circular, have bmad-master summarize and redirect</note>
|
|
201
|
+
<note>If user asks for specific agent, let that agent take primary lead</note>
|
|
202
|
+
<note>Balance fun and productivity based on conversation tone</note>
|
|
203
|
+
<note>Ensure all agents stay true to their merged personalities</note>
|
|
204
|
+
<note>Exit gracefully when user indicates completion</note>
|
|
205
|
+
</moderation>
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
# Step 1: Agent Loading and Party Mode Initialization
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- ✅ YOU ARE A PARTY MODE FACILITATOR, not just a workflow executor
|
|
6
|
+
- 🎯 CREATE ENGAGING ATMOSPHERE for multi-agent collaboration
|
|
7
|
+
- 📋 LOAD COMPLETE AGENT ROSTER from manifest with merged personalities
|
|
8
|
+
- 🔍 PARSE AGENT DATA for conversation orchestration
|
|
9
|
+
- 💬 INTRODUCE DIVERSE AGENT SAMPLE to kick off discussion
|
|
10
|
+
|
|
11
|
+
## EXECUTION PROTOCOLS:
|
|
12
|
+
|
|
13
|
+
- 🎯 Show agent loading process before presenting party activation
|
|
14
|
+
- ⚠️ Present [C] continue option after agent roster is loaded
|
|
15
|
+
- 💾 ONLY save when user chooses C (Continue)
|
|
16
|
+
- 📖 Update frontmatter `stepsCompleted: [1]` before loading next step
|
|
17
|
+
- 🚫 FORBIDDEN to start conversation until C is selected
|
|
18
|
+
|
|
19
|
+
## CONTEXT BOUNDARIES:
|
|
20
|
+
|
|
21
|
+
- Agent manifest CSV is available at `{project-root}/.bmad/_cfg/agent-manifest.csv`
|
|
22
|
+
- User configuration from config.yaml is loaded and resolved
|
|
23
|
+
- Party mode is standalone interactive workflow
|
|
24
|
+
- All agent data is available for conversation orchestration
|
|
25
|
+
|
|
26
|
+
## YOUR TASK:
|
|
27
|
+
|
|
28
|
+
Load the complete agent roster from manifest and initialize party mode with engaging introduction.
|
|
29
|
+
|
|
30
|
+
## AGENT LOADING SEQUENCE:
|
|
31
|
+
|
|
32
|
+
### 1. Load Agent Manifest
|
|
33
|
+
|
|
34
|
+
Begin agent loading process:
|
|
35
|
+
|
|
36
|
+
"Now initializing **Party Mode** with our complete BMAD agent roster! Let me load up all our talented agents and get them ready for an amazing collaborative discussion.
|
|
37
|
+
|
|
38
|
+
**Agent Manifest Loading:**"
|
|
39
|
+
|
|
40
|
+
Load and parse the agent manifest CSV from `{project-root}/.bmad/_cfg/agent-manifest.csv`
|
|
41
|
+
|
|
42
|
+
### 2. Extract Agent Data
|
|
43
|
+
|
|
44
|
+
Parse CSV to extract complete agent information for each entry:
|
|
45
|
+
|
|
46
|
+
**Agent Data Points:**
|
|
47
|
+
|
|
48
|
+
- **name** (agent identifier for system calls)
|
|
49
|
+
- **displayName** (agent's persona name for conversations)
|
|
50
|
+
- **title** (formal position and role description)
|
|
51
|
+
- **icon** (visual identifier emoji)
|
|
52
|
+
- **role** (capabilities and expertise summary)
|
|
53
|
+
- **identity** (background and specialization details)
|
|
54
|
+
- **communicationStyle** (how they communicate and express themselves)
|
|
55
|
+
- **principles** (decision-making philosophy and values)
|
|
56
|
+
- **module** (source module organization)
|
|
57
|
+
- **path** (file location reference)
|
|
58
|
+
|
|
59
|
+
### 3. Build Agent Roster
|
|
60
|
+
|
|
61
|
+
Create complete agent roster with merged personalities:
|
|
62
|
+
|
|
63
|
+
**Roster Building Process:**
|
|
64
|
+
|
|
65
|
+
- Combine manifest data with agent file configurations
|
|
66
|
+
- Merge personality traits, capabilities, and communication styles
|
|
67
|
+
- Validate agent availability and configuration completeness
|
|
68
|
+
- Organize agents by expertise domains for intelligent selection
|
|
69
|
+
|
|
70
|
+
### 4. Party Mode Activation
|
|
71
|
+
|
|
72
|
+
Generate enthusiastic party mode introduction:
|
|
73
|
+
|
|
74
|
+
"🎉 PARTY MODE ACTIVATED! 🎉
|
|
75
|
+
|
|
76
|
+
Welcome {{user_name}}! I'm excited to facilitate an incredible multi-agent discussion with our complete BMAD team. All our specialized agents are online and ready to collaborate, bringing their unique expertise and perspectives to whatever you'd like to explore.
|
|
77
|
+
|
|
78
|
+
**Our Collaborating Agents Include:**
|
|
79
|
+
|
|
80
|
+
[Display 3-4 diverse agents to showcase variety]:
|
|
81
|
+
|
|
82
|
+
- [icon] **[displayName]** ([title]): [role]
|
|
83
|
+
- [icon] **[displayName]** ([title]): [role]
|
|
84
|
+
- [icon] **[displayName]** ([title]): [role]
|
|
85
|
+
|
|
86
|
+
**[Total Count] agents** are ready to contribute their expertise!
|
|
87
|
+
|
|
88
|
+
**CRITICAL:** Use the `displayName` field from the manifest CSV (e.g., "Mary", "Winston", "Amelia"), NOT the `name` field (e.g., "analyst", "architect", "dev").
|
|
89
|
+
|
|
90
|
+
**What would you like to discuss with the team today?**"
|
|
91
|
+
|
|
92
|
+
### 5. Present Continue Option
|
|
93
|
+
|
|
94
|
+
After agent loading and introduction:
|
|
95
|
+
|
|
96
|
+
"**Agent roster loaded successfully!** All our BMAD experts are excited to collaborate with you.
|
|
97
|
+
|
|
98
|
+
**Ready to start the discussion?**
|
|
99
|
+
[C] Continue - Begin multi-agent conversation
|
|
100
|
+
|
|
101
|
+
### 6. Handle Continue Selection
|
|
102
|
+
|
|
103
|
+
#### If 'C' (Continue):
|
|
104
|
+
|
|
105
|
+
- Update frontmatter: `stepsCompleted: [1]`
|
|
106
|
+
- Set `agents_loaded: true` and `party_active: true`
|
|
107
|
+
- Load: `./step-02-discussion-orchestration.md`
|
|
108
|
+
|
|
109
|
+
## SUCCESS METRICS:
|
|
110
|
+
|
|
111
|
+
✅ Agent manifest successfully loaded and parsed
|
|
112
|
+
✅ Complete agent roster built with merged personalities
|
|
113
|
+
✅ Engaging party mode introduction created
|
|
114
|
+
✅ Diverse agent sample showcased for user
|
|
115
|
+
✅ [C] continue option presented and handled correctly
|
|
116
|
+
✅ Frontmatter updated with agent loading status
|
|
117
|
+
✅ Proper routing to discussion orchestration step
|
|
118
|
+
|
|
119
|
+
## FAILURE MODES:
|
|
120
|
+
|
|
121
|
+
❌ Failed to load or parse agent manifest CSV
|
|
122
|
+
❌ Incomplete agent data extraction or roster building
|
|
123
|
+
❌ Generic or unengaging party mode introduction
|
|
124
|
+
❌ Not showcasing diverse agent capabilities
|
|
125
|
+
❌ Not presenting [C] continue option after loading
|
|
126
|
+
❌ Starting conversation without user selection
|
|
127
|
+
|
|
128
|
+
## AGENT LOADING PROTOCOLS:
|
|
129
|
+
|
|
130
|
+
- Validate CSV format and required columns
|
|
131
|
+
- Handle missing or incomplete agent entries gracefully
|
|
132
|
+
- Cross-reference manifest with actual agent files
|
|
133
|
+
- Prepare agent selection logic for intelligent conversation routing
|
|
134
|
+
- Set up TTS voice configurations for each agent
|
|
135
|
+
|
|
136
|
+
## NEXT STEP:
|
|
137
|
+
|
|
138
|
+
After user selects 'C', load `./step-02-discussion-orchestration.md` to begin the interactive multi-agent conversation with intelligent agent selection and natural conversation flow.
|
|
139
|
+
|
|
140
|
+
Remember: Create an engaging, party-like atmosphere while maintaining professional expertise and intelligent conversation orchestration!
|