bmad-method 6.0.0-alpha.13 → 6.0.0-alpha.15
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/.coderabbit.yaml +36 -0
- package/.github/CODE_OF_CONDUCT.md +128 -0
- package/.github/ISSUE_TEMPLATE/idea_submission.md +1 -1
- package/.github/scripts/discord-helpers.sh +15 -0
- 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 +183 -360
- package/README.md +4 -1
- package/docs/agent-customization-guide.md +2 -2
- package/docs/custom-content-installation.md +245 -0
- package/docs/document-sharding-guide.md +1 -1
- package/docs/index.md +2 -2
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +6 -5
- package/docs/web-bundles-gemini-gpt-guide.md +1 -1
- package/eslint.config.mjs +14 -0
- package/example-custom-content/README.md +8 -0
- package/{custom/src → example-custom-content}/agents/commit-poet/commit-poet.agent.yaml +1 -1
- package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/instructions.md +5 -5
- package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +1 -1
- package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +1 -1
- package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +2 -2
- package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/memories.md +1 -1
- package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith.agent.yaml +18 -17
- package/example-custom-content/module.yaml +4 -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.md +54 -0
- package/example-custom-content/workflows/wassup/workflow.md +26 -0
- package/example-custom-module/mwm/README.md +9 -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 +151 -0
- package/example-custom-module/mwm/agents/crisis-navigator.agent.yaml +138 -0
- package/example-custom-module/mwm/agents/meditation-guide.agent.yaml +138 -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 +125 -0
- package/example-custom-module/mwm/module.yaml +28 -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/installer.js +1 -1
- package/src/core/{_module-installer/install-config.yaml → module.yaml} +5 -1
- package/src/core/resources/excalidraw/library-loader.md +2 -2
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +1 -1
- package/src/core/workflows/brainstorming/workflow.md +1 -1
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -1
- package/src/core/workflows/party-mode/workflow.md +2 -3
- package/src/modules/bmb/README.md +1 -1
- package/src/modules/bmb/_module-installer/installer.js +76 -0
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +32 -9
- package/src/modules/bmb/docs/agents/agent-menu-patterns.md +5 -5
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +20 -20
- package/src/modules/bmb/docs/agents/index.md +1 -1
- package/src/modules/bmb/docs/agents/module-agent-architecture.md +45 -45
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +7 -3
- package/src/modules/bmb/docs/workflows/architecture.md +1 -1
- 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/{workflows/create-workflow → docs/workflows}/templates/step-file.md +4 -4
- package/src/modules/bmb/docs/workflows/{step-template.md → templates/step-template.md} +40 -33
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +104 -0
- package/src/modules/bmb/{workflows/create-workflow → docs/workflows}/templates/workflow.md +1 -1
- package/src/modules/bmb/{_module-installer/install-config.yaml → module.yaml} +4 -9
- 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/security-engineer.agent.yaml +6 -6
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +2 -3
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +10 -40
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +1 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +2 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +2 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +2 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +2 -2
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +16 -4
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +4 -4
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +7 -7
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +6 -6
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +2 -2
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +2 -2
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +2 -2
- package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +2 -2
- package/src/modules/bmb/workflows/create-agent/workflow.md +11 -11
- 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 +309 -0
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +337 -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/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/module.template.yaml +53 -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 +45 -56
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +9 -31
- 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-09-design.md → step-06-design.md} +76 -44
- package/src/modules/bmb/workflows/create-workflow/steps/{step-11-build.md → step-07-build.md} +71 -25
- package/src/modules/bmb/workflows/create-workflow/steps/{step-12-review.md → step-08-review.md} +30 -16
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +187 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +2 -2
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +2 -2
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +14 -14
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +4 -4
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +2 -2
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +4 -4
- package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +2 -6
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +2 -2
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +2 -2
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +5 -5
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +7 -7
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +3 -3
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +3 -3
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +3 -3
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +3 -3
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +2 -2
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +0 -1
- package/src/modules/bmgd/README.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +8 -8
- package/src/modules/bmm/_module-installer/installer.js +1 -1
- package/src/modules/bmm/_module-installer/platform-specifics/claude-code.js +1 -1
- package/src/modules/bmm/_module-installer/platform-specifics/windsurf.js +1 -1
- package/src/modules/bmm/agents/analyst.agent.yaml +11 -8
- package/src/modules/bmm/agents/architect.agent.yaml +1 -5
- package/src/modules/bmm/agents/pm.agent.yaml +5 -5
- package/src/modules/bmm/docs/README.md +23 -1
- package/src/modules/bmm/docs/agents-guide.md +16 -35
- package/src/modules/bmm/docs/brownfield-guide.md +17 -30
- package/src/modules/bmm/docs/enterprise-agentic-development.md +2 -2
- package/src/modules/bmm/docs/faq.md +6 -39
- package/src/modules/bmm/docs/glossary.md +11 -24
- package/src/modules/bmm/docs/images/README.md +37 -0
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +62 -202
- package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +3 -1
- package/src/modules/bmm/docs/quick-spec-flow.md +652 -0
- package/src/modules/bmm/docs/quick-start.md +9 -25
- package/src/modules/bmm/docs/test-architecture.md +6 -6
- 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-implementation.md +143 -3
- package/src/modules/bmm/docs/workflows-solutioning.md +2 -2
- package/src/modules/bmm/{_module-installer/install-config.yaml → module.yaml} +1 -1
- package/src/modules/bmm/tasks/daily-standup.xml +85 -0
- package/src/modules/bmm/testarch/knowledge/ci-burn-in.md +1 -1
- package/src/modules/bmm/testarch/knowledge/overview.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +8 -8
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +18 -18
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +18 -18
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +18 -18
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +17 -17
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +35 -36
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +5 -6
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +20 -19
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +21 -20
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +20 -19
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +21 -20
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +16 -15
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +36 -37
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +0 -1
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +8 -8
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +19 -18
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +20 -19
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +21 -20
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +19 -18
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +38 -39
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +14 -8
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +6 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +7 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +138 -56
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +93 -51
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +223 -78
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +20 -2
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +18 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +21 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +21 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +21 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +18 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +18 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +18 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +13 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +14 -14
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +7 -7
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +2 -1
- 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/{bmgd/workflows/4-production → bmm/workflows/4-implementation}/code-review/checklist.md +2 -1
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +51 -3
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +32 -2
- 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 +10 -10
- 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/quick-dev/instructions.md +104 -7
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +4 -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/workflow.md +1 -1
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
- 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 +2 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +1 -1
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +1 -6
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +1 -6
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +1 -6
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +1 -7
- package/src/modules/cis/_module-installer/installer.js +1 -1
- package/tools/cli/README.md +7 -7
- package/tools/cli/commands/build.js +9 -184
- package/tools/cli/commands/install.js +1 -6
- package/tools/cli/installers/lib/core/config-collector.js +80 -12
- package/tools/cli/installers/lib/core/custom-module-cache.js +239 -0
- package/tools/cli/installers/lib/core/detector.js +8 -4
- package/tools/cli/installers/lib/core/installer.js +933 -376
- package/tools/cli/installers/lib/core/manifest-generator.js +265 -41
- package/tools/cli/installers/lib/core/manifest.js +47 -0
- package/tools/cli/installers/lib/core/post-install-sidecar-replacement.js +79 -0
- package/tools/cli/installers/lib/custom/handler.js +396 -0
- package/tools/cli/installers/lib/ide/_base-ide.js +10 -0
- package/tools/cli/installers/lib/ide/auggie.js +19 -7
- package/tools/cli/installers/lib/ide/crush.js +19 -6
- package/tools/cli/installers/lib/ide/cursor.js +29 -13
- package/tools/cli/installers/lib/ide/gemini.js +49 -1
- package/tools/cli/installers/lib/ide/iflow.js +20 -1
- 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/roo.js +120 -184
- package/tools/cli/installers/lib/ide/rovo-dev.js +1 -1
- 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/modules/manager.js +535 -56
- package/tools/cli/lib/agent/compiler.js +57 -16
- package/tools/cli/lib/agent/installer.js +129 -28
- package/tools/cli/lib/cli-utils.js +21 -4
- package/tools/cli/lib/config.js +2 -1
- package/tools/cli/lib/ui.js +561 -12
- package/tools/cli/lib/yaml-xml-builder.js +0 -15
- package/tools/maintainer/review-pr-README.md +55 -0
- package/tools/maintainer/review-pr.md +242 -0
- package/tools/migrate-custom-module-paths.js +124 -0
- package/tools/schema/agent.js +149 -89
- package/tools/validate-svg-changes.sh +356 -0
- package/custom/src/agents/commit-poet/installation-guide.md +0 -36
- package/custom/src/agents/toolsmith/installation-guide.md +0 -36
- package/docs/custom-agent-installation.md +0 -183
- package/src/modules/bmb/docs/workflows/workflow-template.md +0 -152
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-overview.md +0 -127
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-core-tools.md +0 -145
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-memory-requirements.md +0 -136
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-external-tools.md +0 -154
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-installation-guidance.md +0 -159
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-tools-summary.md +0 -167
- package/src/modules/bmb/workflows/create-workflow/steps/step-10-plan-review.md +0 -215
- package/src/modules/bmb/workflows/create-workflow/templates/build-summary.md +0 -36
- package/src/modules/bmb/workflows/create-workflow/templates/completion-section.md +0 -39
- package/src/modules/bmb/workflows/create-workflow/templates/content-template.md +0 -21
- package/src/modules/bmb/workflows/create-workflow/templates/design-section.md +0 -53
- package/src/modules/bmb/workflows/create-workflow/templates/project-info.md +0 -18
- package/src/modules/bmb/workflows/create-workflow/templates/requirements-section.md +0 -47
- package/src/modules/bmb/workflows/create-workflow/templates/review-section.md +0 -56
- package/src/modules/bmb/workflows/create-workflow/templates/workflow-plan.md +0 -54
- package/src/modules/bmb/workflows-legacy/create-module/README.md +0 -229
- package/src/modules/bmb/workflows-legacy/create-module/brainstorm-context.md +0 -137
- package/src/modules/bmb/workflows-legacy/create-module/checklist.md +0 -235
- package/src/modules/bmb/workflows-legacy/create-module/installer-templates/install-config.yaml +0 -92
- package/src/modules/bmb/workflows-legacy/create-module/installer-templates/installer.js +0 -231
- package/src/modules/bmb/workflows-legacy/create-module/instructions.md +0 -577
- package/src/modules/bmb/workflows-legacy/create-module/module-structure.md +0 -400
- package/src/modules/bmb/workflows-legacy/create-module/workflow.yaml +0 -52
- 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 -387
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +0 -53
- 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/tools/cli/commands/agent-install.js +0 -409
- package/tools/cli/commands/cleanup.js +0 -141
- /package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
- /package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
- /package/{custom/src → example-custom-content}/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
- /package/src/modules/bmgd/{_module-installer/install-config.yaml → module.yaml} +0 -0
- /package/src/modules/cis/{_module-installer/install-config.yaml → module.yaml} +0 -0
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# Custom Agent Installation
|
|
2
|
-
|
|
3
|
-
## Quick Install
|
|
4
|
-
|
|
5
|
-
```bash
|
|
6
|
-
# Interactive
|
|
7
|
-
npx bmad-method agent-install
|
|
8
|
-
|
|
9
|
-
# Non-interactive
|
|
10
|
-
npx bmad-method agent-install --defaults
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Install Specific Agent
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
# From specific source file
|
|
17
|
-
npx bmad-method agent-install --source ./my-agent.agent.yaml
|
|
18
|
-
|
|
19
|
-
# With default config (no prompts)
|
|
20
|
-
npx bmad-method agent-install --source ./my-agent.agent.yaml --defaults
|
|
21
|
-
|
|
22
|
-
# To specific destination
|
|
23
|
-
npx bmad-method agent-install --source ./my-agent.agent.yaml --destination ./my-project
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
## Batch Install
|
|
27
|
-
|
|
28
|
-
1. Copy agent YAML to `{bmad folder}/custom/src/agents/` OR `custom/src/agents` at your project folder root
|
|
29
|
-
2. Run `npx bmad-method install` and select `Compile Agents` or `Quick Update`
|
|
30
|
-
|
|
31
|
-
## What Happens
|
|
32
|
-
|
|
33
|
-
1. Source YAML compiled to .md
|
|
34
|
-
2. Installed to `custom/agents/{agent-name}/`
|
|
35
|
-
3. Added to agent manifest
|
|
36
|
-
4. Backup saved to `_cfg/custom/agents/`
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
# Custom Agent Installation
|
|
2
|
-
|
|
3
|
-
Install and personalize BMAD agents in your project.
|
|
4
|
-
|
|
5
|
-
## Quick Start
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
# From your project directory with BMAD installed
|
|
9
|
-
npx bmad-method agent-install
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
Or if you have bmad-cli installed globally:
|
|
13
|
-
|
|
14
|
-
```bash
|
|
15
|
-
bmad agent-install
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## What It Does
|
|
19
|
-
|
|
20
|
-
1. **Discovers** available agent templates from your custom agents folder
|
|
21
|
-
2. **Prompts** you to personalize the agent (name, behavior, preferences)
|
|
22
|
-
3. **Compiles** the agent with your choices baked in
|
|
23
|
-
4. **Installs** to your project's `.bmad/custom/agents/` directory
|
|
24
|
-
5. **Creates** IDE commands for all your configured IDEs (Claude Code, Codex, Cursor, etc.)
|
|
25
|
-
6. **Saves** your configuration for automatic reinstallation during BMAD updates
|
|
26
|
-
|
|
27
|
-
## Options
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
bmad agent-install [options]
|
|
31
|
-
|
|
32
|
-
Options:
|
|
33
|
-
-p, --path <path> #Direct path to specific agent YAML file or folder
|
|
34
|
-
-d, --defaults #Use default values without prompting
|
|
35
|
-
-t, --target <path> #Target installation directory
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## Installing from Custom Locations
|
|
39
|
-
|
|
40
|
-
Use the `-s` / `--source` option to install agents from any location:
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
# Install agent from a custom folder (expert agent with sidecar)
|
|
44
|
-
bmad agent-install -s path/to/my-agent
|
|
45
|
-
|
|
46
|
-
# Install a specific .agent.yaml file (simple agent)
|
|
47
|
-
bmad agent-install -s path/to/my-agent.agent.yaml
|
|
48
|
-
|
|
49
|
-
# Install with defaults (non-interactive)
|
|
50
|
-
bmad agent-install -s path/to/my-agent -d
|
|
51
|
-
|
|
52
|
-
# Install to a specific destination project
|
|
53
|
-
bmad agent-install -s path/to/my-agent --destination /path/to/destination/project
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
This is useful when:
|
|
57
|
-
|
|
58
|
-
- Your agent is in a non-standard location (not in `.bmad/custom/agents/`)
|
|
59
|
-
- You're developing an agent outside the project structure
|
|
60
|
-
- You want to install from an absolute path
|
|
61
|
-
|
|
62
|
-
## Example Session
|
|
63
|
-
|
|
64
|
-
```
|
|
65
|
-
🔧 BMAD Agent Installer
|
|
66
|
-
|
|
67
|
-
Found BMAD at: /project/.bmad
|
|
68
|
-
Searching for agents in: /project/.bmad/custom/agents
|
|
69
|
-
|
|
70
|
-
Available Agents:
|
|
71
|
-
|
|
72
|
-
1. 📄 commit-poet (simple)
|
|
73
|
-
2. 📚 journal-keeper (expert)
|
|
74
|
-
|
|
75
|
-
Select agent to install (number): 1
|
|
76
|
-
|
|
77
|
-
Selected: commit-poet
|
|
78
|
-
|
|
79
|
-
📛 Agent Persona Name
|
|
80
|
-
|
|
81
|
-
Agent type: commit-poet
|
|
82
|
-
Default persona: Inkwell Von Comitizen
|
|
83
|
-
|
|
84
|
-
Custom name (or Enter for default): Fred
|
|
85
|
-
|
|
86
|
-
Persona: Fred
|
|
87
|
-
File: fred-commit-poet.md
|
|
88
|
-
|
|
89
|
-
📝 Agent Configuration
|
|
90
|
-
|
|
91
|
-
What's your preferred default commit message style?
|
|
92
|
-
* 1. Conventional (feat/fix/chore)
|
|
93
|
-
2. Narrative storytelling
|
|
94
|
-
3. Poetic haiku
|
|
95
|
-
4. Detailed explanation
|
|
96
|
-
Choice (default: 1): 1
|
|
97
|
-
|
|
98
|
-
How enthusiastic should the agent be?
|
|
99
|
-
1. Moderate - Professional with personality
|
|
100
|
-
* 2. High - Genuinely excited
|
|
101
|
-
3. EXTREME - Full theatrical drama
|
|
102
|
-
Choice (default: 2): 3
|
|
103
|
-
|
|
104
|
-
Include emojis in commit messages? [Y/n]: y
|
|
105
|
-
|
|
106
|
-
✨ Agent installed successfully!
|
|
107
|
-
Name: fred-commit-poet
|
|
108
|
-
Location: /project/.bmad/custom/agents/fred-commit-poet
|
|
109
|
-
Compiled: fred-commit-poet.md
|
|
110
|
-
|
|
111
|
-
✓ Source saved for reinstallation
|
|
112
|
-
✓ Added to agent-manifest.csv
|
|
113
|
-
✓ Created IDE commands:
|
|
114
|
-
claude-code: /bmad:custom:agents:fred-commit-poet
|
|
115
|
-
codex: /bmad-custom-agents-fred-commit-poet
|
|
116
|
-
github-copilot: bmad-agent-custom-fred-commit-poet
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
## Reinstallation
|
|
120
|
-
|
|
121
|
-
Custom agents are automatically reinstalled when you run `bmad init --quick`. Your personalization choices are preserved in `.bmad/_cfg/custom/agents/`.
|
|
122
|
-
|
|
123
|
-
## Installing Reference Agents
|
|
124
|
-
|
|
125
|
-
The BMAD source includes example agents you can install. **You must copy them to your project first.**
|
|
126
|
-
|
|
127
|
-
### Step 1: Copy the Agent Template
|
|
128
|
-
|
|
129
|
-
**For simple agents** (single file):
|
|
130
|
-
|
|
131
|
-
```bash
|
|
132
|
-
# From your project root
|
|
133
|
-
cp node_modules/bmad-method/src/modules/bmb/reference/agents/stand-alone/commit-poet.agent.yaml \
|
|
134
|
-
.bmad/custom/agents/
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
**For expert agents** (folder with sidecar files):
|
|
138
|
-
|
|
139
|
-
```bash
|
|
140
|
-
# Copy the entire folder
|
|
141
|
-
cp -r node_modules/bmad-method/src/modules/bmb/reference/agents/agent-with-memory/journal-keeper \
|
|
142
|
-
.bmad/custom/agents/
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
### Step 2: Install and Personalize
|
|
146
|
-
|
|
147
|
-
```bash
|
|
148
|
-
npx bmad-method agent-install
|
|
149
|
-
# or: bmad agent-install (if BMAD installed locally)
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
The installer will:
|
|
153
|
-
|
|
154
|
-
1. Find the copied template in `.bmad/custom/agents/`
|
|
155
|
-
2. Prompt for personalization (name, behavior, preferences)
|
|
156
|
-
3. Compile and install with your choices baked in
|
|
157
|
-
4. Create IDE commands for immediate use
|
|
158
|
-
|
|
159
|
-
### Available Reference Agents
|
|
160
|
-
|
|
161
|
-
**Simple (standalone file):**
|
|
162
|
-
|
|
163
|
-
- `commit-poet.agent.yaml` - Commit message artisan with style preferences
|
|
164
|
-
|
|
165
|
-
**Expert (folder with sidecar):**
|
|
166
|
-
|
|
167
|
-
- `journal-keeper/` - Personal journal companion with memory and pattern recognition
|
|
168
|
-
|
|
169
|
-
Find these in the BMAD source:
|
|
170
|
-
|
|
171
|
-
```
|
|
172
|
-
src/modules/bmb/reference/agents/
|
|
173
|
-
├── stand-alone/
|
|
174
|
-
│ └── commit-poet.agent.yaml
|
|
175
|
-
└── agent-with-memory/
|
|
176
|
-
└── journal-keeper/
|
|
177
|
-
├── journal-keeper.agent.yaml
|
|
178
|
-
└── journal-keeper-sidecar/
|
|
179
|
-
```
|
|
180
|
-
|
|
181
|
-
## Creating Your Own
|
|
182
|
-
|
|
183
|
-
Use the BMB agent builder to craft your agents. Once ready to use yourself, place your `.agent.yaml` files or folder in `.bmad/custom/agents/`.
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
# BMAD Workflow Template
|
|
2
|
-
|
|
3
|
-
This template provides the standard structure for all BMAD workflow files. Copy and modify this template for each new workflow you create.
|
|
4
|
-
|
|
5
|
-
## Frontmatter Structure
|
|
6
|
-
|
|
7
|
-
Copy this YAML frontmatter and fill in your specific values:
|
|
8
|
-
|
|
9
|
-
```yaml
|
|
10
|
-
---
|
|
11
|
-
name: [WORKFLOW_DISPLAY_NAME]
|
|
12
|
-
description: [Brief description of what this workflow accomplishes]
|
|
13
|
-
web_bundle: [true/false] # Set to true for inclusion in web bundle builds
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
# [WORKFLOW_DISPLAY_NAME]
|
|
17
|
-
|
|
18
|
-
**Goal:** [State the primary goal of this workflow in one clear sentence]
|
|
19
|
-
|
|
20
|
-
**Your Role:** In addition to your name, communication_style, and persona, you are also a [role] collaborating with [user type]. This is a partnership, not a client-vendor relationship. You bring [your expertise], while the user brings [their expertise]. Work together as equals.
|
|
21
|
-
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
## WORKFLOW ARCHITECTURE
|
|
25
|
-
|
|
26
|
-
This uses **step-file architecture** for disciplined execution:
|
|
27
|
-
|
|
28
|
-
### Core Principles
|
|
29
|
-
- **Micro-file Design**: Each step is a self contained instruction file that is a part of an overall workflow that must be followed exactly
|
|
30
|
-
- **Just-In-Time Loading**: Only the current step file is in memory - never load future step files until told to do so
|
|
31
|
-
- **Sequential Enforcement**: Sequence within the step files must be completed in order, no skipping or optimization allowed
|
|
32
|
-
- **State Tracking**: Document progress in output file frontmatter using `stepsCompleted` array when a workflow produces a document
|
|
33
|
-
- **Append-Only Building**: Build documents by appending content as directed to the output file
|
|
34
|
-
|
|
35
|
-
### Step Processing Rules
|
|
36
|
-
1. **READ COMPLETELY**: Always read the entire step file before taking any action
|
|
37
|
-
2. **FOLLOW SEQUENCE**: Execute all numbered sections in order, never deviate
|
|
38
|
-
3. **WAIT FOR INPUT**: If a menu is presented, halt and wait for user selection
|
|
39
|
-
4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
|
|
40
|
-
5. **SAVE STATE**: Update `stepsCompleted` in frontmatter before loading next step
|
|
41
|
-
6. **LOAD NEXT**: When directed, load, read entire file, then execute the next step file
|
|
42
|
-
|
|
43
|
-
### Critical Rules (NO EXCEPTIONS)
|
|
44
|
-
- 🛑 **NEVER** load multiple step files simultaneously
|
|
45
|
-
- 📖 **ALWAYS** read entire step file before execution
|
|
46
|
-
- 🚫 **NEVER** skip steps or optimize the sequence
|
|
47
|
-
- 💾 **ALWAYS** update frontmatter of output files when writing the final output for a specific step
|
|
48
|
-
- 🎯 **ALWAYS** follow the exact instructions in the step file
|
|
49
|
-
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
50
|
-
- 📋 **NEVER** create mental todo lists from future steps
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
## INITIALIZATION SEQUENCE
|
|
55
|
-
|
|
56
|
-
### 1. Configuration Loading
|
|
57
|
-
|
|
58
|
-
Load and read full config from {project-root}/{bmad_folder}/[module such as core, bmm, bmb]/config.yaml and resolve:
|
|
59
|
-
|
|
60
|
-
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, [any additional variables]
|
|
61
|
-
|
|
62
|
-
**Note:** Use variable substitution patterns for flexible installation paths:
|
|
63
|
-
- `{project-root}` - Root directory of the project
|
|
64
|
-
- `{bmad_folder}` - Name of the BMAD folder (usually `.bmad`)
|
|
65
|
-
- `[module]` - Module name (core, bmm, bmb, or custom)
|
|
66
|
-
|
|
67
|
-
### 2. First Step EXECUTION
|
|
68
|
-
|
|
69
|
-
Load, read the full file and then execute `{workflow_path}/steps/step-01-init.md` to begin the workflow.
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
## How to Use This Template
|
|
73
|
-
|
|
74
|
-
### Step 1: Copy and Replace Placeholders
|
|
75
|
-
|
|
76
|
-
Copy the template above and replace:
|
|
77
|
-
|
|
78
|
-
- `[WORKFLOW_DISPLAY_NAME]` → Your workflow's display name
|
|
79
|
-
- `[Brief description]` → One-sentence description
|
|
80
|
-
- `[true/false]` → Whether to include in web bundle
|
|
81
|
-
- `[role]` → AI's role in this workflow
|
|
82
|
-
- `[user type]` → Who the user is
|
|
83
|
-
- `[CONFIG_PATH]` → Path to config file (usually `bmm/config.yaml` or `bmb/config.yaml`)
|
|
84
|
-
- `[WORKFLOW_PATH]` → Path to your workflow folder
|
|
85
|
-
- `[any additional variables]` → Extra config variables needed
|
|
86
|
-
|
|
87
|
-
### Step 2: Create the Folder Structure
|
|
88
|
-
|
|
89
|
-
```
|
|
90
|
-
[workflow-folder]/
|
|
91
|
-
├── workflow.md # This file
|
|
92
|
-
└── steps/
|
|
93
|
-
├── step-01-init.md
|
|
94
|
-
├── step-02-[name].md
|
|
95
|
-
└── ...
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
### Step 3: Configure the Initialization Path
|
|
99
|
-
|
|
100
|
-
Update the last line to point to your actual first step file:
|
|
101
|
-
|
|
102
|
-
```markdown
|
|
103
|
-
Load, read the full file and then execute `{workflow_path}/steps/step-01-init.md` to begin the workflow.
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
## Examples
|
|
107
|
-
|
|
108
|
-
### Example 1: Document Creation Workflow
|
|
109
|
-
|
|
110
|
-
```yaml
|
|
111
|
-
---
|
|
112
|
-
name: User Guide Creator
|
|
113
|
-
description: Creates comprehensive user guides through collaborative content creation
|
|
114
|
-
web_bundle: true
|
|
115
|
-
---
|
|
116
|
-
|
|
117
|
-
# User Guide Creator
|
|
118
|
-
|
|
119
|
-
**Goal:** Create comprehensive user guides through collaborative content creation
|
|
120
|
-
|
|
121
|
-
**Your Role:** In addition to your name, communication_style, and persona, you are also a technical writer collaborating with a subject matter expert. This is a partnership, not a client-vendor relationship. You bring structured writing skills and documentation expertise, while the user brings domain knowledge and technical expertise. Work together as equals.
|
|
122
|
-
```
|
|
123
|
-
|
|
124
|
-
### Example 2: Decision Support Workflow
|
|
125
|
-
|
|
126
|
-
```yaml
|
|
127
|
-
---
|
|
128
|
-
name: Decision Framework
|
|
129
|
-
description: Helps users make structured decisions using proven methodologies
|
|
130
|
-
web_bundle: false
|
|
131
|
-
---
|
|
132
|
-
|
|
133
|
-
# Decision Framework
|
|
134
|
-
|
|
135
|
-
**Goal:** Helps users make structured decisions using proven methodologies
|
|
136
|
-
|
|
137
|
-
**Your Role:** In addition to your name, communication_style, and persona, you are also a decision facilitator collaborating with a decision maker. This is a partnership, not a client-vendor relationship. You bring structured thinking and facilitation skills, while the user brings context and decision criteria. Work together as equals.
|
|
138
|
-
```
|
|
139
|
-
|
|
140
|
-
## Best Practices
|
|
141
|
-
|
|
142
|
-
1. **Keep Roles Collaborative**: Always emphasize partnership over client-vendor relationships
|
|
143
|
-
2. **Be Specific About Goals**: One clear sentence that describes the outcome
|
|
144
|
-
3. **Use Standard Architecture**: Never modify the WORKFLOW ARCHITECTURE section
|
|
145
|
-
4. **Include web_bundle**: Set to true for production-ready workflows
|
|
146
|
-
5. **Test the Path**: Verify the step file path exists and is correct
|
|
147
|
-
|
|
148
|
-
## Example Implementation
|
|
149
|
-
|
|
150
|
-
See the [Meal Prep & Nutrition Plan workflow](../reference/workflows/meal-prep-nutrition/workflow.md) for a complete implementation of this template.
|
|
151
|
-
|
|
152
|
-
Remember: This template is the STANDARD for all BMAD workflows. Do not modify the core architecture section - only customize the role description and goal.
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-03-tools-overview'
|
|
3
|
-
description: 'Present available tools from CSV and gather initial user requirements'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/{bmad_folder}/bmb/workflows/create-workflow'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: '{workflow_path}/steps/step-03-tools-overview.md'
|
|
10
|
-
nextStepFile: '{workflow_path}/steps/step-04-core-tools.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
workflowPlanFile: '{output_folder}/workflow-plan-{new_workflow_name}.md'
|
|
13
|
-
|
|
14
|
-
# Documentation References
|
|
15
|
-
commonToolsCsv: '{project-root}/{bmad_folder}/bmb/docs/workflows/common-workflow-tools.csv'
|
|
16
|
-
---
|
|
17
|
-
|
|
18
|
-
# Step 3: Tools Overview
|
|
19
|
-
|
|
20
|
-
## STEP GOAL:
|
|
21
|
-
|
|
22
|
-
Load and present available tools from the CSV, then gather the user's general tool requirements for their workflow.
|
|
23
|
-
|
|
24
|
-
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
25
|
-
|
|
26
|
-
### Universal Rules:
|
|
27
|
-
|
|
28
|
-
- 🛑 NEVER generate content without user input
|
|
29
|
-
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
30
|
-
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
31
|
-
|
|
32
|
-
### Role Reinforcement:
|
|
33
|
-
|
|
34
|
-
- ✅ You are a workflow architect and integration specialist
|
|
35
|
-
- ✅ We engage in collaborative dialogue, not command-response
|
|
36
|
-
- ✅ You bring expertise in BMAD tools and workflow optimization
|
|
37
|
-
- ✅ User brings their workflow requirements
|
|
38
|
-
|
|
39
|
-
## EXECUTION PROTOCOLS:
|
|
40
|
-
|
|
41
|
-
- 🎯 Load CSV and present tools dynamically
|
|
42
|
-
- 💾 Gather user's general tool requirements
|
|
43
|
-
- 📖 Document requirements in workflow plan
|
|
44
|
-
- 🚫 FORBIDDEN to proceed without user input
|
|
45
|
-
|
|
46
|
-
## SEQUENCE OF INSTRUCTIONS:
|
|
47
|
-
|
|
48
|
-
### 1. Initialize Tools Discussion
|
|
49
|
-
|
|
50
|
-
"Beginning **Tools Integration and Configuration**
|
|
51
|
-
|
|
52
|
-
Based on your workflow requirements, I'll help identify the best tools and integrations. Let me first load the available tools from our reference."
|
|
53
|
-
|
|
54
|
-
### 2. Load and Present Available Tools
|
|
55
|
-
|
|
56
|
-
Load `{commonToolsCsv}` and present tools organized by type:
|
|
57
|
-
|
|
58
|
-
"**Available BMAD Tools and Integrations:**
|
|
59
|
-
|
|
60
|
-
**Always Available (Recommended for Most Workflows):**
|
|
61
|
-
|
|
62
|
-
- [List tools from CSV where propose='always', organized by type]
|
|
63
|
-
|
|
64
|
-
**Example Tools (Available When Needed):**
|
|
65
|
-
|
|
66
|
-
- [List tools from CSV where propose='example', organized by type]
|
|
67
|
-
|
|
68
|
-
\*\*Tools requiring installation will be noted."
|
|
69
|
-
|
|
70
|
-
### 3. Gather Initial Requirements
|
|
71
|
-
|
|
72
|
-
"**Your Tool Requirements:**
|
|
73
|
-
|
|
74
|
-
Based on your workflow type and goals, what tools do you anticipate needing?
|
|
75
|
-
|
|
76
|
-
1. **Core BMAD Tools:** Do you want collaborative idea generation, critical evaluation, or brainstorming capabilities?
|
|
77
|
-
2. **LLM Features:** Will you need web access, file management, sub-agents, or parallel processing?
|
|
78
|
-
3. **Memory:** Does your workflow need persistent state across sessions?
|
|
79
|
-
4. **External Tools:** Will you need MCP integrations like documentation access, browser automation, or database connections?
|
|
80
|
-
|
|
81
|
-
**Initial Tool Preferences:** [gather user's general requirements]"
|
|
82
|
-
|
|
83
|
-
### 4. Document Requirements
|
|
84
|
-
|
|
85
|
-
Append to {workflowPlanFile}:
|
|
86
|
-
|
|
87
|
-
```markdown
|
|
88
|
-
## Tool Requirements Summary
|
|
89
|
-
|
|
90
|
-
**Initial Tool Preferences:**
|
|
91
|
-
|
|
92
|
-
- Core BMAD Tools: [user selections]
|
|
93
|
-
- LLM Features: [user selections]
|
|
94
|
-
- Memory Requirements: [user selections]
|
|
95
|
-
- External Tools: [user selections]
|
|
96
|
-
**Installation Willingness:** [user comfort level with installing tools]
|
|
97
|
-
```
|
|
98
|
-
|
|
99
|
-
### 5. Menu Options
|
|
100
|
-
|
|
101
|
-
Display: **Select an Option:** [C] Continue to Core Tools [M] Modify Requirements
|
|
102
|
-
|
|
103
|
-
#### Menu Handling Logic:
|
|
104
|
-
|
|
105
|
-
- IF C: Append tools overview to {workflowPlanFile}, update frontmatter, then load {nextStepFile}
|
|
106
|
-
- IF M: Refine requirements discussion
|
|
107
|
-
|
|
108
|
-
## CRITICAL STEP COMPLETION NOTE
|
|
109
|
-
|
|
110
|
-
ONLY WHEN C is selected and requirements are documented will you load {nextStepFile} to configure core tools.
|
|
111
|
-
|
|
112
|
-
---
|
|
113
|
-
|
|
114
|
-
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
115
|
-
|
|
116
|
-
### ✅ SUCCESS:
|
|
117
|
-
|
|
118
|
-
- CSV loaded and tools presented clearly
|
|
119
|
-
- User's initial tool requirements gathered
|
|
120
|
-
- Requirements documented in workflow plan
|
|
121
|
-
- User ready to proceed to detailed configuration
|
|
122
|
-
|
|
123
|
-
### ❌ SYSTEM FAILURE:
|
|
124
|
-
|
|
125
|
-
- Not loading tools from CSV
|
|
126
|
-
- Duplicating CSV content in step file
|
|
127
|
-
- Proceeding without user requirements input
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-04-core-tools'
|
|
3
|
-
description: 'Configure always-available core tools and their integration points'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/{bmad_folder}/bmb/workflows/create-workflow'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: '{workflow_path}/steps/step-04-core-tools.md'
|
|
10
|
-
nextStepFile: '{workflow_path}/steps/step-05-memory-requirements.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
workflowPlanFile: '{output_folder}/workflow-plan-{new_workflow_name}.md'
|
|
13
|
-
|
|
14
|
-
# Documentation References
|
|
15
|
-
commonToolsCsv: '{project-root}/{bmad_folder}/bmb/docs/workflows/common-workflow-tools.csv'
|
|
16
|
-
---
|
|
17
|
-
|
|
18
|
-
# Step 4: Core Tools Configuration
|
|
19
|
-
|
|
20
|
-
## STEP GOAL:
|
|
21
|
-
|
|
22
|
-
Configure always-available core tools (party-mode, advanced-elicitation, brainstorming, and LLM features) with specific integration points in the workflow.
|
|
23
|
-
|
|
24
|
-
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
25
|
-
|
|
26
|
-
### Universal Rules:
|
|
27
|
-
|
|
28
|
-
- 🛑 NEVER generate content without user input
|
|
29
|
-
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
30
|
-
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
31
|
-
|
|
32
|
-
### Role Reinforcement:
|
|
33
|
-
|
|
34
|
-
- ✅ You are a workflow architect and integration specialist
|
|
35
|
-
- ✅ We engage in collaborative dialogue, not command-response
|
|
36
|
-
- ✅ You bring expertise in BMAD tools and integration patterns
|
|
37
|
-
|
|
38
|
-
## EXECUTION PROTOCOLS:
|
|
39
|
-
|
|
40
|
-
- 🎯 Load core tools from CSV and configure integration points
|
|
41
|
-
- 💾 Confirm user choices for each core tool
|
|
42
|
-
- 📖 Document configuration in workflow plan
|
|
43
|
-
- 🚫 FORBIDDEN to proceed without user confirmation
|
|
44
|
-
|
|
45
|
-
## SEQUENCE OF INSTRUCTIONS:
|
|
46
|
-
|
|
47
|
-
### 1. Initialize Core Tools Configuration
|
|
48
|
-
|
|
49
|
-
"Configuring **Core BMAD Tools and Features**
|
|
50
|
-
|
|
51
|
-
These core tools significantly enhance workflow quality. Let's configure each one for optimal integration into your workflow."
|
|
52
|
-
|
|
53
|
-
### 2. Present Core Tools from CSV
|
|
54
|
-
|
|
55
|
-
Load `{commonToolsCsv}` and filter for `propose='always'`:
|
|
56
|
-
|
|
57
|
-
"**Core Tools (Always Available):**
|
|
58
|
-
|
|
59
|
-
**Workflows & Tasks:**
|
|
60
|
-
|
|
61
|
-
- **Party-Mode:** [description from CSV]
|
|
62
|
-
- **Advanced Elicitation:** [description from CSV]
|
|
63
|
-
- **Brainstorming:** [description from CSV]
|
|
64
|
-
|
|
65
|
-
**LLM Tool Features:**
|
|
66
|
-
|
|
67
|
-
- **Web-Browsing:** [description from CSV]
|
|
68
|
-
- **File I/O:** [description from CSV]
|
|
69
|
-
- **Sub-Agents:** [description from CSV]
|
|
70
|
-
- **Sub-Processes:** [description from CSV]
|
|
71
|
-
|
|
72
|
-
**Tool-Memory:**
|
|
73
|
-
|
|
74
|
-
- **Sidecar File:** [description from CSV]"
|
|
75
|
-
|
|
76
|
-
### 3. Configure Integration Points
|
|
77
|
-
|
|
78
|
-
For each tool, ask about integration:
|
|
79
|
-
|
|
80
|
-
"**Core Tools Integration:**
|
|
81
|
-
|
|
82
|
-
**Workflows & Tasks:**
|
|
83
|
-
|
|
84
|
-
1. **Party-Mode** - Where should collaborative AI sessions be offered? [decision points, creative phases]
|
|
85
|
-
2. **Advanced Elicitation** - Where should critical evaluation checkpoints be placed? [after content creation, quality gates]
|
|
86
|
-
3. **Brainstorming** - Where should creative ideation be integrated? [idea generation phases, innovation points]
|
|
87
|
-
|
|
88
|
-
**LLM Features:** 4. **Web-Browsing** - When is current information needed? [real-time data, current events] 5. **File I/O** - What document operations are required? [file creation, data management] 6. **Sub-Agents** - Where would specialized delegation help? [complex tasks, parallel processing] 7. **Sub-Processes** - Where would parallel processing improve performance? [long operations, resource optimization]
|
|
89
|
-
|
|
90
|
-
**Tool-Memory:** 8. **Sidecar File** - Does your workflow need persistent state? [session continuity, agent initialization]"
|
|
91
|
-
|
|
92
|
-
### 4. Document Core Tools Configuration
|
|
93
|
-
|
|
94
|
-
Append to {workflowPlanFile}:
|
|
95
|
-
|
|
96
|
-
```markdown
|
|
97
|
-
## Core Tools Configuration
|
|
98
|
-
|
|
99
|
-
### Workflows & Tasks
|
|
100
|
-
|
|
101
|
-
**Party-Mode:** [included/excluded] - Integration points: [specific phases]
|
|
102
|
-
**Advanced Elicitation:** [included/excluded] - Integration points: [specific phases]
|
|
103
|
-
**Brainstorming:** [included/excluded] - Integration points: [specific phases]
|
|
104
|
-
|
|
105
|
-
### LLM Tool Features
|
|
106
|
-
|
|
107
|
-
**Web-Browsing:** [included/excluded] - Integration points: [specific phases]
|
|
108
|
-
**File I/O:** [included/excluded] - Integration points: [specific phases]
|
|
109
|
-
**Sub-Agents:** [included/excluded] - Integration points: [specific phases]
|
|
110
|
-
**Sub-Processes:** [included/excluded] - Integration points: [specific phases]
|
|
111
|
-
|
|
112
|
-
### Tool-Memory
|
|
113
|
-
|
|
114
|
-
**Sidecar File:** [included/excluded] - Use case: [history tracking, agent initialization]
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
### 5. Menu Options
|
|
118
|
-
|
|
119
|
-
Display: **Select an Option:** [C] Continue to Memory Configuration [M] Modify Core Tools
|
|
120
|
-
|
|
121
|
-
#### Menu Handling Logic:
|
|
122
|
-
|
|
123
|
-
- IF C: Append core tools configuration to {workflowPlanFile}, update frontmatter, then load {nextStepFile}
|
|
124
|
-
- IF M: Return to tool configuration
|
|
125
|
-
|
|
126
|
-
## CRITICAL STEP COMPLETION NOTE
|
|
127
|
-
|
|
128
|
-
ONLY WHEN C is selected and core tools are documented will you load {nextStepFile} to configure memory requirements.
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
133
|
-
|
|
134
|
-
### ✅ SUCCESS:
|
|
135
|
-
|
|
136
|
-
- Core tools presented using CSV descriptions
|
|
137
|
-
- Integration points configured for each selected tool
|
|
138
|
-
- Configuration documented in workflow plan
|
|
139
|
-
- User understands how tools enhance workflow
|
|
140
|
-
|
|
141
|
-
### ❌ SYSTEM FAILURE:
|
|
142
|
-
|
|
143
|
-
- Duplicating CSV content instead of referencing it
|
|
144
|
-
- Not confirming integration points with user
|
|
145
|
-
- Proceeding without user confirmation of configuration
|