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
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
agent:
|
|
12
12
|
metadata:
|
|
13
|
-
id: "{bmad_folder}/cis/agents/trend-analyst.md"
|
|
13
|
+
id: "{*bmad_folder*}/cis/agents/trend-analyst.md"
|
|
14
14
|
name: "Nova"
|
|
15
15
|
title: "Trend Analyst"
|
|
16
16
|
icon: "📈"
|
|
@@ -32,26 +32,26 @@ agent:
|
|
|
32
32
|
menu:
|
|
33
33
|
# NOTE: These workflows are hypothetical examples - not implemented
|
|
34
34
|
- trigger: scan-trends
|
|
35
|
-
|
|
35
|
+
exec: "{project-root}/{*bmad_folder*}/cis/workflows/trend-scan/workflow.md"
|
|
36
36
|
description: "Scan for emerging trends in a domain"
|
|
37
37
|
|
|
38
38
|
- trigger: analyze-trend
|
|
39
|
-
|
|
39
|
+
exec: "{project-root}/{*bmad_folder*}/cis/workflows/trend-analysis/workflow.md"
|
|
40
40
|
description: "Deep dive on a specific trend"
|
|
41
41
|
|
|
42
42
|
- trigger: opportunity-map
|
|
43
|
-
|
|
43
|
+
exec: "{project-root}/{*bmad_folder*}/cis/workflows/opportunity-mapping/workflow.md"
|
|
44
44
|
description: "Map trend to strategic opportunities"
|
|
45
45
|
|
|
46
46
|
- trigger: competitor-trends
|
|
47
|
-
exec: "{project-root}/{bmad_folder}/cis/tasks/competitor-trend-watch.xml"
|
|
47
|
+
exec: "{project-root}/{*bmad_folder*}/cis/tasks/competitor-trend-watch.xml"
|
|
48
48
|
description: "Monitor competitor trend adoption"
|
|
49
49
|
|
|
50
50
|
# Core workflows that exist
|
|
51
51
|
- trigger: brainstorm
|
|
52
|
-
|
|
52
|
+
exec: "{project-root}/{*bmad_folder*}/core/workflows/brainstorming/workflow.md"
|
|
53
53
|
description: "Brainstorm trend implications"
|
|
54
54
|
|
|
55
55
|
- trigger: party-mode
|
|
56
|
-
exec: "{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md"
|
|
56
|
+
exec: "{project-root}/{*bmad_folder*}/core/workflows/party-mode/workflow.md"
|
|
57
57
|
description: "Discuss trends with other agents"
|
|
@@ -157,7 +157,8 @@ Display: **Proceeding to user profile collection...**
|
|
|
157
157
|
### ✅ SUCCESS:
|
|
158
158
|
|
|
159
159
|
- Document created from template
|
|
160
|
-
-
|
|
160
|
+
- update frontmatter `stepsCompleted` to add 4 at the end of the array before loading next step
|
|
161
|
+
- Frontmatter initialized with `stepsCompleted: [1]`
|
|
161
162
|
- User welcomed to the process
|
|
162
163
|
- Ready to proceed to step 2
|
|
163
164
|
|
|
@@ -173,5 +174,3 @@ ONLY WHEN initialization setup is complete and document is created, will you the
|
|
|
173
174
|
- Skipping welcome message
|
|
174
175
|
|
|
175
176
|
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
|
176
|
-
|
|
177
|
-
---
|
|
@@ -7,10 +7,7 @@ workflow_path: '{project-root}/{bmad_folder}/bmb/reference/workflows/meal-prep-n
|
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-01b-continue.md'
|
|
10
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
11
10
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.md'
|
|
12
|
-
# Template References
|
|
13
|
-
# This step doesn't use content templates, reads from existing output file
|
|
14
11
|
---
|
|
15
12
|
|
|
16
13
|
# Step 1B: Workflow Continuation
|
|
@@ -38,9 +35,9 @@ To resume the nutrition planning workflow from where it was left off, ensuring s
|
|
|
38
35
|
### Step-Specific Rules:
|
|
39
36
|
|
|
40
37
|
- 🎯 Focus ONLY on analyzing and resuming workflow state
|
|
41
|
-
- 🚫 FORBIDDEN to modify content
|
|
38
|
+
- 🚫 FORBIDDEN to modify content during this step
|
|
42
39
|
- 💬 Maintain continuity with previous sessions
|
|
43
|
-
- 🚪 DETECT exact continuation point from frontmatter
|
|
40
|
+
- 🚪 DETECT exact continuation point from frontmatter of incomplete file {outputFile}
|
|
44
41
|
|
|
45
42
|
## EXECUTION PROTOCOLS:
|
|
46
43
|
|
|
@@ -60,39 +57,19 @@ To resume the nutrition planning workflow from where it was left off, ensuring s
|
|
|
60
57
|
|
|
61
58
|
### 1. Analyze Current State
|
|
62
59
|
|
|
63
|
-
Review the frontmatter to understand:
|
|
64
|
-
|
|
65
|
-
- `stepsCompleted`: Which steps are already done
|
|
66
|
-
- `lastStep`: The most recently completed step number
|
|
67
|
-
- `userProfile`: User information already collected
|
|
68
|
-
- `nutritionGoals`: Goals already established
|
|
69
|
-
- All other frontmatter variables
|
|
70
|
-
|
|
71
|
-
Examine the nutrition-plan.md template to understand:
|
|
60
|
+
Review the frontmatter of {outputFile} to understand:
|
|
72
61
|
|
|
73
|
-
-
|
|
74
|
-
- What recommendations have been made
|
|
75
|
-
- Current progress through the plan
|
|
76
|
-
- Any notes or adjustments documented
|
|
62
|
+
- `stepsCompleted`: Which steps are already done, the rightmost value of the array is the last step completed. For example stepsCompleted: [1, 2, 3] would mean that steps 1, then 2, and then 3 were finished.
|
|
77
63
|
|
|
78
|
-
### 2.
|
|
64
|
+
### 2. Read the full step of every completed step
|
|
79
65
|
|
|
80
|
-
|
|
66
|
+
- read each step file that corresponds to the stepsCompleted > 1.
|
|
81
67
|
|
|
82
|
-
|
|
83
|
-
- If `lastStep` = "assessment" → Continue to Step 4: Meal Strategy
|
|
84
|
-
- If `lastStep` = "strategy" → Continue to Step 5/6 based on cooking frequency
|
|
85
|
-
- If `lastStep` = "shopping" → Continue to Step 6: Prep Schedule
|
|
68
|
+
EXAMPLE: In the example `stepsCompleted: [1, 2, 3]` your would find the step 2 file by file name (step-02-profile.md) and step 3 file (step-03-assessment.md). the last file in the array is the last one completed, so you will follow the instruction to know what the next step to start processing is. reading that file would for example show that the next file is `steps/step-04-strategy.md`.
|
|
86
69
|
|
|
87
|
-
### 3.
|
|
70
|
+
### 3. Review the output completed previously
|
|
88
71
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
```yaml
|
|
92
|
-
stepsCompleted: [existing steps]
|
|
93
|
-
lastStep: current
|
|
94
|
-
continuationDate: [current date]
|
|
95
|
-
```
|
|
72
|
+
In addition to reading ONLY each step file that was completed, you will then read the {outputFile} to further understand what is done so far.
|
|
96
73
|
|
|
97
74
|
### 4. Welcome Back Dialog
|
|
98
75
|
|
|
@@ -103,7 +80,6 @@ continuationDate: [current date]
|
|
|
103
80
|
- Briefly summarize progress made
|
|
104
81
|
- Confirm any changes since last session
|
|
105
82
|
- Validate that user is still aligned with goals
|
|
106
|
-
- Proceed to next appropriate step
|
|
107
83
|
|
|
108
84
|
### 6. Present MENU OPTIONS
|
|
109
85
|
|
|
@@ -118,19 +94,13 @@ Display: **Resuming workflow - Select an Option:** [C] Continue
|
|
|
118
94
|
|
|
119
95
|
#### Menu Handling Logic:
|
|
120
96
|
|
|
121
|
-
- IF C:
|
|
122
|
-
- IF lastStep = "init": load {workflow_path}/step-03-assessment.md
|
|
123
|
-
- IF lastStep = "assessment": load {workflow_path}/step-04-strategy.md
|
|
124
|
-
- IF lastStep = "strategy": check cooking frequency, then load appropriate step
|
|
125
|
-
- IF lastStep = "shopping": load {workflow_path}/step-06-prep-schedule.md
|
|
97
|
+
- IF C: follow the suggestion of the last completed step reviewed to continue as it suggested
|
|
126
98
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
|
|
127
99
|
|
|
128
100
|
## CRITICAL STEP COMPLETION NOTE
|
|
129
101
|
|
|
130
102
|
ONLY WHEN C is selected and continuation analysis is complete, will you then update frontmatter and load, read entire file, then execute the appropriate next step file.
|
|
131
103
|
|
|
132
|
-
---
|
|
133
|
-
|
|
134
104
|
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
135
105
|
|
|
136
106
|
### ✅ SUCCESS:
|
|
@@ -53,7 +53,7 @@ To gather comprehensive user profile information through collaborative conversat
|
|
|
53
53
|
|
|
54
54
|
- 🎯 Engage in natural conversation to gather profile information
|
|
55
55
|
- 💾 After collecting all information, append to {outputFile}
|
|
56
|
-
- 📖 Update frontmatter `stepsCompleted
|
|
56
|
+
- 📖 Update frontmatter `stepsCompleted` to add 2 at the end of the array before loading next step
|
|
57
57
|
- 🚫 FORBIDDEN to load next step until user selects 'C' and content is saved
|
|
58
58
|
|
|
59
59
|
## CONTEXT BOUNDARIES:
|
|
@@ -57,6 +57,7 @@ To analyze nutritional requirements, identify restrictions, and calculate target
|
|
|
57
57
|
- 🎯 Use data from CSV files for comprehensive analysis
|
|
58
58
|
- 💾 Calculate macros based on profile and goals
|
|
59
59
|
- 📖 Document all findings in nutrition-plan.md
|
|
60
|
+
- 📖 Update frontmatter `stepsCompleted` to add 3 at the end of the array before loading next step
|
|
60
61
|
- 🚫 FORBIDDEN to prescribe medical nutrition therapy
|
|
61
62
|
|
|
62
63
|
## CONTEXT BOUNDARIES:
|
|
@@ -168,8 +168,8 @@ Display: **Select an Option:** [A] Meal Variety Optimization [P] Chef & Dietitia
|
|
|
168
168
|
|
|
169
169
|
- HALT and AWAIT ANSWER
|
|
170
170
|
- IF A: Execute `{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml`
|
|
171
|
-
- IF P: Execute `{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md`
|
|
172
|
-
- IF C: Save content to nutrition-plan.md, update frontmatter, check cooking frequency:
|
|
171
|
+
- IF P: Execute `{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md` with a chef and dietitian expert also as part of the party
|
|
172
|
+
- IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 4 at the end of the array before loading next step, check cooking frequency:
|
|
173
173
|
- IF cooking frequency > 2x/week: load, read entire file, then execute `{workflow_path}/step-05-shopping.md`
|
|
174
174
|
- IF cooking frequency ≤ 2x/week: load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md`
|
|
175
175
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
|
|
@@ -132,7 +132,7 @@ You are a **strategic shopping partner** who:
|
|
|
132
132
|
- Plans for real-life shopping scenarios
|
|
133
133
|
- Minimizes food waste thoughtfully
|
|
134
134
|
|
|
135
|
-
##
|
|
135
|
+
## 📊 STATUS UPDATE:
|
|
136
136
|
|
|
137
137
|
Update workflow.md frontmatter:
|
|
138
138
|
|
|
@@ -159,7 +159,7 @@ Display: **Select an Option:** [A] Budget Optimization Strategies [P] Shopping P
|
|
|
159
159
|
- HALT and AWAIT ANSWER
|
|
160
160
|
- IF A: Execute `{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml`
|
|
161
161
|
- IF P: Execute `{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md`
|
|
162
|
-
- IF C: Save content to nutrition-plan.md, update frontmatter, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md`
|
|
162
|
+
- IF C: Save content to nutrition-plan.md, update frontmatter `stepsCompleted` to add 5 at the end of the array before loading next step, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md`
|
|
163
163
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
|
|
164
164
|
|
|
165
165
|
## CRITICAL STEP COMPLETION NOTE
|
package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md
CHANGED
|
@@ -180,14 +180,14 @@ Display: **Select an Option:** [A] Advanced Prep Techniques [P] Coach Perspectiv
|
|
|
180
180
|
- HALT and AWAIT ANSWER
|
|
181
181
|
- IF A: Execute `{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml`
|
|
182
182
|
- IF P: Execute `{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md`
|
|
183
|
-
- IF C:
|
|
183
|
+
- IF C: update frontmatter `stepsCompleted` to add 6 at the end of the array before loading next step, mark workflow complete, display final message
|
|
184
184
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
|
185
185
|
|
|
186
186
|
## CRITICAL STEP COMPLETION NOTE
|
|
187
187
|
|
|
188
188
|
ONLY WHEN C is selected and content is saved to document:
|
|
189
189
|
|
|
190
|
-
1.
|
|
190
|
+
1. update frontmatter `stepsCompleted` to add 6 at the end of the array before loading next step completed and indicate final completion
|
|
191
191
|
2. Display final completion message
|
|
192
192
|
3. End workflow session
|
|
193
193
|
|
|
@@ -49,9 +49,9 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
49
49
|
|
|
50
50
|
### 1. Configuration Loading
|
|
51
51
|
|
|
52
|
-
Load and read full config from {project-root}/{bmad_folder}/
|
|
52
|
+
Load and read full config from {project-root}/{bmad_folder}/core/config.yaml and resolve:
|
|
53
53
|
|
|
54
|
-
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language
|
|
54
|
+
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
|
|
55
55
|
|
|
56
56
|
### 2. First Step EXECUTION
|
|
57
57
|
|
|
@@ -2,12 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
5
|
+
Create a `custom.yaml` file in the agent folder:
|
|
6
|
+
|
|
7
|
+
```yaml
|
|
8
|
+
code: { agent_code }
|
|
9
|
+
name: '{agent_name}'
|
|
10
|
+
default_selected: true
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Then run:
|
|
14
|
+
|
|
5
15
|
```bash
|
|
6
|
-
|
|
7
|
-
|
|
16
|
+
npx bmad-method install
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Or if you have bmad-cli installed globally:
|
|
8
20
|
|
|
9
|
-
|
|
10
|
-
|
|
21
|
+
```bash
|
|
22
|
+
bmad install
|
|
11
23
|
```
|
|
12
24
|
|
|
13
25
|
## About This Agent
|
|
@@ -51,7 +51,7 @@ menu:
|
|
|
51
51
|
|
|
52
52
|
# Direct sidecar file action
|
|
53
53
|
- trigger: 'insight'
|
|
54
|
-
action: 'Document this breakthrough in
|
|
54
|
+
action: 'Document this breakthrough in ./journal-keeper-sidecar/breakthroughs.md'
|
|
55
55
|
description: 'Record a meaningful insight'
|
|
56
56
|
```
|
|
57
57
|
|
|
@@ -63,9 +63,9 @@ Expert Agents MUST load sidecar files explicitly:
|
|
|
63
63
|
|
|
64
64
|
```yaml
|
|
65
65
|
critical_actions:
|
|
66
|
-
- 'Load COMPLETE file
|
|
67
|
-
- 'Load COMPLETE file
|
|
68
|
-
- 'ONLY read/write files in
|
|
66
|
+
- 'Load COMPLETE file ./journal-keeper-sidecar/memories.md'
|
|
67
|
+
- 'Load COMPLETE file ./journal-keeper-sidecar/instructions.md'
|
|
68
|
+
- 'ONLY read/write files in ./journal-keeper-sidecar/'
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
**Key points:**
|
|
@@ -20,9 +20,9 @@ agent:
|
|
|
20
20
|
- Reflection transforms experience into wisdom
|
|
21
21
|
|
|
22
22
|
critical_actions:
|
|
23
|
-
- "Load COMPLETE file
|
|
24
|
-
- "Load COMPLETE file
|
|
25
|
-
- "ONLY read/write files in
|
|
23
|
+
- "Load COMPLETE file ./journal-keeper-sidecar/memories.md and remember all past insights"
|
|
24
|
+
- "Load COMPLETE file ./journal-keeper-sidecar/instructions.md and follow ALL journaling protocols"
|
|
25
|
+
- "ONLY read/write files in ./journal-keeper-sidecar/ - this is our private space"
|
|
26
26
|
- "Track mood patterns, recurring themes, and breakthrough moments"
|
|
27
27
|
- "Reference past entries naturally to show continuity"
|
|
28
28
|
|
|
@@ -120,7 +120,7 @@ agent:
|
|
|
120
120
|
description: "Write today's journal entry"
|
|
121
121
|
|
|
122
122
|
- trigger: quick
|
|
123
|
-
action: "Save a quick, unstructured entry to
|
|
123
|
+
action: "Save a quick, unstructured entry to ./journal-keeper-sidecar/entries/entry-{date}.md with timestamp and any patterns noticed"
|
|
124
124
|
description: "Quick capture without prompts"
|
|
125
125
|
|
|
126
126
|
- trigger: mood
|
|
@@ -140,13 +140,13 @@ agent:
|
|
|
140
140
|
description: "Reflect on the past week"
|
|
141
141
|
|
|
142
142
|
- trigger: insight
|
|
143
|
-
action: "Document this breakthrough in
|
|
143
|
+
action: "Document this breakthrough in ./journal-keeper-sidecar/breakthroughs.md with date and significance"
|
|
144
144
|
description: "Record a meaningful insight"
|
|
145
145
|
|
|
146
146
|
- trigger: read-back
|
|
147
|
-
action: "Load and share entries from
|
|
147
|
+
action: "Load and share entries from ./journal-keeper-sidecar/entries/ for requested timeframe, highlighting themes and growth"
|
|
148
148
|
description: "Review past entries"
|
|
149
149
|
|
|
150
150
|
- trigger: save
|
|
151
|
-
action: "Update
|
|
151
|
+
action: "Update ./journal-keeper-sidecar/memories.md with today's session insights and emotional markers"
|
|
152
152
|
description: "Save what we discussed today"
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
|
|
82
82
|
**Agent Documentation References**
|
|
83
83
|
|
|
84
|
-
- Agent compilation guide: `{project-root}
|
|
85
|
-
- Agent types guide: `{project-root}
|
|
84
|
+
- Agent compilation guide: `{project-root}/{bmad_folder}/bmb/docs/agents/agent-compilation.md`
|
|
85
|
+
- Agent types guide: `{project-root}/{bmad_folder}/bmb/docs/agents/understanding-agent-types.md`
|
|
86
86
|
- Architecture docs: simple, expert, module agent architectures
|
|
87
|
-
- Menu patterns guide: `{project-root}
|
|
87
|
+
- Menu patterns guide: `{project-root}/{bmad_folder}/bmb/docs/agents/agent-menu-patterns.md`
|
|
88
88
|
- Status: ✅ ALL REFERENCES PRESERVED
|
|
89
89
|
|
|
90
90
|
**Communication Presets**
|
|
@@ -10,11 +10,11 @@ thisStepFile: '{workflow_path}/steps/step-01-brainstorm.md'
|
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-02-discover.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
brainstormContext: '{workflow_path}/data/brainstorm-context.md'
|
|
13
|
-
brainstormWorkflow: '{project-root}
|
|
13
|
+
brainstormWorkflow: '{project-root}/{bmad_folder}/core/workflows/brainstorming/workflow.md'
|
|
14
14
|
|
|
15
15
|
# Task References
|
|
16
|
-
advancedElicitationTask: '{project-root}
|
|
17
|
-
partyModeWorkflow: '{project-root}
|
|
16
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
17
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
18
18
|
---
|
|
19
19
|
|
|
20
20
|
# Step 1: Optional Brainstorming
|
|
@@ -10,7 +10,7 @@ thisStepFile: '{workflow_path}/steps/step-02-discover.md'
|
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-03-persona.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{output_folder}/agent-purpose-{project_name}.md'
|
|
13
|
-
agentTypesGuide: '{project-root}
|
|
13
|
+
agentTypesGuide: '{project-root}/{bmad_folder}/bmb/docs/agents/understanding-agent-types.md'
|
|
14
14
|
simpleExamples: '{workflow_path}/data/reference/agents/simple-examples/'
|
|
15
15
|
expertExamples: '{workflow_path}/data/reference/agents/expert-examples/'
|
|
16
16
|
moduleExamples: '{workflow_path}/data/reference/agents/module-examples/'
|
|
@@ -19,8 +19,8 @@ moduleExamples: '{workflow_path}/data/reference/agents/module-examples/'
|
|
|
19
19
|
agentPurposeTemplate: '{workflow_path}/templates/agent-purpose-and-type.md'
|
|
20
20
|
|
|
21
21
|
# Task References
|
|
22
|
-
advancedElicitationTask: '{project-root}
|
|
23
|
-
partyModeWorkflow: '{project-root}
|
|
22
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
23
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
24
24
|
---
|
|
25
25
|
|
|
26
26
|
# Step 2: Discover Agent Purpose and Type
|
|
@@ -11,14 +11,14 @@ nextStepFile: '{workflow_path}/steps/step-04-commands.md'
|
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{output_folder}/agent-persona-{project_name}.md'
|
|
13
13
|
communicationPresets: '{workflow_path}/data/communication-presets.csv'
|
|
14
|
-
agentMenuPatterns: '{project-root}
|
|
14
|
+
agentMenuPatterns: '{project-root}/{bmad_folder}/bmb/docs/agents/agent-menu-patterns.md'
|
|
15
15
|
|
|
16
16
|
# Template References
|
|
17
17
|
personaTemplate: '{workflow_path}/templates/agent-persona.md'
|
|
18
18
|
|
|
19
19
|
# Task References
|
|
20
|
-
advancedElicitationTask: '{project-root}
|
|
21
|
-
partyModeWorkflow: '{project-root}
|
|
20
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
21
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
22
22
|
---
|
|
23
23
|
|
|
24
24
|
# Step 3: Shape Agent's Personality
|
|
@@ -10,17 +10,17 @@ thisStepFile: '{workflow_path}/steps/step-04-commands.md'
|
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-05-name.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{output_folder}/agent-commands-{project_name}.md'
|
|
13
|
-
agentMenuPatterns: '{project-root}
|
|
14
|
-
simpleArchitecture: '{project-root}
|
|
15
|
-
expertArchitecture: '{project-root}
|
|
16
|
-
moduleArchitecture: '{project-root}
|
|
13
|
+
agentMenuPatterns: '{project-root}/{bmad_folder}/bmb/docs/agents/agent-menu-patterns.md'
|
|
14
|
+
simpleArchitecture: '{project-root}/{bmad_folder}/bmb/docs/agents/simple-agent-architecture.md'
|
|
15
|
+
expertArchitecture: '{project-root}/{bmad_folder}/bmb/docs/agents/expert-agent-architecture.md'
|
|
16
|
+
moduleArchitecture: '{project-root}/{bmad_folder}/bmb/docs/agents/module-agent-architecture.md'
|
|
17
17
|
|
|
18
18
|
# Template References
|
|
19
19
|
commandsTemplate: '{workflow_path}/templates/agent-commands.md'
|
|
20
20
|
|
|
21
21
|
# Task References
|
|
22
|
-
advancedElicitationTask: '{project-root}
|
|
23
|
-
partyModeWorkflow: '{project-root}
|
|
22
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
23
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
24
24
|
---
|
|
25
25
|
|
|
26
26
|
# Step 4: Build Capabilities and Commands
|
|
@@ -15,8 +15,8 @@ outputFile: '{output_folder}/agent-identity-{project_name}.md'
|
|
|
15
15
|
identityTemplate: '{workflow_path}/templates/agent-identity.md'
|
|
16
16
|
|
|
17
17
|
# Task References
|
|
18
|
-
advancedElicitationTask: '{project-root}
|
|
19
|
-
partyModeWorkflow: '{project-root}
|
|
18
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
19
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
# Step 5: Agent Naming and Identity
|
|
@@ -10,15 +10,15 @@ thisStepFile: '{workflow_path}/steps/step-06-build.md'
|
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-07-validate.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{output_folder}/agent-yaml-{project_name}.md'
|
|
13
|
-
moduleOutputFile: '{project-root}
|
|
13
|
+
moduleOutputFile: '{project-root}/{bmad_folder}/{target_module}/agents/{agent_filename}.agent.yaml'
|
|
14
14
|
standaloneOutputFile: '{workflow_path}/data/{agent_filename}/{agent_filename}.agent.yaml'
|
|
15
15
|
|
|
16
16
|
# Template References
|
|
17
17
|
completeAgentTemplate: '{workflow_path}/templates/agent-complete-{agent_type}.md'
|
|
18
18
|
|
|
19
19
|
# Task References
|
|
20
|
-
advancedElicitationTask: '{project-root}
|
|
21
|
-
partyModeWorkflow: '{project-root}
|
|
20
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
21
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
22
22
|
---
|
|
23
23
|
|
|
24
24
|
# Step 6: Build Complete Agent YAML
|
|
@@ -10,15 +10,15 @@ thisStepFile: '{workflow_path}/steps/step-07-validate.md'
|
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-08-setup.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{output_folder}/agent-validation-{project_name}.md'
|
|
13
|
-
agentValidationChecklist: '{project-root}
|
|
13
|
+
agentValidationChecklist: '{project-root}/{bmad_folder}/bmb/workflows/create-agent/agent-validation-checklist.md'
|
|
14
14
|
agentFile: '{{output_file_path}}'
|
|
15
15
|
|
|
16
16
|
# Template References
|
|
17
17
|
validationTemplate: '{workflow_path}/templates/validation-results.md'
|
|
18
18
|
|
|
19
19
|
# Task References
|
|
20
|
-
advancedElicitationTask: '{project-root}
|
|
21
|
-
partyModeWorkflow: '{project-root}
|
|
20
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
21
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
22
22
|
---
|
|
23
23
|
|
|
24
24
|
# Step 7: Quality Check and Validation
|
|
@@ -16,8 +16,8 @@ agentSidecarFolder: '{{standalone_output_folder}}/{{agent_filename}}-sidecar'
|
|
|
16
16
|
sidecarTemplate: '{workflow_path}/templates/expert-sidecar-structure.md'
|
|
17
17
|
|
|
18
18
|
# Task References
|
|
19
|
-
advancedElicitationTask: '{project-root}
|
|
20
|
-
partyModeWorkflow: '{project-root}
|
|
19
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
20
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
21
21
|
---
|
|
22
22
|
|
|
23
23
|
# Step 8: Expert Agent Workspace Setup
|
|
@@ -10,14 +10,14 @@ thisStepFile: '{workflow_path}/steps/step-09-customize.md'
|
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-10-build-tools.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{output_folder}/agent-customization-{project_name}.md'
|
|
13
|
-
configOutputFile: '{project-root}
|
|
13
|
+
configOutputFile: '{project-root}/{bmad_folder}/_cfg/agents/{target_module}-{agent_filename}.customize.yaml'
|
|
14
14
|
|
|
15
15
|
# Template References
|
|
16
16
|
customizationTemplate: '{workflow_path}/templates/agent-customization.md'
|
|
17
17
|
|
|
18
18
|
# Task References
|
|
19
|
-
advancedElicitationTask: '{project-root}
|
|
20
|
-
partyModeWorkflow: '{project-root}
|
|
19
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
20
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
21
21
|
---
|
|
22
22
|
|
|
23
23
|
# Step 9: Optional Customization File
|
|
@@ -17,8 +17,8 @@ compiledAgentFile: '{{output_folder}}/{{agent_filename}}.md'
|
|
|
17
17
|
buildHandlingTemplate: '{workflow_path}/templates/build-results.md'
|
|
18
18
|
|
|
19
19
|
# Task References
|
|
20
|
-
advancedElicitationTask: '{project-root}
|
|
21
|
-
partyModeWorkflow: '{project-root}
|
|
20
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
21
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
22
22
|
---
|
|
23
23
|
|
|
24
24
|
# Step 10: Build Tools Handling
|
|
@@ -16,8 +16,8 @@ compiledAgentFile: '{{compiled_agent_path}}'
|
|
|
16
16
|
completionTemplate: '{workflow_path}/templates/completion-summary.md'
|
|
17
17
|
|
|
18
18
|
# Task References
|
|
19
|
-
advancedElicitationTask: '{project-root}
|
|
20
|
-
partyModeWorkflow: '{project-root}
|
|
19
|
+
advancedElicitationTask: '{project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml'
|
|
20
|
+
partyModeWorkflow: '{project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md'
|
|
21
21
|
---
|
|
22
22
|
|
|
23
23
|
# Step 11: Celebration and Next Steps
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: create-agent
|
|
3
3
|
description: Interactive workflow to build BMAD Core compliant agents with optional brainstorming, persona development, and command structure
|
|
4
4
|
web_bundle: true
|
|
5
5
|
---
|
|
@@ -49,7 +49,7 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
49
49
|
|
|
50
50
|
### 1. Configuration Loading
|
|
51
51
|
|
|
52
|
-
Load and read full config from `{project-root}
|
|
52
|
+
Load and read full config from `{project-root}/{bmad_folder}/bmb/config.yaml`:
|
|
53
53
|
|
|
54
54
|
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
|
|
55
55
|
|
|
@@ -63,12 +63,12 @@ Load, read completely, then execute `steps/step-01-brainstorm.md` to begin the w
|
|
|
63
63
|
|
|
64
64
|
# Technical documentation for agent building
|
|
65
65
|
|
|
66
|
-
agent_compilation: "{project-root}
|
|
67
|
-
understanding_agent_types: "{project-root}
|
|
68
|
-
simple_agent_architecture: "{project-root}
|
|
69
|
-
expert_agent_architecture: "{project-root}
|
|
70
|
-
module_agent_architecture: "{project-root}
|
|
71
|
-
agent_menu_patterns: "{project-root}
|
|
66
|
+
agent_compilation: "{project-root}/{bmad_folder}/bmb/docs/agents/agent-compilation.md"
|
|
67
|
+
understanding_agent_types: "{project-root}/{bmad_folder}/bmb/docs/agents/understanding-agent-types.md"
|
|
68
|
+
simple_agent_architecture: "{project-root}/{bmad_folder}/bmb/docs/agents/simple-agent-architecture.md"
|
|
69
|
+
expert_agent_architecture: "{project-root}/{bmad_folder}/bmb/docs/agents/expert-agent-architecture.md"
|
|
70
|
+
module_agent_architecture: "{project-root}/{bmad_folder}/bmb/docs/agents/module-agent-architecture.md"
|
|
71
|
+
agent_menu_patterns: "{project-root}/{bmad_folder}/bmb/docs/agents/agent-menu-patterns.md"
|
|
72
72
|
|
|
73
73
|
# Data and templates
|
|
74
74
|
|
|
@@ -83,9 +83,9 @@ module_agent_examples: "{project-root}/src/modules/bmb/reference/agents/module-e
|
|
|
83
83
|
|
|
84
84
|
# Output configuration
|
|
85
85
|
|
|
86
|
-
custom_agent_location: "{project-root}
|
|
87
|
-
module_output_file: "{project-root}
|
|
86
|
+
custom_agent_location: "{project-root}/{bmad_folder}/custom/src/agents"
|
|
87
|
+
module_output_file: "{project-root}/{bmad_folder}/{target_module}/agents/{agent_filename}.agent.yaml"
|
|
88
88
|
standalone_output_folder: "{custom_agent_location}/{agent_filename}"
|
|
89
89
|
standalone_output_file: "{standalone_output_folder}/{agent_filename}.agent.yaml"
|
|
90
90
|
standalone_info_guide: "{standalone_output_folder}/info-and-installation-guide.md"
|
|
91
|
-
config_output_file: "{project-root}
|
|
91
|
+
config_output_file: "{project-root}/{bmad_folder}/\_cfg/agents/{target_module}-{agent_filename}.customize.yaml"
|