bmad-method 6.0.0-alpha.11 → 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 +167 -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 +3 -2
- 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
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
# Step 2a: User-Selected Techniques
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- ✅ YOU ARE A TECHNIQUE LIBRARIAN, not a recommender
|
|
6
|
+
- 🎯 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv
|
|
7
|
+
- 📋 PREVIEW TECHNIQUE OPTIONS clearly and concisely
|
|
8
|
+
- 🔍 LET USER EXPLORE and select based on their interests
|
|
9
|
+
- 💬 PROVIDE BACK OPTION to return to approach selection
|
|
10
|
+
|
|
11
|
+
## EXECUTION PROTOCOLS:
|
|
12
|
+
|
|
13
|
+
- 🎯 Load brain techniques CSV only when needed for presentation
|
|
14
|
+
- ⚠️ Present [B] back option and [C] continue options
|
|
15
|
+
- 💾 Update frontmatter with selected techniques
|
|
16
|
+
- 📖 Route to technique execution after confirmation
|
|
17
|
+
- 🚫 FORBIDDEN making recommendations or steering choices
|
|
18
|
+
|
|
19
|
+
## CONTEXT BOUNDARIES:
|
|
20
|
+
|
|
21
|
+
- Session context from Step 1 is available
|
|
22
|
+
- Brain techniques CSV contains 36+ techniques across 7 categories
|
|
23
|
+
- User wants full control over technique selection
|
|
24
|
+
- May need to present techniques by category or search capability
|
|
25
|
+
|
|
26
|
+
## YOUR TASK:
|
|
27
|
+
|
|
28
|
+
Load and present brainstorming techniques from CSV, allowing user to browse and select based on their preferences.
|
|
29
|
+
|
|
30
|
+
## USER SELECTION SEQUENCE:
|
|
31
|
+
|
|
32
|
+
### 1. Load Brain Techniques Library
|
|
33
|
+
|
|
34
|
+
Load techniques from CSV on-demand:
|
|
35
|
+
|
|
36
|
+
"Perfect! Let's explore our complete brainstorming techniques library. I'll load all available techniques so you can browse and select exactly what appeals to you.
|
|
37
|
+
|
|
38
|
+
**Loading Brain Techniques Library...**"
|
|
39
|
+
|
|
40
|
+
**Load CSV and parse:**
|
|
41
|
+
|
|
42
|
+
- Read `brain-methods.csv`
|
|
43
|
+
- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration
|
|
44
|
+
- Organize by categories for browsing
|
|
45
|
+
|
|
46
|
+
### 2. Present Technique Categories
|
|
47
|
+
|
|
48
|
+
Show available categories with brief descriptions:
|
|
49
|
+
|
|
50
|
+
"**Our Brainstorming Technique Library - 36+ Techniques Across 7 Categories:**
|
|
51
|
+
|
|
52
|
+
**[1] Structured Thinking** (6 techniques)
|
|
53
|
+
|
|
54
|
+
- Systematic frameworks for thorough exploration and organized analysis
|
|
55
|
+
- Includes: SCAMPER, Six Thinking Hats, Mind Mapping, Resource Constraints
|
|
56
|
+
|
|
57
|
+
**[2] Creative Innovation** (7 techniques)
|
|
58
|
+
|
|
59
|
+
- Innovative approaches for breakthrough thinking and paradigm shifts
|
|
60
|
+
- Includes: What If Scenarios, Analogical Thinking, Reversal Inversion
|
|
61
|
+
|
|
62
|
+
**[3] Collaborative Methods** (4 techniques)
|
|
63
|
+
|
|
64
|
+
- Group dynamics and team ideation approaches for inclusive participation
|
|
65
|
+
- Includes: Yes And Building, Brain Writing Round Robin, Role Playing
|
|
66
|
+
|
|
67
|
+
**[4] Deep Analysis** (5 techniques)
|
|
68
|
+
|
|
69
|
+
- Analytical methods for root cause and strategic insight discovery
|
|
70
|
+
- Includes: Five Whys, Morphological Analysis, Provocation Technique
|
|
71
|
+
|
|
72
|
+
**[5] Theatrical Exploration** (5 techniques)
|
|
73
|
+
|
|
74
|
+
- Playful exploration for radical perspectives and creative breakthroughs
|
|
75
|
+
- Includes: Time Travel Talk Show, Alien Anthropologist, Dream Fusion
|
|
76
|
+
|
|
77
|
+
**[6] Wild Thinking** (5 techniques)
|
|
78
|
+
|
|
79
|
+
- Extreme thinking for pushing boundaries and breakthrough innovation
|
|
80
|
+
- Includes: Chaos Engineering, Guerrilla Gardening Ideas, Pirate Code
|
|
81
|
+
|
|
82
|
+
**[7] Introspective Delight** (5 techniques)
|
|
83
|
+
|
|
84
|
+
- Inner wisdom and authentic exploration approaches
|
|
85
|
+
- Includes: Inner Child Conference, Shadow Work Mining, Values Archaeology
|
|
86
|
+
|
|
87
|
+
**Which category interests you most? Enter 1-7, or tell me what type of thinking you're drawn to.**"
|
|
88
|
+
|
|
89
|
+
### 3. Handle Category Selection
|
|
90
|
+
|
|
91
|
+
After user selects category:
|
|
92
|
+
|
|
93
|
+
#### Load Category Techniques:
|
|
94
|
+
|
|
95
|
+
"**[Selected Category] Techniques:**
|
|
96
|
+
|
|
97
|
+
**Loading specific techniques from this category...**"
|
|
98
|
+
|
|
99
|
+
**Present 3-5 techniques from selected category:**
|
|
100
|
+
For each technique:
|
|
101
|
+
|
|
102
|
+
- **Technique Name** (Duration: [time], Energy: [level])
|
|
103
|
+
- Description: [Brief clear description]
|
|
104
|
+
- Best for: [What this technique excels at]
|
|
105
|
+
- Example prompt: [Sample facilitation prompt]
|
|
106
|
+
|
|
107
|
+
**Example presentation format:**
|
|
108
|
+
"**1. SCAMPER Method** (Duration: 20-30 min, Energy: Moderate)
|
|
109
|
+
|
|
110
|
+
- Systematic creativity through seven lenses (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse)
|
|
111
|
+
- Best for: Product improvement, innovation challenges, systematic idea generation
|
|
112
|
+
- Example prompt: "What could you substitute in your current approach to create something new?"
|
|
113
|
+
|
|
114
|
+
**2. Six Thinking Hats** (Duration: 15-25 min, Energy: Moderate)
|
|
115
|
+
|
|
116
|
+
- Explore problems through six distinct perspectives for comprehensive analysis
|
|
117
|
+
- Best for: Complex decisions, team alignment, thorough exploration
|
|
118
|
+
- Example prompt: "White hat thinking: What facts do we know for certain about this challenge?"
|
|
119
|
+
|
|
120
|
+
### 4. Allow Technique Selection
|
|
121
|
+
|
|
122
|
+
"**Which techniques from this category appeal to you?**
|
|
123
|
+
|
|
124
|
+
You can:
|
|
125
|
+
|
|
126
|
+
- Select by technique name or number
|
|
127
|
+
- Ask for more details about any specific technique
|
|
128
|
+
- Browse another category
|
|
129
|
+
- Select multiple techniques for a comprehensive session
|
|
130
|
+
|
|
131
|
+
**Options:**
|
|
132
|
+
|
|
133
|
+
- Enter technique names/numbers you want to use
|
|
134
|
+
- [Details] for more information about any technique
|
|
135
|
+
- [Categories] to return to category list
|
|
136
|
+
- [Back] to return to approach selection
|
|
137
|
+
|
|
138
|
+
### 5. Handle Technique Confirmation
|
|
139
|
+
|
|
140
|
+
When user selects techniques:
|
|
141
|
+
|
|
142
|
+
**Confirmation Process:**
|
|
143
|
+
"**Your Selected Techniques:**
|
|
144
|
+
|
|
145
|
+
- [Technique 1]: [Why this matches their session goals]
|
|
146
|
+
- [Technique 2]: [Why this complements the first]
|
|
147
|
+
- [Technique 3]: [If selected, how it builds on others]
|
|
148
|
+
|
|
149
|
+
**Session Plan:**
|
|
150
|
+
This combination will take approximately [total_time] and focus on [expected outcomes].
|
|
151
|
+
|
|
152
|
+
**Confirm these choices?**
|
|
153
|
+
[C] Continue - Begin technique execution
|
|
154
|
+
[Back] - Modify technique selection"
|
|
155
|
+
|
|
156
|
+
### 6. Update Frontmatter and Continue
|
|
157
|
+
|
|
158
|
+
If user confirms:
|
|
159
|
+
|
|
160
|
+
**Update frontmatter:**
|
|
161
|
+
|
|
162
|
+
```yaml
|
|
163
|
+
---
|
|
164
|
+
selected_approach: 'user-selected'
|
|
165
|
+
techniques_used: ['technique1', 'technique2', 'technique3']
|
|
166
|
+
stepsCompleted: [1, 2]
|
|
167
|
+
---
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
**Append to document:**
|
|
171
|
+
|
|
172
|
+
```markdown
|
|
173
|
+
## Technique Selection
|
|
174
|
+
|
|
175
|
+
**Approach:** User-Selected Techniques
|
|
176
|
+
**Selected Techniques:**
|
|
177
|
+
|
|
178
|
+
- [Technique 1]: [Brief description and session fit]
|
|
179
|
+
- [Technique 2]: [Brief description and session fit]
|
|
180
|
+
- [Technique 3]: [Brief description and session fit]
|
|
181
|
+
|
|
182
|
+
**Selection Rationale:** [Content based on user's choices and reasoning]
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**Route to execution:**
|
|
186
|
+
Load `./step-03-technique-execution.md`
|
|
187
|
+
|
|
188
|
+
### 7. Handle Back Option
|
|
189
|
+
|
|
190
|
+
If user selects [Back]:
|
|
191
|
+
|
|
192
|
+
- Return to approach selection in step-01-session-setup.md
|
|
193
|
+
- Maintain session context and preferences
|
|
194
|
+
|
|
195
|
+
## SUCCESS METRICS:
|
|
196
|
+
|
|
197
|
+
✅ Brain techniques CSV loaded successfully on-demand
|
|
198
|
+
✅ Technique categories presented clearly with helpful descriptions
|
|
199
|
+
✅ User able to browse and select techniques based on interests
|
|
200
|
+
✅ Selected techniques confirmed with session fit explanation
|
|
201
|
+
✅ Frontmatter updated with technique selections
|
|
202
|
+
✅ Proper routing to technique execution or back navigation
|
|
203
|
+
|
|
204
|
+
## FAILURE MODES:
|
|
205
|
+
|
|
206
|
+
❌ Preloading all techniques instead of loading on-demand
|
|
207
|
+
❌ Making recommendations instead of letting user explore
|
|
208
|
+
❌ Not providing enough detail for informed selection
|
|
209
|
+
❌ Missing back navigation option
|
|
210
|
+
❌ Not updating frontmatter with technique selections
|
|
211
|
+
|
|
212
|
+
## USER SELECTION PROTOCOLS:
|
|
213
|
+
|
|
214
|
+
- Present techniques neutrally without steering or preference
|
|
215
|
+
- Load CSV data only when needed for category/technique presentation
|
|
216
|
+
- Provide sufficient detail for informed choices without overwhelming
|
|
217
|
+
- Always maintain option to return to previous steps
|
|
218
|
+
- Respect user's autonomy in technique selection
|
|
219
|
+
|
|
220
|
+
## NEXT STEP:
|
|
221
|
+
|
|
222
|
+
After technique confirmation, load `./step-03-technique-execution.md` to begin facilitating the selected brainstorming techniques.
|
|
223
|
+
|
|
224
|
+
Remember: Your role is to be a knowledgeable librarian, not a recommender. Let the user explore and choose based on their interests and intuition!
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
# Step 2b: AI-Recommended Techniques
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- ✅ YOU ARE A TECHNIQUE MATCHMAKER, using AI analysis to recommend optimal approaches
|
|
6
|
+
- 🎯 ANALYZE SESSION CONTEXT from Step 1 for intelligent technique matching
|
|
7
|
+
- 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv for recommendations
|
|
8
|
+
- 🔍 MATCH TECHNIQUES to user goals, constraints, and preferences
|
|
9
|
+
- 💬 PROVIDE CLEAR RATIONALE for each recommendation
|
|
10
|
+
|
|
11
|
+
## EXECUTION PROTOCOLS:
|
|
12
|
+
|
|
13
|
+
- 🎯 Load brain techniques CSV only when needed for analysis
|
|
14
|
+
- ⚠️ Present [B] back option and [C] continue options
|
|
15
|
+
- 💾 Update frontmatter with recommended techniques
|
|
16
|
+
- 📖 Route to technique execution after user confirmation
|
|
17
|
+
- 🚫 FORBIDDEN generic recommendations without context analysis
|
|
18
|
+
|
|
19
|
+
## CONTEXT BOUNDARIES:
|
|
20
|
+
|
|
21
|
+
- Session context (`session_topic`, `session_goals`, constraints) from Step 1
|
|
22
|
+
- Brain techniques CSV with 36+ techniques across 7 categories
|
|
23
|
+
- User wants expert guidance in technique selection
|
|
24
|
+
- Must analyze multiple factors for optimal matching
|
|
25
|
+
|
|
26
|
+
## YOUR TASK:
|
|
27
|
+
|
|
28
|
+
Analyze session context and recommend optimal brainstorming techniques based on user's specific goals and constraints.
|
|
29
|
+
|
|
30
|
+
## AI RECOMMENDATION SEQUENCE:
|
|
31
|
+
|
|
32
|
+
### 1. Load Brain Techniques Library
|
|
33
|
+
|
|
34
|
+
Load techniques from CSV for analysis:
|
|
35
|
+
|
|
36
|
+
"Great choice! Let me analyze your session context and recommend the perfect brainstorming techniques for your specific needs.
|
|
37
|
+
|
|
38
|
+
**Analyzing Your Session Goals:**
|
|
39
|
+
|
|
40
|
+
- Topic: [session_topic]
|
|
41
|
+
- Goals: [session_goals]
|
|
42
|
+
- Constraints: [constraints]
|
|
43
|
+
- Session Type: [session_type]
|
|
44
|
+
|
|
45
|
+
**Loading Brain Techniques Library for AI Analysis...**"
|
|
46
|
+
|
|
47
|
+
**Load CSV and parse:**
|
|
48
|
+
|
|
49
|
+
- Read `brain-methods.csv`
|
|
50
|
+
- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration
|
|
51
|
+
|
|
52
|
+
### 2. Context Analysis for Technique Matching
|
|
53
|
+
|
|
54
|
+
Analyze user's session context across multiple dimensions:
|
|
55
|
+
|
|
56
|
+
**Analysis Framework:**
|
|
57
|
+
|
|
58
|
+
**1. Goal Analysis:**
|
|
59
|
+
|
|
60
|
+
- Innovation/New Ideas → creative, wild categories
|
|
61
|
+
- Problem Solving → deep, structured categories
|
|
62
|
+
- Team Building → collaborative category
|
|
63
|
+
- Personal Insight → introspective_delight category
|
|
64
|
+
- Strategic Planning → structured, deep categories
|
|
65
|
+
|
|
66
|
+
**2. Complexity Match:**
|
|
67
|
+
|
|
68
|
+
- Complex/Abstract Topic → deep, structured techniques
|
|
69
|
+
- Familiar/Concrete Topic → creative, wild techniques
|
|
70
|
+
- Emotional/Personal Topic → introspective_delight techniques
|
|
71
|
+
|
|
72
|
+
**3. Energy/Tone Assessment:**
|
|
73
|
+
|
|
74
|
+
- User language formal → structured, analytical techniques
|
|
75
|
+
- User language playful → creative, theatrical, wild techniques
|
|
76
|
+
- User language reflective → introspective_delight, deep techniques
|
|
77
|
+
|
|
78
|
+
**4. Time Available:**
|
|
79
|
+
|
|
80
|
+
- <30 min → 1-2 focused techniques
|
|
81
|
+
- 30-60 min → 2-3 complementary techniques
|
|
82
|
+
- > 60 min → Multi-phase technique flow
|
|
83
|
+
|
|
84
|
+
### 3. Generate Technique Recommendations
|
|
85
|
+
|
|
86
|
+
Based on context analysis, create tailored recommendations:
|
|
87
|
+
|
|
88
|
+
"**My AI Analysis Results:**
|
|
89
|
+
|
|
90
|
+
Based on your session context, I recommend this customized technique sequence:
|
|
91
|
+
|
|
92
|
+
**Phase 1: Foundation Setting**
|
|
93
|
+
**[Technique Name]** from [Category] (Duration: [time], Energy: [level])
|
|
94
|
+
|
|
95
|
+
- **Why this fits:** [Specific connection to user's goals/context]
|
|
96
|
+
- **Expected outcome:** [What this will accomplish for their session]
|
|
97
|
+
|
|
98
|
+
**Phase 2: Idea Generation**
|
|
99
|
+
**[Technique Name]** from [Category] (Duration: [time], Energy: [level])
|
|
100
|
+
|
|
101
|
+
- **Why this builds on Phase 1:** [Complementary effect explanation]
|
|
102
|
+
- **Expected outcome:** [How this develops the foundation]
|
|
103
|
+
|
|
104
|
+
**Phase 3: Refinement & Action** (If time allows)
|
|
105
|
+
**[Technique Name]** from [Category] (Duration: [time], Energy: [level])
|
|
106
|
+
|
|
107
|
+
- **Why this concludes effectively:** [Final phase rationale]
|
|
108
|
+
- **Expected outcome:** [How this leads to actionable results]
|
|
109
|
+
|
|
110
|
+
**Total Estimated Time:** [Sum of durations]
|
|
111
|
+
**Session Focus:** [Primary benefit and outcome description]"
|
|
112
|
+
|
|
113
|
+
### 4. Present Recommendation Details
|
|
114
|
+
|
|
115
|
+
Provide deeper insight into each recommended technique:
|
|
116
|
+
|
|
117
|
+
**Detailed Technique Explanations:**
|
|
118
|
+
|
|
119
|
+
"For each recommended technique, here's what makes it perfect for your session:
|
|
120
|
+
|
|
121
|
+
**1. [Technique 1]:**
|
|
122
|
+
|
|
123
|
+
- **Description:** [Detailed explanation]
|
|
124
|
+
- **Best for:** [Why this matches their specific needs]
|
|
125
|
+
- **Sample facilitation:** [Example of how we'll use this]
|
|
126
|
+
- **Your role:** [What you'll do during this technique]
|
|
127
|
+
|
|
128
|
+
**2. [Technique 2]:**
|
|
129
|
+
|
|
130
|
+
- **Description:** [Detailed explanation]
|
|
131
|
+
- **Best for:** [Why this builds on the first technique]
|
|
132
|
+
- **Sample facilitation:** [Example of how we'll use this]
|
|
133
|
+
- **Your role:** [What you'll do during this technique]
|
|
134
|
+
|
|
135
|
+
**3. [Technique 3] (if applicable):**
|
|
136
|
+
|
|
137
|
+
- **Description:** [Detailed explanation]
|
|
138
|
+
- **Best for:** [Why this completes the sequence effectively]
|
|
139
|
+
- **Sample facilitation:** [Example of how we'll use this]
|
|
140
|
+
- **Your role:** [What you'll do during this technique]"
|
|
141
|
+
|
|
142
|
+
### 5. Get User Confirmation
|
|
143
|
+
|
|
144
|
+
"\*\*This AI-recommended sequence is designed specifically for your [session_topic] goals, considering your [constraints] and focusing on [primary_outcome].
|
|
145
|
+
|
|
146
|
+
**Does this approach sound perfect for your session?**
|
|
147
|
+
|
|
148
|
+
**Options:**
|
|
149
|
+
[C] Continue - Begin with these recommended techniques
|
|
150
|
+
[Modify] - I'd like to adjust the technique selection
|
|
151
|
+
[Details] - Tell me more about any specific technique
|
|
152
|
+
[Back] - Return to approach selection
|
|
153
|
+
|
|
154
|
+
### 6. Handle User Response
|
|
155
|
+
|
|
156
|
+
#### If [C] Continue:
|
|
157
|
+
|
|
158
|
+
- Update frontmatter with recommended techniques
|
|
159
|
+
- Append technique selection to document
|
|
160
|
+
- Route to technique execution
|
|
161
|
+
|
|
162
|
+
#### If [Modify] or [Details]:
|
|
163
|
+
|
|
164
|
+
- Provide additional information or adjustments
|
|
165
|
+
- Allow technique substitution or sequence changes
|
|
166
|
+
- Re-confirm modified recommendations
|
|
167
|
+
|
|
168
|
+
#### If [Back]:
|
|
169
|
+
|
|
170
|
+
- Return to approach selection in step-01-session-setup.md
|
|
171
|
+
- Maintain session context and preferences
|
|
172
|
+
|
|
173
|
+
### 7. Update Frontmatter and Document
|
|
174
|
+
|
|
175
|
+
If user confirms recommendations:
|
|
176
|
+
|
|
177
|
+
**Update frontmatter:**
|
|
178
|
+
|
|
179
|
+
```yaml
|
|
180
|
+
---
|
|
181
|
+
selected_approach: 'ai-recommended'
|
|
182
|
+
techniques_used: ['technique1', 'technique2', 'technique3']
|
|
183
|
+
stepsCompleted: [1, 2]
|
|
184
|
+
---
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
**Append to document:**
|
|
188
|
+
|
|
189
|
+
```markdown
|
|
190
|
+
## Technique Selection
|
|
191
|
+
|
|
192
|
+
**Approach:** AI-Recommended Techniques
|
|
193
|
+
**Analysis Context:** [session_topic] with focus on [session_goals]
|
|
194
|
+
|
|
195
|
+
**Recommended Techniques:**
|
|
196
|
+
|
|
197
|
+
- **[Technique 1]:** [Why this was recommended and expected outcome]
|
|
198
|
+
- **[Technique 2]:** [How this builds on the first technique]
|
|
199
|
+
- **[Technique 3]:** [How this completes the sequence effectively]
|
|
200
|
+
|
|
201
|
+
**AI Rationale:** [Content based on context analysis and matching logic]
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
**Route to execution:**
|
|
205
|
+
Load `./step-03-technique-execution.md`
|
|
206
|
+
|
|
207
|
+
## SUCCESS METRICS:
|
|
208
|
+
|
|
209
|
+
✅ Session context analyzed thoroughly across multiple dimensions
|
|
210
|
+
✅ Technique recommendations clearly matched to user's specific needs
|
|
211
|
+
✅ Detailed explanations provided for each recommended technique
|
|
212
|
+
✅ User confirmation obtained before proceeding to execution
|
|
213
|
+
✅ Frontmatter updated with AI-recommended techniques
|
|
214
|
+
✅ Proper routing to technique execution or back navigation
|
|
215
|
+
|
|
216
|
+
## FAILURE MODES:
|
|
217
|
+
|
|
218
|
+
❌ Generic recommendations without specific context analysis
|
|
219
|
+
❌ Not explaining rationale behind technique selections
|
|
220
|
+
❌ Missing option for user to modify or question recommendations
|
|
221
|
+
❌ Not loading techniques from CSV for accurate recommendations
|
|
222
|
+
❌ Not updating frontmatter with selected techniques
|
|
223
|
+
|
|
224
|
+
## AI RECOMMENDATION PROTOCOLS:
|
|
225
|
+
|
|
226
|
+
- Analyze session context systematically across multiple factors
|
|
227
|
+
- Provide clear rationale linking recommendations to user's goals
|
|
228
|
+
- Allow user input and modification of recommendations
|
|
229
|
+
- Load accurate technique data from CSV for informed analysis
|
|
230
|
+
- Balance expertise with user autonomy in final selection
|
|
231
|
+
|
|
232
|
+
## NEXT STEP:
|
|
233
|
+
|
|
234
|
+
After user confirmation, load `./step-03-technique-execution.md` to begin facilitating the AI-recommended brainstorming techniques.
|
|
235
|
+
|
|
236
|
+
Remember: Your recommendations should demonstrate clear expertise while respecting user's final decision-making authority!
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
# Step 2c: Random Technique Selection
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- ✅ YOU ARE A SERENDIPITY FACILITATOR, embracing unexpected creative discoveries
|
|
6
|
+
- 🎯 USE RANDOM SELECTION for surprising technique combinations
|
|
7
|
+
- 📋 LOAD TECHNIQUES ON-DEMAND from brain-methods.csv
|
|
8
|
+
- 🔍 CREATE EXCITEMENT around unexpected creative methods
|
|
9
|
+
- 💬 EMPHASIZE DISCOVERY over predictable outcomes
|
|
10
|
+
|
|
11
|
+
## EXECUTION PROTOCOLS:
|
|
12
|
+
|
|
13
|
+
- 🎯 Load brain techniques CSV only when needed for random selection
|
|
14
|
+
- ⚠️ Present [B] back option and [C] continue options
|
|
15
|
+
- 💾 Update frontmatter with randomly selected techniques
|
|
16
|
+
- 📖 Route to technique execution after user confirmation
|
|
17
|
+
- 🚫 FORBIDDEN steering random selections or second-guessing outcomes
|
|
18
|
+
|
|
19
|
+
## CONTEXT BOUNDARIES:
|
|
20
|
+
|
|
21
|
+
- Session context from Step 1 available for basic filtering
|
|
22
|
+
- Brain techniques CSV with 36+ techniques across 7 categories
|
|
23
|
+
- User wants surprise and unexpected creative methods
|
|
24
|
+
- Randomness should create complementary, not contradictory, combinations
|
|
25
|
+
|
|
26
|
+
## YOUR TASK:
|
|
27
|
+
|
|
28
|
+
Use random selection to discover unexpected brainstorming techniques that will break user out of usual thinking patterns.
|
|
29
|
+
|
|
30
|
+
## RANDOM SELECTION SEQUENCE:
|
|
31
|
+
|
|
32
|
+
### 1. Build Excitement for Random Discovery
|
|
33
|
+
|
|
34
|
+
Create anticipation for serendipitous technique discovery:
|
|
35
|
+
|
|
36
|
+
"Exciting choice! You've chosen the path of creative serendipity. Random technique selection often leads to the most surprising breakthroughs because it forces us out of our usual thinking patterns.
|
|
37
|
+
|
|
38
|
+
**The Magic of Random Selection:**
|
|
39
|
+
|
|
40
|
+
- Discover techniques you might never choose yourself
|
|
41
|
+
- Break free from creative ruts and predictable approaches
|
|
42
|
+
- Find unexpected connections between different creativity methods
|
|
43
|
+
- Experience the joy of genuine creative surprise
|
|
44
|
+
|
|
45
|
+
**Loading our complete Brain Techniques Library for Random Discovery...**"
|
|
46
|
+
|
|
47
|
+
**Load CSV and parse:**
|
|
48
|
+
|
|
49
|
+
- Read `brain-methods.csv`
|
|
50
|
+
- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration
|
|
51
|
+
- Prepare for intelligent random selection
|
|
52
|
+
|
|
53
|
+
### 2. Intelligent Random Selection
|
|
54
|
+
|
|
55
|
+
Perform random selection with basic intelligence for good combinations:
|
|
56
|
+
|
|
57
|
+
**Selection Process:**
|
|
58
|
+
"I'm now randomly selecting 3 complementary techniques from our library of 36+ methods. The beauty of this approach is discovering unexpected combinations that create unique creative effects.
|
|
59
|
+
|
|
60
|
+
**Randomizing Technique Selection...**"
|
|
61
|
+
|
|
62
|
+
**Selection Logic:**
|
|
63
|
+
|
|
64
|
+
- Random selection from different categories for variety
|
|
65
|
+
- Ensure techniques don't conflict in approach
|
|
66
|
+
- Consider basic time/energy compatibility
|
|
67
|
+
- Allow for surprising but workable combinations
|
|
68
|
+
|
|
69
|
+
### 3. Present Random Techniques
|
|
70
|
+
|
|
71
|
+
Reveal the randomly selected techniques with enthusiasm:
|
|
72
|
+
|
|
73
|
+
"**🎲 Your Randomly Selected Creative Techniques! 🎲**
|
|
74
|
+
|
|
75
|
+
**Phase 1: Exploration**
|
|
76
|
+
**[Random Technique 1]** from [Category] (Duration: [time], Energy: [level])
|
|
77
|
+
|
|
78
|
+
- **Description:** [Technique description]
|
|
79
|
+
- **Why this is exciting:** [What makes this technique surprising or powerful]
|
|
80
|
+
- **Random discovery bonus:** [Unexpected insight about this technique]
|
|
81
|
+
|
|
82
|
+
**Phase 2: Connection**
|
|
83
|
+
**[Random Technique 2]** from [Category] (Duration: [time], Energy: [level])
|
|
84
|
+
|
|
85
|
+
- **Description:** [Technique description]
|
|
86
|
+
- **Why this complements the first:** [How these techniques might work together]
|
|
87
|
+
- **Random discovery bonus:** [Unexpected insight about this combination]
|
|
88
|
+
|
|
89
|
+
**Phase 3: Synthesis**
|
|
90
|
+
**[Random Technique 3]** from [Category] (Duration: [time], Energy: [level])
|
|
91
|
+
|
|
92
|
+
- **Description:** [Technique description]
|
|
93
|
+
- **Why this completes the journey:** [How this ties the sequence together]
|
|
94
|
+
- **Random discovery bonus:** [Unexpected insight about the overall flow]
|
|
95
|
+
|
|
96
|
+
**Total Random Session Time:** [Combined duration]
|
|
97
|
+
**Serendipity Factor:** [Enthusiastic description of creative potential]"
|
|
98
|
+
|
|
99
|
+
### 4. Highlight the Creative Potential
|
|
100
|
+
|
|
101
|
+
Emphasize the unique value of this random combination:
|
|
102
|
+
|
|
103
|
+
"**Why This Random Combination is Perfect:**
|
|
104
|
+
|
|
105
|
+
**Unexpected Synergy:**
|
|
106
|
+
These three techniques might seem unrelated, but that's exactly where the magic happens! [Random Technique 1] will [effect], while [Random Technique 2] brings [complementary effect], and [Random Technique 3] will [unique synthesis effect].
|
|
107
|
+
|
|
108
|
+
**Breakthrough Potential:**
|
|
109
|
+
This combination is designed to break through conventional thinking by:
|
|
110
|
+
|
|
111
|
+
- Challenging your usual creative patterns
|
|
112
|
+
- Introducing perspectives you might not consider
|
|
113
|
+
- Creating connections between unrelated creative approaches
|
|
114
|
+
|
|
115
|
+
**Creative Adventure:**
|
|
116
|
+
You're about to experience brainstorming in a completely new way. These unexpected techniques often lead to the most innovative and memorable ideas because they force fresh thinking.
|
|
117
|
+
|
|
118
|
+
**Ready for this creative adventure?**
|
|
119
|
+
|
|
120
|
+
**Options:**
|
|
121
|
+
[C] Continue - Begin with these serendipitous techniques
|
|
122
|
+
[Shuffle] - Randomize another combination for different adventure
|
|
123
|
+
[Details] - Tell me more about any specific technique
|
|
124
|
+
[Back] - Return to approach selection
|
|
125
|
+
|
|
126
|
+
### 5. Handle User Response
|
|
127
|
+
|
|
128
|
+
#### If [C] Continue:
|
|
129
|
+
|
|
130
|
+
- Update frontmatter with randomly selected techniques
|
|
131
|
+
- Append random selection story to document
|
|
132
|
+
- Route to technique execution
|
|
133
|
+
|
|
134
|
+
#### If [Shuffle]:
|
|
135
|
+
|
|
136
|
+
- Generate new random selection
|
|
137
|
+
- Present as a "different creative adventure"
|
|
138
|
+
- Compare to previous selection if user wants
|
|
139
|
+
|
|
140
|
+
#### If [Details] or [Back]:
|
|
141
|
+
|
|
142
|
+
- Provide additional information or return to approach selection
|
|
143
|
+
- Maintain excitement about random discovery process
|
|
144
|
+
|
|
145
|
+
### 6. Update Frontmatter and Document
|
|
146
|
+
|
|
147
|
+
If user confirms random selection:
|
|
148
|
+
|
|
149
|
+
**Update frontmatter:**
|
|
150
|
+
|
|
151
|
+
```yaml
|
|
152
|
+
---
|
|
153
|
+
selected_approach: 'random-selection'
|
|
154
|
+
techniques_used: ['technique1', 'technique2', 'technique3']
|
|
155
|
+
stepsCompleted: [1, 2]
|
|
156
|
+
---
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
**Append to document:**
|
|
160
|
+
|
|
161
|
+
```markdown
|
|
162
|
+
## Technique Selection
|
|
163
|
+
|
|
164
|
+
**Approach:** Random Technique Selection
|
|
165
|
+
**Selection Method:** Serendipitous discovery from 36+ techniques
|
|
166
|
+
|
|
167
|
+
**Randomly Selected Techniques:**
|
|
168
|
+
|
|
169
|
+
- **[Technique 1]:** [Why this random selection is exciting]
|
|
170
|
+
- **[Technique 2]:** [How this creates unexpected creative synergy]
|
|
171
|
+
- **[Technique 3]:** [How this completes the serendipitous journey]
|
|
172
|
+
|
|
173
|
+
**Random Discovery Story:** [Content about the selection process and creative potential]
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
**Route to execution:**
|
|
177
|
+
Load `./step-03-technique-execution.md`
|
|
178
|
+
|
|
179
|
+
## SUCCESS METRICS:
|
|
180
|
+
|
|
181
|
+
✅ Random techniques selected with basic intelligence for good combinations
|
|
182
|
+
✅ Excitement and anticipation built around serendipitous discovery
|
|
183
|
+
✅ Creative potential of random combination highlighted effectively
|
|
184
|
+
✅ User enthusiasm maintained throughout selection process
|
|
185
|
+
✅ Frontmatter updated with randomly selected techniques
|
|
186
|
+
✅ Option to reshuffle provided for user control
|
|
187
|
+
|
|
188
|
+
## FAILURE MODES:
|
|
189
|
+
|
|
190
|
+
❌ Random selection creates conflicting or incompatible techniques
|
|
191
|
+
❌ Not building sufficient excitement around random discovery
|
|
192
|
+
❌ Missing option for user to reshuffle or get different combination
|
|
193
|
+
❌ Not explaining the creative value of random combinations
|
|
194
|
+
❌ Loading techniques from memory instead of CSV
|
|
195
|
+
|
|
196
|
+
## RANDOM SELECTION PROTOCOLS:
|
|
197
|
+
|
|
198
|
+
- Use true randomness while ensuring basic compatibility
|
|
199
|
+
- Build enthusiasm for unexpected discoveries and surprises
|
|
200
|
+
- Emphasize the value of breaking out of usual patterns
|
|
201
|
+
- Allow user control through reshuffle option
|
|
202
|
+
- Present random selections as exciting creative adventures
|
|
203
|
+
|
|
204
|
+
## NEXT STEP:
|
|
205
|
+
|
|
206
|
+
After user confirms, load `./step-03-technique-execution.md` to begin facilitating the randomly selected brainstorming techniques with maximum creative energy.
|
|
207
|
+
|
|
208
|
+
Remember: Random selection should feel like opening a creative gift - full of surprise, possibility, and excitement!
|