bmad-method 6.0.0-alpha.12 → 6.0.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/bundle-latest.yaml +79 -27
- package/CHANGELOG.md +159 -1
- package/README.md +3 -1
- package/custom/src/agents/commit-poet/commit-poet.agent.yaml +129 -0
- package/custom/src/agents/commit-poet/installation-guide.md +36 -0
- package/custom/src/agents/toolsmith/installation-guide.md +36 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/instructions.md +70 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +111 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +70 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +114 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +134 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +161 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +103 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/memories.md +17 -0
- package/custom/src/agents/toolsmith/toolsmith.agent.yaml +108 -0
- package/docs/custom-agent-installation.md +31 -17
- package/docs/ide-info/rovo-dev.md +388 -0
- package/docs/index.md +6 -81
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +1 -1
- package/package.json +1 -1
- package/src/core/agents/bmad-master.agent.yaml +1 -1
- package/src/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/src/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/src/core/tasks/advanced-elicitation.xml +18 -8
- package/src/core/tasks/workflow.xml +36 -71
- package/src/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/src/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/src/core/workflows/brainstorming/template.md +13 -104
- package/src/core/workflows/brainstorming/workflow.md +51 -0
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +203 -0
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +159 -0
- package/src/core/workflows/party-mode/workflow.md +207 -0
- package/src/modules/bmb/README.md +153 -86
- package/src/modules/bmb/_module-installer/install-config.yaml +3 -3
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +45 -31
- package/src/modules/bmb/docs/{agent-menu-patterns.md → agents/agent-menu-patterns.md} +1 -1
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/{module-agent-architecture.md → agents/module-agent-architecture.md} +1 -1
- package/src/modules/bmb/docs/{simple-agent-architecture.md → agents/simple-agent-architecture.md} +1 -1
- package/src/modules/bmb/docs/workflows/architecture.md +220 -0
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +19 -0
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +206 -0
- package/src/modules/bmb/docs/workflows/index.md +45 -0
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +220 -0
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- package/src/modules/bmb/docs/workflows/step-template.md +283 -0
- package/src/modules/bmb/docs/workflows/terms.md +97 -0
- package/src/modules/bmb/docs/workflows/workflow-template.md +152 -0
- package/src/modules/bmb/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +2 -2
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +17 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/README.md +3 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +242 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +24 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +108 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +46 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +39 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +50 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +53 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +57 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +223 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +126 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +305 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +145 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +210 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +260 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +237 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +231 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +224 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +234 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +179 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +197 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +180 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +222 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_commands.md +21 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_persona.md +25 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_purpose_and_type.md +23 -0
- package/src/modules/bmb/workflows/create-agent/workflow.md +91 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +168 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +233 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-overview.md +127 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-core-tools.md +145 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-memory-requirements.md +136 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-external-tools.md +154 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-installation-guidance.md +159 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-tools-summary.md +167 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-design.md +239 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-10-plan-review.md +215 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-11-build.md +262 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-12-review.md +270 -0
- package/src/modules/bmb/workflows/create-workflow/templates/build-summary.md +36 -0
- package/src/modules/bmb/workflows/create-workflow/templates/completion-section.md +39 -0
- package/src/modules/bmb/workflows/create-workflow/templates/content-template.md +21 -0
- package/src/modules/bmb/workflows/create-workflow/templates/design-section.md +53 -0
- package/src/modules/bmb/workflows/create-workflow/templates/project-info.md +18 -0
- package/src/modules/bmb/workflows/create-workflow/templates/requirements-section.md +47 -0
- package/src/modules/bmb/workflows/create-workflow/templates/review-section.md +56 -0
- package/src/modules/bmb/workflows/create-workflow/templates/step-file.md +139 -0
- package/src/modules/bmb/workflows/create-workflow/templates/workflow-plan.md +54 -0
- package/src/modules/bmb/workflows/create-workflow/templates/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +134 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +202 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +157 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +221 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +253 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +217 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +193 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +245 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/completion-summary.md +75 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-goals.md +68 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-log.md +40 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/validation-results.md +51 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/workflow-analysis.md +56 -0
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +152 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +243 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +274 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +295 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +264 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +360 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +258 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +301 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/templates/compliance-report.md +140 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +58 -0
- package/src/modules/bmgd/agents/game-architect.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-designer.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +9 -15
- package/src/modules/bmm/agents/analyst.agent.yaml +14 -14
- package/src/modules/bmm/agents/architect.agent.yaml +12 -10
- package/src/modules/bmm/agents/dev.agent.yaml +20 -16
- package/src/modules/bmm/agents/pm.agent.yaml +13 -31
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +36 -0
- package/src/modules/bmm/agents/sm.agent.yaml +13 -31
- package/src/modules/bmm/agents/tea.agent.yaml +10 -7
- package/src/modules/bmm/agents/tech-writer.agent.yaml +7 -20
- package/src/modules/bmm/agents/ux-designer.agent.yaml +12 -10
- package/src/modules/bmm/data/README.md +29 -0
- package/src/modules/bmm/data/project-context-template.md +40 -0
- package/src/modules/bmm/docs/README.md +21 -9
- package/src/modules/bmm/docs/agents-guide.md +69 -23
- package/src/modules/bmm/docs/bmad-quick-flow.md +528 -0
- package/src/modules/bmm/docs/brownfield-guide.md +9 -10
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/glossary.md +5 -5
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +909 -1654
- package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +2 -2
- package/src/modules/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
- package/src/modules/bmm/docs/test-architecture.md +84 -18
- package/src/modules/bmm/docs/workflows-analysis.md +36 -140
- package/src/modules/bmm/docs/workflows-implementation.md +32 -157
- package/src/modules/bmm/docs/workflows-planning.md +51 -212
- package/src/modules/bmm/docs/workflows-solutioning.md +24 -69
- package/src/modules/bmm/teams/default-party.csv +15 -14
- package/src/modules/bmm/teams/team-fullstack.yaml +0 -1
- package/src/modules/bmm/testarch/knowledge/api-request.md +303 -0
- package/src/modules/bmm/testarch/knowledge/auth-session.md +356 -0
- package/src/modules/bmm/testarch/knowledge/burn-in.md +273 -0
- package/src/modules/bmm/testarch/knowledge/file-utils.md +260 -0
- package/src/modules/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/src/modules/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/src/modules/bmm/testarch/knowledge/log.md +294 -0
- package/src/modules/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/src/modules/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/src/modules/bmm/testarch/knowledge/overview.md +284 -0
- package/src/modules/bmm/testarch/knowledge/recurse.md +296 -0
- package/src/modules/bmm/testarch/tea-index.csv +11 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +235 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +198 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +247 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +257 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +175 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +16 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +246 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +200 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +198 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +53 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +5 -200
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +161 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +123 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +275 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +271 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +272 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +249 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +280 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +275 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +210 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +48 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/instructions.md +247 -476
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +8 -18
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +176 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +324 -0
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +4 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +26 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +105 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +29 -0
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +18 -1
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +28 -8
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/src/modules/bmm/workflows/workflow-status/instructions.md +11 -4
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +3 -2
- package/src/modules/cis/agents/README.md +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +3 -2
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -1
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -1
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -1
- package/src/modules/cis/agents/presentation-master.agent.yaml +3 -2
- package/src/modules/cis/agents/storyteller.agent.yaml +2 -1
- package/src/modules/cis/teams/default-party.csv +6 -5
- package/src/utility/models/agent-activation-ide.xml +4 -4
- package/src/utility/models/agent-activation-web.xml +1 -11
- package/src/utility/models/fragments/activation-rules.xml +5 -6
- package/src/utility/models/fragments/handler-exec.xml +6 -5
- package/src/utility/models/fragments/handler-multi.xml +14 -0
- package/test/README.md +1 -1
- package/test/fixtures/agent-schema/valid/menu-commands/all-command-types.agent.yaml +1 -3
- package/tools/cli/README.md +1 -0
- package/tools/cli/bundlers/web-bundler.js +3 -14
- package/tools/cli/commands/agent-install.js +8 -8
- package/tools/cli/commands/cleanup.js +141 -0
- package/tools/cli/commands/install.js +48 -3
- package/tools/cli/installers/lib/core/config-collector.js +24 -0
- package/tools/cli/installers/lib/core/installer.js +612 -43
- package/tools/cli/installers/lib/ide/antigravity.js +51 -7
- package/tools/cli/installers/lib/ide/auggie.js +53 -0
- package/tools/cli/installers/lib/ide/claude-code.js +1 -6
- package/tools/cli/installers/lib/ide/cline.js +49 -0
- package/tools/cli/installers/lib/ide/codex.js +2 -2
- package/tools/cli/installers/lib/ide/crush.js +47 -0
- package/tools/cli/installers/lib/ide/gemini.js +47 -0
- package/tools/cli/installers/lib/ide/github-copilot.js +59 -48
- package/tools/cli/installers/lib/ide/iflow.js +47 -0
- package/tools/cli/installers/lib/ide/kilo.js +74 -0
- package/tools/cli/installers/lib/ide/qwen.js +54 -0
- package/tools/cli/installers/lib/ide/roo.js +71 -0
- package/tools/cli/installers/lib/ide/rovo-dev.js +290 -0
- package/tools/cli/installers/lib/ide/trae.js +47 -0
- package/tools/cli/lib/agent/compiler.js +156 -22
- package/tools/cli/lib/agent/installer.js +13 -3
- package/tools/cli/lib/agent-analyzer.js +46 -18
- package/tools/cli/lib/ui.js +204 -9
- package/tools/cli/lib/yaml-xml-builder.js +123 -24
- package/tools/platform-codes.yaml +12 -0
- package/tools/schema/agent.js +169 -20
- package/src/core/tasks/adv-elicit-methods.csv +0 -39
- package/src/core/workflows/brainstorming/README.md +0 -261
- package/src/core/workflows/brainstorming/instructions.md +0 -315
- package/src/core/workflows/brainstorming/workflow.yaml +0 -38
- package/src/core/workflows/party-mode/instructions.md +0 -183
- package/src/core/workflows/party-mode/workflow.yaml +0 -28
- package/src/modules/bmb/workflows/audit-workflow/checklist.md +0 -142
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +0 -341
- package/src/modules/bmb/workflows/audit-workflow/template.md +0 -118
- package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +0 -25
- package/src/modules/bmb/workflows/convert-legacy/README.md +0 -262
- package/src/modules/bmb/workflows/convert-legacy/checklist.md +0 -205
- package/src/modules/bmb/workflows/convert-legacy/instructions.md +0 -377
- package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +0 -30
- package/src/modules/bmb/workflows/create-agent/instructions.md +0 -519
- package/src/modules/bmb/workflows/create-agent/workflow.yaml +0 -55
- package/src/modules/bmb/workflows/create-workflow/README.md +0 -277
- package/src/modules/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
- package/src/modules/bmb/workflows/create-workflow/checklist.md +0 -94
- package/src/modules/bmb/workflows/create-workflow/instructions.md +0 -725
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1327
- package/src/modules/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
- package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -15
- package/src/modules/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
- package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -61
- package/src/modules/bmb/workflows/create-workflow/workflow.yaml +0 -41
- package/src/modules/bmb/workflows/edit-agent/README.md +0 -239
- package/src/modules/bmb/workflows/edit-agent/instructions.md +0 -654
- package/src/modules/bmb/workflows/edit-agent/workflow.yaml +0 -49
- package/src/modules/bmb/workflows/edit-workflow/README.md +0 -119
- package/src/modules/bmb/workflows/edit-workflow/checklist.md +0 -70
- package/src/modules/bmb/workflows/edit-workflow/instructions.md +0 -342
- package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +0 -27
- package/src/modules/bmm/_module-installer/assets/bmm-kb.md +0 -1
- package/src/modules/bmm/_module-installer/assets/technical-decisions.md +0 -30
- package/src/modules/bmm/docs/quick-spec-flow.md +0 -652
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -39
- package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/src/modules/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -56
- package/src/modules/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/src/modules/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -61
- package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/src/modules/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/src/modules/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/src/modules/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/src/modules/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +0 -62
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -93
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -78
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/src/modules/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/src/modules/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -100
- package/src/modules/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/src/modules/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -58
- package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -28
- package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -25
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- /package/src/modules/bmb/docs/{agent-compilation.md → agents/agent-compilation.md} +0 -0
- /package/src/modules/bmb/docs/{expert-agent-architecture.md → agents/expert-agent-architecture.md} +0 -0
- /package/src/modules/bmb/docs/{index.md → agents/index.md} +0 -0
- /package/src/modules/bmb/docs/{understanding-agent-types.md → agents/understanding-agent-types.md} +0 -0
- /package/src/modules/bmb/reference/{readme.md → README.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{agent-validation-checklist.md → data/agent-validation-checklist.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{brainstorm-context.md → data/brainstorm-context.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{communication-presets.csv → data/communication-presets.csv} +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/brainstorm-context.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/installer-templates/install-config.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/installer-templates/installer.js +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/module-structure.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/template.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/workflow.yaml +0 -0
- /package/src/modules/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
|
@@ -1,261 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
last-redoc-date: 2025-09-28
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Brainstorming Session Workflow
|
|
6
|
-
|
|
7
|
-
## Overview
|
|
8
|
-
|
|
9
|
-
The brainstorming workflow facilitates interactive brainstorming sessions using diverse creative techniques. This workflow acts as an AI facilitator guiding users through various ideation methods to generate and refine creative solutions in a structured, energetic, and highly interactive manner.
|
|
10
|
-
|
|
11
|
-
## Key Features
|
|
12
|
-
|
|
13
|
-
- **36 Creative Techniques**: Comprehensive library spanning collaborative, structured, creative, deep, theatrical, wild, and introspective approaches
|
|
14
|
-
- **Interactive Facilitation**: AI acts as a skilled facilitator using "Yes, and..." methodology
|
|
15
|
-
- **Flexible Approach Selection**: User-guided, AI-recommended, random, or progressive technique flows
|
|
16
|
-
- **Context-Aware Sessions**: Supports domain-specific brainstorming through context document input
|
|
17
|
-
- **Systematic Organization**: Converges ideas into immediate opportunities, future innovations, and moonshots
|
|
18
|
-
- **Action Planning**: Prioritizes top ideas with concrete next steps and timelines
|
|
19
|
-
- **Session Documentation**: Comprehensive structured reports capturing all insights and outcomes
|
|
20
|
-
|
|
21
|
-
## Usage
|
|
22
|
-
|
|
23
|
-
### Configuration
|
|
24
|
-
|
|
25
|
-
The workflow leverages configuration from `{bmad_folder}/core/config.yaml`:
|
|
26
|
-
|
|
27
|
-
- **output_folder**: Where session results are saved
|
|
28
|
-
- **user_name**: Session participant identification
|
|
29
|
-
|
|
30
|
-
And the following has a default or can be passed in as an override for custom brainstorming scenarios.
|
|
31
|
-
|
|
32
|
-
- **brain_techniques**: CSV database of 36 creative techniques, default is `./brain-methods.csv`
|
|
33
|
-
|
|
34
|
-
## Workflow Structure
|
|
35
|
-
|
|
36
|
-
### Files Included
|
|
37
|
-
|
|
38
|
-
```
|
|
39
|
-
brainstorming/
|
|
40
|
-
├── workflow.yaml # Configuration and metadata
|
|
41
|
-
├── instructions.md # Step-by-step execution guide
|
|
42
|
-
├── template.md # Session report structure
|
|
43
|
-
├── brain-methods.csv # Database of 36 creative techniques
|
|
44
|
-
└── README.md # This file
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
## Creative Techniques Library
|
|
48
|
-
|
|
49
|
-
The workflow includes 36 techniques organized into 7 categories:
|
|
50
|
-
|
|
51
|
-
### Collaborative Techniques
|
|
52
|
-
|
|
53
|
-
- **Yes And Building**: Build momentum through positive additions
|
|
54
|
-
- **Brain Writing Round Robin**: Silent idea generation with sequential building
|
|
55
|
-
- **Random Stimulation**: Use random catalysts for unexpected connections
|
|
56
|
-
- **Role Playing**: Generate solutions from multiple stakeholder perspectives
|
|
57
|
-
|
|
58
|
-
### Structured Approaches
|
|
59
|
-
|
|
60
|
-
- **SCAMPER Method**: Systematic creativity through seven lenses (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse)
|
|
61
|
-
- **Six Thinking Hats**: Explore through six perspectives (facts/emotions/benefits/risks/creativity/process)
|
|
62
|
-
- **Mind Mapping**: Visual branching from central concepts
|
|
63
|
-
- **Resource Constraints**: Innovation through extreme limitations
|
|
64
|
-
|
|
65
|
-
### Creative Methods
|
|
66
|
-
|
|
67
|
-
- **What If Scenarios**: Explore radical possibilities by questioning constraints
|
|
68
|
-
- **Analogical Thinking**: Find solutions through domain parallels
|
|
69
|
-
- **Reversal Inversion**: Flip problems upside down for fresh angles
|
|
70
|
-
- **First Principles Thinking**: Strip away assumptions to rebuild from fundamentals
|
|
71
|
-
- **Forced Relationships**: Connect unrelated concepts for innovation
|
|
72
|
-
- **Time Shifting**: Explore solutions across different time periods
|
|
73
|
-
- **Metaphor Mapping**: Use extended metaphors as thinking tools
|
|
74
|
-
|
|
75
|
-
### Deep Analysis
|
|
76
|
-
|
|
77
|
-
- **Five Whys**: Drill down through causation layers to root causes
|
|
78
|
-
- **Morphological Analysis**: Systematically explore parameter combinations
|
|
79
|
-
- **Provocation Technique**: Extract useful ideas from absurd starting points
|
|
80
|
-
- **Assumption Reversal**: Challenge and flip core assumptions
|
|
81
|
-
- **Question Storming**: Generate questions before seeking answers
|
|
82
|
-
|
|
83
|
-
### Theatrical Approaches
|
|
84
|
-
|
|
85
|
-
- **Time Travel Talk Show**: Interview past/present/future selves
|
|
86
|
-
- **Alien Anthropologist**: Examine through completely foreign eyes
|
|
87
|
-
- **Dream Fusion Laboratory**: Start with impossible solutions, work backwards
|
|
88
|
-
- **Emotion Orchestra**: Let different emotions lead separate sessions
|
|
89
|
-
- **Parallel Universe Cafe**: Explore under alternative reality rules
|
|
90
|
-
|
|
91
|
-
### Wild Methods
|
|
92
|
-
|
|
93
|
-
- **Chaos Engineering**: Deliberately break things to discover robust solutions
|
|
94
|
-
- **Guerrilla Gardening Ideas**: Plant unexpected solutions in unlikely places
|
|
95
|
-
- **Pirate Code Brainstorm**: Take what works from anywhere and remix
|
|
96
|
-
- **Zombie Apocalypse Planning**: Design for extreme survival scenarios
|
|
97
|
-
- **Drunk History Retelling**: Explain with uninhibited simplicity
|
|
98
|
-
|
|
99
|
-
### Introspective Delight
|
|
100
|
-
|
|
101
|
-
- **Inner Child Conference**: Channel pure childhood curiosity
|
|
102
|
-
- **Shadow Work Mining**: Explore what you're avoiding or resisting
|
|
103
|
-
- **Values Archaeology**: Excavate deep personal values driving decisions
|
|
104
|
-
- **Future Self Interview**: Seek wisdom from your wiser future self
|
|
105
|
-
- **Body Wisdom Dialogue**: Let physical sensations guide ideation
|
|
106
|
-
|
|
107
|
-
## Workflow Process
|
|
108
|
-
|
|
109
|
-
### Phase 1: Session Setup (Step 1)
|
|
110
|
-
|
|
111
|
-
- Context gathering (topic, goals, constraints)
|
|
112
|
-
- Domain-specific guidance if context document provided
|
|
113
|
-
- Session scope definition (broad exploration vs. focused ideation)
|
|
114
|
-
|
|
115
|
-
### Phase 2: Approach Selection (Step 2)
|
|
116
|
-
|
|
117
|
-
- **User-Selected**: Browse and choose specific techniques
|
|
118
|
-
- **AI-Recommended**: Tailored technique suggestions based on context
|
|
119
|
-
- **Random Selection**: Surprise technique for creative breakthrough
|
|
120
|
-
- **Progressive Flow**: Multi-technique journey from broad to focused
|
|
121
|
-
|
|
122
|
-
### Phase 3: Interactive Facilitation (Step 3)
|
|
123
|
-
|
|
124
|
-
- Master facilitator approach using questions, not answers
|
|
125
|
-
- "Yes, and..." building methodology
|
|
126
|
-
- Energy monitoring and technique switching
|
|
127
|
-
- Real-time idea capture and momentum building
|
|
128
|
-
- Quantity over quality focus (aim: 100 ideas in 60 minutes)
|
|
129
|
-
|
|
130
|
-
### Phase 4: Convergent Organization (Step 4)
|
|
131
|
-
|
|
132
|
-
- Review and categorize all generated ideas
|
|
133
|
-
- Identify patterns and themes across techniques
|
|
134
|
-
- Sort into three priority buckets for action planning
|
|
135
|
-
|
|
136
|
-
### Phase 5: Insight Extraction (Step 5)
|
|
137
|
-
|
|
138
|
-
- Surface recurring themes across multiple techniques
|
|
139
|
-
- Identify key realizations and surprising connections
|
|
140
|
-
- Extract deeper patterns and meta-insights
|
|
141
|
-
|
|
142
|
-
### Phase 6: Action Planning (Step 6)
|
|
143
|
-
|
|
144
|
-
- Prioritize top 3 ideas for implementation
|
|
145
|
-
- Define concrete next steps for each priority
|
|
146
|
-
- Determine resource needs and realistic timelines
|
|
147
|
-
|
|
148
|
-
### Phase 7: Session Reflection (Step 7)
|
|
149
|
-
|
|
150
|
-
- Analyze what worked well and areas for further exploration
|
|
151
|
-
- Recommend follow-up techniques and next session planning
|
|
152
|
-
- Capture emergent questions for future investigation
|
|
153
|
-
|
|
154
|
-
### Phase 8: Report Generation (Step 8)
|
|
155
|
-
|
|
156
|
-
- Compile comprehensive structured report
|
|
157
|
-
- Calculate total ideas generated and techniques used
|
|
158
|
-
- Format all content for sharing and future reference
|
|
159
|
-
|
|
160
|
-
## Output
|
|
161
|
-
|
|
162
|
-
### Generated Files
|
|
163
|
-
|
|
164
|
-
- **Primary output**: Structured session report saved to `{output_folder}/brainstorming-session-results-{date}.md`
|
|
165
|
-
- **Context integration**: Links to previous brainstorming sessions if available
|
|
166
|
-
|
|
167
|
-
### Output Structure
|
|
168
|
-
|
|
169
|
-
1. **Executive Summary** - Topic, goals, techniques used, total ideas generated, key themes
|
|
170
|
-
2. **Technique Sessions** - Detailed capture of each technique's ideation process
|
|
171
|
-
3. **Idea Categorization** - Immediate opportunities, future innovations, moonshots, insights
|
|
172
|
-
4. **Action Planning** - Top 3 priorities with rationale, steps, resources, timelines
|
|
173
|
-
5. **Reflection and Follow-up** - Session analysis, recommendations, next steps planning
|
|
174
|
-
|
|
175
|
-
## Requirements
|
|
176
|
-
|
|
177
|
-
- No special software requirements
|
|
178
|
-
- Access to the CIS module configuration (`{bmad_folder}/cis/config.yaml`)
|
|
179
|
-
- Active participation and engagement throughout the interactive session
|
|
180
|
-
- Optional: Domain context document for focused brainstorming
|
|
181
|
-
|
|
182
|
-
## Best Practices
|
|
183
|
-
|
|
184
|
-
### Before Starting
|
|
185
|
-
|
|
186
|
-
1. **Define Clear Intent**: Know whether you want broad exploration or focused problem-solving
|
|
187
|
-
2. **Gather Context**: Prepare any relevant background documents or domain knowledge
|
|
188
|
-
3. **Set Time Expectations**: Plan for 45-90 minutes for a comprehensive session
|
|
189
|
-
4. **Create Open Environment**: Ensure distraction-free space for creative thinking
|
|
190
|
-
|
|
191
|
-
### During Execution
|
|
192
|
-
|
|
193
|
-
1. **Embrace Quantity**: Generate many ideas without self-censoring
|
|
194
|
-
2. **Build with "Yes, And"**: Accept and expand on ideas rather than judging
|
|
195
|
-
3. **Stay Curious**: Follow unexpected connections and tangents
|
|
196
|
-
4. **Trust the Process**: Let the facilitator guide you through technique transitions
|
|
197
|
-
5. **Capture Everything**: Document all ideas, even seemingly silly ones
|
|
198
|
-
6. **Monitor Energy**: Communicate when you need technique changes or breaks
|
|
199
|
-
|
|
200
|
-
### After Completion
|
|
201
|
-
|
|
202
|
-
1. **Review Within 24 Hours**: Re-read the report while insights are fresh
|
|
203
|
-
2. **Act on Quick Wins**: Implement immediate opportunities within one week
|
|
204
|
-
3. **Schedule Follow-ups**: Plan development sessions for promising concepts
|
|
205
|
-
4. **Share Selectively**: Distribute relevant insights to appropriate stakeholders
|
|
206
|
-
|
|
207
|
-
## Facilitation Principles
|
|
208
|
-
|
|
209
|
-
The AI facilitator operates using these core principles:
|
|
210
|
-
|
|
211
|
-
- **Ask, Don't Tell**: Use questions to draw out participant's own ideas
|
|
212
|
-
- **Build, Don't Judge**: Use "Yes, and..." methodology, never "No, but..."
|
|
213
|
-
- **Quantity Over Quality**: Aim for volume in generation phase
|
|
214
|
-
- **Defer Judgment**: Evaluation comes after generation is complete
|
|
215
|
-
- **Stay Curious**: Show genuine interest in participant's unique perspectives
|
|
216
|
-
- **Monitor Energy**: Adapt technique and pace to participant's engagement level
|
|
217
|
-
|
|
218
|
-
## Example Session Flow
|
|
219
|
-
|
|
220
|
-
### Progressive Technique Flow
|
|
221
|
-
|
|
222
|
-
1. **Mind Mapping** (10 min) - Build the landscape of possibilities
|
|
223
|
-
2. **SCAMPER** (15 min) - Systematic exploration of improvement angles
|
|
224
|
-
3. **Six Thinking Hats** (15 min) - Multiple perspectives on solutions
|
|
225
|
-
4. **Forced Relationships** (10 min) - Creative synthesis of unexpected connections
|
|
226
|
-
|
|
227
|
-
### Energy Checkpoints
|
|
228
|
-
|
|
229
|
-
- After 15-20 minutes: "Should we continue with this technique or try something new?"
|
|
230
|
-
- Before convergent phase: "Are you ready to start organizing ideas, or explore more?"
|
|
231
|
-
- During action planning: "How's your energy for the final planning phase?"
|
|
232
|
-
|
|
233
|
-
## Customization
|
|
234
|
-
|
|
235
|
-
To customize this workflow:
|
|
236
|
-
|
|
237
|
-
1. **Add New Techniques**: Extend `brain-methods.csv` with additional creative methods
|
|
238
|
-
2. **Modify Facilitation Style**: Adjust prompts in `instructions.md` for different energy levels
|
|
239
|
-
3. **Update Report Structure**: Modify `template.md` to include additional analysis sections
|
|
240
|
-
4. **Create Domain Variants**: Develop specialized technique sets for specific industries
|
|
241
|
-
|
|
242
|
-
## Version History
|
|
243
|
-
|
|
244
|
-
- **v1.0.0** - Initial release
|
|
245
|
-
- 36 creative techniques across 7 categories
|
|
246
|
-
- Interactive facilitation with energy monitoring
|
|
247
|
-
- Comprehensive structured reporting
|
|
248
|
-
- Context-aware session guidance
|
|
249
|
-
|
|
250
|
-
## Support
|
|
251
|
-
|
|
252
|
-
For issues or questions:
|
|
253
|
-
|
|
254
|
-
- Review technique descriptions in `brain-methods.csv` for facilitation guidance
|
|
255
|
-
- Consult the workflow instructions in `instructions.md` for step-by-step details
|
|
256
|
-
- Reference the template structure in `template.md` for output expectations
|
|
257
|
-
- Follow BMAD documentation standards for workflow customization
|
|
258
|
-
|
|
259
|
-
---
|
|
260
|
-
|
|
261
|
-
_Part of the BMad Method v6 - Creative Ideation and Synthesis (CIS) Module_
|
|
@@ -1,315 +0,0 @@
|
|
|
1
|
-
# Brainstorming Session Instructions
|
|
2
|
-
|
|
3
|
-
## Workflow
|
|
4
|
-
|
|
5
|
-
<workflow>
|
|
6
|
-
<critical>The workflow execution engine is governed by: {project_root}/{bmad_folder}/core/tasks/workflow.xml</critical>
|
|
7
|
-
<critical>You MUST have already loaded and processed: {project_root}/{bmad_folder}/core/workflows/brainstorming/workflow.yaml</critical>
|
|
8
|
-
|
|
9
|
-
<step n="1" goal="Session Setup">
|
|
10
|
-
|
|
11
|
-
<action>Check if context data was provided with workflow invocation</action>
|
|
12
|
-
|
|
13
|
-
<check if="data attribute was passed to this workflow">
|
|
14
|
-
<action>Load the context document from the data file path</action>
|
|
15
|
-
<action>Study the domain knowledge and session focus</action>
|
|
16
|
-
<action>Use the provided context to guide the session</action>
|
|
17
|
-
<action>Acknowledge the focused brainstorming goal</action>
|
|
18
|
-
<ask response="session_refinement">I see we're brainstorming about the specific domain outlined in the context. What particular aspect would you like to explore?</ask>
|
|
19
|
-
</check>
|
|
20
|
-
|
|
21
|
-
<check if="no context data provided">
|
|
22
|
-
<action>Proceed with generic context gathering</action>
|
|
23
|
-
<ask response="session_topic">1. What are we brainstorming about?</ask>
|
|
24
|
-
<ask response="stated_goals">2. Are there any constraints or parameters we should keep in mind?</ask>
|
|
25
|
-
<ask>3. Is the goal broad exploration or focused ideation on specific aspects?</ask>
|
|
26
|
-
|
|
27
|
-
<critical>Wait for user response before proceeding. This context shapes the entire session.</critical>
|
|
28
|
-
</check>
|
|
29
|
-
|
|
30
|
-
<template-output>session_topic, stated_goals</template-output>
|
|
31
|
-
|
|
32
|
-
</step>
|
|
33
|
-
|
|
34
|
-
<step n="2" goal="Present Approach Options">
|
|
35
|
-
|
|
36
|
-
Based on the context from Step 1, present these four approach options:
|
|
37
|
-
|
|
38
|
-
<ask response="selection">
|
|
39
|
-
1. **User-Selected Techniques** - Browse and choose specific techniques from our library
|
|
40
|
-
2. **AI-Recommended Techniques** - Let me suggest techniques based on your context
|
|
41
|
-
3. **Random Technique Selection** - Surprise yourself with unexpected creative methods
|
|
42
|
-
4. **Progressive Technique Flow** - Start broad, then narrow down systematically
|
|
43
|
-
|
|
44
|
-
Which approach would you prefer? (Enter 1-4)
|
|
45
|
-
</ask>
|
|
46
|
-
|
|
47
|
-
<step n="2a" title="User-Selected Techniques" if="selection==1">
|
|
48
|
-
<action>Load techniques from {brain_techniques} CSV file</action>
|
|
49
|
-
<action>Parse: category, technique_name, description, facilitation_prompts</action>
|
|
50
|
-
|
|
51
|
-
<check if="strong context from Step 1 (specific problem/goal)">
|
|
52
|
-
<action>Identify 2-3 most relevant categories based on stated_goals</action>
|
|
53
|
-
<action>Present those categories first with 3-5 techniques each</action>
|
|
54
|
-
<action>Offer "show all categories" option</action>
|
|
55
|
-
</check>
|
|
56
|
-
|
|
57
|
-
<check if="open exploration">
|
|
58
|
-
<action>Display all 7 categories with helpful descriptions</action>
|
|
59
|
-
</check>
|
|
60
|
-
|
|
61
|
-
Category descriptions to guide selection:
|
|
62
|
-
- **Structured:** Systematic frameworks for thorough exploration
|
|
63
|
-
- **Creative:** Innovative approaches for breakthrough thinking
|
|
64
|
-
- **Collaborative:** Group dynamics and team ideation methods
|
|
65
|
-
- **Deep:** Analytical methods for root cause and insight
|
|
66
|
-
- **Theatrical:** Playful exploration for radical perspectives
|
|
67
|
-
- **Wild:** Extreme thinking for pushing boundaries
|
|
68
|
-
- **Introspective Delight:** Inner wisdom and authentic exploration
|
|
69
|
-
|
|
70
|
-
For each category, show 3-5 representative techniques with brief descriptions.
|
|
71
|
-
|
|
72
|
-
Ask in your own voice: "Which technique(s) interest you? You can choose by name, number, or tell me what you're drawn to."
|
|
73
|
-
|
|
74
|
-
</step>
|
|
75
|
-
|
|
76
|
-
<step n="2b" title="AI-Recommended Techniques" if="selection==2">
|
|
77
|
-
<action>Review {brain_techniques} and select 3-5 techniques that best fit the context</action>
|
|
78
|
-
|
|
79
|
-
Analysis Framework:
|
|
80
|
-
|
|
81
|
-
1. **Goal Analysis:**
|
|
82
|
-
- Innovation/New Ideas → creative, wild categories
|
|
83
|
-
- Problem Solving → deep, structured categories
|
|
84
|
-
- Team Building → collaborative category
|
|
85
|
-
- Personal Insight → introspective_delight category
|
|
86
|
-
- Strategic Planning → structured, deep categories
|
|
87
|
-
|
|
88
|
-
2. **Complexity Match:**
|
|
89
|
-
- Complex/Abstract Topic → deep, structured techniques
|
|
90
|
-
- Familiar/Concrete Topic → creative, wild techniques
|
|
91
|
-
- Emotional/Personal Topic → introspective_delight techniques
|
|
92
|
-
|
|
93
|
-
3. **Energy/Tone Assessment:**
|
|
94
|
-
- User language formal → structured, analytical techniques
|
|
95
|
-
- User language playful → creative, theatrical, wild techniques
|
|
96
|
-
- User language reflective → introspective_delight, deep techniques
|
|
97
|
-
|
|
98
|
-
4. **Time Available:**
|
|
99
|
-
- <30 min → 1-2 focused techniques
|
|
100
|
-
- 30-60 min → 2-3 complementary techniques
|
|
101
|
-
- >60 min → Consider progressive flow (3-5 techniques)
|
|
102
|
-
|
|
103
|
-
Present recommendations in your own voice with:
|
|
104
|
-
- Technique name (category)
|
|
105
|
-
- Why it fits their context (specific)
|
|
106
|
-
- What they'll discover (outcome)
|
|
107
|
-
- Estimated time
|
|
108
|
-
|
|
109
|
-
Example structure:
|
|
110
|
-
"Based on your goal to [X], I recommend:
|
|
111
|
-
|
|
112
|
-
1. **[Technique Name]** (category) - X min
|
|
113
|
-
WHY: [Specific reason based on their context]
|
|
114
|
-
OUTCOME: [What they'll generate/discover]
|
|
115
|
-
|
|
116
|
-
2. **[Technique Name]** (category) - X min
|
|
117
|
-
WHY: [Specific reason]
|
|
118
|
-
OUTCOME: [Expected result]
|
|
119
|
-
|
|
120
|
-
Ready to start? [c] or would you prefer different techniques? [r]"
|
|
121
|
-
|
|
122
|
-
</step>
|
|
123
|
-
|
|
124
|
-
<step n="2c" title="Single Random Technique Selection" if="selection==3">
|
|
125
|
-
<action>Load all techniques from {brain_techniques} CSV</action>
|
|
126
|
-
<action>Select random technique using true randomization</action>
|
|
127
|
-
<action>Build excitement about unexpected choice</action>
|
|
128
|
-
<format>
|
|
129
|
-
Let's shake things up! The universe has chosen:
|
|
130
|
-
**{{technique_name}}** - {{description}}
|
|
131
|
-
</format>
|
|
132
|
-
</step>
|
|
133
|
-
|
|
134
|
-
<step n="2d" title="Progressive Flow" if="selection==4">
|
|
135
|
-
<action>Design a progressive journey through {brain_techniques} based on session context</action>
|
|
136
|
-
<action>Analyze stated_goals and session_topic from Step 1</action>
|
|
137
|
-
<action>Determine session length (ask if not stated)</action>
|
|
138
|
-
<action>Select 3-4 complementary techniques that build on each other</action>
|
|
139
|
-
|
|
140
|
-
Journey Design Principles:
|
|
141
|
-
- Start with divergent exploration (broad, generative)
|
|
142
|
-
- Move through focused deep dive (analytical or creative)
|
|
143
|
-
- End with convergent synthesis (integration, prioritization)
|
|
144
|
-
|
|
145
|
-
Common Patterns by Goal:
|
|
146
|
-
- **Problem-solving:** Mind Mapping → Five Whys → Assumption Reversal
|
|
147
|
-
- **Innovation:** What If Scenarios → Analogical Thinking → Forced Relationships
|
|
148
|
-
- **Strategy:** First Principles → SCAMPER → Six Thinking Hats
|
|
149
|
-
- **Team Building:** Brain Writing → Yes And Building → Role Playing
|
|
150
|
-
|
|
151
|
-
Present your recommended journey with:
|
|
152
|
-
- Technique names and brief why
|
|
153
|
-
- Estimated time for each (10-20 min)
|
|
154
|
-
- Total session duration
|
|
155
|
-
- Rationale for sequence
|
|
156
|
-
|
|
157
|
-
Ask in your own voice: "How does this flow sound? We can adjust as we go."
|
|
158
|
-
|
|
159
|
-
</step>
|
|
160
|
-
|
|
161
|
-
<critical>Create the output document using the template, and record at the {{session_start_plan}} documenting the chosen techniques, along with which approach was used. For all remaining steps, progressively add to the document throughout the brainstorming</critical>
|
|
162
|
-
</step>
|
|
163
|
-
|
|
164
|
-
<step n="3" goal="Execute Techniques Interactively">
|
|
165
|
-
|
|
166
|
-
<critical>
|
|
167
|
-
REMEMBER: YOU ARE A MASTER Brainstorming Creative FACILITATOR: Guide the user as a facilitator to generate their own ideas through questions, prompts, and examples. Don't brainstorm for them unless they explicitly request it.
|
|
168
|
-
</critical>
|
|
169
|
-
|
|
170
|
-
<facilitation-principles>
|
|
171
|
-
- Ask, don't tell - Use questions to draw out ideas
|
|
172
|
-
- Build, don't judge - Use "Yes, and..." never "No, but..."
|
|
173
|
-
- Quantity over quality - Aim for 100 ideas in 60 minutes
|
|
174
|
-
- Defer judgment - Evaluation comes after generation
|
|
175
|
-
- Stay curious - Show genuine interest in their ideas
|
|
176
|
-
</facilitation-principles>
|
|
177
|
-
|
|
178
|
-
For each technique:
|
|
179
|
-
|
|
180
|
-
1. **Introduce the technique** - Use the description from CSV to explain how it works
|
|
181
|
-
2. **Provide the first prompt** - Use facilitation_prompts from CSV (pipe-separated prompts)
|
|
182
|
-
- Parse facilitation_prompts field and select appropriate prompts
|
|
183
|
-
- These are your conversation starters and follow-ups
|
|
184
|
-
3. **Wait for their response** - Let them generate ideas
|
|
185
|
-
4. **Build on their ideas** - Use "Yes, and..." or "That reminds me..." or "What if we also..."
|
|
186
|
-
5. **Ask follow-up questions** - "Tell me more about...", "How would that work?", "What else?"
|
|
187
|
-
6. **Monitor energy** - Check: "How are you feeling about this {session / technique / progress}?"
|
|
188
|
-
- If energy is high → Keep pushing with current technique
|
|
189
|
-
- If energy is low → "Should we try a different angle or take a quick break?"
|
|
190
|
-
7. **Keep momentum** - Celebrate: "Great! You've generated [X] ideas so far!"
|
|
191
|
-
8. **Document everything** - Capture all ideas for the final report
|
|
192
|
-
|
|
193
|
-
<example>
|
|
194
|
-
Example facilitation flow for any technique:
|
|
195
|
-
|
|
196
|
-
1. Introduce: "Let's try [technique_name]. [Adapt description from CSV to their context]."
|
|
197
|
-
|
|
198
|
-
2. First Prompt: Pull first facilitation_prompt from {brain_techniques} and adapt to their topic
|
|
199
|
-
- CSV: "What if we had unlimited resources?"
|
|
200
|
-
- Adapted: "What if you had unlimited resources for [their_topic]?"
|
|
201
|
-
|
|
202
|
-
3. Build on Response: Use "Yes, and..." or "That reminds me..." or "Building on that..."
|
|
203
|
-
|
|
204
|
-
4. Next Prompt: Pull next facilitation_prompt when ready to advance
|
|
205
|
-
|
|
206
|
-
5. Monitor Energy: After a few rounds, check if they want to continue or switch
|
|
207
|
-
|
|
208
|
-
The CSV provides the prompts - your role is to facilitate naturally in your unique voice.
|
|
209
|
-
</example>
|
|
210
|
-
|
|
211
|
-
Continue engaging with the technique until the user indicates they want to:
|
|
212
|
-
|
|
213
|
-
- Switch to a different technique ("Ready for a different approach?")
|
|
214
|
-
- Apply current ideas to a new technique
|
|
215
|
-
- Move to the convergent phase
|
|
216
|
-
- End the session
|
|
217
|
-
|
|
218
|
-
<energy-checkpoint>
|
|
219
|
-
After 4 rounds with a technique, check: "Should we continue with this technique or try something new?"
|
|
220
|
-
</energy-checkpoint>
|
|
221
|
-
|
|
222
|
-
<template-output>technique_sessions</template-output>
|
|
223
|
-
|
|
224
|
-
</step>
|
|
225
|
-
|
|
226
|
-
<step n="4" goal="Convergent Phase - Organize Ideas">
|
|
227
|
-
|
|
228
|
-
<transition-check>
|
|
229
|
-
"We've generated a lot of great ideas! Are you ready to start organizing them, or would you like to explore more?"
|
|
230
|
-
</transition-check>
|
|
231
|
-
|
|
232
|
-
When ready to consolidate:
|
|
233
|
-
|
|
234
|
-
Guide the user through categorizing their ideas:
|
|
235
|
-
|
|
236
|
-
1. **Review all generated ideas** - Display everything captured so far
|
|
237
|
-
2. **Identify patterns** - "I notice several ideas about X... and others about Y..."
|
|
238
|
-
3. **Group into categories** - Work with user to organize ideas within and across techniques
|
|
239
|
-
|
|
240
|
-
Ask: "Looking at all these ideas, which ones feel like:
|
|
241
|
-
|
|
242
|
-
- <ask response="immediate_opportunities">Quick wins we could implement immediately?</ask>
|
|
243
|
-
- <ask response="future_innovations">Promising concepts that need more development?</ask>
|
|
244
|
-
- <ask response="moonshots">Bold moonshots worth pursuing long-term?"</ask>
|
|
245
|
-
|
|
246
|
-
<template-output>immediate_opportunities, future_innovations, moonshots</template-output>
|
|
247
|
-
|
|
248
|
-
</step>
|
|
249
|
-
|
|
250
|
-
<step n="5" goal="Extract Insights and Themes">
|
|
251
|
-
|
|
252
|
-
Analyze the session to identify deeper patterns:
|
|
253
|
-
|
|
254
|
-
1. **Identify recurring themes** - What concepts appeared across multiple techniques? -> key_themes
|
|
255
|
-
2. **Surface key insights** - What realizations emerged during the process? -> insights_learnings
|
|
256
|
-
3. **Note surprising connections** - What unexpected relationships were discovered? -> insights_learnings
|
|
257
|
-
|
|
258
|
-
<invoke-task halt="true">{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml</invoke-task>
|
|
259
|
-
|
|
260
|
-
<template-output>key_themes, insights_learnings</template-output>
|
|
261
|
-
|
|
262
|
-
</step>
|
|
263
|
-
|
|
264
|
-
<step n="6" goal="Action Planning">
|
|
265
|
-
|
|
266
|
-
<energy-check>
|
|
267
|
-
"Great work so far! How's your energy for the final planning phase?"
|
|
268
|
-
</energy-check>
|
|
269
|
-
|
|
270
|
-
Work with the user to prioritize and plan next steps:
|
|
271
|
-
|
|
272
|
-
<ask>Of all the ideas we've generated, which 3 feel most important to pursue?</ask>
|
|
273
|
-
|
|
274
|
-
For each priority:
|
|
275
|
-
|
|
276
|
-
1. Ask why this is a priority
|
|
277
|
-
2. Identify concrete next steps
|
|
278
|
-
3. Determine resource needs
|
|
279
|
-
4. Set realistic timeline
|
|
280
|
-
|
|
281
|
-
<template-output>priority_1_name, priority_1_rationale, priority_1_steps, priority_1_resources, priority_1_timeline</template-output>
|
|
282
|
-
<template-output>priority_2_name, priority_2_rationale, priority_2_steps, priority_2_resources, priority_2_timeline</template-output>
|
|
283
|
-
<template-output>priority_3_name, priority_3_rationale, priority_3_steps, priority_3_resources, priority_3_timeline</template-output>
|
|
284
|
-
|
|
285
|
-
</step>
|
|
286
|
-
|
|
287
|
-
<step n="7" goal="Session Reflection">
|
|
288
|
-
|
|
289
|
-
Conclude with meta-analysis of the session:
|
|
290
|
-
|
|
291
|
-
1. **What worked well** - Which techniques or moments were most productive?
|
|
292
|
-
2. **Areas to explore further** - What topics deserve deeper investigation?
|
|
293
|
-
3. **Recommended follow-up techniques** - What methods would help continue this work?
|
|
294
|
-
4. **Emergent questions** - What new questions arose that we should address?
|
|
295
|
-
5. **Next session planning** - When and what should we brainstorm next?
|
|
296
|
-
|
|
297
|
-
<template-output>what_worked, areas_exploration, recommended_techniques, questions_emerged</template-output>
|
|
298
|
-
<template-output>followup_topics, timeframe, preparation</template-output>
|
|
299
|
-
|
|
300
|
-
</step>
|
|
301
|
-
|
|
302
|
-
<step n="8" goal="Generate Final Report">
|
|
303
|
-
|
|
304
|
-
Compile all captured content into the structured report template:
|
|
305
|
-
|
|
306
|
-
1. Calculate total ideas generated across all techniques
|
|
307
|
-
2. List all techniques used with duration estimates
|
|
308
|
-
3. Format all content according to template structure
|
|
309
|
-
4. Ensure all placeholders are filled with actual content
|
|
310
|
-
|
|
311
|
-
<template-output>agent_role, agent_name, user_name, techniques_list, total_ideas</template-output>
|
|
312
|
-
|
|
313
|
-
</step>
|
|
314
|
-
|
|
315
|
-
</workflow>
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# Brainstorming Session Workflow Configuration
|
|
2
|
-
name: "brainstorming"
|
|
3
|
-
description: "Facilitate interactive brainstorming sessions using diverse creative techniques. This workflow facilitates interactive brainstorming sessions using diverse creative techniques. The session is highly interactive, with the AI acting as a facilitator to guide the user through various ideation methods to generate and refine creative solutions."
|
|
4
|
-
author: "BMad"
|
|
5
|
-
|
|
6
|
-
# Critical variables load from config_source
|
|
7
|
-
config_source: "{project-root}/{bmad_folder}/cis/config.yaml"
|
|
8
|
-
output_folder: "{config_source}:output_folder"
|
|
9
|
-
user_name: "{config_source}:user_name"
|
|
10
|
-
date: system-generated
|
|
11
|
-
|
|
12
|
-
# Context can be provided via data attribute when invoking
|
|
13
|
-
# Example: data="{path}/context.md" provides domain-specific guidance
|
|
14
|
-
|
|
15
|
-
# Module path and component files
|
|
16
|
-
installed_path: "{project-root}/{bmad_folder}/core/workflows/brainstorming"
|
|
17
|
-
template: "{installed_path}/template.md"
|
|
18
|
-
instructions: "{installed_path}/instructions.md"
|
|
19
|
-
validation: "{installed_path}/checklist.md"
|
|
20
|
-
brain_techniques: "{installed_path}/brain-methods.csv"
|
|
21
|
-
|
|
22
|
-
# Output configuration
|
|
23
|
-
default_output_file: "{output_folder}/brainstorming-session-results-{{date}}.md"
|
|
24
|
-
|
|
25
|
-
standalone: true
|
|
26
|
-
|
|
27
|
-
web_bundle:
|
|
28
|
-
name: "brainstorming"
|
|
29
|
-
description: "Facilitate interactive brainstorming sessions using diverse creative techniques. This workflow facilitates interactive brainstorming sessions using diverse creative techniques. The session is highly interactive, with the AI acting as a facilitator to guide the user through various ideation methods to generate and refine creative solutions."
|
|
30
|
-
author: "BMad"
|
|
31
|
-
template: "{bmad_folder}/core/workflows/brainstorming/template.md"
|
|
32
|
-
instructions: "{bmad_folder}/core/workflows/brainstorming/instructions.md"
|
|
33
|
-
brain_techniques: "{bmad_folder}/core/workflows/brainstorming/brain-methods.csv"
|
|
34
|
-
use_advanced_elicitation: true
|
|
35
|
-
web_bundle_files:
|
|
36
|
-
- "{bmad_folder}/core/workflows/brainstorming/instructions.md"
|
|
37
|
-
- "{bmad_folder}/core/workflows/brainstorming/brain-methods.csv"
|
|
38
|
-
- "{bmad_folder}/core/workflows/brainstorming/template.md"
|