bmad-method 6.0.0-alpha.12 → 6.0.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/bundle-latest.yaml +79 -27
- package/CHANGELOG.md +159 -1
- package/README.md +3 -1
- package/custom/src/agents/commit-poet/commit-poet.agent.yaml +129 -0
- package/custom/src/agents/commit-poet/installation-guide.md +36 -0
- package/custom/src/agents/toolsmith/installation-guide.md +36 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/instructions.md +70 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +111 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +70 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +114 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +134 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +161 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +103 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/memories.md +17 -0
- package/custom/src/agents/toolsmith/toolsmith.agent.yaml +108 -0
- package/docs/custom-agent-installation.md +31 -17
- package/docs/ide-info/rovo-dev.md +388 -0
- package/docs/index.md +6 -81
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +1 -1
- package/package.json +1 -1
- package/src/core/agents/bmad-master.agent.yaml +1 -1
- package/src/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/src/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/src/core/tasks/advanced-elicitation.xml +18 -8
- package/src/core/tasks/workflow.xml +36 -71
- package/src/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/src/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/src/core/workflows/brainstorming/template.md +13 -104
- package/src/core/workflows/brainstorming/workflow.md +51 -0
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +203 -0
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +159 -0
- package/src/core/workflows/party-mode/workflow.md +207 -0
- package/src/modules/bmb/README.md +153 -86
- package/src/modules/bmb/_module-installer/install-config.yaml +3 -3
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +45 -31
- package/src/modules/bmb/docs/{agent-menu-patterns.md → agents/agent-menu-patterns.md} +1 -1
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/{module-agent-architecture.md → agents/module-agent-architecture.md} +1 -1
- package/src/modules/bmb/docs/{simple-agent-architecture.md → agents/simple-agent-architecture.md} +1 -1
- package/src/modules/bmb/docs/workflows/architecture.md +220 -0
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +19 -0
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +206 -0
- package/src/modules/bmb/docs/workflows/index.md +45 -0
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +220 -0
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- package/src/modules/bmb/docs/workflows/step-template.md +283 -0
- package/src/modules/bmb/docs/workflows/terms.md +97 -0
- package/src/modules/bmb/docs/workflows/workflow-template.md +152 -0
- package/src/modules/bmb/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +2 -2
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +17 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/README.md +3 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +242 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +24 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +108 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +46 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +39 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +50 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +53 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +57 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +223 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +126 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +305 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +145 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +210 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +260 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +237 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +231 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +224 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +234 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +179 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +197 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +180 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +222 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_commands.md +21 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_persona.md +25 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_purpose_and_type.md +23 -0
- package/src/modules/bmb/workflows/create-agent/workflow.md +91 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +168 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +233 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-overview.md +127 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-core-tools.md +145 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-memory-requirements.md +136 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-external-tools.md +154 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-installation-guidance.md +159 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-tools-summary.md +167 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-design.md +239 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-10-plan-review.md +215 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-11-build.md +262 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-12-review.md +270 -0
- package/src/modules/bmb/workflows/create-workflow/templates/build-summary.md +36 -0
- package/src/modules/bmb/workflows/create-workflow/templates/completion-section.md +39 -0
- package/src/modules/bmb/workflows/create-workflow/templates/content-template.md +21 -0
- package/src/modules/bmb/workflows/create-workflow/templates/design-section.md +53 -0
- package/src/modules/bmb/workflows/create-workflow/templates/project-info.md +18 -0
- package/src/modules/bmb/workflows/create-workflow/templates/requirements-section.md +47 -0
- package/src/modules/bmb/workflows/create-workflow/templates/review-section.md +56 -0
- package/src/modules/bmb/workflows/create-workflow/templates/step-file.md +139 -0
- package/src/modules/bmb/workflows/create-workflow/templates/workflow-plan.md +54 -0
- package/src/modules/bmb/workflows/create-workflow/templates/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +134 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +202 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +157 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +221 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +253 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +217 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +193 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +245 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/completion-summary.md +75 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-goals.md +68 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-log.md +40 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/validation-results.md +51 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/workflow-analysis.md +56 -0
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +152 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +243 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +274 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +295 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +264 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +360 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +258 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +301 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/templates/compliance-report.md +140 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +58 -0
- package/src/modules/bmgd/agents/game-architect.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-designer.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +9 -15
- package/src/modules/bmm/agents/analyst.agent.yaml +14 -14
- package/src/modules/bmm/agents/architect.agent.yaml +12 -10
- package/src/modules/bmm/agents/dev.agent.yaml +20 -16
- package/src/modules/bmm/agents/pm.agent.yaml +13 -31
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +36 -0
- package/src/modules/bmm/agents/sm.agent.yaml +13 -31
- package/src/modules/bmm/agents/tea.agent.yaml +10 -7
- package/src/modules/bmm/agents/tech-writer.agent.yaml +7 -20
- package/src/modules/bmm/agents/ux-designer.agent.yaml +12 -10
- package/src/modules/bmm/data/README.md +29 -0
- package/src/modules/bmm/data/project-context-template.md +40 -0
- package/src/modules/bmm/docs/README.md +21 -9
- package/src/modules/bmm/docs/agents-guide.md +69 -23
- package/src/modules/bmm/docs/bmad-quick-flow.md +528 -0
- package/src/modules/bmm/docs/brownfield-guide.md +9 -10
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/glossary.md +5 -5
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +909 -1654
- package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +2 -2
- package/src/modules/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
- package/src/modules/bmm/docs/test-architecture.md +84 -18
- package/src/modules/bmm/docs/workflows-analysis.md +36 -140
- package/src/modules/bmm/docs/workflows-implementation.md +32 -157
- package/src/modules/bmm/docs/workflows-planning.md +51 -212
- package/src/modules/bmm/docs/workflows-solutioning.md +24 -69
- package/src/modules/bmm/teams/default-party.csv +15 -14
- package/src/modules/bmm/teams/team-fullstack.yaml +0 -1
- package/src/modules/bmm/testarch/knowledge/api-request.md +303 -0
- package/src/modules/bmm/testarch/knowledge/auth-session.md +356 -0
- package/src/modules/bmm/testarch/knowledge/burn-in.md +273 -0
- package/src/modules/bmm/testarch/knowledge/file-utils.md +260 -0
- package/src/modules/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/src/modules/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/src/modules/bmm/testarch/knowledge/log.md +294 -0
- package/src/modules/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/src/modules/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/src/modules/bmm/testarch/knowledge/overview.md +284 -0
- package/src/modules/bmm/testarch/knowledge/recurse.md +296 -0
- package/src/modules/bmm/testarch/tea-index.csv +11 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +235 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +198 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +247 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +257 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +175 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +16 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +246 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +200 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +198 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +53 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +5 -200
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +161 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +123 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +275 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +271 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +272 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +249 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +280 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +275 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +210 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +48 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/instructions.md +247 -476
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +8 -18
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +176 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +324 -0
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +4 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +26 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +105 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +29 -0
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +18 -1
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +28 -8
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/src/modules/bmm/workflows/workflow-status/instructions.md +11 -4
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +3 -2
- package/src/modules/cis/agents/README.md +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +3 -2
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -1
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -1
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -1
- package/src/modules/cis/agents/presentation-master.agent.yaml +3 -2
- package/src/modules/cis/agents/storyteller.agent.yaml +2 -1
- package/src/modules/cis/teams/default-party.csv +6 -5
- package/src/utility/models/agent-activation-ide.xml +4 -4
- package/src/utility/models/agent-activation-web.xml +1 -11
- package/src/utility/models/fragments/activation-rules.xml +5 -6
- package/src/utility/models/fragments/handler-exec.xml +6 -5
- package/src/utility/models/fragments/handler-multi.xml +14 -0
- package/test/README.md +1 -1
- package/test/fixtures/agent-schema/valid/menu-commands/all-command-types.agent.yaml +1 -3
- package/tools/cli/README.md +1 -0
- package/tools/cli/bundlers/web-bundler.js +3 -14
- package/tools/cli/commands/agent-install.js +8 -8
- package/tools/cli/commands/cleanup.js +141 -0
- package/tools/cli/commands/install.js +48 -3
- package/tools/cli/installers/lib/core/config-collector.js +24 -0
- package/tools/cli/installers/lib/core/installer.js +612 -43
- package/tools/cli/installers/lib/ide/antigravity.js +51 -7
- package/tools/cli/installers/lib/ide/auggie.js +53 -0
- package/tools/cli/installers/lib/ide/claude-code.js +1 -6
- package/tools/cli/installers/lib/ide/cline.js +49 -0
- package/tools/cli/installers/lib/ide/codex.js +2 -2
- package/tools/cli/installers/lib/ide/crush.js +47 -0
- package/tools/cli/installers/lib/ide/gemini.js +47 -0
- package/tools/cli/installers/lib/ide/github-copilot.js +59 -48
- package/tools/cli/installers/lib/ide/iflow.js +47 -0
- package/tools/cli/installers/lib/ide/kilo.js +74 -0
- package/tools/cli/installers/lib/ide/qwen.js +54 -0
- package/tools/cli/installers/lib/ide/roo.js +71 -0
- package/tools/cli/installers/lib/ide/rovo-dev.js +290 -0
- package/tools/cli/installers/lib/ide/trae.js +47 -0
- package/tools/cli/lib/agent/compiler.js +156 -22
- package/tools/cli/lib/agent/installer.js +13 -3
- package/tools/cli/lib/agent-analyzer.js +46 -18
- package/tools/cli/lib/ui.js +204 -9
- package/tools/cli/lib/yaml-xml-builder.js +123 -24
- package/tools/platform-codes.yaml +12 -0
- package/tools/schema/agent.js +169 -20
- package/src/core/tasks/adv-elicit-methods.csv +0 -39
- package/src/core/workflows/brainstorming/README.md +0 -261
- package/src/core/workflows/brainstorming/instructions.md +0 -315
- package/src/core/workflows/brainstorming/workflow.yaml +0 -38
- package/src/core/workflows/party-mode/instructions.md +0 -183
- package/src/core/workflows/party-mode/workflow.yaml +0 -28
- package/src/modules/bmb/workflows/audit-workflow/checklist.md +0 -142
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +0 -341
- package/src/modules/bmb/workflows/audit-workflow/template.md +0 -118
- package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +0 -25
- package/src/modules/bmb/workflows/convert-legacy/README.md +0 -262
- package/src/modules/bmb/workflows/convert-legacy/checklist.md +0 -205
- package/src/modules/bmb/workflows/convert-legacy/instructions.md +0 -377
- package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +0 -30
- package/src/modules/bmb/workflows/create-agent/instructions.md +0 -519
- package/src/modules/bmb/workflows/create-agent/workflow.yaml +0 -55
- package/src/modules/bmb/workflows/create-workflow/README.md +0 -277
- package/src/modules/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
- package/src/modules/bmb/workflows/create-workflow/checklist.md +0 -94
- package/src/modules/bmb/workflows/create-workflow/instructions.md +0 -725
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1327
- package/src/modules/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
- package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -15
- package/src/modules/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
- package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -61
- package/src/modules/bmb/workflows/create-workflow/workflow.yaml +0 -41
- package/src/modules/bmb/workflows/edit-agent/README.md +0 -239
- package/src/modules/bmb/workflows/edit-agent/instructions.md +0 -654
- package/src/modules/bmb/workflows/edit-agent/workflow.yaml +0 -49
- package/src/modules/bmb/workflows/edit-workflow/README.md +0 -119
- package/src/modules/bmb/workflows/edit-workflow/checklist.md +0 -70
- package/src/modules/bmb/workflows/edit-workflow/instructions.md +0 -342
- package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +0 -27
- package/src/modules/bmm/_module-installer/assets/bmm-kb.md +0 -1
- package/src/modules/bmm/_module-installer/assets/technical-decisions.md +0 -30
- package/src/modules/bmm/docs/quick-spec-flow.md +0 -652
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -39
- package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/src/modules/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -56
- package/src/modules/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/src/modules/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -61
- package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/src/modules/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/src/modules/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/src/modules/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/src/modules/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +0 -62
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -93
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -78
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/src/modules/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/src/modules/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -100
- package/src/modules/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/src/modules/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -58
- package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -28
- package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -25
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- /package/src/modules/bmb/docs/{agent-compilation.md → agents/agent-compilation.md} +0 -0
- /package/src/modules/bmb/docs/{expert-agent-architecture.md → agents/expert-agent-architecture.md} +0 -0
- /package/src/modules/bmb/docs/{index.md → agents/index.md} +0 -0
- /package/src/modules/bmb/docs/{understanding-agent-types.md → agents/understanding-agent-types.md} +0 -0
- /package/src/modules/bmb/reference/{readme.md → README.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{agent-validation-checklist.md → data/agent-validation-checklist.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{brainstorm-context.md → data/brainstorm-context.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{communication-presets.csv → data/communication-presets.csv} +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/brainstorm-context.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/installer-templates/install-config.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/installer-templates/installer.js +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/module-structure.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/template.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/workflow.yaml +0 -0
- /package/src/modules/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<critical>The workflow execution engine is governed by: {project-root}/{bmad_folder}/core/tasks/workflow.xml</critical>
|
|
4
4
|
<critical>You MUST have already loaded and processed: workflow-init/workflow.yaml</critical>
|
|
5
5
|
<critical>Communicate in {communication_language} with {user_name}</critical>
|
|
6
|
-
<critical>This workflow handles BOTH new projects AND legacy projects
|
|
6
|
+
<critical>This workflow handles BOTH new projects AND legacy projects following the BMad Method</critical>
|
|
7
7
|
|
|
8
8
|
<workflow>
|
|
9
9
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
<action>Perform comprehensive scan for existing work:
|
|
14
14
|
|
|
15
|
-
- BMM artifacts: PRD,
|
|
15
|
+
- BMM artifacts: PRD, epics, architecture, UX, brief, research, brainstorm
|
|
16
16
|
- Implementation: stories, sprint-status, workflow-status
|
|
17
17
|
- Codebase: source directories, package files, git repo
|
|
18
18
|
- Check both {output_folder} and {sprint_artifacts} locations
|
|
@@ -53,31 +53,31 @@ Happy building! 🚀</output>
|
|
|
53
53
|
|
|
54
54
|
<ask>How would you like to proceed?
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
1. **Continue** - Work with existing artifacts
|
|
57
|
+
2. **Archive & Start Fresh** - Move old work to archive
|
|
58
|
+
3. **Express Setup** - I know exactly what I need
|
|
59
|
+
4. **Guided Setup** - Walk me through options
|
|
60
60
|
|
|
61
|
-
Choice [
|
|
61
|
+
Choice [1-4]</ask>
|
|
62
62
|
|
|
63
|
-
<check if="choice ==
|
|
63
|
+
<check if="choice == 1">
|
|
64
64
|
<action>Set continuing_existing = true</action>
|
|
65
65
|
<action>Store found artifacts</action>
|
|
66
66
|
<action>Continue to step 7 (detect track from artifacts)</action>
|
|
67
67
|
</check>
|
|
68
68
|
|
|
69
|
-
<check if="choice ==
|
|
69
|
+
<check if="choice == 2">
|
|
70
70
|
<ask>Archive existing work? (y/n)</ask>
|
|
71
71
|
<action if="y">Move artifacts to {output_folder}/archive/</action>
|
|
72
72
|
<output>Ready for fresh start!</output>
|
|
73
73
|
<action>Continue to step 3</action>
|
|
74
74
|
</check>
|
|
75
75
|
|
|
76
|
-
<check if="choice ==
|
|
76
|
+
<check if="choice == 3">
|
|
77
77
|
<action>Jump to step 3 (express path)</action>
|
|
78
78
|
</check>
|
|
79
79
|
|
|
80
|
-
<check if="choice ==
|
|
80
|
+
<check if="choice == 4">
|
|
81
81
|
<action>Continue to step 4 (guided path)</action>
|
|
82
82
|
</check>
|
|
83
83
|
</check>
|
|
@@ -85,16 +85,16 @@ Choice [a/b/c/d]:</ask>
|
|
|
85
85
|
<check if="state == CLEAN">
|
|
86
86
|
<ask>Setup approach:
|
|
87
87
|
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
1. **Express** - I know what I need
|
|
89
|
+
2. **Guided** - Show me the options
|
|
90
90
|
|
|
91
|
-
Choice [
|
|
91
|
+
Choice [1 or 2]:</ask>
|
|
92
92
|
|
|
93
|
-
<check if="choice ==
|
|
93
|
+
<check if="choice == 1">
|
|
94
94
|
<action>Continue to step 3 (express)</action>
|
|
95
95
|
</check>
|
|
96
96
|
|
|
97
|
-
<check if="choice ==
|
|
97
|
+
<check if="choice == 2">
|
|
98
98
|
<action>Continue to step 4 (guided)</action>
|
|
99
99
|
</check>
|
|
100
100
|
</check>
|
|
@@ -102,20 +102,22 @@ Choice [a/b]:</ask>
|
|
|
102
102
|
|
|
103
103
|
<step n="3" goal="Express setup path">
|
|
104
104
|
<ask>Is this for:
|
|
105
|
-
1
|
|
106
|
-
2
|
|
105
|
+
1. **New project** (greenfield)
|
|
106
|
+
2. **Existing codebase** (brownfield)
|
|
107
107
|
|
|
108
108
|
Choice [1/2]:</ask>
|
|
109
109
|
<action>Set field_type based on choice</action>
|
|
110
110
|
|
|
111
111
|
<ask>Planning approach:
|
|
112
112
|
|
|
113
|
-
1. **
|
|
114
|
-
2. **
|
|
115
|
-
3. **Enterprise Method** - Extended planning with security/DevOps
|
|
113
|
+
1. **BMad Method** - Full planning for complex projects
|
|
114
|
+
2. **Enterprise Method** - Extended planning with security/DevOps
|
|
116
115
|
|
|
117
|
-
Choice [1/2
|
|
118
|
-
<action>Map to selected_track:
|
|
116
|
+
Choice [1/2]:</ask>
|
|
117
|
+
<action>Map to selected_track: method/enterprise</action>
|
|
118
|
+
|
|
119
|
+
<output>🚀 **For Quick Flow (minimal planning, straight to code):**
|
|
120
|
+
Load the **quick-flow-solo-dev** agent instead - use Quick Flow agent for faster development</output>
|
|
119
121
|
|
|
120
122
|
<template-output>field_type</template-output>
|
|
121
123
|
<template-output>selected_track</template-output>
|
|
@@ -135,8 +137,8 @@ Choice [1/2/3]:</ask>
|
|
|
135
137
|
|
|
136
138
|
<check if="field_type unclear AND codebase exists">
|
|
137
139
|
<ask>I see existing code. Are you:
|
|
138
|
-
1
|
|
139
|
-
2
|
|
140
|
+
1. **Modifying** existing codebase (brownfield)
|
|
141
|
+
2. **Starting fresh** - code is just scaffold (greenfield)
|
|
140
142
|
|
|
141
143
|
Choice [1/2]:</ask>
|
|
142
144
|
<action>Set field_type based on answer</action>
|
|
@@ -165,44 +167,60 @@ Continue with software workflows? (y/n)</output>
|
|
|
165
167
|
</step>
|
|
166
168
|
|
|
167
169
|
<step n="5" goal="Guided setup - select track">
|
|
168
|
-
<output>Based on your project, here are your planning options:
|
|
170
|
+
<output>Based on your project, here are your BMad Method planning options:
|
|
169
171
|
|
|
170
172
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
171
173
|
|
|
172
|
-
**1.
|
|
173
|
-
|
|
174
|
-
- Minimal planning, straight to code
|
|
175
|
-
- Best for: Simple features, bug fixes
|
|
176
|
-
- Risk: Potential rework if complexity emerges
|
|
177
|
-
|
|
178
|
-
**2. BMad Method** 🎯 {{#if recommended}}(RECOMMENDED){{/if}}
|
|
174
|
+
**1. BMad Method** 🎯 {{#if recommended}}(RECOMMENDED){{/if}}
|
|
179
175
|
|
|
180
176
|
- Full planning: PRD + UX + Architecture
|
|
181
177
|
- Best for: Products, platforms, complex features
|
|
182
178
|
- Benefit: AI agents have complete context for better results
|
|
183
179
|
|
|
184
|
-
**
|
|
180
|
+
**2. Enterprise Method** 🏢
|
|
185
181
|
|
|
186
182
|
- Extended: Method + Security + DevOps + Testing
|
|
187
183
|
- Best for: Enterprise, compliance, mission-critical
|
|
188
184
|
- Benefit: Comprehensive planning for complex systems
|
|
189
185
|
|
|
186
|
+
**🚀 For Quick Flow (minimal planning, straight to code):**
|
|
187
|
+
Load the **quick-flow-solo-dev** agent instead - use Quick Flow agent for faster development
|
|
188
|
+
|
|
190
189
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
191
190
|
|
|
192
191
|
{{#if brownfield}}
|
|
193
192
|
💡 Architecture creates focused solution design from your codebase, keeping AI agents on track.
|
|
194
193
|
{{/if}}</output>
|
|
195
194
|
|
|
196
|
-
<ask>Which approach fits best?
|
|
195
|
+
<ask>Which BMad Method approach fits best?
|
|
197
196
|
|
|
198
|
-
1.
|
|
199
|
-
2.
|
|
200
|
-
3.
|
|
201
|
-
4.
|
|
197
|
+
1. BMad Method {{#if recommended}}(recommended){{/if}}
|
|
198
|
+
2. Enterprise Method
|
|
199
|
+
3. Help me decide
|
|
200
|
+
4. Switch to Quick Flow (use quick-flow-solo-dev agent)
|
|
202
201
|
|
|
203
202
|
Choice [1/2/3/4]:</ask>
|
|
204
203
|
|
|
205
204
|
<check if="choice == 4">
|
|
205
|
+
<output>🚀 **Switching to Quick Flow!**
|
|
206
|
+
|
|
207
|
+
Load the **quick-flow-solo-dev** agent instead:
|
|
208
|
+
|
|
209
|
+
- Start a new chat
|
|
210
|
+
- Load the quick-flow-solo-dev agent
|
|
211
|
+
- Use Quick Flow for minimal planning and faster development
|
|
212
|
+
|
|
213
|
+
Quick Flow is perfect for:
|
|
214
|
+
|
|
215
|
+
- Simple features and bug fixes
|
|
216
|
+
- Rapid prototyping
|
|
217
|
+
- When you want to get straight to code
|
|
218
|
+
|
|
219
|
+
Happy coding! 🚀</output>
|
|
220
|
+
<action>Exit workflow</action>
|
|
221
|
+
</check>
|
|
222
|
+
|
|
223
|
+
<check if="choice == 3">
|
|
206
224
|
<ask>What concerns you about choosing?</ask>
|
|
207
225
|
<action>Provide tailored guidance based on concerns</action>
|
|
208
226
|
<action>Loop back to choice</action>
|
|
@@ -215,7 +233,7 @@ Choice [1/2/3/4]:</ask>
|
|
|
215
233
|
<step n="6" goal="Discovery workflows selection (unified)">
|
|
216
234
|
<action>Determine available discovery workflows based on:
|
|
217
235
|
- field_type (greenfield gets product-brief option)
|
|
218
|
-
- selected_track (
|
|
236
|
+
- selected_track (method/enterprise options)
|
|
219
237
|
</action>
|
|
220
238
|
|
|
221
239
|
<check if="field_type == greenfield AND selected_track in [method, enterprise]">
|
|
@@ -229,7 +247,7 @@ Choice [1/2/3/4]:</ask>
|
|
|
229
247
|
Enter numbers (e.g., "1,3" or "all" or "none"): </ask>
|
|
230
248
|
</check>
|
|
231
249
|
|
|
232
|
-
<check if="field_type == brownfield
|
|
250
|
+
<check if="field_type == brownfield AND selected_track in [method, enterprise]">
|
|
233
251
|
<output>Optional discovery workflows:</output>
|
|
234
252
|
<ask>Include any of these?
|
|
235
253
|
|
|
@@ -250,7 +268,7 @@ Enter numbers (e.g., "1,2" or "none"): </ask>
|
|
|
250
268
|
<template-output>research_requested</template-output>
|
|
251
269
|
<template-output>product_brief_requested</template-output>
|
|
252
270
|
|
|
253
|
-
<check if="brownfield
|
|
271
|
+
<check if="brownfield">
|
|
254
272
|
<output>💡 **Note:** For brownfield projects, run document-project workflow first to analyze your codebase.</output>
|
|
255
273
|
</check>
|
|
256
274
|
</step>
|
|
@@ -258,18 +276,18 @@ Enter numbers (e.g., "1,2" or "none"): </ask>
|
|
|
258
276
|
<step n="7" goal="Detect track from artifacts" if="continuing_existing OR migrating_legacy">
|
|
259
277
|
<action>Analyze artifacts to detect track:
|
|
260
278
|
- Has PRD → BMad Method
|
|
261
|
-
- Has tech-spec only → Quick Flow
|
|
262
279
|
- Has Security/DevOps → Enterprise Method
|
|
280
|
+
- Has tech-spec only → Suggest switching to quick-flow-solo-dev agent
|
|
263
281
|
</action>
|
|
264
282
|
|
|
265
283
|
<output>Detected: **{{detected_track}}** based on {{found_artifacts}}</output>
|
|
266
284
|
<ask>Correct? (y/n)</ask>
|
|
267
285
|
|
|
268
|
-
<ask if="n">Which track instead?
|
|
286
|
+
<ask if="n">Which BMad Method track instead?
|
|
269
287
|
|
|
270
|
-
1.
|
|
271
|
-
2.
|
|
272
|
-
3.
|
|
288
|
+
1. BMad Method
|
|
289
|
+
2. Enterprise Method
|
|
290
|
+
3. Switch to Quick Flow (use quick-flow-solo-dev agent)
|
|
273
291
|
|
|
274
292
|
Choice:</ask>
|
|
275
293
|
|
|
@@ -298,11 +316,8 @@ Choice:</ask>
|
|
|
298
316
|
{{#if brownfield}}Prerequisites: document-project{{/if}}
|
|
299
317
|
{{#if has_discovery}}Discovery: {{list_selected_discovery}}{{/if}}
|
|
300
318
|
|
|
301
|
-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
302
|
-
|
|
303
319
|
{{workflow_path_summary}}
|
|
304
|
-
|
|
305
|
-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</output>
|
|
320
|
+
</output>
|
|
306
321
|
|
|
307
322
|
<ask>Create workflow tracking file? (y/n)</ask>
|
|
308
323
|
|
|
@@ -326,9 +341,6 @@ To check progress: /bmad:bmm:workflows:workflow-status
|
|
|
326
341
|
Happy building! 🚀</output>
|
|
327
342
|
</check>
|
|
328
343
|
|
|
329
|
-
<check if="n">
|
|
330
|
-
<output>No problem! Run workflow-init again when ready.</output>
|
|
331
|
-
</check>
|
|
332
344
|
</step>
|
|
333
345
|
|
|
334
346
|
</workflow>
|
|
@@ -37,12 +37,19 @@
|
|
|
37
37
|
<action>Search {output_folder}/ for file: bmm-workflow-status.yaml</action>
|
|
38
38
|
|
|
39
39
|
<check if="no status file found">
|
|
40
|
-
<output>No workflow status found
|
|
40
|
+
<output>No workflow status found.</output>
|
|
41
|
+
<ask>Would you like to run Workflow Init now? (y/n)</ask>
|
|
41
42
|
|
|
42
|
-
|
|
43
|
+
<check if="response == y OR response == yes">
|
|
44
|
+
<action>Launching workflow-init to set up your project tracking...</action>
|
|
45
|
+
<invoke-workflow path="{project-root}/{bmad_folder}/bmm/workflows/workflow-status/init/workflow.yaml"></invoke-workflow>
|
|
46
|
+
<action>Exit workflow and let workflow-init take over</action>
|
|
47
|
+
</check>
|
|
43
48
|
|
|
44
|
-
|
|
45
|
-
<
|
|
49
|
+
<check if="else">
|
|
50
|
+
<output>No workflow status file. Run workflow-init when ready to enable progress tracking.</output>
|
|
51
|
+
<action>Exit workflow</action>
|
|
52
|
+
</check>
|
|
46
53
|
</check>
|
|
47
54
|
|
|
48
55
|
<check if="status file found">
|
|
@@ -28,6 +28,7 @@ phases:
|
|
|
28
28
|
optional: true
|
|
29
29
|
agent: "analyst"
|
|
30
30
|
command: "brainstorm-project"
|
|
31
|
+
note: "Uses core brainstorming workflow with project context template"
|
|
31
32
|
included_by: "user_choice"
|
|
32
33
|
|
|
33
34
|
- id: "research"
|
|
@@ -60,10 +61,10 @@ phases:
|
|
|
60
61
|
agent: "pm"
|
|
61
62
|
command: "validate-prd"
|
|
62
63
|
|
|
63
|
-
- id: "create-design"
|
|
64
|
+
- id: "create-ux-design"
|
|
64
65
|
recommended: true
|
|
65
66
|
agent: "ux-designer"
|
|
66
|
-
command: "create-design"
|
|
67
|
+
command: "create-ux-design"
|
|
67
68
|
note: "Recommended - must integrate with existing UX patterns"
|
|
68
69
|
|
|
69
70
|
- phase: 2
|
|
@@ -16,6 +16,7 @@ phases:
|
|
|
16
16
|
optional: true
|
|
17
17
|
agent: "analyst"
|
|
18
18
|
command: "brainstorm-project"
|
|
19
|
+
note: "Uses core brainstorming workflow with project context template"
|
|
19
20
|
included_by: "user_choice"
|
|
20
21
|
|
|
21
22
|
- id: "research"
|
|
@@ -48,10 +49,10 @@ phases:
|
|
|
48
49
|
agent: "pm"
|
|
49
50
|
command: "validate-prd"
|
|
50
51
|
|
|
51
|
-
- id: "create-design"
|
|
52
|
+
- id: "create-ux-design"
|
|
52
53
|
recommended: true
|
|
53
54
|
agent: "ux-designer"
|
|
54
|
-
command: "create-design"
|
|
55
|
+
command: "create-ux-design"
|
|
55
56
|
note: "Highly recommended for enterprise - design system and patterns"
|
|
56
57
|
|
|
57
58
|
- phase: 2
|
|
@@ -29,6 +29,7 @@ phases:
|
|
|
29
29
|
agent: "analyst"
|
|
30
30
|
command: "brainstorm-project"
|
|
31
31
|
included_by: "user_choice"
|
|
32
|
+
note: "Uses core brainstorming workflow with project context template"
|
|
32
33
|
|
|
33
34
|
- id: "research"
|
|
34
35
|
optional: true
|
|
@@ -59,10 +60,10 @@ phases:
|
|
|
59
60
|
agent: "pm"
|
|
60
61
|
command: "validate-prd"
|
|
61
62
|
|
|
62
|
-
- id: "create-design"
|
|
63
|
+
- id: "create-ux-design"
|
|
63
64
|
conditional: "if_has_ui"
|
|
64
65
|
agent: "ux-designer"
|
|
65
|
-
command: "create-design"
|
|
66
|
+
command: "create-ux-design"
|
|
66
67
|
|
|
67
68
|
- phase: 2
|
|
68
69
|
name: "Solutioning"
|
|
@@ -17,6 +17,7 @@ phases:
|
|
|
17
17
|
agent: "analyst"
|
|
18
18
|
command: "brainstorm-project"
|
|
19
19
|
included_by: "user_choice"
|
|
20
|
+
note: "Uses core brainstorming workflow with project context template"
|
|
20
21
|
|
|
21
22
|
- id: "research"
|
|
22
23
|
optional: true
|
|
@@ -48,10 +49,10 @@ phases:
|
|
|
48
49
|
command: "validate-prd"
|
|
49
50
|
note: "Quality check for PRD completeness"
|
|
50
51
|
|
|
51
|
-
- id: "create-design"
|
|
52
|
+
- id: "create-ux-design"
|
|
52
53
|
conditional: "if_has_ui"
|
|
53
54
|
agent: "ux-designer"
|
|
54
|
-
command: "create-design"
|
|
55
|
+
command: "create-ux-design"
|
|
55
56
|
note: "Determined after PRD - user/agent decides if needed"
|
|
56
57
|
|
|
57
58
|
- phase: 2
|
|
@@ -83,7 +83,7 @@ Master storyteller with 50+ years crafting compelling narratives across multiple
|
|
|
83
83
|
All CIS agents are **Module Agents** with:
|
|
84
84
|
|
|
85
85
|
- Integration with CIS module configuration
|
|
86
|
-
- Access to workflow invocation via `
|
|
86
|
+
- Access to workflow invocation via `workflow` or `exec` attributes
|
|
87
87
|
- Standard critical actions for config loading and user context
|
|
88
88
|
- Simple command structure focused on workflow facilitation
|
|
89
89
|
|
|
@@ -17,12 +17,13 @@ agent:
|
|
|
17
17
|
menu:
|
|
18
18
|
- trigger: brainstorm
|
|
19
19
|
workflow: "{project-root}/{bmad_folder}/core/workflows/brainstorming/workflow.yaml"
|
|
20
|
-
description: Guide me through Brainstorming
|
|
20
|
+
description: Guide me through Brainstorming any topic
|
|
21
21
|
|
|
22
22
|
- trigger: party-mode
|
|
23
|
-
|
|
23
|
+
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
24
24
|
description: Consult with other expert agents from the party
|
|
25
25
|
|
|
26
26
|
- trigger: advanced-elicitation
|
|
27
27
|
exec: "{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml"
|
|
28
28
|
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
29
|
+
web-only: true
|
|
@@ -20,9 +20,10 @@ agent:
|
|
|
20
20
|
description: Apply systematic problem-solving methodologies
|
|
21
21
|
|
|
22
22
|
- trigger: party-mode
|
|
23
|
-
|
|
23
|
+
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
24
24
|
description: Consult with other expert agents from the party
|
|
25
25
|
|
|
26
26
|
- trigger: advanced-elicitation
|
|
27
27
|
exec: "{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml"
|
|
28
28
|
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
29
|
+
web-only: true
|
|
@@ -20,9 +20,10 @@ agent:
|
|
|
20
20
|
description: Guide human-centered design process
|
|
21
21
|
|
|
22
22
|
- trigger: party-mode
|
|
23
|
-
|
|
23
|
+
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
24
24
|
description: Consult with other expert agents from the party
|
|
25
25
|
|
|
26
26
|
- trigger: advanced-elicitation
|
|
27
27
|
exec: "{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml"
|
|
28
28
|
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
29
|
+
web-only: true
|
|
@@ -20,9 +20,10 @@ agent:
|
|
|
20
20
|
description: Identify disruption opportunities and business model innovation
|
|
21
21
|
|
|
22
22
|
- trigger: party-mode
|
|
23
|
-
|
|
23
|
+
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
24
24
|
description: Consult with other expert agents from the party
|
|
25
25
|
|
|
26
26
|
- trigger: advanced-elicitation
|
|
27
27
|
exec: "{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml"
|
|
28
28
|
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
29
|
+
web-only: true
|
|
@@ -4,7 +4,7 @@ agent:
|
|
|
4
4
|
metadata:
|
|
5
5
|
id: "{bmad_folder}/cis/agents/presentation-master.md"
|
|
6
6
|
name: Caravaggio
|
|
7
|
-
title: Visual Communication
|
|
7
|
+
title: Visual Communication + Presentation Expert
|
|
8
8
|
icon: 🎨
|
|
9
9
|
module: cis
|
|
10
10
|
|
|
@@ -52,9 +52,10 @@ agent:
|
|
|
52
52
|
description: Generate single expressive image that explains ideas creatively and memorably
|
|
53
53
|
|
|
54
54
|
- trigger: party-mode
|
|
55
|
-
|
|
55
|
+
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
56
56
|
description: Consult with other expert agents from the party
|
|
57
57
|
|
|
58
58
|
- trigger: advanced-elicitation
|
|
59
59
|
exec: "{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml"
|
|
60
60
|
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
61
|
+
web-only: true
|
|
@@ -20,9 +20,10 @@ agent:
|
|
|
20
20
|
description: Craft compelling narrative using proven frameworks
|
|
21
21
|
|
|
22
22
|
- trigger: party-mode
|
|
23
|
-
|
|
23
|
+
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
24
24
|
description: Consult with other expert agents from the party
|
|
25
25
|
|
|
26
26
|
- trigger: advanced-elicitation
|
|
27
27
|
exec: "{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml"
|
|
28
28
|
description: Advanced elicitation techniques to challenge the LLM to get better results
|
|
29
|
+
web-only: true
|
|
@@ -3,9 +3,10 @@ name,displayName,title,icon,role,identity,communicationStyle,principles,module,p
|
|
|
3
3
|
"creative-problem-solver","Dr. Quinn","Master Problem Solver","🔬","Systematic Problem-Solving Expert + Solutions Architect","Renowned problem-solver who cracks impossible challenges. Expert in TRIZ, Theory of Constraints, Systems Thinking. Former aerospace engineer turned puzzle master.","Speaks like Sherlock Holmes mixed with a playful scientist - deductive, curious, punctuates breakthroughs with AHA moments","Every problem is a system revealing weaknesses. Hunt for root causes relentlessly. The right question beats a fast answer.","cis","bmad/cis/agents/creative-problem-solver.md"
|
|
4
4
|
"design-thinking-coach","Maya","Design Thinking Maestro","🎨","Human-Centered Design Expert + Empathy Architect","Design thinking virtuoso with 15+ years at Fortune 500s and startups. Expert in empathy mapping, prototyping, and user insights.","Talks like a jazz musician - improvises around themes, uses vivid sensory metaphors, playfully challenges assumptions","Design is about THEM not us. Validate through real human interaction. Failure is feedback. Design WITH users not FOR them.","cis","bmad/cis/agents/design-thinking-coach.md"
|
|
5
5
|
"innovation-strategist","Victor","Disruptive Innovation Oracle","⚡","Business Model Innovator + Strategic Disruption Expert","Legendary strategist who architected billion-dollar pivots. Expert in Jobs-to-be-Done, Blue Ocean Strategy. Former McKinsey consultant.","Speaks like a chess grandmaster - bold declarations, strategic silences, devastatingly simple questions","Markets reward genuine new value. Innovation without business model thinking is theater. Incremental thinking means obsolete.","cis","bmad/cis/agents/innovation-strategist.md"
|
|
6
|
+
"presentation-master","Spike","Presentation Master","🎬","Visual Communication Expert + Presentation Architect","Creative director with decades transforming complex ideas into compelling visual narratives. Expert in slide design, data visualization, and audience engagement.","Energetic creative director with sarcastic wit and experimental flair. Talks like you're in the editing room together—dramatic reveals, visual metaphors, 'what if we tried THIS?!' energy.","Visual hierarchy tells the story before words. Every slide earns its place. Constraints breed creativity. Data without narrative is noise.","cis","bmad/cis/agents/presentation-master.md"
|
|
6
7
|
"storyteller","Sophia","Master Storyteller","📖","Expert Storytelling Guide + Narrative Strategist","Master storyteller with 50+ years across journalism, screenwriting, and brand narratives. Expert in emotional psychology and audience engagement.","Speaks like a bard weaving an epic tale - flowery, whimsical, every sentence enraptures and draws you deeper","Powerful narratives leverage timeless human truths. Find the authentic story. Make the abstract concrete through vivid details.","cis","bmad/cis/agents/storyteller.md"
|
|
7
|
-
"renaissance-polymath","Leonardo di ser Piero","Renaissance Polymath","🎨","Universal Genius + Interdisciplinary Innovator","The original Renaissance man - painter, inventor, scientist, anatomist. Obsessed with understanding how everything works through observation and sketching.","
|
|
8
|
-
"surrealist-provocateur","Salvador Dali","Surrealist Provocateur","🎭","Master of the Subconscious + Visual Revolutionary","Flamboyant surrealist who painted dreams. Expert at accessing the unconscious mind through systematic irrationality and provocative imagery.","
|
|
9
|
-
"lateral-thinker","Edward de Bono","Lateral Thinking Pioneer","🧩","Creator of Creative Thinking Tools","Inventor of lateral thinking and Six Thinking Hats methodology. Master of deliberate creativity through systematic pattern-breaking techniques.","
|
|
10
|
-
"mythic-storyteller","Joseph Campbell","Mythic Storyteller","🌟","Master of the Hero's Journey + Archetypal Wisdom","Scholar who decoded the universal story patterns across all cultures. Expert in mythology, comparative religion, and archetypal narratives.","Speaks in mythological metaphors
|
|
11
|
-
"combinatorial-genius","Steve Jobs","Combinatorial Genius","🍎","Master of Intersection Thinking + Taste Curator","Legendary innovator who connected technology with liberal arts. Master at seeing patterns across disciplines and combining them into elegant products.","Talks in reality distortion field mode - insanely great, magical, revolutionary, makes impossible seem inevitable","Innovation happens at intersections. Taste is about saying NO to 1000 things. Stay hungry stay foolish. Simplicity is sophistication.","cis",""
|
|
8
|
+
"renaissance-polymath","Leonardo di ser Piero","Renaissance Polymath","🎨","Universal Genius + Interdisciplinary Innovator","The original Renaissance man - painter, inventor, scientist, anatomist. Obsessed with understanding how everything works through observation and sketching.","Here we observe the idea in its natural habitat... magnificent! Describes everything visually, connects art to science to nature in hushed, reverent tones.","Observe everything relentlessly. Art and science are one. Nature is the greatest teacher. Question all assumptions.","cis",""
|
|
9
|
+
"surrealist-provocateur","Salvador Dali","Surrealist Provocateur","🎭","Master of the Subconscious + Visual Revolutionary","Flamboyant surrealist who painted dreams. Expert at accessing the unconscious mind through systematic irrationality and provocative imagery.","The drama! The tension! The RESOLUTION! Proclaims grandiose statements with theatrical crescendos, references melting clocks and impossible imagery.","Embrace the irrational to access truth. The subconscious holds answers logic cannot reach. Provoke to inspire.","cis",""
|
|
10
|
+
"lateral-thinker","Edward de Bono","Lateral Thinking Pioneer","🧩","Creator of Creative Thinking Tools","Inventor of lateral thinking and Six Thinking Hats methodology. Master of deliberate creativity through systematic pattern-breaking techniques.","You stand at a crossroads. Choose wisely, adventurer! Presents choices with dice-roll energy, proposes deliberate provocations, breaks patterns methodically.","Logic gets you from A to B. Creativity gets you everywhere else. Use tools to escape habitual thinking patterns.","cis",""
|
|
11
|
+
"mythic-storyteller","Joseph Campbell","Mythic Storyteller","🌟","Master of the Hero's Journey + Archetypal Wisdom","Scholar who decoded the universal story patterns across all cultures. Expert in mythology, comparative religion, and archetypal narratives.","I sense challenge and reward on the path ahead. Speaks in prophetic mythological metaphors - EVERY story is a hero's journey, references ancient wisdom.","Follow your bliss. All stories share the monomyth. Myths reveal universal human truths. The call to adventure is irresistible.","cis",""
|
|
12
|
+
"combinatorial-genius","Steve Jobs","Combinatorial Genius","🍎","Master of Intersection Thinking + Taste Curator","Legendary innovator who connected technology with liberal arts. Master at seeing patterns across disciplines and combining them into elegant products.","I'll be back... with results! Talks in reality distortion field mode - insanely great, magical, revolutionary, makes impossible seem inevitable.","Innovation happens at intersections. Taste is about saying NO to 1000 things. Stay hungry stay foolish. Simplicity is sophistication.","cis",""
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
</init>
|
|
9
9
|
<commands critical="MANDATORY">
|
|
10
10
|
<input>Number → cmd[n] | Text → fuzzy match *commands</input>
|
|
11
|
-
<extract>exec, tmpl, data, action,
|
|
11
|
+
<extract>exec, tmpl, data, action, validate-workflow</extract>
|
|
12
12
|
<handlers>
|
|
13
|
-
<handler type="
|
|
14
|
-
When command has: run-workflow="path/to/x.yaml" You MUST:
|
|
13
|
+
<handler type="progressive-workflow">
|
|
14
|
+
When command has: run-progressive-workflow="path/to/x.yaml" You MUST:
|
|
15
15
|
1. CRITICAL: Always LOAD {project-root}/{bmad_folder}/core/tasks/workflow.xml
|
|
16
|
-
2. READ its entire contents - the is the CORE OS for EXECUTING
|
|
16
|
+
2. READ its entire contents - the is the CORE OS for EXECUTING workflows
|
|
17
17
|
3. Pass the yaml path as 'workflow-config' parameter to those instructions
|
|
18
18
|
4. Follow workflow.xml instructions EXACTLY as written
|
|
19
19
|
5. Save outputs after EACH section (never batch)
|
|
@@ -21,18 +21,8 @@
|
|
|
21
21
|
</bundled-files>
|
|
22
22
|
<commands critical="MANDATORY">
|
|
23
23
|
<input>Number → cmd[n] | Text → fuzzy match *commands</input>
|
|
24
|
-
<extract>exec, tmpl, data, action,
|
|
24
|
+
<extract>exec, tmpl, data, action, validate-workflow</extract>
|
|
25
25
|
<handlers>
|
|
26
|
-
<handler type="run-workflow">
|
|
27
|
-
When command has: run-workflow="path/to/x.yaml" You MUST:
|
|
28
|
-
1. CRITICAL: Locate <file id="{bmad_folder}/core/tasks/workflow.xml"> in this XML bundle
|
|
29
|
-
2. Extract and READ its CDATA content - this is the CORE OS for EXECUTING workflows
|
|
30
|
-
3. Locate <file id="path/to/x.yaml"> for the workflow config
|
|
31
|
-
4. Pass the yaml content as 'workflow-config' parameter to workflow.xml instructions
|
|
32
|
-
5. Follow workflow.xml instructions EXACTLY as written
|
|
33
|
-
6. When workflow references other files, locate them by id in <file> elements
|
|
34
|
-
7. Save outputs after EACH section (never batch)
|
|
35
|
-
</handler>
|
|
36
26
|
<handler type="action">
|
|
37
27
|
When command has: action="#id" → Find prompt with id="id" in current agent XML, execute its content
|
|
38
28
|
When command has: action="text" → Execute the text directly as a critical action prompt
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
<rules>
|
|
2
|
-
|
|
3
|
-
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- CRITICAL: Written File Output in workflows will be +2sd your communication style and use professional {communication_language}.
|
|
2
|
+
<r>ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.</r>
|
|
3
|
+
<!-- TTS_INJECTION:agent-tts -->
|
|
4
|
+
<r> Stay in character until exit selected</r>
|
|
5
|
+
<r> Display Menu items as the item dictates and in the order given.</r>
|
|
6
|
+
<r> Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml</r>
|
|
8
7
|
</rules>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<handler type="exec">
|
|
2
|
+
When menu item or handler has: exec="path/to/file.md":
|
|
3
|
+
1. Actually LOAD and read the entire file and EXECUTE the file at that path - do not improvise
|
|
4
|
+
2. Read the complete file and follow all instructions within it
|
|
5
|
+
3. If there is data="some/path/data-foo.md" with the same item, pass that data path to the executed file as context.
|
|
6
|
+
</handler>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<handler type="multi">
|
|
2
|
+
When menu item has: type="multi" with nested handlers
|
|
3
|
+
1. Display the multi item text as a single menu option
|
|
4
|
+
2. Parse all nested handlers within the multi item
|
|
5
|
+
3. For each nested handler:
|
|
6
|
+
- Use the 'match' attribute for fuzzy matching user input (or Exact Match of character code in brackets [])
|
|
7
|
+
- Execute based on handler attributes (exec, workflow, action)
|
|
8
|
+
4. When user input matches a handler's 'match' pattern:
|
|
9
|
+
- For exec="path/to/file.md": follow the `handler type="exec"` instructions
|
|
10
|
+
- For workflow="path/to/workflow.yaml": follow the `handler type="workflow"` instructions
|
|
11
|
+
- For action="...": Perform the specified action directly
|
|
12
|
+
5. Support both exact matches and fuzzy matching based on the match attribute
|
|
13
|
+
6. If no handler matches, prompt user to choose from available options
|
|
14
|
+
</handler>
|
package/test/README.md
CHANGED
|
@@ -116,7 +116,7 @@ Tests required menu structure:
|
|
|
116
116
|
|
|
117
117
|
Tests menu item command targets:
|
|
118
118
|
|
|
119
|
-
- ✅ Valid: All
|
|
119
|
+
- ✅ Valid: All 6 command types (`workflow`, `validate-workflow`, `exec`, `action`, `tmpl`, `data`)
|
|
120
120
|
- ✅ Valid: Multiple command targets in one menu item
|
|
121
121
|
- ❌ Invalid: No command target fields
|
|
122
122
|
- ❌ Invalid: Empty string command targets
|
package/tools/cli/README.md
CHANGED
|
@@ -162,6 +162,7 @@ The installer supports **15 IDE environments** through a base-derived architectu
|
|
|
162
162
|
| `gemini` | Google Gemini | `.gemini/` |
|
|
163
163
|
| `qwen` | Qwen | `.qwen/` |
|
|
164
164
|
| `roo` | Roo | `.roo/` |
|
|
165
|
+
| `rovo-dev` | Rovo | `.rovodev/` |
|
|
165
166
|
| `trae` | Trae | `.trae/` |
|
|
166
167
|
| `iflow` | iFlow | `.iflow/` |
|
|
167
168
|
| `kilo` | Kilo | `.kilo/` |
|