bmad-method 6.0.0-alpha.12 → 6.0.0-alpha.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/idea_submission.md +1 -1
- package/.github/scripts/discord-helpers.sh +15 -0
- package/.github/workflows/bundle-latest.yaml +79 -27
- package/.github/workflows/discord.yaml +278 -8
- package/.github/workflows/quality.yaml +19 -0
- package/.markdownlint-cli2.yaml +42 -0
- package/.prettierignore +3 -0
- package/CHANGELOG.md +254 -1
- package/CODE_OF_CONDUCT.md +128 -0
- package/README.md +3 -1
- package/bmad-method-6.0.0-alpha.14.tgz +0 -0
- package/docs/agent-customization-guide.md +2 -2
- package/docs/custom-agent-installation.md +58 -90
- package/docs/document-sharding-guide.md +1 -1
- package/docs/ide-info/rovo-dev.md +388 -0
- package/docs/index.md +6 -81
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +1 -1
- package/eslint.config.mjs +14 -0
- package/example-custom-content/README.md +4 -0
- package/example-custom-content/agents/commit-poet/commit-poet.agent.yaml +129 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/instructions.md +70 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +111 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +70 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +114 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +134 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +161 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +103 -0
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/memories.md +17 -0
- package/example-custom-content/agents/toolsmith/toolsmith.agent.yaml +109 -0
- package/example-custom-content/custom.yaml +3 -0
- package/example-custom-content/workflows/quiz-master/steps/step-01-init.md +168 -0
- package/example-custom-content/workflows/quiz-master/steps/step-02-q1.md +155 -0
- package/example-custom-content/workflows/quiz-master/steps/step-03-q2.md +89 -0
- package/example-custom-content/workflows/quiz-master/steps/step-04-q3.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-05-q4.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-06-q5.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-07-q6.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-08-q7.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-09-q8.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-10-q9.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-11-q10.md +36 -0
- package/example-custom-content/workflows/quiz-master/steps/step-12-results.md +150 -0
- package/example-custom-content/workflows/quiz-master/templates/csv-headers.template +1 -0
- package/example-custom-content/workflows/quiz-master/workflow-plan-quiz-master.md +269 -0
- package/example-custom-content/workflows/quiz-master/workflow.md +54 -0
- package/example-custom-content/workflows/wassup/workflow.md +26 -0
- package/example-custom-module/mwm/README.md +4 -0
- package/example-custom-module/mwm/_module-installer/install-config.yaml +27 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/cognitive-distortions.md +47 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/thought-records.md +17 -0
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach.agent.yaml +150 -0
- package/example-custom-module/mwm/agents/crisis-navigator.agent.yaml +137 -0
- package/example-custom-module/mwm/agents/meditation-guide.agent.yaml +137 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/insights.md +13 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/instructions.md +30 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/memories.md +13 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/patterns.md +17 -0
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion.agent.yaml +124 -0
- package/example-custom-module/mwm/workflows/cbt-thought-record/README.md +31 -0
- package/example-custom-module/mwm/workflows/cbt-thought-record/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/crisis-support/README.md +31 -0
- package/example-custom-module/mwm/workflows/crisis-support/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/daily-checkin/README.md +32 -0
- package/example-custom-module/mwm/workflows/daily-checkin/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/guided-meditation/README.md +31 -0
- package/example-custom-module/mwm/workflows/guided-meditation/workflow.md +45 -0
- package/example-custom-module/mwm/workflows/wellness-journal/README.md +31 -0
- package/example-custom-module/mwm/workflows/wellness-journal/workflow.md +45 -0
- package/package.json +9 -4
- package/src/core/_module-installer/install-config.yaml +5 -1
- package/src/core/agents/bmad-master.agent.yaml +1 -1
- package/src/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/src/core/resources/excalidraw/library-loader.md +2 -2
- package/src/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/src/core/tasks/advanced-elicitation.xml +18 -8
- package/src/core/tasks/workflow.xml +36 -71
- package/src/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/src/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/src/core/workflows/brainstorming/template.md +13 -104
- package/src/core/workflows/brainstorming/workflow.md +51 -0
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +203 -0
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +158 -0
- package/src/core/workflows/party-mode/workflow.md +206 -0
- package/src/modules/bmb/README.md +153 -86
- package/src/modules/bmb/_module-installer/install-config.yaml +4 -9
- package/src/modules/bmb/_module-installer/installer.js +76 -0
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +75 -38
- package/src/modules/bmb/docs/{agent-menu-patterns.md → agents/agent-menu-patterns.md} +6 -6
- package/src/modules/bmb/docs/{expert-agent-architecture.md → agents/expert-agent-architecture.md} +20 -20
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/{module-agent-architecture.md → agents/module-agent-architecture.md} +46 -46
- package/src/modules/bmb/docs/{simple-agent-architecture.md → agents/simple-agent-architecture.md} +7 -3
- package/src/modules/bmb/docs/workflows/architecture.md +220 -0
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +19 -0
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +206 -0
- package/src/modules/bmb/docs/workflows/index.md +45 -0
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +220 -0
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +241 -0
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +223 -0
- package/src/modules/bmb/docs/workflows/templates/step-file.md +139 -0
- package/src/modules/bmb/docs/workflows/templates/step-template.md +290 -0
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +104 -0
- package/src/modules/bmb/docs/workflows/templates/workflow.md +58 -0
- package/src/modules/bmb/docs/workflows/terms.md +97 -0
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/README.md +4 -4
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +8 -8
- package/src/modules/bmb/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +7 -7
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +176 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +120 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +153 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +29 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/README.md +3 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +242 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +24 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +108 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +46 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +39 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +50 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +53 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +57 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +223 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +126 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +305 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +145 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +210 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +260 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +237 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +231 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +224 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +234 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +179 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +197 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +180 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +222 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_commands.md +21 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_persona.md +25 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_purpose_and_type.md +23 -0
- package/src/modules/bmb/workflows/create-agent/workflow.md +91 -0
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +155 -0
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +169 -0
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +217 -0
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +267 -0
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +228 -0
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +233 -0
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +296 -0
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +228 -0
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +186 -0
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +308 -0
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +336 -0
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +335 -0
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +317 -0
- package/src/modules/bmb/workflows/create-module/templates/install-config.template.yaml +53 -0
- package/src/modules/bmb/workflows/create-module/templates/installer.template.js +47 -0
- package/src/modules/bmb/workflows/create-module/templates/module-plan.template.md +5 -0
- package/src/modules/bmb/workflows/create-module/templates/workflow-plan-template.md +23 -0
- package/src/modules/bmb/workflows/create-module/validation.md +126 -0
- package/src/modules/bmb/workflows/create-module/workflow.md +55 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +157 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +211 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +250 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +216 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +289 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +271 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +308 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +284 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +187 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +134 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +202 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +157 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +217 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +253 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +217 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +193 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +245 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/completion-summary.md +75 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-goals.md +68 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-log.md +40 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/validation-results.md +51 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/workflow-analysis.md +56 -0
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +152 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +243 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +274 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +295 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +264 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +360 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +258 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +301 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/templates/compliance-report.md +140 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +58 -0
- package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/checklist.md +0 -1
- package/src/modules/bmgd/agents/game-architect.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-designer.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +8 -8
- package/src/modules/bmm/_module-installer/install-config.yaml +10 -16
- package/src/modules/bmm/agents/analyst.agent.yaml +25 -22
- package/src/modules/bmm/agents/architect.agent.yaml +12 -14
- package/src/modules/bmm/agents/dev.agent.yaml +20 -16
- package/src/modules/bmm/agents/pm.agent.yaml +14 -32
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +36 -0
- package/src/modules/bmm/agents/sm.agent.yaml +13 -31
- package/src/modules/bmm/agents/tea.agent.yaml +10 -7
- package/src/modules/bmm/agents/tech-writer.agent.yaml +7 -20
- package/src/modules/bmm/agents/ux-designer.agent.yaml +12 -10
- package/src/modules/bmm/data/README.md +29 -0
- package/src/modules/bmm/data/project-context-template.md +40 -0
- package/src/modules/bmm/docs/README.md +44 -10
- package/src/modules/bmm/docs/agents-guide.md +80 -53
- package/src/modules/bmm/docs/bmad-quick-flow.md +528 -0
- package/src/modules/bmm/docs/brownfield-guide.md +25 -39
- package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
- package/src/modules/bmm/docs/faq.md +6 -39
- package/src/modules/bmm/docs/glossary.md +12 -25
- package/src/modules/bmm/docs/images/README.md +37 -0
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +960 -1845
- package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +4 -2
- package/src/modules/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/src/modules/bmm/docs/quick-spec-flow.md +5 -5
- package/src/modules/bmm/docs/quick-start.md +9 -25
- package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
- package/src/modules/bmm/docs/test-architecture.md +90 -24
- package/src/modules/bmm/docs/troubleshooting.md +680 -0
- package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
- package/src/modules/bmm/docs/workflows-analysis.md +36 -140
- package/src/modules/bmm/docs/workflows-implementation.md +175 -160
- package/src/modules/bmm/docs/workflows-planning.md +51 -212
- package/src/modules/bmm/docs/workflows-solutioning.md +26 -71
- package/src/modules/bmm/tasks/daily-standup.xml +85 -0
- package/src/modules/bmm/teams/default-party.csv +15 -14
- package/src/modules/bmm/teams/team-fullstack.yaml +0 -1
- package/src/modules/bmm/testarch/knowledge/api-request.md +303 -0
- package/src/modules/bmm/testarch/knowledge/auth-session.md +356 -0
- package/src/modules/bmm/testarch/knowledge/burn-in.md +273 -0
- package/src/modules/bmm/testarch/knowledge/ci-burn-in.md +1 -1
- package/src/modules/bmm/testarch/knowledge/file-utils.md +260 -0
- package/src/modules/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/src/modules/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/src/modules/bmm/testarch/knowledge/log.md +294 -0
- package/src/modules/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/src/modules/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/src/modules/bmm/testarch/knowledge/overview.md +284 -0
- package/src/modules/bmm/testarch/knowledge/recurse.md +296 -0
- package/src/modules/bmm/testarch/tea-index.csv +11 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +442 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +15 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +238 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +204 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +59 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +49 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +224 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +354 -0
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +26 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +202 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +33 -0
- package/src/modules/bmm/workflows/document-project/instructions.md +1 -1
- package/src/modules/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/src/modules/bmm/workflows/testarch/ci/checklist.md +1 -1
- package/src/modules/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
- package/src/modules/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +20 -3
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +29 -9
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/src/modules/bmm/workflows/workflow-status/instructions.md +11 -4
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +4 -8
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +4 -9
- package/src/modules/cis/agents/README.md +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +3 -2
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -1
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -1
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -1
- package/src/modules/cis/agents/presentation-master.agent.yaml +3 -2
- package/src/modules/cis/agents/storyteller.agent.yaml +2 -1
- package/src/modules/cis/teams/default-party.csv +6 -5
- package/src/utility/models/agent-activation-ide.xml +4 -4
- package/src/utility/models/agent-activation-web.xml +1 -11
- package/src/utility/models/fragments/activation-rules.xml +5 -6
- package/src/utility/models/fragments/handler-exec.xml +6 -5
- package/src/utility/models/fragments/handler-multi.xml +14 -0
- package/test/README.md +1 -1
- package/test/fixtures/agent-schema/valid/menu-commands/all-command-types.agent.yaml +1 -3
- package/tools/cli/README.md +4 -3
- package/tools/cli/bundlers/web-bundler.js +3 -14
- package/tools/cli/commands/build.js +9 -184
- package/tools/cli/commands/install.js +42 -2
- package/tools/cli/installers/lib/core/config-collector.js +94 -10
- package/tools/cli/installers/lib/core/installer.js +389 -55
- package/tools/cli/installers/lib/core/manifest-generator.js +91 -30
- package/tools/cli/installers/lib/core/post-install-sidecar-replacement.js +79 -0
- package/tools/cli/installers/lib/custom/handler.js +266 -0
- package/tools/cli/installers/lib/ide/_base-ide.js +10 -0
- package/tools/cli/installers/lib/ide/antigravity.js +51 -7
- package/tools/cli/installers/lib/ide/auggie.js +72 -7
- package/tools/cli/installers/lib/ide/claude-code.js +1 -6
- package/tools/cli/installers/lib/ide/cline.js +49 -0
- package/tools/cli/installers/lib/ide/codex.js +2 -2
- package/tools/cli/installers/lib/ide/crush.js +66 -6
- package/tools/cli/installers/lib/ide/cursor.js +29 -13
- package/tools/cli/installers/lib/ide/gemini.js +96 -1
- package/tools/cli/installers/lib/ide/github-copilot.js +59 -48
- package/tools/cli/installers/lib/ide/iflow.js +67 -1
- package/tools/cli/installers/lib/ide/kilo.js +74 -0
- package/tools/cli/installers/lib/ide/kiro-cli.js +327 -0
- package/tools/cli/installers/lib/ide/opencode.js +3 -3
- package/tools/cli/installers/lib/ide/qwen.js +54 -0
- package/tools/cli/installers/lib/ide/roo.js +145 -138
- package/tools/cli/installers/lib/ide/rovo-dev.js +290 -0
- package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +8 -2
- package/tools/cli/installers/lib/ide/shared/bmad-artifacts.js +34 -19
- package/tools/cli/installers/lib/ide/shared/workflow-command-generator.js +18 -14
- package/tools/cli/installers/lib/ide/templates/agent-command-template.md +1 -1
- package/tools/cli/installers/lib/ide/templates/workflow-commander.md +5 -0
- package/tools/cli/installers/lib/ide/trae.js +47 -0
- package/tools/cli/installers/lib/modules/manager.js +486 -53
- package/tools/cli/lib/agent/compiler.js +210 -27
- package/tools/cli/lib/agent/installer.js +140 -30
- package/tools/cli/lib/agent-analyzer.js +46 -18
- package/tools/cli/lib/config.js +2 -1
- package/tools/cli/lib/ui.js +269 -13
- package/tools/cli/lib/yaml-xml-builder.js +123 -39
- package/tools/platform-codes.yaml +12 -0
- package/tools/schema/agent.js +229 -20
- package/tools/validate-svg-changes.sh +356 -0
- package/src/core/tasks/adv-elicit-methods.csv +0 -39
- package/src/core/workflows/brainstorming/README.md +0 -261
- package/src/core/workflows/brainstorming/instructions.md +0 -315
- package/src/core/workflows/brainstorming/workflow.yaml +0 -38
- package/src/core/workflows/party-mode/instructions.md +0 -183
- package/src/core/workflows/party-mode/workflow.yaml +0 -28
- package/src/modules/bmb/workflows/audit-workflow/checklist.md +0 -142
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +0 -341
- package/src/modules/bmb/workflows/audit-workflow/template.md +0 -118
- package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +0 -25
- package/src/modules/bmb/workflows/convert-legacy/README.md +0 -262
- package/src/modules/bmb/workflows/convert-legacy/checklist.md +0 -205
- package/src/modules/bmb/workflows/convert-legacy/instructions.md +0 -377
- package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +0 -30
- package/src/modules/bmb/workflows/create-agent/instructions.md +0 -519
- package/src/modules/bmb/workflows/create-agent/workflow.yaml +0 -55
- package/src/modules/bmb/workflows/create-module/README.md +0 -229
- package/src/modules/bmb/workflows/create-module/brainstorm-context.md +0 -137
- package/src/modules/bmb/workflows/create-module/checklist.md +0 -235
- package/src/modules/bmb/workflows/create-module/installer-templates/install-config.yaml +0 -92
- package/src/modules/bmb/workflows/create-module/installer-templates/installer.js +0 -231
- package/src/modules/bmb/workflows/create-module/instructions.md +0 -577
- package/src/modules/bmb/workflows/create-module/module-structure.md +0 -400
- package/src/modules/bmb/workflows/create-module/workflow.yaml +0 -52
- package/src/modules/bmb/workflows/create-workflow/README.md +0 -277
- package/src/modules/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
- package/src/modules/bmb/workflows/create-workflow/checklist.md +0 -94
- package/src/modules/bmb/workflows/create-workflow/instructions.md +0 -725
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1327
- package/src/modules/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
- package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -15
- package/src/modules/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
- package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -61
- package/src/modules/bmb/workflows/create-workflow/workflow.yaml +0 -41
- package/src/modules/bmb/workflows/edit-agent/README.md +0 -239
- package/src/modules/bmb/workflows/edit-agent/instructions.md +0 -654
- package/src/modules/bmb/workflows/edit-agent/workflow.yaml +0 -49
- package/src/modules/bmb/workflows/edit-workflow/README.md +0 -119
- package/src/modules/bmb/workflows/edit-workflow/checklist.md +0 -70
- package/src/modules/bmb/workflows/edit-workflow/instructions.md +0 -342
- package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +0 -27
- package/src/modules/bmgd/workflows/4-production/code-review/checklist.md +0 -22
- package/src/modules/bmm/_module-installer/assets/bmm-kb.md +0 -1
- package/src/modules/bmm/_module-installer/assets/technical-decisions.md +0 -30
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -39
- package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/src/modules/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -56
- package/src/modules/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/src/modules/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -61
- package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/src/modules/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/src/modules/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/src/modules/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/src/modules/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +0 -62
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -93
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -78
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/src/modules/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/src/modules/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -100
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/epics-template.md +0 -80
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/instructions.md +0 -616
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -64
- package/src/modules/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -58
- package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -28
- package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -25
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- package/tools/cli/commands/agent-install.js +0 -409
- /package/src/modules/bmb/docs/{agent-compilation.md → agents/agent-compilation.md} +0 -0
- /package/src/modules/bmb/docs/{index.md → agents/index.md} +0 -0
- /package/src/modules/bmb/docs/{understanding-agent-types.md → agents/understanding-agent-types.md} +0 -0
- /package/src/modules/bmb/reference/{readme.md → README.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{agent-validation-checklist.md → data/agent-validation-checklist.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{brainstorm-context.md → data/brainstorm-context.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{communication-presets.csv → data/communication-presets.csv} +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/template.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/workflow.yaml +0 -0
- /package/src/modules/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: party-mode
|
|
3
|
+
description: Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Party Mode Workflow
|
|
7
|
+
|
|
8
|
+
**Goal:** Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations
|
|
9
|
+
|
|
10
|
+
**Your Role:** You are a party mode facilitator and multi-agent conversation orchestrator. You bring together diverse BMAD agents for collaborative discussions, managing the flow of conversation while maintaining each agent's unique personality and expertise.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## WORKFLOW ARCHITECTURE
|
|
15
|
+
|
|
16
|
+
This uses **micro-file architecture** with **sequential conversation orchestration**:
|
|
17
|
+
|
|
18
|
+
- Step 01 loads agent manifest and initializes party mode
|
|
19
|
+
- Step 02 orchestrates the ongoing multi-agent discussion
|
|
20
|
+
- Step 03 handles graceful party mode exit
|
|
21
|
+
- Conversation state tracked in frontmatter
|
|
22
|
+
- Agent personalities maintained through merged manifest data
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## INITIALIZATION
|
|
27
|
+
|
|
28
|
+
### Configuration Loading
|
|
29
|
+
|
|
30
|
+
Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve:
|
|
31
|
+
|
|
32
|
+
- `project_name`, `output_folder`, `user_name`
|
|
33
|
+
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
34
|
+
- `date` as a system-generated value
|
|
35
|
+
- Agent manifest path: `{project-root}/{bmad_folder}/_cfg/agent-manifest.csv`
|
|
36
|
+
|
|
37
|
+
### Paths
|
|
38
|
+
|
|
39
|
+
- `installed_path` = `{project-root}/{bmad_folder}/core/workflows/party-mode`
|
|
40
|
+
- `agent_manifest_path` = `{project-root}/{bmad_folder}/_cfg/agent-manifest.csv`
|
|
41
|
+
- `standalone_mode` = `true` (party mode is an interactive workflow)
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## AGENT MANIFEST PROCESSING
|
|
46
|
+
|
|
47
|
+
### Agent Data Extraction
|
|
48
|
+
|
|
49
|
+
Parse CSV manifest to extract agent entries with complete information:
|
|
50
|
+
|
|
51
|
+
- **name** (agent identifier)
|
|
52
|
+
- **displayName** (agent's persona name)
|
|
53
|
+
- **title** (formal position)
|
|
54
|
+
- **icon** (visual identifier emoji)
|
|
55
|
+
- **role** (capabilities summary)
|
|
56
|
+
- **identity** (background/expertise)
|
|
57
|
+
- **communicationStyle** (how they communicate)
|
|
58
|
+
- **principles** (decision-making philosophy)
|
|
59
|
+
- **module** (source module)
|
|
60
|
+
- **path** (file location)
|
|
61
|
+
|
|
62
|
+
### Agent Roster Building
|
|
63
|
+
|
|
64
|
+
Build complete agent roster with merged personalities for conversation orchestration.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## EXECUTION
|
|
69
|
+
|
|
70
|
+
Execute party mode activation and conversation orchestration:
|
|
71
|
+
|
|
72
|
+
### Party Mode Activation
|
|
73
|
+
|
|
74
|
+
**Your Role:** You are a party mode facilitator creating an engaging multi-agent conversation environment.
|
|
75
|
+
|
|
76
|
+
**Welcome Activation:**
|
|
77
|
+
|
|
78
|
+
"🎉 PARTY MODE ACTIVATED! 🎉
|
|
79
|
+
|
|
80
|
+
Welcome {{user_name}}! All BMAD agents are here and ready for a dynamic group discussion. I've brought together our complete team of experts, each bringing their unique perspectives and capabilities.
|
|
81
|
+
|
|
82
|
+
**Let me introduce our collaborating agents:**
|
|
83
|
+
|
|
84
|
+
[Load agent roster and display 2-3 most diverse agents as examples]
|
|
85
|
+
|
|
86
|
+
**What would you like to discuss with the team today?**"
|
|
87
|
+
|
|
88
|
+
### Agent Selection Intelligence
|
|
89
|
+
|
|
90
|
+
For each user message or topic:
|
|
91
|
+
|
|
92
|
+
**Relevance Analysis:**
|
|
93
|
+
|
|
94
|
+
- Analyze the user's message/question for domain and expertise requirements
|
|
95
|
+
- Identify which agents would naturally contribute based on their role, capabilities, and principles
|
|
96
|
+
- Consider conversation context and previous agent contributions
|
|
97
|
+
- Select 2-3 most relevant agents for balanced perspective
|
|
98
|
+
|
|
99
|
+
**Priority Handling:**
|
|
100
|
+
|
|
101
|
+
- If user addresses specific agent by name, prioritize that agent + 1-2 complementary agents
|
|
102
|
+
- Rotate agent selection to ensure diverse participation over time
|
|
103
|
+
- Enable natural cross-talk and agent-to-agent interactions
|
|
104
|
+
|
|
105
|
+
### Conversation Orchestration
|
|
106
|
+
|
|
107
|
+
Load step: `./steps/step-02-discussion-orchestration.md`
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## WORKFLOW STATES
|
|
112
|
+
|
|
113
|
+
### Frontmatter Tracking
|
|
114
|
+
|
|
115
|
+
```yaml
|
|
116
|
+
---
|
|
117
|
+
stepsCompleted: [1]
|
|
118
|
+
workflowType: 'party-mode'
|
|
119
|
+
user_name: '{{user_name}}'
|
|
120
|
+
date: '{{date}}'
|
|
121
|
+
agents_loaded: true
|
|
122
|
+
party_active: true
|
|
123
|
+
exit_triggers: ['*exit', 'goodbye', 'end party', 'quit']
|
|
124
|
+
---
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
## ROLE-PLAYING GUIDELINES
|
|
130
|
+
|
|
131
|
+
### Character Consistency
|
|
132
|
+
|
|
133
|
+
- Maintain strict in-character responses based on merged personality data
|
|
134
|
+
- Use each agent's documented communication style consistently
|
|
135
|
+
- Reference agent memories and context when relevant
|
|
136
|
+
- Allow natural disagreements and different perspectives
|
|
137
|
+
- Include personality-driven quirks and occasional humor
|
|
138
|
+
|
|
139
|
+
### Conversation Flow
|
|
140
|
+
|
|
141
|
+
- Enable agents to reference each other naturally by name or role
|
|
142
|
+
- Maintain professional discourse while being engaging
|
|
143
|
+
- Respect each agent's expertise boundaries
|
|
144
|
+
- Allow cross-talk and building on previous points
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## QUESTION HANDLING PROTOCOL
|
|
149
|
+
|
|
150
|
+
### Direct Questions to User
|
|
151
|
+
|
|
152
|
+
When an agent asks the user a specific question:
|
|
153
|
+
|
|
154
|
+
- End that response round immediately after the question
|
|
155
|
+
- Clearly highlight the questioning agent and their question
|
|
156
|
+
- Wait for user response before any agent continues
|
|
157
|
+
|
|
158
|
+
### Inter-Agent Questions
|
|
159
|
+
|
|
160
|
+
Agents can question each other and respond naturally within the same round for dynamic conversation.
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## EXIT CONDITIONS
|
|
165
|
+
|
|
166
|
+
### Automatic Triggers
|
|
167
|
+
|
|
168
|
+
Exit party mode when user message contains any exit triggers:
|
|
169
|
+
|
|
170
|
+
- `*exit`, `goodbye`, `end party`, `quit`
|
|
171
|
+
|
|
172
|
+
### Graceful Conclusion
|
|
173
|
+
|
|
174
|
+
If conversation naturally concludes:
|
|
175
|
+
|
|
176
|
+
- Ask user if they'd like to continue or end party mode
|
|
177
|
+
- Exit gracefully when user indicates completion
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## TTS INTEGRATION
|
|
182
|
+
|
|
183
|
+
Party mode includes Text-to-Speech for each agent response:
|
|
184
|
+
|
|
185
|
+
**TTS Protocol:**
|
|
186
|
+
|
|
187
|
+
- Trigger TTS immediately after each agent's text response
|
|
188
|
+
- Use agent's merged voice configuration from manifest
|
|
189
|
+
- Format: `Bash: .claude/hooks/bmad-speak.sh "[Agent Name]" "[Their response]"`
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## MODERATION NOTES
|
|
194
|
+
|
|
195
|
+
**Quality Control:**
|
|
196
|
+
|
|
197
|
+
- If discussion becomes circular, have bmad-master summarize and redirect
|
|
198
|
+
- Balance fun and productivity based on conversation tone
|
|
199
|
+
- Ensure all agents stay true to their merged personalities
|
|
200
|
+
- Exit gracefully when user indicates completion
|
|
201
|
+
|
|
202
|
+
**Conversation Management:**
|
|
203
|
+
|
|
204
|
+
- Rotate agent participation to ensure inclusive discussion
|
|
205
|
+
- Handle topic drift while maintaining productive conversation
|
|
206
|
+
- Facilitate cross-agent collaboration and knowledge sharing
|
|
@@ -5,6 +5,8 @@ Specialized tools and workflows for creating, customizing, and extending BMad co
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
|
7
7
|
- [Module Structure](#module-structure)
|
|
8
|
+
- [Documentation](#documentation)
|
|
9
|
+
- [Reference Materials](#reference-materials)
|
|
8
10
|
- [Core Workflows](#core-workflows)
|
|
9
11
|
- [Agent Types](#agent-types)
|
|
10
12
|
- [Quick Start](#quick-start)
|
|
@@ -16,124 +18,172 @@ Specialized tools and workflows for creating, customizing, and extending BMad co
|
|
|
16
18
|
|
|
17
19
|
**BMad Builder** - Master builder agent orchestrating all creation workflows with deep knowledge of BMad architecture and conventions.
|
|
18
20
|
|
|
21
|
+
- Location: `.bmad/bmb/agents/bmad-builder.md`
|
|
22
|
+
|
|
19
23
|
### 📋 Workflows
|
|
20
24
|
|
|
21
|
-
|
|
25
|
+
**Active Workflows** (Step-File Architecture)
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
- Location: `src/modules/bmb/workflows/`
|
|
28
|
+
- 5 core workflows with 41 step files total
|
|
29
|
+
- Template-based execution with JIT loading
|
|
24
30
|
|
|
25
|
-
|
|
31
|
+
**Legacy Workflows** (Being Migrated)
|
|
26
32
|
|
|
27
|
-
|
|
33
|
+
- Location: `src/modules/bmb/workflows-legacy/`
|
|
34
|
+
- Module-specific workflows pending conversion to step-file architecture
|
|
28
35
|
|
|
29
|
-
|
|
30
|
-
- Command structure design
|
|
31
|
-
- YAML source compilation to .md
|
|
36
|
+
### 📚 Documentation
|
|
32
37
|
|
|
33
|
-
|
|
38
|
+
- Location: `src/modules/bmb/docs/`
|
|
39
|
+
- Comprehensive guides for agents and workflows
|
|
40
|
+
- Architecture patterns and best practices
|
|
34
41
|
|
|
35
|
-
|
|
36
|
-
- Configuration validation
|
|
37
|
-
- Web bundle support
|
|
42
|
+
### 🔍 Reference Materials
|
|
38
43
|
|
|
39
|
-
|
|
44
|
+
- Location: `src/modules/bmb/reference/`
|
|
45
|
+
- Working examples of agents and workflows
|
|
46
|
+
- Template patterns and implementation guides
|
|
40
47
|
|
|
41
|
-
|
|
42
|
-
- Agent and workflow integration
|
|
43
|
-
- Installation automation
|
|
48
|
+
## Documentation
|
|
44
49
|
|
|
45
|
-
|
|
50
|
+
### 📖 Agent Documentation
|
|
46
51
|
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
52
|
+
- **[Agent Index](./docs/agents/index.md)** - Complete agent architecture guide
|
|
53
|
+
- **[Agent Types Guide](./docs/agents/understanding-agent-types.md)** - Simple vs Expert vs Module agents
|
|
54
|
+
- **[Menu Patterns](./docs/agents/agent-menu-patterns.md)** - YAML menu design and handler types
|
|
55
|
+
- **[Agent Compilation](./docs/agents/agent-compilation.md)** - Auto-injection rules and compilation process
|
|
50
56
|
|
|
51
|
-
###
|
|
57
|
+
### 📋 Workflow Documentation
|
|
52
58
|
|
|
53
|
-
**[
|
|
59
|
+
- **[Workflow Index](./docs/workflows/index.md)** - Core workflow system overview
|
|
60
|
+
- **[Architecture Guide](./docs/workflows/architecture.md)** - Step-file design and JIT loading
|
|
61
|
+
- **[Template System](./docs/workflows/templates/step-template.md)** - Standard step file template
|
|
62
|
+
- **[Intent vs Prescriptive](./docs/workflows/intent-vs-prescriptive-spectrum.md)** - Design philosophy
|
|
54
63
|
|
|
55
|
-
|
|
56
|
-
- Command updates
|
|
57
|
-
- Best practice compliance
|
|
64
|
+
## Reference Materials
|
|
58
65
|
|
|
59
|
-
|
|
66
|
+
### 🤖 Agent Examples
|
|
60
67
|
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
68
|
+
- **[Simple Agent Example](./reference/agents/simple-examples/commit-poet.agent.yaml)** - Self-contained agent
|
|
69
|
+
- **[Expert Agent Example](./reference/agents/expert-examples/journal-keeper/)** - Agent with persistent memory
|
|
70
|
+
- **[Module Agent Examples](./reference/agents/module-examples/)** - Integration patterns (BMM, CIS)
|
|
71
|
+
|
|
72
|
+
### 📋 Workflow Examples
|
|
73
|
+
|
|
74
|
+
- **[Meal Prep & Nutrition](./reference/workflows/meal-prep-nutrition/)** - Complete step-file workflow demonstration
|
|
75
|
+
- **Template patterns** for document generation and state management
|
|
76
|
+
|
|
77
|
+
## Core Workflows
|
|
64
78
|
|
|
65
|
-
|
|
79
|
+
### Creation Workflows (Step-File Architecture)
|
|
66
80
|
|
|
67
|
-
-
|
|
68
|
-
- Dependency management
|
|
69
|
-
- Version control
|
|
81
|
+
**[create-agent](./workflows/create-agent/)** - Build BMad agents
|
|
70
82
|
|
|
71
|
-
|
|
83
|
+
- 11 guided steps from brainstorming to celebration
|
|
84
|
+
- 18 reference data files with validation checklists
|
|
85
|
+
- Template-based agent generation
|
|
86
|
+
|
|
87
|
+
**[create-workflow](./workflows/create-workflow/)** - Design workflows
|
|
88
|
+
|
|
89
|
+
- 12 structured steps from init to review
|
|
90
|
+
- 9 template files for workflow creation
|
|
91
|
+
- Step-file architecture implementation
|
|
92
|
+
|
|
93
|
+
### Editing Workflows
|
|
94
|
+
|
|
95
|
+
**[edit-agent](./workflows/edit-agent/)** - Modify existing agents
|
|
96
|
+
|
|
97
|
+
- 5 steps: discovery → validation
|
|
98
|
+
- Intent-driven analysis and updates
|
|
99
|
+
- Best practice compliance
|
|
72
100
|
|
|
73
|
-
**[
|
|
101
|
+
**[edit-workflow](./workflows/edit-workflow/)** - Update workflows
|
|
74
102
|
|
|
75
|
-
-
|
|
76
|
-
- Structure
|
|
77
|
-
-
|
|
103
|
+
- 5 steps: analyze → compliance check
|
|
104
|
+
- Structure maintenance and validation
|
|
105
|
+
- Template updates for consistency
|
|
78
106
|
|
|
79
|
-
|
|
107
|
+
### Quality Assurance
|
|
80
108
|
|
|
81
|
-
-
|
|
82
|
-
- Config standards check
|
|
83
|
-
- Bloat detection
|
|
84
|
-
- Web bundle completeness
|
|
109
|
+
**[workflow-compliance-check](./workflows/workflow-compliance-check/)** - Validation
|
|
85
110
|
|
|
86
|
-
|
|
111
|
+
- 8 systematic validation steps
|
|
112
|
+
- Adversarial analysis approach
|
|
113
|
+
- Detailed compliance reporting
|
|
87
114
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
-
|
|
115
|
+
### Legacy Migration (Pending)
|
|
116
|
+
|
|
117
|
+
Workflows in `workflows-legacy/` are being migrated to step-file architecture:
|
|
118
|
+
|
|
119
|
+
- Module-specific workflows
|
|
120
|
+
- Historical implementations
|
|
121
|
+
- Conversion planning in progress
|
|
91
122
|
|
|
92
123
|
## Agent Types
|
|
93
124
|
|
|
94
125
|
BMB creates three agent architectures:
|
|
95
126
|
|
|
96
|
-
###
|
|
127
|
+
### Simple Agent
|
|
97
128
|
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
129
|
+
- **Self-contained**: All logic in single YAML file
|
|
130
|
+
- **Stateless**: No persistent memory across sessions
|
|
131
|
+
- **Purpose**: Single utilities and specialized tools
|
|
132
|
+
- **Example**: Commit poet, code formatter
|
|
102
133
|
|
|
103
|
-
###
|
|
134
|
+
### Expert Agent
|
|
104
135
|
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
-
|
|
136
|
+
- **Persistent Memory**: Maintains knowledge across sessions
|
|
137
|
+
- **Sidecar Resources**: External files and data storage
|
|
138
|
+
- **Domain-specific**: Focuses on particular knowledge areas
|
|
139
|
+
- **Example**: Journal keeper, domain consultant
|
|
108
140
|
|
|
109
|
-
###
|
|
141
|
+
### Module Agent
|
|
110
142
|
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
143
|
+
- **Team Integration**: Orchestrates within specific modules
|
|
144
|
+
- **Workflow Coordination**: Manages complex processes
|
|
145
|
+
- **Professional Infrastructure**: Enterprise-grade capabilities
|
|
146
|
+
- **Examples**: BMM project manager, CIS innovation strategist
|
|
114
147
|
|
|
115
148
|
## Quick Start
|
|
116
149
|
|
|
117
|
-
|
|
118
|
-
|
|
150
|
+
### Using BMad Builder Agent
|
|
151
|
+
|
|
152
|
+
1. **Load BMad Builder agent** in your IDE:
|
|
119
153
|
```
|
|
120
|
-
|
|
121
|
-
*create-workflow # New workflow
|
|
122
|
-
*create-module # Complete module
|
|
154
|
+
/bmad:bmb:agents:bmad-builder
|
|
123
155
|
```
|
|
124
|
-
|
|
156
|
+
2. **Choose creation type:**
|
|
157
|
+
- `[CA]` Create Agent - Build new agents
|
|
158
|
+
- `[CW]` Create Workflow - Design workflows
|
|
159
|
+
- `[EA]` Edit Agent - Modify existing agents
|
|
160
|
+
- `[EW]` Edit Workflow - Update workflows
|
|
161
|
+
- `[VA]` Validate Agent - Quality check agents
|
|
162
|
+
- `[VW]` Validate Workflow - Quality check workflows
|
|
163
|
+
|
|
164
|
+
3. **Follow interactive prompts** for step-by-step guidance
|
|
125
165
|
|
|
126
166
|
### Example: Creating an Agent
|
|
127
167
|
|
|
128
168
|
```
|
|
129
169
|
User: I need a code review agent
|
|
130
|
-
Builder:
|
|
170
|
+
Builder: [CA] Create Agent
|
|
171
|
+
|
|
172
|
+
[11-step guided process]
|
|
173
|
+
Step 1: Brainstorm agent concept
|
|
174
|
+
Step 2: Define persona and role
|
|
175
|
+
Step 3: Design command structure
|
|
176
|
+
...
|
|
177
|
+
Step 11: Celebrate and deploy
|
|
178
|
+
```
|
|
131
179
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
180
|
+
### Direct Workflow Execution
|
|
181
|
+
|
|
182
|
+
Workflows can also be run directly without the agent interface:
|
|
183
|
+
|
|
184
|
+
```yaml
|
|
185
|
+
# Execute specific workflow steps
|
|
186
|
+
workflow: ./workflows/create-agent/workflow.yaml
|
|
137
187
|
```
|
|
138
188
|
|
|
139
189
|
## Use Cases
|
|
@@ -165,30 +215,47 @@ Package modules for:
|
|
|
165
215
|
- Business processes
|
|
166
216
|
- Educational frameworks
|
|
167
217
|
|
|
218
|
+
## Architecture Principles
|
|
219
|
+
|
|
220
|
+
### Step-File Workflow Design
|
|
221
|
+
|
|
222
|
+
- **Micro-file Approach**: Each step is self-contained
|
|
223
|
+
- **Just-In-Time Loading**: Only current step in memory
|
|
224
|
+
- **Sequential Enforcement**: No skipping steps allowed
|
|
225
|
+
- **State Tracking**: Progress documented in frontmatter
|
|
226
|
+
- **Append-Only Building**: Documents grow through execution
|
|
227
|
+
|
|
228
|
+
### Intent vs Prescriptive Spectrum
|
|
229
|
+
|
|
230
|
+
- **Creative Workflows**: High user agency, AI as facilitator
|
|
231
|
+
- **Structured Workflows**: Clear process, AI as guide
|
|
232
|
+
- **Prescriptive Workflows**: Strict compliance, AI as validator
|
|
233
|
+
|
|
168
234
|
## Best Practices
|
|
169
235
|
|
|
170
|
-
1. **Study
|
|
171
|
-
2. **
|
|
172
|
-
3. **
|
|
173
|
-
4. **
|
|
174
|
-
5. **
|
|
236
|
+
1. **Study Reference Materials** - Review docs/ and reference/ examples
|
|
237
|
+
2. **Choose Right Agent Type** - Simple vs Expert vs Module based on needs
|
|
238
|
+
3. **Follow Step-File Patterns** - Use established templates and structures
|
|
239
|
+
4. **Document Thoroughly** - Clear instructions and frontmatter metadata
|
|
240
|
+
5. **Validate Continuously** - Use compliance workflows for quality
|
|
241
|
+
6. **Maintain Consistency** - Follow YAML patterns and naming conventions
|
|
175
242
|
|
|
176
243
|
## Integration
|
|
177
244
|
|
|
178
245
|
BMB components integrate with:
|
|
179
246
|
|
|
180
|
-
- **BMad Core** - Framework foundation
|
|
181
|
-
- **BMM** -
|
|
182
|
-
- **CIS** -
|
|
183
|
-
- **Custom Modules** -
|
|
247
|
+
- **BMad Core** - Framework foundation and agent compilation
|
|
248
|
+
- **BMM** - Development workflows and project management
|
|
249
|
+
- **CIS** - Creative innovation and strategic workflows
|
|
250
|
+
- **Custom Modules** - Domain-specific solutions
|
|
184
251
|
|
|
185
|
-
##
|
|
252
|
+
## Getting Help
|
|
186
253
|
|
|
187
|
-
- **
|
|
188
|
-
- **
|
|
189
|
-
- **
|
|
190
|
-
- **
|
|
254
|
+
- **Documentation**: Check `docs/` for comprehensive guides
|
|
255
|
+
- **Reference Materials**: See `reference/` for working examples
|
|
256
|
+
- **Validation**: Use `workflow-compliance-check` for quality assurance
|
|
257
|
+
- **Templates**: Leverage workflow templates for consistent patterns
|
|
191
258
|
|
|
192
259
|
---
|
|
193
260
|
|
|
194
|
-
BMB
|
|
261
|
+
BMB provides a complete toolkit for extending BMad Method with disciplined, systematic approaches to agent and workflow development while maintaining framework consistency and power.
|
|
@@ -15,17 +15,12 @@ subheader: "Configure the settings for the BoMB Factory!\nThe agent, workflow an
|
|
|
15
15
|
## install_user_docs
|
|
16
16
|
## kb_install
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
prompt: "Where do custom agents get
|
|
20
|
-
default: "
|
|
21
|
-
result: "{project-root}/{value}"
|
|
22
|
-
|
|
23
|
-
custom_workflow_location:
|
|
24
|
-
prompt: "Where do custom workflows get stored?"
|
|
25
|
-
default: "{bmad_folder}/custom/workflows"
|
|
18
|
+
custom_stand_alone_location:
|
|
19
|
+
prompt: "Where do custom agents and workflows get stored?"
|
|
20
|
+
default: "bmad-custom-src"
|
|
26
21
|
result: "{project-root}/{value}"
|
|
27
22
|
|
|
28
23
|
custom_module_location:
|
|
29
24
|
prompt: "Where do custom modules get stored?"
|
|
30
|
-
default: "
|
|
25
|
+
default: "bmad-custom-modules-src"
|
|
31
26
|
result: "{project-root}/{value}"
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
const fs = require('fs-extra');
|
|
2
|
+
const path = require('node:path');
|
|
3
|
+
const chalk = require('chalk');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* BMB Module Installer
|
|
7
|
+
* Sets up custom agent and workflow locations for the BMad Builder module
|
|
8
|
+
*
|
|
9
|
+
* @param {Object} options - Installation options
|
|
10
|
+
* @param {string} options.projectRoot - The root directory of the target project
|
|
11
|
+
* @param {Object} options.config - Module configuration from install-config.yaml
|
|
12
|
+
* @param {Object} options.coreConfig - Core configuration containing user_name
|
|
13
|
+
* @param {Array<string>} options.installedIDEs - Array of IDE codes that were installed
|
|
14
|
+
* @param {Object} options.logger - Logger instance for output
|
|
15
|
+
* @returns {Promise<boolean>} - Success status
|
|
16
|
+
*/
|
|
17
|
+
async function install(options) {
|
|
18
|
+
const { projectRoot, config, coreConfig, installedIDEs, logger } = options;
|
|
19
|
+
|
|
20
|
+
try {
|
|
21
|
+
logger.log(chalk.blue('🔧 Setting up BMB Module...'));
|
|
22
|
+
|
|
23
|
+
// Generate custom.yaml in custom_stand_alone_location
|
|
24
|
+
if (config['custom_stand_alone_location']) {
|
|
25
|
+
// The config value contains {project-root} which needs to be resolved
|
|
26
|
+
const rawLocation = config['custom_stand_alone_location'];
|
|
27
|
+
const customLocation = rawLocation.replace('{project-root}', projectRoot);
|
|
28
|
+
const customDestPath = path.join(customLocation, 'custom.yaml');
|
|
29
|
+
|
|
30
|
+
logger.log(chalk.cyan(` Setting up custom agents at: ${customLocation}`));
|
|
31
|
+
|
|
32
|
+
// Ensure the directory exists
|
|
33
|
+
await fs.ensureDir(customLocation);
|
|
34
|
+
|
|
35
|
+
// Generate the custom.yaml content
|
|
36
|
+
const userName = (coreConfig && coreConfig.user_name) || 'my';
|
|
37
|
+
const customContent = `code: my-custom-bmad
|
|
38
|
+
name: "${userName}-Custom-BMad: Sample Stand Alone Custom Agents and Workflows"
|
|
39
|
+
default_selected: true
|
|
40
|
+
`;
|
|
41
|
+
|
|
42
|
+
// Write the custom.yaml file (only if it doesn't exist to preserve user changes)
|
|
43
|
+
if (await fs.pathExists(customDestPath)) {
|
|
44
|
+
logger.log(chalk.yellow(` ✓ custom.yaml already exists at ${customDestPath}`));
|
|
45
|
+
} else {
|
|
46
|
+
await fs.writeFile(customDestPath, customContent, 'utf8');
|
|
47
|
+
logger.log(chalk.green(` ✓ Created custom.yaml at ${customDestPath}`));
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// Set up custom module location if configured
|
|
52
|
+
if (config['custom_module_location']) {
|
|
53
|
+
const rawModuleLocation = config['custom_module_location'];
|
|
54
|
+
const moduleLocation = rawModuleLocation.replace('{project-root}', projectRoot);
|
|
55
|
+
|
|
56
|
+
logger.log(chalk.cyan(` Setting up custom modules at: ${moduleLocation}`));
|
|
57
|
+
|
|
58
|
+
// Ensure the directory exists
|
|
59
|
+
await fs.ensureDir(moduleLocation);
|
|
60
|
+
logger.log(chalk.green(` ✓ Created modules directory at ${moduleLocation}`));
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// Handle IDE-specific configurations if needed
|
|
64
|
+
if (installedIDEs && installedIDEs.length > 0) {
|
|
65
|
+
logger.log(chalk.cyan(` Configuring BMB for IDEs: ${installedIDEs.join(', ')}`));
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
logger.log(chalk.green('✓ BMB Module setup complete'));
|
|
69
|
+
return true;
|
|
70
|
+
} catch (error) {
|
|
71
|
+
logger.error(chalk.red(`Error setting up BMB module: ${error.message}`));
|
|
72
|
+
return false;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
module.exports = { install };
|