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
package/CHANGELOG.md
CHANGED
|
@@ -1,484 +1,307 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [6.0.0-alpha.
|
|
4
|
-
|
|
5
|
-
**Release: November 30, 2025**
|
|
6
|
-
|
|
7
|
-
### 🏗️ Revolutionary Workflow Architecture
|
|
8
|
-
|
|
9
|
-
**Granular Step-File Workflow System (NEW in alpha.13):**
|
|
10
|
-
|
|
11
|
-
- **Multi-Menu Support**: Workflows now support granular step-file architecture with dynamic menu generation
|
|
12
|
-
- **Sharded Workflows**: Complete conversion of Phase 1 and 2 workflows to stepwise sharded architecture
|
|
13
|
-
- **Improved Performance**: Reduced file loading times and eliminated time-based estimates throughout
|
|
14
|
-
- **Workflow Builder**: New dedicated workflow builder for creating stepwise workflows
|
|
15
|
-
- **PRD Workflow**: First completely reworked sharded workflow resolving Sonnet compatibility issues
|
|
16
|
-
|
|
17
|
-
**Core Workflow Transformations:**
|
|
18
|
-
|
|
19
|
-
- Phase 1 and 2 workflows completely converted to sharded step-flow architecture
|
|
20
|
-
- UX Design workflow converted to sharded step workflow
|
|
21
|
-
- Brainstorming, Research, and Party Mode updated to use sharded step-flow workflows
|
|
22
|
-
- Architecture workflows enhanced with step sharding and performance improvements
|
|
23
|
-
|
|
24
|
-
### 🎯 Code Review & Development Enhancement
|
|
3
|
+
## [6.0.0-alpha.15]
|
|
25
4
|
|
|
26
|
-
**
|
|
5
|
+
**Release: December 7, 2025**
|
|
27
6
|
|
|
28
|
-
|
|
29
|
-
- **Multi-LLM Strategy**: Dev-story workflow recommends different LLM models for code review tasks
|
|
30
|
-
- **Agent Compiler Optimization**: Complete handler cleanup and performance improvements
|
|
7
|
+
### 🔧 Module Installation Standardization
|
|
31
8
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
**Universal Custom Agent Support:**
|
|
9
|
+
**Unified Module Configuration:**
|
|
35
10
|
|
|
36
|
-
- **
|
|
37
|
-
- **
|
|
38
|
-
- **
|
|
39
|
-
- **
|
|
40
|
-
- **New IDE Support**: Added support for Rovo Dev IDE
|
|
11
|
+
- **module.yaml Standard**: All modules now use `module.yaml` instead of `_module-installer/install-config.yaml` for consistent configuration (BREAKING CHANGE)
|
|
12
|
+
- **Universal Installer**: Both core and custom modules now use the same installer with consistent behavior
|
|
13
|
+
- **Streamlined Module Creation**: Module builder templates updated to use new module.yaml standard
|
|
14
|
+
- **Enhanced Module Discovery**: Improved module caching and discovery mechanisms
|
|
41
15
|
|
|
42
|
-
**
|
|
16
|
+
**Custom Content Installation Revolution:**
|
|
43
17
|
|
|
44
|
-
- **
|
|
45
|
-
- **
|
|
46
|
-
- **
|
|
47
|
-
- **
|
|
18
|
+
- **Interactive Custom Content Search**: Installer now proactively asks if you have custom content to install
|
|
19
|
+
- **Flexible Location Specification**: Users can indicate custom content location during installation
|
|
20
|
+
- **Improved Custom Module Handler**: Enhanced error handling and debug output for custom installations
|
|
21
|
+
- **Comprehensive Documentation**: New custom-content-installation.md guide (245 lines) replacing custom-agent-installation.md
|
|
48
22
|
|
|
49
|
-
###
|
|
23
|
+
### 🤖 Code Review Integration Expansion
|
|
50
24
|
|
|
51
|
-
**
|
|
25
|
+
**AI Review Tools:**
|
|
52
26
|
|
|
53
|
-
- **
|
|
54
|
-
- **
|
|
55
|
-
- **
|
|
56
|
-
- **
|
|
57
|
-
- **Dynamic Workflows**: All Level 1-3 workflows now dynamically suggest next steps based on context
|
|
27
|
+
- **CodeRabbit AI Integration**: Added .coderabbit.yaml configuration for automated code review
|
|
28
|
+
- **Raven's Verdict PR Review Tool**: New PR review automation tool (297 lines of documentation)
|
|
29
|
+
- **Review Path Configuration**: Proper exclusion patterns for node_modules and generated files
|
|
30
|
+
- **Review Documentation**: Comprehensive usage guidance and skip conditions for PRs
|
|
58
31
|
|
|
59
|
-
###
|
|
32
|
+
### 📚 Documentation Improvements
|
|
60
33
|
|
|
61
|
-
**
|
|
34
|
+
**Documentation Restructuring:**
|
|
62
35
|
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
- Production-ready utilities from SEON Technologies integrated with TEA patterns
|
|
36
|
+
- **Code of Conduct**: Moved to .github/ folder following GitHub standards
|
|
37
|
+
- **Gem Creation Link**: Updated to point to Gemini Gem manager instead of deprecated interface
|
|
38
|
+
- **Example Custom Content**: Improved README files and disabled example modules to prevent accidental installation
|
|
39
|
+
- **Custom Module Documentation**: Enhanced module installation guides with new YAML structure
|
|
68
40
|
|
|
69
|
-
|
|
41
|
+
### 🧹 Cleanup & Optimization
|
|
70
42
|
|
|
71
|
-
|
|
72
|
-
- **Test Architecture**: Enhanced test design for architecture level (Phase 3) testing
|
|
43
|
+
**Memory Management:**
|
|
73
44
|
|
|
74
|
-
|
|
45
|
+
- **Removed Hardcoded .bmad Folders**: Cleaned up demo content to use configurable paths
|
|
46
|
+
- **Sidecar File Cleanup**: Removed old .bmad-user-memory folders from wellness modules
|
|
47
|
+
- **Example Content Organization**: Better organization of example-custom-content directory
|
|
75
48
|
|
|
76
49
|
**Installer Improvements:**
|
|
77
50
|
|
|
78
|
-
- **
|
|
79
|
-
- **
|
|
80
|
-
- **
|
|
81
|
-
- **NPM Vulnerabilities**: Resolved all npm vulnerabilities for enhanced security
|
|
82
|
-
- **Documentation Installation**: Made documentation installation optional to reduce footprint
|
|
83
|
-
|
|
84
|
-
**Text-to-Speech from AgentVibes optional Integration:**
|
|
85
|
-
|
|
86
|
-
- **TTS_INJECTION System**: Complete text-to-speech integration via injection system
|
|
87
|
-
- **Agent Vibes**: Enhanced with TTS capabilities for voice feedback
|
|
88
|
-
|
|
89
|
-
### 🛠️ Tool & IDE Updates
|
|
90
|
-
|
|
91
|
-
**IDE Tool Enhancements:**
|
|
92
|
-
|
|
93
|
-
- **GitHub Copilot**: Fixed tool names consistency across workflows
|
|
94
|
-
- **KiloCode Integration**: Gave kilocode tool proper access to bmad modes
|
|
95
|
-
- **Code Quality**: Added radix parameter to parseInt() calls for better reliability
|
|
96
|
-
- **Agent Menu Optimization**: Improved agent performance in Claude Code slash commands
|
|
97
|
-
|
|
98
|
-
### 📚 Documentation & Standards
|
|
99
|
-
|
|
100
|
-
**Documentation Cleanup:**
|
|
101
|
-
|
|
102
|
-
- **Installation Guide**: Removed fluff and updated with npx support
|
|
103
|
-
- **Workflow Documentation**: Fixed documentation by removing non-existent workflows and Mermaid diagrams
|
|
104
|
-
- **Phase Numbering**: Fixed phase numbering consistency throughout documentation
|
|
105
|
-
- **Package References**: Corrected incorrect npm package references
|
|
51
|
+
- **Debug Output Enhancement**: Added informative debug output when installer encounters errors
|
|
52
|
+
- **Custom Module Caching**: Improved caching mechanism for custom module installations
|
|
53
|
+
- **Consistent Behavior**: All modules now behave consistently regardless of custom or core status
|
|
106
54
|
|
|
107
|
-
|
|
55
|
+
### 📊 Statistics
|
|
108
56
|
|
|
109
|
-
- **
|
|
110
|
-
- **
|
|
111
|
-
- **Status Integration**: Workflow-status can now call workflow-init for better integration
|
|
112
|
-
|
|
113
|
-
### 🔍 Legacy Workflow Cleanup
|
|
114
|
-
|
|
115
|
-
**Deprecated Workflows Removed:**
|
|
116
|
-
|
|
117
|
-
- **Audit Workflow**: Completely removed audit workflow and all associated files
|
|
118
|
-
- **Convert Legacy**: Removed legacy conversion utilities
|
|
119
|
-
- **Create/Edit Workflows**: Removed old workflow creation and editing workflows
|
|
120
|
-
- **Clean Architecture**: Simplified workflow structure by removing deprecated legacy workflows
|
|
121
|
-
|
|
122
|
-
### 🐛 Technical Fixes
|
|
123
|
-
|
|
124
|
-
**System Improvements:**
|
|
125
|
-
|
|
126
|
-
- **File Path Handling**: Fixed various file path issues across workflows
|
|
127
|
-
- **Manifest Updates**: Updated manifest to use agents folder structure
|
|
128
|
-
- **Web Bundle Configuration**: Fixed web bundle configurations for better compatibility
|
|
129
|
-
- **CSV Column Mismatch**: Fixed manifest schema upgrade issues
|
|
57
|
+
- **77 files changed** with 2,852 additions and 607 deletions
|
|
58
|
+
- **15 commits** since alpha.14
|
|
130
59
|
|
|
131
60
|
### ⚠️ Breaking Changes
|
|
132
61
|
|
|
133
|
-
**
|
|
134
|
-
|
|
135
|
-
-
|
|
136
|
-
-
|
|
137
|
-
- Epic creation now requires architectural context (moved to Phase 3 in previous release)
|
|
62
|
+
1. **module.yaml Configuration**: All modules must now use `module.yaml` instead of `_module-installer/install-config.yaml`
|
|
63
|
+
- Core modules updated automatically
|
|
64
|
+
- Custom modules will need to rename their configuration file
|
|
65
|
+
- Module builder templates generate new format
|
|
138
66
|
|
|
139
|
-
|
|
67
|
+
### 📦 New Dependencies
|
|
140
68
|
|
|
141
|
-
-
|
|
142
|
-
- GitHub integration moved from chatmodes to agents folder - update any references
|
|
69
|
+
- No new dependencies added in this release
|
|
143
70
|
|
|
144
|
-
|
|
71
|
+
---
|
|
145
72
|
|
|
146
|
-
|
|
73
|
+
## [6.0.0-alpha.14]
|
|
147
74
|
|
|
148
|
-
|
|
149
|
-
- **Universal Custom Agent Support**: Extended to ALL IDEs with improved creation workflow
|
|
150
|
-
- **Phase 4 Revolution**: Completely restructured with sprint planning integration
|
|
151
|
-
- **Legacy Cleanup**: Removed all deprecated workflows for cleaner system
|
|
152
|
-
- **Advanced Code Review**: New adversarial review approach with multi-LLM strategy
|
|
153
|
-
- **Text-to-Speech**: Full TTS integration for voice feedback
|
|
154
|
-
- **Testing Expansion**: Playwright utils integration across all testing workflows
|
|
75
|
+
**Release: December 7, 2025**
|
|
155
76
|
|
|
156
|
-
|
|
77
|
+
### 🔧 Installation & Configuration Revolution
|
|
157
78
|
|
|
158
|
-
|
|
159
|
-
- **Documentation**: Complete cleanup with accurate references
|
|
160
|
-
- **Installer**: Better UX with cleanup options and improved defaults
|
|
161
|
-
- **Agent System**: More reliable compilation and better persona handling
|
|
162
|
-
|
|
163
|
-
## [6.0.0-alpha.12]
|
|
79
|
+
**Custom Module Installation Overhaul:**
|
|
164
80
|
|
|
165
|
-
**
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
-
|
|
170
|
-
|
|
171
|
-
## [6.0.0-alpha.11]
|
|
172
|
-
|
|
173
|
-
**Release: November 18, 2025**
|
|
81
|
+
- **Simple custom.yaml Installation**: Custom agents and workflows can now be installed with a single YAML file
|
|
82
|
+
- **IDE Configuration Preservation**: Upgrades will no longer delete custom modules, agents, and workflows from IDE configuration
|
|
83
|
+
- **Removed Legacy agent-install Command**: Streamlined installation process (BREAKING CHANGE)
|
|
84
|
+
- **Sidecar File Retention**: Custom sidecar files are preserved during updates
|
|
85
|
+
- **Flexible Agent Sidecar Locations**: Fully configurable via config options instead of hardcoded paths
|
|
174
86
|
|
|
175
|
-
|
|
87
|
+
**Module Discovery System Transformation:**
|
|
176
88
|
|
|
177
|
-
|
|
89
|
+
- **Recursive Agent Discovery**: Deep scanning for agents across entire project structure
|
|
90
|
+
- **Enhanced Manifest Generation**: Comprehensive scanning of all installed modules
|
|
91
|
+
- **Nested Agent Support**: Fixed nested agents appearing in CLI commands
|
|
92
|
+
- **Module Reinstall Fix**: Prevented modules from showing as obsolete during reinstall
|
|
178
93
|
|
|
179
|
-
|
|
94
|
+
### 🏗️ Advanced Builder Features
|
|
180
95
|
|
|
181
|
-
|
|
96
|
+
**Workflow Builder Evolution:**
|
|
182
97
|
|
|
183
|
-
**
|
|
98
|
+
- **Continuable Workflows**: Create workflows with sophisticated branching and continuation logic
|
|
99
|
+
- **Template LOD Options**: Level of Detail output options for flexible workflow generation
|
|
100
|
+
- **Step-Based Architecture**: Complete conversion to granular step-file system
|
|
101
|
+
- **Enhanced Creation Process**: Improved workflow creation with better template handling
|
|
184
102
|
|
|
185
|
-
|
|
186
|
-
- **Architect**: System architecture diagrams, data flow visualizations
|
|
187
|
-
- **Product Manager**: Process flowcharts and workflow diagrams
|
|
188
|
-
- **UX Designer**: Wireframe creation capabilities
|
|
189
|
-
- **Tech Writer**: All diagram types for documentation needs
|
|
190
|
-
- **New CIS Agent**: presentation-master for specialized visual communication
|
|
103
|
+
**Module Builder Revolution:**
|
|
191
104
|
|
|
192
|
-
**
|
|
105
|
+
- **11-Step Module Creation**: Comprehensive step-by-step module generation process
|
|
106
|
+
- **Production-Ready Templates**: Complete templates for agents, installers, and workflow plans
|
|
107
|
+
- **Built-in Validation System**: Ensures module quality and BMad Core compliance
|
|
108
|
+
- **Professional Documentation**: Auto-generated module documentation and structure
|
|
193
109
|
|
|
194
|
-
|
|
195
|
-
- Available to both BMM agents AND CIS presentation specialists
|
|
196
|
-
- Preserves all the excellent Excalidraw functionality while aligning with natural team roles
|
|
110
|
+
### 🚀 BMad Method (BMM) Enhancements
|
|
197
111
|
|
|
198
|
-
|
|
112
|
+
**Workflow Improvements:**
|
|
199
113
|
|
|
200
|
-
**
|
|
114
|
+
- **Brownfield PRD Support**: Enhanced PRD workflow for existing project integration
|
|
115
|
+
- **Sprint Status Command**: New workflow for tracking development progress
|
|
116
|
+
- **Step-Based Format**: Improved continue functionality across all workflows
|
|
117
|
+
- **Quick-Spec-Flow Documentation**: Rapid development specification flows
|
|
201
118
|
|
|
202
|
-
|
|
203
|
-
- **YAML → XML compilation engine** with smart handler injection
|
|
204
|
-
- Supports Simple (single file), Expert (with sidecars), and Module agents
|
|
205
|
-
- Handlebars-style template variable processing
|
|
206
|
-
- Automatic manifest tracking and IDE integration
|
|
207
|
-
- Source preservation in `_cfg/custom/agents/` for reinstallation
|
|
119
|
+
**Documentation Revolution:**
|
|
208
120
|
|
|
209
|
-
**
|
|
121
|
+
- **Comprehensive Troubleshooting Guide**: 680-line detailed troubleshooting documentation
|
|
122
|
+
- **Quality Check Integration**: Added markdownlint-cli2 for markdown quality assurance
|
|
123
|
+
- **Enhanced Test Architecture**: Improved CI/CD templates and testing workflows
|
|
210
124
|
|
|
211
|
-
|
|
212
|
-
- **journal-keeper**: Daily journaling agent with templates (Expert agent example)
|
|
213
|
-
- **security-engineer & trend-analyst**: Module agent examples with ecosystem integration
|
|
125
|
+
### 🌟 New Features & Integrations
|
|
214
126
|
|
|
215
|
-
**
|
|
127
|
+
**Kiro-Cli Installer:**
|
|
216
128
|
|
|
217
|
-
|
|
129
|
+
- **Intelligent Routing**: Smart routing to quick-dev workflow
|
|
130
|
+
- **BMad Core Compliance**: Full compliance with BMad standards
|
|
218
131
|
|
|
219
|
-
|
|
220
|
-
- **identity** → "What background, experience, and context shape my responses?"
|
|
221
|
-
- **communication_style** → "What verbal patterns, word choice, and phrasing do I use?"
|
|
222
|
-
- **principles** → "What beliefs and operating philosophy drive my choices?"
|
|
132
|
+
**Discord Notifications:**
|
|
223
133
|
|
|
224
|
-
|
|
134
|
+
- **Compact Format**: Streamlined plain-text notifications
|
|
135
|
+
- **Bug Fixes**: Resolved notification delivery issues
|
|
225
136
|
|
|
226
|
-
**
|
|
137
|
+
**Example Mental Wellness Module (MWM):**
|
|
227
138
|
|
|
228
|
-
|
|
139
|
+
- **Complete Module Example**: Demonstrates advanced module patterns
|
|
140
|
+
- **Multiple Agents**: CBT Coach, Crisis Navigator, Meditation Guide, Wellness Companion
|
|
141
|
+
- **Workflow Showcase**: Crisis support, daily check-in, meditation, journaling workflows
|
|
229
142
|
|
|
230
|
-
|
|
231
|
-
- **John (PM)**: "Asks 'WHY?' relentlessly like a detective on a case"
|
|
232
|
-
- **Winston (architect)**: "Champions boring technology that actually works"
|
|
233
|
-
- **Amelia (dev)**: "Ultra-succinct. Speaks in file paths and AC IDs"
|
|
234
|
-
- **Sally (UX)**: "Paints pictures with words, telling user stories that make you FEEL"
|
|
143
|
+
### 🐛 Bug Fixes & Optimizations
|
|
235
144
|
|
|
236
|
-
|
|
145
|
+
- Fixed version reading from package.json instead of hardcoded fallback
|
|
146
|
+
- Removed hardcoded years from WebSearch queries
|
|
147
|
+
- Removed broken build caching mechanism
|
|
148
|
+
- Fixed hardcoded 'bmad' prefix from files-manifest.csv paths
|
|
149
|
+
- Enhanced TTS injection summary with tracking and documentation
|
|
150
|
+
- Fixed CI nvmrc configuration issues
|
|
237
151
|
|
|
238
|
-
|
|
152
|
+
### 📊 Statistics
|
|
239
153
|
|
|
240
|
-
-
|
|
241
|
-
-
|
|
242
|
-
- Smart sidecar analysis: maps references, finds orphans, validates paths
|
|
243
|
-
- 5 complete sidecar editing patterns with warm, educational feedback
|
|
154
|
+
- **335 files changed** with 17,161 additions and 8,204 deletions
|
|
155
|
+
- **46 commits** since alpha.13
|
|
244
156
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
1. Diagnose current style with red flag word detection
|
|
248
|
-
2. Extract non-style content to working copy
|
|
249
|
-
3. Discover TRUE communication style through interview questions
|
|
250
|
-
4. Craft pure style using presets and reference agents
|
|
251
|
-
5. Show before/after transformation with full context
|
|
252
|
-
6. Validate against standards (zero red flags)
|
|
253
|
-
7. Confirm with user through dramatic reading
|
|
254
|
-
|
|
255
|
-
**Unified Validation Checklist:**
|
|
256
|
-
|
|
257
|
-
- Single source of truth: `agent-validation-checklist.md` (160 lines)
|
|
258
|
-
- Shared between create-agent and edit-agent workflows
|
|
259
|
-
- Comprehensive persona field separation validation
|
|
260
|
-
- Expert agent sidecar validation (9 specific checks)
|
|
261
|
-
- Common issues and fixes with real examples
|
|
262
|
-
|
|
263
|
-
### 📚 BMB Agent Builder Enhancement
|
|
264
|
-
|
|
265
|
-
**Vastly Improved Agent Creation & Editing Capabilities:**
|
|
266
|
-
|
|
267
|
-
- Create-agent and edit-agent workflows now have accurate, comprehensive documentation
|
|
268
|
-
- All context references updated and validated for consistency
|
|
269
|
-
- Workflows can now properly guide users through complex agent design decisions
|
|
270
|
-
|
|
271
|
-
**New Agent Documentation Suite:**
|
|
272
|
-
|
|
273
|
-
- `understanding-agent-types.md` - Architecture vs capability distinction
|
|
274
|
-
- `simple-agent-architecture.md` - Self-contained agents guide
|
|
275
|
-
- `expert-agent-architecture.md` - Agents with sidecar files
|
|
276
|
-
- `module-agent-architecture.md` - Workflow-integrated agents
|
|
277
|
-
- `agent-compilation.md` - YAML → XML transformation process
|
|
278
|
-
- `agent-menu-patterns.md` - Menu design patterns
|
|
279
|
-
- `communication-presets.csv` - 60 pure communication styles for reference
|
|
280
|
-
|
|
281
|
-
**New Reference Agents for Learning:**
|
|
157
|
+
### ⚠️ Breaking Changes
|
|
282
158
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
- Serve as both learning resources and ready-to-use agents
|
|
159
|
+
1. **Removed agent-install Command**: Migrate to new custom.yaml installation system
|
|
160
|
+
2. **Agent Sidecar Configuration**: Now requires explicit config instead of hardcoded paths
|
|
286
161
|
|
|
287
|
-
###
|
|
162
|
+
### 📦 New Dependencies
|
|
288
163
|
|
|
289
|
-
|
|
164
|
+
- `markdownlint-cli2: ^0.19.1` - Professional markdown linting
|
|
290
165
|
|
|
291
|
-
|
|
292
|
-
Phase 2: PRD → UX Design
|
|
293
|
-
Phase 3: Architecture → Epics & Stories ← NOW HERE (technically informed)
|
|
294
|
-
```
|
|
166
|
+
---
|
|
295
167
|
|
|
296
|
-
|
|
168
|
+
## [6.0.0-alpha.13]
|
|
297
169
|
|
|
298
|
-
|
|
299
|
-
- Stories can reference actual architectural patterns and constraints
|
|
300
|
-
- Reduces rewrites when architecture reveals complexity
|
|
301
|
-
- Better complexity-based estimation (not time-based)
|
|
170
|
+
**Release: November 30, 2025**
|
|
302
171
|
|
|
303
|
-
###
|
|
172
|
+
### 🏗️ Revolutionary Workflow Architecture
|
|
304
173
|
|
|
305
|
-
**
|
|
174
|
+
- **Step-File System**: Complete conversion to granular step-file architecture with dynamic menu generation
|
|
175
|
+
- **Phase 4 Transformation**: Simplified architecture with sprint planning integration (Jira, Linear, Trello)
|
|
176
|
+
- **Performance Improvements**: Eliminated time-based estimates, reduced file loading times
|
|
177
|
+
- **Legacy Cleanup**: Removed all deprecated workflows for cleaner system
|
|
306
178
|
|
|
307
|
-
|
|
308
|
-
- Namespace isolation prevents module conflicts
|
|
309
|
-
- Subagent installation support (project or user level)
|
|
310
|
-
- Module-specific injection configuration
|
|
179
|
+
### 🤖 Agent System Revolution
|
|
311
180
|
|
|
312
|
-
**
|
|
181
|
+
- **Universal Custom Agent Support**: Extended to ALL IDEs including Antigravity and Rovo Dev
|
|
182
|
+
- **Agent Creation Workflow**: Enhanced with better documentation and parameter clarity
|
|
183
|
+
- **Multi-Source Discovery**: Agents now check multiple source locations for better discovery
|
|
184
|
+
- **GitHub Migration**: Integration moved from chatmodes to agents folder
|
|
313
185
|
|
|
314
|
-
|
|
315
|
-
- CODEX_HOME configuration for multi-project workflows
|
|
316
|
-
- OS-specific setup instructions (Unix/Mac/Windows)
|
|
186
|
+
### 🧪 Testing Infrastructure
|
|
317
187
|
|
|
318
|
-
|
|
188
|
+
- **Playwright Utils Integration**: @seontechnologies/playwright-utils across all testing workflows
|
|
189
|
+
- **TTS Injection System**: Complete text-to-speech integration for voice feedback
|
|
190
|
+
- **Web Bundle Test Support**: Enabled web bundles for test environments
|
|
319
191
|
|
|
320
|
-
|
|
192
|
+
### ⚠️ Breaking Changes
|
|
321
193
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
- **trend-analyst.agent.yaml**: Module agent with cross-workflow capabilities
|
|
194
|
+
1. **Legacy Workflows Removed**: Migrate to new stepwise sharded workflows
|
|
195
|
+
2. **Phase 4 Restructured**: Update automation expecting old Phase 4 structure
|
|
196
|
+
3. **Agent Compilation Required**: Custom agents must use new creation workflow
|
|
326
197
|
|
|
327
|
-
|
|
198
|
+
## [6.0.0-alpha.12]
|
|
328
199
|
|
|
329
|
-
|
|
330
|
-
- Module = designed for ecosystem integration, not limited in function
|
|
200
|
+
**Release: November 19, 2025**
|
|
331
201
|
|
|
332
|
-
### 🐛
|
|
202
|
+
### 🐛 Bug Fixes
|
|
333
203
|
|
|
334
|
-
|
|
204
|
+
- Added missing `yaml` dependency to fix `MODULE_NOT_FOUND` error when running `npx bmad-method install`
|
|
335
205
|
|
|
336
|
-
-
|
|
337
|
-
- `'utf-8'` → `'utf8'` (unicorn/text-encoding-identifier-case)
|
|
338
|
-
- `hasOwnProperty` → `Object.hasOwn` (unicorn/prefer-object-has-own)
|
|
339
|
-
- `JSON.parse(JSON.stringify(...))` → `structuredClone(...)`
|
|
206
|
+
## [6.0.0-alpha.11]
|
|
340
207
|
|
|
341
|
-
**
|
|
208
|
+
**Release: November 18, 2025**
|
|
342
209
|
|
|
343
|
-
|
|
344
|
-
- Smart handler inclusion (only includes handlers actually used)
|
|
345
|
-
- Proper XML escaping and formatting
|
|
346
|
-
- Persona name customization support
|
|
210
|
+
### 🚀 Agent Installation Revolution
|
|
347
211
|
|
|
348
|
-
|
|
212
|
+
- **bmad agent-install CLI**: Interactive agent installation with persona customization
|
|
213
|
+
- **4 Reference Agents**: commit-poet, journal-keeper, security-engineer, trend-analyst
|
|
214
|
+
- **Agent Compilation Engine**: YAML → XML with smart handler injection
|
|
215
|
+
- **60 Communication Presets**: Pure communication styles for agent personas
|
|
349
216
|
|
|
350
|
-
|
|
217
|
+
### 📚 BMB Agent Builder Enhancement
|
|
351
218
|
|
|
352
|
-
- **
|
|
353
|
-
- **
|
|
354
|
-
- **
|
|
355
|
-
- **
|
|
356
|
-
- **2 new IDE installers** (Google Antigravity, enhanced Codex)
|
|
357
|
-
- **Unified validation checklist** (160 lines) for consistent quality standards
|
|
358
|
-
- **60 pure communication style presets** for agent persona design
|
|
219
|
+
- **Complete Documentation Suite**: 7 new guides for agent architecture and creation
|
|
220
|
+
- **Expert Agent Sidecar Support**: Multi-file agents with templates and knowledge bases
|
|
221
|
+
- **Unified Validation**: 160-line checklist shared across workflows
|
|
222
|
+
- **BMM Agent Voices**: All 9 agents enhanced with distinct communication styles
|
|
359
223
|
|
|
360
|
-
|
|
224
|
+
### 🎯 Workflow Architecture Change
|
|
361
225
|
|
|
362
|
-
- **
|
|
363
|
-
- **
|
|
364
|
-
- **
|
|
365
|
-
- **Epic creation** moved to Phase 3 (after Architecture) for technical context
|
|
226
|
+
- **Epic Creation Moved**: Now in Phase 3 after Architecture for technical context
|
|
227
|
+
- **Excalidraw Distribution**: Diagram capabilities moved to role-appropriate agents
|
|
228
|
+
- **Google Antigravity IDE**: New installer with flattened file naming
|
|
366
229
|
|
|
367
230
|
### ⚠️ Breaking Changes
|
|
368
231
|
|
|
369
|
-
**
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
- Architecture diagrams → `/architect`
|
|
373
|
-
- Process flows → `/pm`
|
|
374
|
-
- Wireframes → `/ux-designer`
|
|
375
|
-
- Documentation visuals → `/tech-writer`
|
|
376
|
-
|
|
377
|
-
**Workflow Changes:**
|
|
378
|
-
|
|
379
|
-
- Epic creation moved from Phase 2 to Phase 3 (after Architecture)
|
|
380
|
-
- Excalidraw workflows redistributed to appropriate agents
|
|
381
|
-
|
|
382
|
-
**Installation Changes:**
|
|
383
|
-
|
|
384
|
-
- New `bmad agent-install` command replaces manual agent installation
|
|
385
|
-
- Agent YAML files must be compiled to XML for use
|
|
386
|
-
|
|
387
|
-
### 🔄 Migration Notes
|
|
388
|
-
|
|
389
|
-
**For Existing Projects:**
|
|
390
|
-
|
|
391
|
-
1. **Frame Expert Users:**
|
|
392
|
-
- Transition to role-appropriate agents for diagrams
|
|
393
|
-
- All Excalidraw functionality preserved and enhanced
|
|
394
|
-
- Shared templates now in core resources for wider access
|
|
395
|
-
|
|
396
|
-
2. **Agent Installation:**
|
|
397
|
-
- Use `bmad agent-install` for all agent installations
|
|
398
|
-
- Existing manual installations still work but won't have customization
|
|
399
|
-
|
|
400
|
-
3. **Epic Creation Timing:**
|
|
401
|
-
- Epics now created in Phase 3 after Architecture
|
|
402
|
-
- Update any automation expecting epics in Phase 2
|
|
403
|
-
|
|
404
|
-
4. **Communication Styles:**
|
|
405
|
-
- Review agent communication_style fields
|
|
406
|
-
- Remove any role/identity/principle content
|
|
407
|
-
- Use communication-presets.csv for pure styles
|
|
408
|
-
|
|
409
|
-
5. **Expert Agents:**
|
|
410
|
-
- Edit-agent workflow now fully supports sidecar files
|
|
411
|
-
- Organize templates and data files in agent folder
|
|
232
|
+
1. **Frame Expert Retired**: Use role-appropriate agents for diagrams
|
|
233
|
+
2. **Agent Installation**: New bmad agent-install command replaces manual installation
|
|
234
|
+
3. **Epic Creation Phase**: Moved from Phase 2 to Phase 3
|
|
412
235
|
|
|
413
236
|
## [6.0.0-alpha.10]
|
|
414
237
|
|
|
415
238
|
**Release: November 16, 2025**
|
|
416
239
|
|
|
417
|
-
-
|
|
418
|
-
-
|
|
419
|
-
-
|
|
420
|
-
-
|
|
421
|
-
-
|
|
240
|
+
- **Epics After Architecture**: Major milestone - technically-informed user stories created post-architecture
|
|
241
|
+
- **Frame Expert Agent**: New Excalidraw specialist with 4 diagram workflows
|
|
242
|
+
- **Time Estimate Prohibition**: Warnings across 33 workflows acknowledging AI's impact on development speed
|
|
243
|
+
- **Platform-Specific Commands**: ide-only/web-only fields filter menu items by environment
|
|
244
|
+
- **Agent Customization**: Enhanced memory/prompts merging via \*.customize.yaml files
|
|
422
245
|
|
|
423
246
|
## [6.0.0-alpha.9]
|
|
424
247
|
|
|
425
248
|
**Release: November 12, 2025**
|
|
426
249
|
|
|
427
|
-
-
|
|
428
|
-
-
|
|
429
|
-
-
|
|
430
|
-
-
|
|
431
|
-
-
|
|
250
|
+
- **Intelligent File Discovery**: discover_inputs with FULL_LOAD, SELECTIVE_LOAD, INDEX_GUIDED strategies
|
|
251
|
+
- **3-Track System**: Simplified from 5 levels to 3 intuitive tracks
|
|
252
|
+
- **Web Bundles Guide**: Comprehensive documentation with 60-80% cost savings strategies
|
|
253
|
+
- **Unified Output Structure**: Eliminated .ephemeral/ folders - single configurable output folder
|
|
254
|
+
- **BMGD Phase 4**: Added 10 game development workflows with BMM patterns
|
|
432
255
|
|
|
433
256
|
## [6.0.0-alpha.8]
|
|
434
257
|
|
|
435
258
|
**Release: November 9, 2025**
|
|
436
259
|
|
|
437
|
-
-
|
|
438
|
-
-
|
|
439
|
-
-
|
|
440
|
-
-
|
|
441
|
-
-
|
|
260
|
+
- **Configurable Installation**: Custom directories with .bmad hidden folder default
|
|
261
|
+
- **Optimized Agent Loading**: CLI loads from installed files, eliminating duplication
|
|
262
|
+
- **Party Mode Everywhere**: All web bundles include multi-agent collaboration
|
|
263
|
+
- **Phase 4 Artifact Separation**: Stories, code reviews, sprint plans configurable outside docs
|
|
264
|
+
- **Expanded Web Bundles**: All BMM, BMGD, CIS agents bundled with elicitation integration
|
|
442
265
|
|
|
443
266
|
## [6.0.0-alpha.7]
|
|
444
267
|
|
|
445
268
|
**Release: November 7, 2025**
|
|
446
269
|
|
|
447
|
-
-
|
|
448
|
-
-
|
|
449
|
-
-
|
|
450
|
-
-
|
|
451
|
-
-
|
|
270
|
+
- **Workflow Vendoring**: Web bundler performs automatic cross-module dependency vendoring
|
|
271
|
+
- **BMGD Module Extraction**: Game development split into standalone 4-phase structure
|
|
272
|
+
- **Enhanced Dependency Resolution**: Better handling of web_bundle: false workflows
|
|
273
|
+
- **Advanced Elicitation Fix**: Added missing CSV files to workflow bundles
|
|
274
|
+
- **Claude Code Fix**: Resolved README slash command installation regression
|
|
452
275
|
|
|
453
276
|
## [6.0.0-alpha.6]
|
|
454
277
|
|
|
455
278
|
**Release: November 4, 2025**
|
|
456
279
|
|
|
457
|
-
-
|
|
458
|
-
-
|
|
459
|
-
-
|
|
460
|
-
-
|
|
461
|
-
-
|
|
280
|
+
- **Critical Installer Fixes**: Fixed manifestPath error and option display issues
|
|
281
|
+
- **Conditional Docs Installation**: Optional documentation to reduce production footprint
|
|
282
|
+
- **Improved Installer UX**: Better formatting with descriptive labels and clearer feedback
|
|
283
|
+
- **Issue Tracker Cleanup**: Closed 54 legacy v4 issues for focused v6 development
|
|
284
|
+
- **Contributing Updates**: Removed references to non-existent branches
|
|
462
285
|
|
|
463
286
|
## [6.0.0-alpha.5]
|
|
464
287
|
|
|
465
288
|
**Release: November 4, 2025**
|
|
466
289
|
|
|
467
|
-
-
|
|
468
|
-
-
|
|
469
|
-
-
|
|
470
|
-
-
|
|
471
|
-
-
|
|
290
|
+
- **3-Track Scale System**: Simplified from 5 levels to 3 intuitive preference-driven tracks
|
|
291
|
+
- **Elicitation Modernization**: Replaced legacy XML tags with explicit invoke-task pattern
|
|
292
|
+
- **PM/UX Evolution**: Added November 2025 industry research on AI Agent PMs
|
|
293
|
+
- **Brownfield Reality Check**: Rewrote Phase 0 with 4 real-world scenarios
|
|
294
|
+
- **Documentation Accuracy**: All agent capabilities now match YAML source of truth
|
|
472
295
|
|
|
473
296
|
## [6.0.0-alpha.4]
|
|
474
297
|
|
|
475
298
|
**Release: November 2, 2025**
|
|
476
299
|
|
|
477
|
-
-
|
|
478
|
-
-
|
|
479
|
-
-
|
|
480
|
-
-
|
|
481
|
-
-
|
|
300
|
+
- **Documentation Hub**: Created 18 comprehensive guides (7000+ lines) with professional standards
|
|
301
|
+
- **Paige Agent**: New technical documentation specialist across all BMM phases
|
|
302
|
+
- **Quick Spec Flow**: Intelligent Level 0-1 planning with auto-stack detection
|
|
303
|
+
- **Universal Shard-Doc**: Split large markdown documents with dual-strategy loading
|
|
304
|
+
- **Intent-Driven Planning**: PRD and Product Brief transformed from template-filling to conversation
|
|
482
305
|
|
|
483
306
|
## [6.0.0-alpha.3]
|
|
484
307
|
|