bmad-method 6.0.0-alpha.12 → 6.0.0-alpha.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/idea_submission.md +1 -1
- package/.github/scripts/discord-helpers.sh +15 -0
- package/.github/workflows/bundle-latest.yaml +79 -27
- package/.github/workflows/discord.yaml +278 -8
- package/.github/workflows/quality.yaml +19 -0
- package/.markdownlint-cli2.yaml +42 -0
- package/.prettierignore +3 -0
- package/CHANGELOG.md +254 -1
- package/CODE_OF_CONDUCT.md +128 -0
- package/README.md +3 -1
- package/bmad-method-6.0.0-alpha.14.tgz +0 -0
- package/docs/agent-customization-guide.md +2 -2
- package/docs/custom-agent-installation.md +58 -90
- package/docs/document-sharding-guide.md +1 -1
- 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/eslint.config.mjs +14 -0
- package/example-custom-content/README.md +4 -0
- package/example-custom-content/agents/commit-poet/commit-poet.agent.yaml +129 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/instructions.md +70 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +111 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +70 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +114 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +134 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +161 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +103 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/memories.md +17 -0
- package/example-custom-content/agents/toolsmith/toolsmith.agent.yaml +109 -0
- package/example-custom-content/custom.yaml +3 -0
- package/example-custom-content/workflows/quiz-master/steps/step-01-init.md +168 -0
- package/example-custom-content/workflows/quiz-master/steps/step-02-q1.md +155 -0
- package/example-custom-content/workflows/quiz-master/steps/step-03-q2.md +89 -0
- package/example-custom-content/workflows/quiz-master/steps/step-04-q3.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-05-q4.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-06-q5.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-07-q6.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-08-q7.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-09-q8.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-10-q9.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-11-q10.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-12-results.md +150 -0
- package/example-custom-content/workflows/quiz-master/templates/csv-headers.template +1 -0
- package/example-custom-content/workflows/quiz-master/workflow-plan-quiz-master.md +269 -0
- package/example-custom-content/workflows/quiz-master/workflow.md +54 -0
- package/example-custom-content/workflows/wassup/workflow.md +26 -0
- package/example-custom-module/mwm/README.md +4 -0
- package/example-custom-module/mwm/_module-installer/install-config.yaml +27 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/cognitive-distortions.md +47 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/thought-records.md +17 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach.agent.yaml +150 -0
- package/example-custom-module/mwm/agents/crisis-navigator.agent.yaml +137 -0
- package/example-custom-module/mwm/agents/meditation-guide.agent.yaml +137 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/insights.md +13 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/instructions.md +30 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/memories.md +13 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/patterns.md +17 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion.agent.yaml +124 -0
- package/example-custom-module/mwm/workflows/cbt-thought-record/README.md +31 -0
- package/example-custom-module/mwm/workflows/cbt-thought-record/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/crisis-support/README.md +31 -0
- package/example-custom-module/mwm/workflows/crisis-support/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/daily-checkin/README.md +32 -0
- package/example-custom-module/mwm/workflows/daily-checkin/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/guided-meditation/README.md +31 -0
- package/example-custom-module/mwm/workflows/guided-meditation/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/wellness-journal/README.md +31 -0
- package/example-custom-module/mwm/workflows/wellness-journal/workflow.md +45 -0
- package/package.json +9 -4
- package/src/core/_module-installer/install-config.yaml +5 -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/resources/excalidraw/library-loader.md +2 -2
- 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 +158 -0
- package/src/core/workflows/party-mode/workflow.md +206 -0
- package/src/modules/bmb/README.md +153 -86
- package/src/modules/bmb/_module-installer/install-config.yaml +4 -9
- package/src/modules/bmb/_module-installer/installer.js +76 -0
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +75 -38
- package/src/modules/bmb/docs/{agent-menu-patterns.md → agents/agent-menu-patterns.md} +6 -6
- package/src/modules/bmb/docs/{expert-agent-architecture.md → agents/expert-agent-architecture.md} +20 -20
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/{module-agent-architecture.md → agents/module-agent-architecture.md} +46 -46
- package/src/modules/bmb/docs/{simple-agent-architecture.md → agents/simple-agent-architecture.md} +7 -3
- 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/templates/step-01-init-continuable-template.md +241 -0
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +223 -0
- package/src/modules/bmb/docs/workflows/templates/step-file.md +139 -0
- package/src/modules/bmb/docs/workflows/templates/step-template.md +290 -0
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +104 -0
- package/src/modules/bmb/docs/workflows/templates/workflow.md +58 -0
- package/src/modules/bmb/docs/workflows/terms.md +97 -0
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/README.md +4 -4
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +8 -8
- package/src/modules/bmb/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +7 -7
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
- 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 +176 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +120 -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 +153 -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 +29 -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-module/steps/step-01-init.md +155 -0
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +169 -0
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +217 -0
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +267 -0
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +228 -0
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +233 -0
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +296 -0
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +228 -0
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +186 -0
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +308 -0
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +336 -0
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +335 -0
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +317 -0
- package/src/modules/bmb/workflows/create-module/templates/install-config.template.yaml +53 -0
- package/src/modules/bmb/workflows/create-module/templates/installer.template.js +47 -0
- package/src/modules/bmb/workflows/create-module/templates/module-plan.template.md +5 -0
- package/src/modules/bmb/workflows/create-module/templates/workflow-plan-template.md +23 -0
- package/src/modules/bmb/workflows/create-module/validation.md +126 -0
- package/src/modules/bmb/workflows/create-module/workflow.md +55 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +157 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +211 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +250 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +216 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +289 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +271 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +308 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +284 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +187 -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 +217 -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/bmb/{workflows → workflows-legacy}/edit-module/checklist.md +0 -1
- 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/bmgd/workflows/3-technical/game-architecture/instructions.md +8 -8
- package/src/modules/bmm/_module-installer/install-config.yaml +10 -16
- package/src/modules/bmm/agents/analyst.agent.yaml +25 -22
- package/src/modules/bmm/agents/architect.agent.yaml +12 -14
- package/src/modules/bmm/agents/dev.agent.yaml +20 -16
- package/src/modules/bmm/agents/pm.agent.yaml +14 -32
- 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 +44 -10
- package/src/modules/bmm/docs/agents-guide.md +80 -53
- package/src/modules/bmm/docs/bmad-quick-flow.md +528 -0
- package/src/modules/bmm/docs/brownfield-guide.md +25 -39
- package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
- package/src/modules/bmm/docs/faq.md +6 -39
- package/src/modules/bmm/docs/glossary.md +12 -25
- package/src/modules/bmm/docs/images/README.md +37 -0
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +960 -1845
- package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +4 -2
- package/src/modules/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/src/modules/bmm/docs/quick-spec-flow.md +5 -5
- package/src/modules/bmm/docs/quick-start.md +9 -25
- package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
- package/src/modules/bmm/docs/test-architecture.md +90 -24
- package/src/modules/bmm/docs/troubleshooting.md +680 -0
- package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
- package/src/modules/bmm/docs/workflows-analysis.md +36 -140
- package/src/modules/bmm/docs/workflows-implementation.md +175 -160
- package/src/modules/bmm/docs/workflows-planning.md +51 -212
- package/src/modules/bmm/docs/workflows-solutioning.md +26 -71
- package/src/modules/bmm/tasks/daily-standup.xml +85 -0
- 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/ci-burn-in.md +1 -1
- 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 +442 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +15 -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 +238 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +204 -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 +59 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -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 +49 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +224 -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 +354 -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/retrospective/instructions.md +3 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -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 +202 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +33 -0
- package/src/modules/bmm/workflows/document-project/instructions.md +1 -1
- package/src/modules/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
- 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/atdd-checklist-template.md +1 -1
- 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/checklist.md +1 -1
- package/src/modules/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
- package/src/modules/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +20 -3
- 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 +29 -9
- 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 +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +4 -9
- 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 +4 -3
- package/tools/cli/bundlers/web-bundler.js +3 -14
- package/tools/cli/commands/build.js +9 -184
- package/tools/cli/commands/install.js +42 -2
- package/tools/cli/installers/lib/core/config-collector.js +94 -10
- package/tools/cli/installers/lib/core/installer.js +389 -55
- package/tools/cli/installers/lib/core/manifest-generator.js +91 -30
- package/tools/cli/installers/lib/core/post-install-sidecar-replacement.js +79 -0
- package/tools/cli/installers/lib/custom/handler.js +266 -0
- package/tools/cli/installers/lib/ide/_base-ide.js +10 -0
- package/tools/cli/installers/lib/ide/antigravity.js +51 -7
- package/tools/cli/installers/lib/ide/auggie.js +72 -7
- 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 +66 -6
- package/tools/cli/installers/lib/ide/cursor.js +29 -13
- package/tools/cli/installers/lib/ide/gemini.js +96 -1
- package/tools/cli/installers/lib/ide/github-copilot.js +59 -48
- package/tools/cli/installers/lib/ide/iflow.js +67 -1
- package/tools/cli/installers/lib/ide/kilo.js +74 -0
- package/tools/cli/installers/lib/ide/kiro-cli.js +327 -0
- package/tools/cli/installers/lib/ide/opencode.js +3 -3
- package/tools/cli/installers/lib/ide/qwen.js +54 -0
- package/tools/cli/installers/lib/ide/roo.js +145 -138
- package/tools/cli/installers/lib/ide/rovo-dev.js +290 -0
- package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +8 -2
- package/tools/cli/installers/lib/ide/shared/bmad-artifacts.js +34 -19
- package/tools/cli/installers/lib/ide/shared/workflow-command-generator.js +18 -14
- package/tools/cli/installers/lib/ide/templates/agent-command-template.md +1 -1
- package/tools/cli/installers/lib/ide/templates/workflow-commander.md +5 -0
- package/tools/cli/installers/lib/ide/trae.js +47 -0
- package/tools/cli/installers/lib/modules/manager.js +486 -53
- package/tools/cli/lib/agent/compiler.js +210 -27
- package/tools/cli/lib/agent/installer.js +140 -30
- package/tools/cli/lib/agent-analyzer.js +46 -18
- package/tools/cli/lib/config.js +2 -1
- package/tools/cli/lib/ui.js +269 -13
- package/tools/cli/lib/yaml-xml-builder.js +123 -39
- package/tools/platform-codes.yaml +12 -0
- package/tools/schema/agent.js +229 -20
- package/tools/validate-svg-changes.sh +356 -0
- 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-module/README.md +0 -229
- package/src/modules/bmb/workflows/create-module/brainstorm-context.md +0 -137
- package/src/modules/bmb/workflows/create-module/checklist.md +0 -235
- package/src/modules/bmb/workflows/create-module/installer-templates/install-config.yaml +0 -92
- package/src/modules/bmb/workflows/create-module/installer-templates/installer.js +0 -231
- package/src/modules/bmb/workflows/create-module/instructions.md +0 -577
- package/src/modules/bmb/workflows/create-module/module-structure.md +0 -400
- package/src/modules/bmb/workflows/create-module/workflow.yaml +0 -52
- 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/bmgd/workflows/4-production/code-review/checklist.md +0 -22
- 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/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/3-solutioning/create-epics-and-stories/epics-template.md +0 -80
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/instructions.md +0 -616
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -64
- package/src/modules/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- 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/tools/cli/commands/agent-install.js +0 -409
- /package/src/modules/bmb/docs/{agent-compilation.md → agents/agent-compilation.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}/edit-module/README.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,39 +0,0 @@
|
|
|
1
|
-
category,method_name,description,output_pattern
|
|
2
|
-
advanced,Tree of Thoughts,Explore multiple reasoning paths simultaneously then evaluate and select the best - perfect for complex problems with multiple valid approaches where finding the optimal path matters,paths → evaluation → selection
|
|
3
|
-
advanced,Graph of Thoughts,Model reasoning as an interconnected network of ideas to reveal hidden relationships - ideal for systems thinking and discovering emergent patterns in complex multi-factor situations,nodes → connections → patterns
|
|
4
|
-
advanced,Thread of Thought,Maintain coherent reasoning across long contexts by weaving a continuous narrative thread - essential for RAG systems and maintaining consistency in lengthy analyses,context → thread → synthesis
|
|
5
|
-
advanced,Self-Consistency Validation,Generate multiple independent approaches then compare for consistency - crucial for high-stakes decisions where verification and consensus building matter,approaches → comparison → consensus
|
|
6
|
-
advanced,Meta-Prompting Analysis,Step back to analyze the approach structure and methodology itself - valuable for optimizing prompts and improving problem-solving strategies,current → analysis → optimization
|
|
7
|
-
advanced,Reasoning via Planning,Build a reasoning tree guided by world models and goal states - excellent for strategic planning and sequential decision-making tasks,model → planning → strategy
|
|
8
|
-
collaboration,Stakeholder Round Table,Convene multiple personas to contribute diverse perspectives - essential for requirements gathering and finding balanced solutions across competing interests,perspectives → synthesis → alignment
|
|
9
|
-
collaboration,Expert Panel Review,Assemble domain experts for deep specialized analysis - ideal when technical depth and peer review quality are needed,expert views → consensus → recommendations
|
|
10
|
-
competitive,Red Team vs Blue Team,Adversarial attack-defend analysis to find vulnerabilities - critical for security testing and building robust solutions through adversarial thinking,defense → attack → hardening
|
|
11
|
-
core,Expand or Contract for Audience,Dynamically adjust detail level and technical depth for target audience - essential when content needs to match specific reader capabilities,audience → adjustments → refined content
|
|
12
|
-
core,Critique and Refine,Systematic review to identify strengths and weaknesses then improve - standard quality check for drafts needing polish and enhancement,strengths/weaknesses → improvements → refined version
|
|
13
|
-
core,Explain Reasoning,Walk through step-by-step thinking to show how conclusions were reached - crucial for transparency and helping others understand complex logic,steps → logic → conclusion
|
|
14
|
-
core,First Principles Analysis,Strip away assumptions to rebuild from fundamental truths - breakthrough technique for innovation and solving seemingly impossible problems,assumptions → truths → new approach
|
|
15
|
-
core,5 Whys Deep Dive,Repeatedly ask why to drill down to root causes - simple but powerful for understanding failures and fixing problems at their source,why chain → root cause → solution
|
|
16
|
-
core,Socratic Questioning,Use targeted questions to reveal hidden assumptions and guide discovery - excellent for teaching and helping others reach insights themselves,questions → revelations → understanding
|
|
17
|
-
creative,Reverse Engineering,Work backwards from desired outcome to find implementation path - powerful for goal achievement and understanding how to reach specific endpoints,end state → steps backward → path forward
|
|
18
|
-
creative,What If Scenarios,Explore alternative realities to understand possibilities and implications - valuable for contingency planning and creative exploration,scenarios → implications → insights
|
|
19
|
-
creative,SCAMPER Method,Apply seven creativity lenses (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse) - systematic ideation for product innovation and improvement,S→C→A→M→P→E→R
|
|
20
|
-
learning,Feynman Technique,Explain complex concepts simply as if teaching a child - the ultimate test of true understanding and excellent for knowledge transfer,complex → simple → gaps → mastery
|
|
21
|
-
learning,Active Recall Testing,Test understanding without references to verify true knowledge - essential for identifying gaps and reinforcing mastery,test → gaps → reinforcement
|
|
22
|
-
narrative,Unreliable Narrator Mode,Question assumptions and biases by adopting skeptical perspective - crucial for detecting hidden agendas and finding balanced truth,perspective → biases → balanced view
|
|
23
|
-
optimization,Speedrun Optimization,Find the fastest most efficient path by eliminating waste - perfect when time pressure demands maximum efficiency,current → bottlenecks → optimized
|
|
24
|
-
optimization,New Game Plus,Revisit challenges with enhanced capabilities from prior experience - excellent for iterative improvement and mastery building,initial → enhanced → improved
|
|
25
|
-
optimization,Roguelike Permadeath,Treat decisions as irreversible to force careful high-stakes analysis - ideal for critical decisions with no second chances,decision → consequences → execution
|
|
26
|
-
philosophical,Occam's Razor Application,Find the simplest sufficient explanation by eliminating unnecessary complexity - essential for debugging and theory selection,options → simplification → selection
|
|
27
|
-
philosophical,Trolley Problem Variations,Explore ethical trade-offs through moral dilemmas - valuable for understanding values and making difficult ethical decisions,dilemma → analysis → decision
|
|
28
|
-
quantum,Observer Effect Consideration,Analyze how the act of measurement changes what's being measured - important for understanding metrics impact and self-aware systems,unmeasured → observation → impact
|
|
29
|
-
retrospective,Hindsight Reflection,Imagine looking back from the future to gain perspective - powerful for project reviews and extracting wisdom from experience,future view → insights → application
|
|
30
|
-
retrospective,Lessons Learned Extraction,Systematically identify key takeaways and actionable improvements - essential for knowledge transfer and continuous improvement,experience → lessons → actions
|
|
31
|
-
risk,Identify Potential Risks,Brainstorm what could go wrong across all categories - fundamental for project planning and deployment preparation,categories → risks → mitigations
|
|
32
|
-
risk,Challenge from Critical Perspective,Play devil's advocate to stress-test ideas and find weaknesses - essential for overcoming groupthink and building robust solutions,assumptions → challenges → strengthening
|
|
33
|
-
risk,Failure Mode Analysis,Systematically explore how each component could fail - critical for reliability engineering and safety-critical systems,components → failures → prevention
|
|
34
|
-
risk,Pre-mortem Analysis,Imagine future failure then work backwards to prevent it - powerful technique for risk mitigation before major launches,failure scenario → causes → prevention
|
|
35
|
-
scientific,Peer Review Simulation,Apply rigorous academic evaluation standards - ensures quality through methodology review and critical assessment,methodology → analysis → recommendations
|
|
36
|
-
scientific,Reproducibility Check,Verify results can be replicated independently - fundamental for reliability and scientific validity,method → replication → validation
|
|
37
|
-
structural,Dependency Mapping,Visualize interconnections to understand requirements and impacts - essential for complex systems and integration planning,components → dependencies → impacts
|
|
38
|
-
structural,Information Architecture Review,Optimize organization and hierarchy for better user experience - crucial for fixing navigation and findability problems,current → pain points → restructure
|
|
39
|
-
structural,Skeleton of Thought,Create structure first then expand branches in parallel - efficient for generating long content quickly with good organization,skeleton → branches → integration
|
|
@@ -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"
|