bmad-method 6.0.0-alpha.20 → 6.0.0-alpha.22
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/.vscode/settings.json +1 -0
- package/CHANGELOG.md +250 -0
- package/README.md +29 -37
- package/docs/bmad-core-concepts/agents.md +93 -0
- package/docs/{agent-customization-guide.md → bmad-core-concepts/bmad-customization/agents.md} +6 -4
- package/docs/bmad-core-concepts/bmad-customization/index.md +26 -0
- package/docs/bmad-core-concepts/bmad-customization/workflows.md +30 -0
- package/docs/bmad-core-concepts/index.md +37 -0
- package/docs/bmad-core-concepts/installing/index.md +77 -0
- package/docs/bmad-core-concepts/installing/upgrading.md +144 -0
- package/docs/bmad-core-concepts/modules.md +76 -0
- package/docs/bmad-core-concepts/web-bundles/index.md +34 -0
- package/docs/bmad-core-concepts/workflows.md +89 -0
- package/docs/index.md +60 -92
- package/docs/modules/bmb-bmad-builder/agent-creation-guide.md +166 -0
- package/docs/{custom-content-installation.md → modules/bmb-bmad-builder/custom-content-installation.md} +7 -7
- package/docs/{custom-content.md → modules/bmb-bmad-builder/custom-content.md} +4 -5
- package/{src/modules/bmb/docs/agents → docs/modules/bmb-bmad-builder}/index.md +7 -2
- package/docs/modules/bmb-bmad-builder/workflow-vendoring-customization-inheritance.md +42 -0
- package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/glossary.md +0 -1
- package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/index.md +0 -5
- package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflows-guide.md +6 -6
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/brownfield-guide.md +0 -1
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/faq.md +0 -2
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/index.md +12 -50
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/party-mode.md +5 -115
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-spec-flow.md +4 -20
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-start.md +2 -5
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/test-architecture.md +19 -23
- package/docs/modules/bmm-bmad-method/troubleshooting.md +3 -0
- package/docs/modules/bmm-bmad-method/workflow-document-project-reference.md +71 -0
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-analysis.md +8 -75
- package/docs/modules/bmm-bmad-method/workflows-planning.md +89 -0
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-solutioning.md +4 -4
- package/docs/modules/core/advanced-elicitation.md +105 -0
- package/docs/modules/core/brainstorming.md +100 -0
- package/docs/modules/core/core-tasks.md +64 -0
- package/docs/modules/core/core-workflows.md +30 -0
- package/docs/modules/core/document-sharding-guide.md +133 -0
- package/docs/modules/core/global-core-config.md +11 -0
- package/docs/modules/core/index.md +15 -0
- package/docs/modules/core/party-mode.md +50 -0
- package/package.json +2 -2
- package/samples/sample-custom-modules/README.md +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -5
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +1 -1
- package/src/core/agents/bmad-master.agent.yaml +4 -8
- package/src/core/tasks/workflow.xml +1 -1
- package/src/core/{tasks/advanced-elicitation.xml → workflows/advanced-elicitation/workflow.xml} +3 -2
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-01b-continue.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +2 -1
- package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +1 -0
- package/src/core/workflows/brainstorming/workflow.md +1 -1
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +1 -0
- package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +1 -0
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +1 -0
- package/src/core/workflows/party-mode/workflow.md +1 -1
- package/src/modules/bmb/agents/agent-builder.agent.yaml +36 -0
- package/src/modules/bmb/agents/module-builder.agent.yaml +48 -0
- package/src/modules/bmb/agents/workflow-builder.agent.yaml +40 -0
- package/src/modules/bmb/docs/workflows/architecture.md +1 -1
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +1 -1
- package/src/modules/bmb/docs/workflows/step-file-rules.md +469 -0
- package/src/modules/bmb/docs/workflows/templates/step-file.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-template.md +1 -1
- package/src/modules/bmb/docs/workflows/terms.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +2 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +2 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +3 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +3 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +3 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -0
- package/src/modules/bmb/workflows/agent/data/agent-compilation.md +273 -0
- package/src/modules/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
- package/src/modules/bmb/workflows/agent/data/agent-metadata.md +208 -0
- package/src/modules/bmb/workflows/{create-agent → agent}/data/brainstorm-context.md +3 -10
- package/src/modules/bmb/workflows/{create-agent → agent}/data/communication-presets.csv +1 -1
- package/src/modules/bmb/workflows/agent/data/critical-actions.md +120 -0
- package/src/modules/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
- package/src/modules/bmb/workflows/agent/data/expert-agent-validation.md +173 -0
- package/src/modules/bmb/workflows/agent/data/module-agent-validation.md +124 -0
- package/src/modules/bmb/workflows/agent/data/persona-properties.md +266 -0
- package/src/modules/bmb/workflows/agent/data/principles-crafting.md +292 -0
- package/src/modules/bmb/workflows/agent/data/reference/expert-examples/journal-keeper/journal-keeper-sidecar/entries/yy-mm-dd-entry-template.md +17 -0
- package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper.agent.yaml +20 -19
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.agent.yaml +31 -0
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/security-engineer.agent.yaml +8 -13
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/trend-analyst.agent.yaml +10 -14
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/simple-examples/commit-poet.agent.yaml +15 -15
- package/src/modules/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
- package/src/modules/bmb/workflows/agent/data/simple-agent-validation.md +132 -0
- package/src/modules/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
- package/src/modules/bmb/workflows/{create-agent/steps → agent/steps-c}/step-01-brainstorm.md +6 -25
- package/src/modules/bmb/workflows/agent/steps-c/step-02-discovery.md +168 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-03-type-metadata.md +294 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-04-persona.md +210 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-05-commands-menu.md +176 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-06-activation.md +275 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-07a-build-simple.md +185 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08a-plan-traceability.md +203 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08b-metadata-validation.md +135 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08c-persona-validation.md +161 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08d-menu-validation.md +158 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08e-structure-validation.md +306 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08f-sidecar-validation.md +462 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-09-celebrate.md +244 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-01-load-existing.md +214 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-02-discover-edits.md +191 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03a-validate-metadata.md +78 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03b-validate-persona.md +76 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03c-validate-menu.md +75 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03d-validate-structure.md +75 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03e-validate-sidecar.md +78 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03f-validation-summary.md +119 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-04-type-metadata.md +122 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-05-persona.md +132 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-06-commands-menu.md +120 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-07-activation.md +122 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +134 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +117 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08c-edit-module.md +120 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09a-validate-metadata.md +70 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09b-validate-persona.md +70 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09c-validate-menu.md +69 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09d-validate-structure.md +69 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09e-validate-sidecar.md +70 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09f-validation-summary.md +111 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-10-celebrate.md +150 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-01-load-review.md +128 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +73 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +72 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +71 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +71 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +76 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-03-summary.md +100 -0
- package/src/modules/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
- package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/instructions.md.template +20 -0
- package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/memories.md.template +18 -0
- package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +76 -0
- package/src/modules/bmb/workflows/agent/templates/simple-agent.template.md +71 -0
- package/src/modules/bmb/workflows/agent/workflow.md +123 -0
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +3 -2
- package/src/modules/bmb/workflows/create-module/workflow.md +1 -0
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-02-profile.md +1 -1
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-03-assessment.md +1 -1
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-04-strategy.md +2 -2
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-05-shopping.md +2 -2
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-06-prep-schedule.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +1 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +4 -3
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +16 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +1 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +5 -5
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +2 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +2 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +2 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +1 -0
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +2 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +2 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -0
- package/src/modules/bmgd/agents/game-architect.agent.yaml +8 -17
- package/src/modules/bmgd/agents/game-designer.agent.yaml +21 -33
- package/src/modules/bmgd/agents/game-dev.agent.yaml +13 -17
- package/src/modules/bmgd/agents/game-qa.agent.yaml +17 -21
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +17 -21
- package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +15 -19
- package/src/modules/bmgd/module.yaml +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.md +1 -0
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +1 -0
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +1 -0
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +1 -0
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -0
- package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +1 -0
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
- package/src/modules/bmm/_module-installer/installer.js +0 -34
- package/src/modules/bmm/agents/analyst.agent.yaml +10 -22
- package/src/modules/bmm/agents/architect.agent.yaml +6 -23
- package/src/modules/bmm/agents/dev.agent.yaml +2 -6
- package/src/modules/bmm/agents/pm.agent.yaml +15 -22
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +7 -3
- package/src/modules/bmm/agents/sm.agent.yaml +12 -24
- package/src/modules/bmm/agents/tea.agent.yaml +20 -25
- package/src/modules/bmm/agents/tech-writer.agent.yaml +18 -31
- package/src/modules/bmm/agents/ux-designer.agent.yaml +8 -20
- package/src/modules/bmm/module.yaml +3 -3
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +22 -32
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +20 -44
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +6 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +6 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -16
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +23 -69
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +6 -43
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +3 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +9 -8
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +25 -54
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +7 -6
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +9 -12
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +13 -12
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +11 -10
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +189 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +144 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +128 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +173 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +74 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +79 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +3 -2
- package/src/modules/bmm/workflows/document-project/checklist.md +2 -2
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +1 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -1
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +1 -0
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +1 -0
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +6 -6
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -1
- package/src/modules/bmm/workflows/workflow-status/instructions.md +4 -4
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +44 -63
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +44 -54
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +38 -41
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +26 -22
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -11
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -11
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -11
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -11
- package/src/modules/cis/agents/presentation-master.agent.yaml +14 -23
- package/src/modules/cis/agents/storyteller/storyteller.agent.yaml +2 -11
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +6 -6
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +8 -8
- package/test/fixtures/agent-schema/{invalid → valid}/metadata/core-agent-with-module.agent.yaml +4 -7
- package/test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml +22 -0
- package/test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml +23 -0
- package/test/test-installation-components.js +1 -1
- package/tools/cli/bmad-cli.js +18 -0
- package/tools/cli/commands/install.js +8 -12
- package/tools/cli/installers/install-messages.yaml +14 -8
- package/tools/cli/installers/lib/core/config-collector.js +1 -1
- package/tools/cli/installers/lib/core/detector.js +5 -115
- package/tools/cli/installers/lib/core/installer.js +49 -80
- package/tools/cli/installers/lib/ide/antigravity.js +3 -3
- package/tools/cli/installers/lib/ide/claude-code.js +3 -3
- package/tools/cli/installers/lib/ide/codex.js +1 -1
- package/tools/cli/installers/lib/ide/github-copilot.js +1 -1
- package/tools/cli/lib/agent/compiler.js +4 -7
- package/tools/cli/lib/ui.js +1 -1
- package/tools/docs/index.md +2 -0
- package/tools/platform-codes.yaml +13 -1
- package/tools/schema/agent.js +30 -52
- package/website/sidebars.js +1 -19
- package/website/src/pages/downloads.md +0 -15
- package/docs/document-sharding-guide.md +0 -449
- package/docs/getting-started/installation.md +0 -76
- package/docs/ide-info/auggie.md +0 -31
- package/docs/ide-info/claude-code.md +0 -25
- package/docs/ide-info/cline.md +0 -31
- package/docs/ide-info/codex.md +0 -21
- package/docs/ide-info/crush.md +0 -30
- package/docs/ide-info/cursor.md +0 -25
- package/docs/ide-info/gemini.md +0 -25
- package/docs/ide-info/github-copilot.md +0 -26
- package/docs/ide-info/iflow.md +0 -33
- package/docs/ide-info/index.md +0 -24
- package/docs/ide-info/kilo.md +0 -24
- package/docs/ide-info/opencode.md +0 -24
- package/docs/ide-info/qwen.md +0 -25
- package/docs/ide-info/roo.md +0 -27
- package/docs/ide-info/rovo-dev.md +0 -22
- package/docs/ide-info/trae.md +0 -25
- package/docs/ide-info/windsurf.md +0 -22
- package/docs/v4-to-v6-upgrade.md +0 -227
- package/docs/web-bundles-gemini-gpt-guide.md +0 -21
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +0 -94
- package/src/modules/bmb/docs/agents/agent-compilation.md +0 -340
- package/src/modules/bmb/docs/agents/agent-menu-patterns.md +0 -523
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +0 -363
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +0 -257
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +0 -184
- package/src/modules/bmb/docs/index.md +0 -247
- package/src/modules/bmb/docs/workflows/index.md +0 -45
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/README.md +0 -242
- package/src/modules/bmb/reference/agents/module-examples/README.md +0 -49
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +0 -53
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +0 -57
- package/src/modules/bmb/reference/agents/simple-examples/commit-poet.agent.yaml +0 -126
- package/src/modules/bmb/workflows/create-agent/data/agent-validation-checklist.md +0 -174
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +0 -29
- package/src/modules/bmb/workflows/create-agent/data/reference/README.md +0 -3
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +0 -242
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -24
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -108
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -46
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -39
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +0 -152
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +0 -48
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +0 -223
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +0 -305
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +0 -206
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +0 -260
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +0 -237
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +0 -232
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +0 -186
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +0 -234
- package/src/modules/bmb/workflows/create-agent/steps/step-08-celebrate.md +0 -218
- package/src/modules/bmb/workflows/create-agent/templates/agent-plan.template.md +0 -3
- package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +0 -364
- package/src/modules/bmb/workflows/create-agent/templates/simple-agent.template.md +0 -257
- package/src/modules/bmb/workflows/create-agent/workflow.md +0 -58
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +0 -134
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +0 -202
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +0 -157
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +0 -150
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +0 -150
- package/src/modules/bmb/workflows/edit-agent/workflow.md +0 -58
- package/src/modules/bmm/README.md +0 -127
- package/src/modules/bmm/docs/enterprise-agentic-development.md +0 -686
- package/src/modules/bmm/docs/scale-adaptive-system.md +0 -618
- package/src/modules/bmm/docs/troubleshooting.md +0 -661
- package/src/modules/bmm/docs/workflow-architecture-reference.md +0 -366
- package/src/modules/bmm/docs/workflow-document-project-reference.md +0 -489
- package/src/modules/bmm/docs/workflows-planning.md +0 -451
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +0 -115
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +0 -28
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +0 -24
- package/test/fixtures/agent-schema/invalid/metadata/module-agent-missing-module.agent.yaml +0 -25
- package/test/fixtures/agent-schema/invalid/metadata/wrong-module-value.agent.yaml +0 -26
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/agents-guide.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/game-types-guide.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-flow-guide.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-start.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/troubleshooting.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflow-overview.jpg +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/agents-guide.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/bmad-quick-flow.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/glossary.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/README.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.excalidraw +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.svg +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-flow-solo-dev.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-implementation.md +0 -0
- /package/{src/modules/cis/docs → docs/modules/cis-creative-intelligence-suite}/index.md +0 -0
- /package/src/core/{tools → tasks}/shard-doc.xml +0 -0
- /package/src/core/{tasks/advanced-elicitation-methods.csv → workflows/advanced-elicitation/methods.csv} +0 -0
- /package/src/modules/bmb/reference/{README.md → readme.md} +0 -0
- /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -0
- /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -0
- /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -0
- /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/dietary-restrictions.csv +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/macro-calculator.csv +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/recipe-database.csv +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01-init.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01b-continue.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/assessment-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/nutrition-plan.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/prep-schedule-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/profile-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/shopping-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/strategy-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/workflow.md +0 -0
- /package/{docs → tools/docs}/BUNDLE_DISTRIBUTION_SETUP.md +0 -0
package/.vscode/settings.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,255 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.0-alpha.22]
|
|
4
|
+
|
|
5
|
+
**Release: December 31, 2025**
|
|
6
|
+
|
|
7
|
+
### 🌟 Key Highlights
|
|
8
|
+
|
|
9
|
+
1. **Unified Agent Workflow**: Create, Edit, and Validate workflows consolidated into single powerful agent workflow with separate step paths
|
|
10
|
+
2. **Agent Knowledge System**: Comprehensive data file architecture with persona properties, validation patterns, and crafting principles
|
|
11
|
+
3. **Deep Language Integration**: All sharded progressive workflows now support language choice at every step
|
|
12
|
+
4. **Core Module Documentation**: Extensive docs for core workflows (brainstorming, party mode, advanced elicitation)
|
|
13
|
+
5. **BMAD Core Concepts**: New documentation structure explaining agents, workflows, modules, and installation
|
|
14
|
+
6. **Tech Spec Sharded**: create-tech-spec workflow converted to sharded format with orient-first pattern
|
|
15
|
+
|
|
16
|
+
### 🤖 Unified Agent Workflow (Major Feature)
|
|
17
|
+
|
|
18
|
+
**Consolidated Architecture:**
|
|
19
|
+
|
|
20
|
+
- **Single Workflow, Three Paths**: Create, Edit, and Validate operations unified under `src/modules/bmb/workflows/agent/`
|
|
21
|
+
- **steps-c/**: Create path with 9 comprehensive steps for building new agents
|
|
22
|
+
- **steps-e/**: Edit path with 10 steps for modifying existing agents
|
|
23
|
+
- **steps-v/**: Validate path for standalone agent validation review
|
|
24
|
+
- **data/**: Centralized knowledge base for all agent-building intel
|
|
25
|
+
|
|
26
|
+
### 📚 Agent Knowledge System
|
|
27
|
+
|
|
28
|
+
**Data File Architecture:**
|
|
29
|
+
|
|
30
|
+
Located in `src/modules/bmb/workflows/agent/data/`:
|
|
31
|
+
|
|
32
|
+
- **agent-metadata.md** (208 lines) - Complete metadata field reference
|
|
33
|
+
- **agent-menu-patterns.md** (233 lines) - Menu design patterns and best practices
|
|
34
|
+
- **agent-compilation.md** (273 lines) - Compilation process documentation
|
|
35
|
+
- **persona-properties.md** (266 lines) - Persona crafting properties and examples
|
|
36
|
+
- **principles-crafting.md** (292 lines) - Core principles for agent design
|
|
37
|
+
- **critical-actions.md** (120 lines) - Critical action patterns
|
|
38
|
+
- **expert-agent-architecture.md** (236 lines) - Expert agent structure
|
|
39
|
+
- **expert-agent-validation.md** (173 lines) - Expert-specific validation
|
|
40
|
+
- **module-agent-validation.md** (124 lines) - Module-specific validation
|
|
41
|
+
- **simple-agent-architecture.md** (204 lines) - Simple agent structure
|
|
42
|
+
- **simple-agent-validation.md** (132 lines) - Simple agent validation
|
|
43
|
+
- **understanding-agent-types.md** (222 lines) - Agent type comparison
|
|
44
|
+
- **brainstorm-context.md** - Brainstorming guidance
|
|
45
|
+
- **communication-presets.csv** - Communication style presets
|
|
46
|
+
|
|
47
|
+
**Reference Examples:**
|
|
48
|
+
|
|
49
|
+
- **reference/module-examples/architect.agent.yaml** - Module agent example
|
|
50
|
+
- **reference/simple-examples/commit-poet.agent.yaml** - Simple agent example
|
|
51
|
+
- **journal-keeper/** - Complete sidecar pattern example
|
|
52
|
+
|
|
53
|
+
**Templates:**
|
|
54
|
+
|
|
55
|
+
- **templates/simple-agent.template.md** - Simple agent template
|
|
56
|
+
- **templates/expert-agent-template/expert-agent.template.md** - Expert agent template
|
|
57
|
+
- **templates/expert-agent-sidecar/** - Sidecar templates (instructions, memories)
|
|
58
|
+
|
|
59
|
+
### 🌍 Deep Language Integration
|
|
60
|
+
|
|
61
|
+
**Progressive Workflow Language Support:**
|
|
62
|
+
|
|
63
|
+
- **Every Step Biased**: All sharded progressive workflow steps now include language preference context
|
|
64
|
+
- **260+ Files Updated**: Comprehensive language integration across:
|
|
65
|
+
- Core workflows (brainstorming, party mode, advanced elicitation)
|
|
66
|
+
- BMB workflows (create-agent, create-module, create-workflow, edit-workflow, etc.)
|
|
67
|
+
- BMGD workflows (game-brief, gdd, narrative, game-architecture, etc.)
|
|
68
|
+
- BMM workflows (research, create-ux-design, prd, create-architecture, etc.)
|
|
69
|
+
- **Tested Languages**: Verified working with Spanish and Pirate Speak
|
|
70
|
+
- **Natural Conversations**: AI agents respond in configured language throughout workflow
|
|
71
|
+
|
|
72
|
+
### 📖 Core Module Documentation
|
|
73
|
+
|
|
74
|
+
**New Core Documentation Structure:**
|
|
75
|
+
|
|
76
|
+
`docs/modules/core/`:
|
|
77
|
+
|
|
78
|
+
- **index.md** - Core module overview
|
|
79
|
+
- **core-workflows.md** - Core workflow documentation
|
|
80
|
+
- **core-tasks.md** - Core task reference
|
|
81
|
+
- **brainstorming.md** (100 lines) - Brainstorming workflow guide
|
|
82
|
+
- **party-mode.md** (50 lines) - Party mode guide
|
|
83
|
+
- **advanced-elicitation.md** (105 lines) - Advanced elicitation techniques
|
|
84
|
+
- **document-sharding-guide.md** (133 lines) - Sharded workflow format guide
|
|
85
|
+
- **global-core-config.md** - Global core configuration reference
|
|
86
|
+
|
|
87
|
+
**Advanced Elicitation Moved:**
|
|
88
|
+
|
|
89
|
+
- **From**: `docs/` root
|
|
90
|
+
- **To**: `src/core/workflows/advanced-elicitation/`
|
|
91
|
+
- **Status**: Now a proper core workflow with methods.csv
|
|
92
|
+
|
|
93
|
+
### 📚 BMAD Core Concepts Documentation
|
|
94
|
+
|
|
95
|
+
**New Documentation Structure:**
|
|
96
|
+
|
|
97
|
+
`docs/bmad-core-concepts/`:
|
|
98
|
+
|
|
99
|
+
- **index.md** - Core concepts introduction
|
|
100
|
+
- **agents.md** (93 lines) - Understanding agents in BMAD
|
|
101
|
+
- **workflows.md** (89 lines) - Understanding workflows in BMAD
|
|
102
|
+
- **modules.md** (76 lines) - Understanding modules (BMM, BMGD, CIS, BMB, Core)
|
|
103
|
+
- **installing/index.md** (77 lines) - Installation guide
|
|
104
|
+
- **installing/upgrading.md** (144 lines) - Upgrading guide
|
|
105
|
+
- **bmad-customization/index.md** - Customization overview
|
|
106
|
+
- **bmad-customization/agents.md** - Agent customization guide
|
|
107
|
+
- **bmad-customization/workflows.md** (30 lines) - Workflow customization guide
|
|
108
|
+
- **web-bundles/index.md** (34 lines) - Web bundle distribution guide
|
|
109
|
+
|
|
110
|
+
**Documentation Cleanup:**
|
|
111
|
+
|
|
112
|
+
- **Removed v4-to-v6-upgrade.md** - Outdated upgrade guide
|
|
113
|
+
- **Removed document-sharding-guide.md** from docs root (moved to core)
|
|
114
|
+
- **Removed web-bundles-gemini-gpt-guide.md** - Consolidated into web-bundles/index.md
|
|
115
|
+
- **Removed getting-started/installation.md** - Migrated to bmad-core-concepts
|
|
116
|
+
- **Removed all ide-info/*.md files** - Consolidated into web-bundles documentation
|
|
117
|
+
|
|
118
|
+
### 🔧 Create-Tech-Spec Sharded Conversion
|
|
119
|
+
|
|
120
|
+
**Monolithic to Sharded:**
|
|
121
|
+
|
|
122
|
+
- **From**: Single `workflow.yaml` with `instructions.md`
|
|
123
|
+
- **To**: Sharded `workflow.md` with individual step files
|
|
124
|
+
- **Pattern**: Orient-first approach (understand before investigating)
|
|
125
|
+
|
|
126
|
+
### 🔨 Additional Improvements
|
|
127
|
+
|
|
128
|
+
**Workflow Status Path Fixes:**
|
|
129
|
+
|
|
130
|
+
- **Corrected Discovery Paths**: workflow-status workflows now properly use planning_artifacts and implementation_artifacts
|
|
131
|
+
- **Updated All Path Files**: enterprise-brownfield, enterprise-greenfield, method-brownfield, method-greenfield
|
|
132
|
+
|
|
133
|
+
**Documentation Updates:**
|
|
134
|
+
|
|
135
|
+
- **BMB Agent Creation Guide**: Comprehensive 166-line guide for agent creation
|
|
136
|
+
- **Workflow Vendoring Doc**: New 42-line guide on workflow customization and inheritance
|
|
137
|
+
- **Document Project Reference**: Moved from BMM docs to shared location
|
|
138
|
+
- **Workflows Planning Guide**: New 89-line guide for planning workflows
|
|
139
|
+
|
|
140
|
+
**BMB Documentation Streamlining:**
|
|
141
|
+
|
|
142
|
+
- **Removed Redundant Docs**: Eliminated duplicate documentation in `src/modules/bmb/docs/`
|
|
143
|
+
- **Step File Rules**: New 469-line comprehensive guide for step file creation
|
|
144
|
+
- **Agent Docs Moved**: Agent architecture and validation docs moved to workflow data/
|
|
145
|
+
|
|
146
|
+
**Windows Inquirer Fix:**
|
|
147
|
+
|
|
148
|
+
- **Another Default Addition**: Additional inquirer default value setting for better Windows multiselection support
|
|
149
|
+
|
|
150
|
+
**Code Quality:**
|
|
151
|
+
|
|
152
|
+
- **Removed Old BMM README**: Consolidated module documentation
|
|
153
|
+
- **Removed BMM Troubleshooting**: 661-line doc moved to shared location
|
|
154
|
+
- **Removed Enterprise Agentic Development**: 686-line doc consolidated
|
|
155
|
+
- **Removed Scale Adaptive System**: 618-line doc consolidated
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## [6.0.0-alpha.21]
|
|
160
|
+
|
|
161
|
+
**Release: December 27, 2025**
|
|
162
|
+
|
|
163
|
+
### 🌟 Key Highlights
|
|
164
|
+
|
|
165
|
+
1. **Consistent Menu System**: All agents now use standardized 2-letter menu codes (e.g., "rd" for research, "ca" for create-architecture)
|
|
166
|
+
2. **Planning Artifacts Architecture**: Phase 1-3 workflows now properly segregate planning artifacts from documentation
|
|
167
|
+
3. **Windows Installer Fixed Again**: Updated inquirer to resolve multiselection tool issues
|
|
168
|
+
4. **Auto-Injected Features**: Chat and party mode automatically injected into all agents
|
|
169
|
+
5. **Validation System**: All agents now pass comprehensive new validation checks
|
|
170
|
+
|
|
171
|
+
### 🎯 Consistent Menu System (Major Feature)
|
|
172
|
+
|
|
173
|
+
**Standardized 2-Letter Codes:**
|
|
174
|
+
|
|
175
|
+
- **Compound Menu Triggers**: All agents now use consistent 2-letter compound trigger format (e.g., `bmm-rd`, `bmm-ca`)
|
|
176
|
+
- **Improved UX**: Shorter, more memorable command shortcuts across all modules
|
|
177
|
+
- **Module Prefixing**: Menu items properly scoped by module prefix (bmm-, bmgd-, cis-, bmb-)
|
|
178
|
+
- **Universal Pattern**: All 22 agents updated to follow the same menu structure
|
|
179
|
+
|
|
180
|
+
**Agent Updates:**
|
|
181
|
+
|
|
182
|
+
- **BMM Module**: 9 agents with standardized menus (pm, analyst, architect, dev, ux-designer, tech-writer, sm, tea, quick-flow-solo-dev)
|
|
183
|
+
- **BMGD Module**: 6 agents with standardized menus (game-architect, game-designer, game-dev, game-qa, game-scrum-master, game-solo-dev)
|
|
184
|
+
- **CIS Module**: 6 agents with standardized menus (innovation-strategist, design-thinking-coach, creative-problem-solver, brainstorming-coach, presentation-master, storyteller)
|
|
185
|
+
- **BMB Module**: 3 agents with standardized menus (bmad-builder, agent-builder, module-builder, workflow-builder)
|
|
186
|
+
- **Core Module**: BMAD Master agent updated with consistent menu patterns
|
|
187
|
+
|
|
188
|
+
### 📁 Planning Artifacts Architecture
|
|
189
|
+
|
|
190
|
+
**Content Segregation Implementation:**
|
|
191
|
+
|
|
192
|
+
- **Phase 1-3 Workflows**: All planning workflows now use `planning_artifacts` folder (default changed from `docs`)
|
|
193
|
+
- **Proper Input Discovery**: Workflows follow consistent input discovery patterns from planning artifacts
|
|
194
|
+
- **Output Management**: Planning artifacts properly separated from long-term documentation
|
|
195
|
+
- **Affected Workflows**:
|
|
196
|
+
- Product Brief: Updated discovery and output to planning artifacts
|
|
197
|
+
- PRD: Fixed discovery and output to planning artifacts
|
|
198
|
+
- UX Design: Updated all steps for proper artifact handling
|
|
199
|
+
- Architecture: Updated discovery and output flow
|
|
200
|
+
- Game Architecture: Updated for planning artifacts
|
|
201
|
+
- Story Creation: Updated workflow output paths
|
|
202
|
+
|
|
203
|
+
**File Organization:**
|
|
204
|
+
|
|
205
|
+
- **Planning Artifacts**: Ephemeral planning documents (prd.md, product-brief.md, ux-design.md, architecture.md)
|
|
206
|
+
- **Documentation**: Long-term project documentation (separate from planning)
|
|
207
|
+
- **Module Configuration**: BMM and BMGD modules updated with proper default paths
|
|
208
|
+
|
|
209
|
+
### 🪟 Windows Installer Fixes
|
|
210
|
+
|
|
211
|
+
**Inquirer Multiselection Fix:**
|
|
212
|
+
|
|
213
|
+
- **Updated Inquirer Version**: Resolved tool multiselection issues that were causing Windows installer failures
|
|
214
|
+
- **Better Compatibility**: Improved handling of checkbox and multi-select prompts on Windows(?)
|
|
215
|
+
|
|
216
|
+
### 🤖 Agent System Improvements
|
|
217
|
+
|
|
218
|
+
**Auto-Injected Features:**
|
|
219
|
+
|
|
220
|
+
- **Chat Mode**: Automatically injected into all agents during compilation
|
|
221
|
+
- **Party Mode**: Automatically injected into all agents during compilation
|
|
222
|
+
- **Reduced Manual Configuration**: No need to manually add these features to agent definitions
|
|
223
|
+
- **Consistent Behavior**: All agents now have uniform access to chat and party mode capabilities
|
|
224
|
+
|
|
225
|
+
**Agent Normalization:**
|
|
226
|
+
|
|
227
|
+
- **All Agents Validated**: All 22 agents pass comprehensive validation checks
|
|
228
|
+
- **Schema Enforcement**: Proper compound trigger validation implemented
|
|
229
|
+
- **Metadata Cleanup**: Removed obsolete and inconsistent metadata patterns
|
|
230
|
+
- **Test Fixtures Updated**: Validation test fixtures aligned with new requirements
|
|
231
|
+
|
|
232
|
+
### 🔧 Bug Fixes & Cleanup
|
|
233
|
+
|
|
234
|
+
**Docusaurus Merge Recovery:**
|
|
235
|
+
|
|
236
|
+
- **Restored Agent Files**: Fixed agent files accidentally modified in Docusaurus merge (PR #1191)
|
|
237
|
+
- **Reference Cleanup**: Removed obsolete agent reference examples (journal-keeper, security-engineer, trend-analyst)
|
|
238
|
+
- **Test Fixture Updates**: Aligned test fixtures with current validation requirements
|
|
239
|
+
|
|
240
|
+
**Code Quality:**
|
|
241
|
+
|
|
242
|
+
- **Schema Improvements**: Enhanced agent schema validation with better error messages
|
|
243
|
+
- **Removed Redundancy**: Cleaned up duplicate and obsolete agent definitions
|
|
244
|
+
- **Installer Cleanup**: Removed unused configuration code from BMM installer
|
|
245
|
+
|
|
246
|
+
**Planning Artifacts Path:**
|
|
247
|
+
- Default: `planning_artifacts/` (configurable in module.yaml)
|
|
248
|
+
- Previous: `docs/`
|
|
249
|
+
- Benefit: Clear separation between planning work and permanent documentation
|
|
250
|
+
|
|
251
|
+
---
|
|
252
|
+
|
|
3
253
|
## [6.0.0-alpha.20]
|
|
4
254
|
|
|
5
255
|
**Release: December 23, 2025**
|
package/README.md
CHANGED
|
@@ -24,9 +24,8 @@ The completely revamped **BMAD V6 installer** now includes built-in support for
|
|
|
24
24
|
|
|
25
25
|
**📚 Learn More:**
|
|
26
26
|
|
|
27
|
-
- [**Custom Content Overview**](
|
|
28
|
-
- [**Installation Guide**](
|
|
29
|
-
- [**Detail Content Docs**](./src/modules/bmb/docs/index.md) - Reference details for agents, modules, workflows and the bmad builder
|
|
27
|
+
- [**Custom Content Overview**](docs/modules/bmb-bmad-builder/custom-content.md) - Discover all supported content types
|
|
28
|
+
- [**Installation Guide**](docs/modules/bmb-bmad-builder/custom-content-installation.md) - Learn to create and install custom content
|
|
30
29
|
- [**2 Very simple Custom Modules of questionable quality**](./samples/sample-custom-modules/README.md) - if you want to download and try to install a custom shared module, get an idea of how to bundle and share your own, or create your own personal agents, workflows and modules.
|
|
31
30
|
|
|
32
31
|
</div>
|
|
@@ -68,7 +67,7 @@ With **BMad Builder**, you can architect both simple agents and vastly complex d
|
|
|
68
67
|
## 📊 See It In Action
|
|
69
68
|
|
|
70
69
|
<p align="center">
|
|
71
|
-
<img src="./
|
|
70
|
+
<img src="./docs/modules/bmm-bmad-method/images/workflow-method-greenfield.svg" alt="BMad Method Workflow" width="100%">
|
|
72
71
|
</p>
|
|
73
72
|
|
|
74
73
|
<p align="center">
|
|
@@ -80,13 +79,18 @@ With **BMad Builder**, you can architect both simple agents and vastly complex d
|
|
|
80
79
|
### 1. Install BMad Method
|
|
81
80
|
|
|
82
81
|
```bash
|
|
83
|
-
# Install v6
|
|
82
|
+
# Install v6 RECOMMENDED
|
|
84
83
|
npx bmad-method@alpha install
|
|
84
|
+
```
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
```bash
|
|
87
|
+
# Install v4 Legacy (not recommended if starting fresh)
|
|
87
88
|
npx bmad-method install
|
|
89
|
+
# OR
|
|
90
|
+
npx bmad-method@latest install
|
|
88
91
|
```
|
|
89
92
|
|
|
93
|
+
|
|
90
94
|
### 2. Initialize Your Project
|
|
91
95
|
|
|
92
96
|
Load any agent in your IDE and run:
|
|
@@ -101,8 +105,8 @@ This analyzes your project and recommends the right workflow track.
|
|
|
101
105
|
|
|
102
106
|
BMad Method adapts to your needs with three intelligent tracks:
|
|
103
107
|
|
|
104
|
-
| Track
|
|
105
|
-
|
|
|
108
|
+
| Track | Use For | Planning | Time to Start |
|
|
109
|
+
| ----------------- | ------------------------- | ----------------------- | ------------- |
|
|
106
110
|
| **⚡ Quick Flow** | Bug fixes, small features | Tech spec only | < 5 minutes |
|
|
107
111
|
| **📋 BMad Method** | Products, platforms | PRD + Architecture + UX | < 15 minutes |
|
|
108
112
|
| **🏢 Enterprise** | Compliance, scale | Full governance suite | < 30 minutes |
|
|
@@ -124,35 +128,35 @@ Each phase has specialized workflows and agents working together to deliver exce
|
|
|
124
128
|
|
|
125
129
|
**12 Specialized Agents** working in concert:
|
|
126
130
|
|
|
127
|
-
| Development | Architecture | Product
|
|
128
|
-
| ----------- | -------------- |
|
|
129
|
-
| Developer | Architect | PM
|
|
130
|
-
| UX Designer | Test Architect | Analyst
|
|
131
|
-
| Tech Writer |
|
|
131
|
+
| Development | Architecture | Product | Leadership |
|
|
132
|
+
| ----------- | -------------- | ----------- | ------------ |
|
|
133
|
+
| Developer | Architect | PM | Scrum Master |
|
|
134
|
+
| UX Designer | Test Architect | Analyst | BMad Master |
|
|
135
|
+
| | | Tech Writer | |
|
|
132
136
|
|
|
133
|
-
**Test Architect** integrates with `@seontechnologies/playwright-utils` for production-ready fixture-based utilities.
|
|
137
|
+
**Test Architect** integrates with `@seontechnologies/playwright-utils` for production-ready web app fixture-based utilities.
|
|
134
138
|
|
|
135
139
|
Each agent brings deep expertise and can be customized to match your team's style.
|
|
136
140
|
|
|
137
141
|
## 📦 What's Included
|
|
138
142
|
|
|
139
|
-
###
|
|
143
|
+
### Official Modules
|
|
140
144
|
|
|
141
145
|
- **BMad Method (BMM)** - Complete agile development framework
|
|
142
146
|
- 12 specialized agents
|
|
143
147
|
- 34 workflows across 4 phases
|
|
144
|
-
-
|
|
145
|
-
- [→ Documentation Hub](./
|
|
148
|
+
- Stand Along Quick Spec Flow for a streamlined simple implementation process
|
|
149
|
+
- [→ Documentation Hub](./docs/modules/bmm-bmad-method/index.md)
|
|
146
150
|
|
|
147
151
|
- **BMad Builder (BMB)** - Create custom agents and workflows
|
|
148
152
|
- Build anything from simple agents to complex modules
|
|
149
153
|
- Create domain-specific solutions (legal, medical, finance, education)
|
|
150
|
-
- [→ Builder Guide](./
|
|
154
|
+
- [→ Builder Guide](./docs/modules/bmb-bmad-builder/index.md)
|
|
151
155
|
|
|
152
156
|
- **Creative Intelligence Suite (CIS)** - Innovation & problem-solving
|
|
153
157
|
- Brainstorming, design thinking, storytelling
|
|
154
158
|
- 5 creative facilitation workflows
|
|
155
|
-
- [→ Creative Workflows](./
|
|
159
|
+
- [→ Creative Workflows](./docs/modules/cis-creative-intelligence-suite/index.md)
|
|
156
160
|
|
|
157
161
|
### Key Features
|
|
158
162
|
|
|
@@ -166,14 +170,14 @@ Each agent brings deep expertise and can be customized to match your team's styl
|
|
|
166
170
|
|
|
167
171
|
### Quick Links
|
|
168
172
|
|
|
169
|
-
- **[Quick Start Guide](./
|
|
170
|
-
- **[Complete BMM Documentation](./
|
|
171
|
-
- **[Agent Customization](
|
|
173
|
+
- **[Quick Start Guide](./docs/modules/bmm-bmad-method/quick-start.md)** - 15-minute introduction
|
|
174
|
+
- **[Complete BMM Documentation](./docs/modules/bmm-bmad-method/index.md)** - All guides and references
|
|
175
|
+
- **[Agent Customization](docs/bmad-customization/agent-customization-guide.md)** - Personalize your agents
|
|
172
176
|
- **[All Documentation](./docs/index.md)** - Complete documentation index
|
|
173
177
|
|
|
174
178
|
### For v4 Users
|
|
175
179
|
|
|
176
|
-
- **[v4 Documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4)**
|
|
180
|
+
- **[v4 Documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4/docs)**
|
|
177
181
|
- **[v4 to v6 Upgrade Guide](./docs/v4-to-v6-upgrade.md)**
|
|
178
182
|
|
|
179
183
|
## 💬 Community & Support
|
|
@@ -181,24 +185,12 @@ Each agent brings deep expertise and can be customized to match your team's styl
|
|
|
181
185
|
- **[Discord Community](https://discord.gg/gk8jAdXWmj)** - Get help, share projects
|
|
182
186
|
- **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs, request features
|
|
183
187
|
- **[YouTube Channel](https://www.youtube.com/@BMadCode)** - Video tutorials and demos
|
|
184
|
-
- **[Web Bundles](https://bmad-code-org.github.io/bmad-bundles/)** - Pre-built agent bundles
|
|
188
|
+
- **[Web Bundles](https://bmad-code-org.github.io/bmad-bundles/)** - Pre-built agent bundles (Currently not functioning, reworking soon)
|
|
185
189
|
- **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** - Community guidelines
|
|
186
190
|
|
|
187
191
|
## 🛠️ Development
|
|
188
192
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
```bash
|
|
192
|
-
# Run all quality checks
|
|
193
|
-
npm test
|
|
194
|
-
|
|
195
|
-
# Development commands
|
|
196
|
-
npm run lint:fix # Fix code style
|
|
197
|
-
npm run format:fix # Auto-format code
|
|
198
|
-
npm run bundle # Build web bundles
|
|
199
|
-
```
|
|
200
|
-
|
|
201
|
-
See [CONTRIBUTING.md](CONTRIBUTING.md) for full development guidelines.
|
|
193
|
+
If you would like to contribute, first check the [CONTRIBUTING.md](CONTRIBUTING.md) for full development guidelines.
|
|
202
194
|
|
|
203
195
|
## What's New in v6
|
|
204
196
|
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# Agents
|
|
2
|
+
|
|
3
|
+
Agents are AI assistants that help you accomplish tasks. Each agent has a unique personality, specialized capabilities, and an interactive menu.
|
|
4
|
+
|
|
5
|
+
## Agent Types
|
|
6
|
+
|
|
7
|
+
BMAD has two primary agent types, designed for different use cases:
|
|
8
|
+
|
|
9
|
+
### Simple Agents
|
|
10
|
+
|
|
11
|
+
**Self-contained, focused, ready to use.**
|
|
12
|
+
|
|
13
|
+
Simple agents are complete in a single file. They excel at well-defined tasks and require minimal setup.
|
|
14
|
+
|
|
15
|
+
**Best for:**
|
|
16
|
+
- Single-purpose assistants (code review, documentation, commit messages)
|
|
17
|
+
- Quick deployment
|
|
18
|
+
- Projects that don't require persistent memory
|
|
19
|
+
- Getting started fast
|
|
20
|
+
|
|
21
|
+
**Example:** A commit message agent that reads your git diff and generates conventional commits.
|
|
22
|
+
|
|
23
|
+
### Expert Agents
|
|
24
|
+
|
|
25
|
+
**Powerful, memory-equipped, domain specialists.**
|
|
26
|
+
|
|
27
|
+
Expert agents have a **sidecar** - a companion folder containing additional instructions, workflows, and memory files. They remember context across sessions and handle complex, multi-step tasks.
|
|
28
|
+
|
|
29
|
+
**Best for:**
|
|
30
|
+
- Domain specialists (security architect, game designer, product manager)
|
|
31
|
+
- Tasks requiring persistent memory
|
|
32
|
+
- Complex workflows with multiple stages
|
|
33
|
+
- Projects that grow over time
|
|
34
|
+
|
|
35
|
+
**Example:** A game architect that remembers your design decisions, maintains consistency across sprints, and coordinates with other specialists.
|
|
36
|
+
|
|
37
|
+
## Key Differences
|
|
38
|
+
|
|
39
|
+
| Feature | Simple | Expert |
|
|
40
|
+
| ---------------- | -------------- | -------------------------- |
|
|
41
|
+
| **Files** | Single file | Agent + sidecar folder |
|
|
42
|
+
| **Memory** | Session only | Persistent across sessions |
|
|
43
|
+
| **Capabilities** | Focused scope | Multi-domain, extensible |
|
|
44
|
+
| **Setup** | Zero config | Sidecar initialization |
|
|
45
|
+
| **Best Use** | Specific tasks | Ongoing projects |
|
|
46
|
+
|
|
47
|
+
## Agent Components
|
|
48
|
+
|
|
49
|
+
All agents share these building blocks:
|
|
50
|
+
|
|
51
|
+
### Persona
|
|
52
|
+
- **Role** - What the agent does (expertise domain)
|
|
53
|
+
- **Identity** - Who the agent is (personality, character)
|
|
54
|
+
- **Communication Style** - How the agent speaks (tone, voice)
|
|
55
|
+
- **Principles** - Why the agent acts (values, decision framework)
|
|
56
|
+
|
|
57
|
+
### Capabilities
|
|
58
|
+
- Skills, tools, and knowledge the agent can apply
|
|
59
|
+
- Mapped to specific menu commands
|
|
60
|
+
|
|
61
|
+
### Menu
|
|
62
|
+
- Interactive command list
|
|
63
|
+
- Triggers, descriptions, and handlers
|
|
64
|
+
- Auto-includes help and exit options
|
|
65
|
+
|
|
66
|
+
### Critical Actions (optional)
|
|
67
|
+
- Instructions that execute before the agent starts
|
|
68
|
+
- Enable autonomous behaviors (e.g., "check git status before changes")
|
|
69
|
+
|
|
70
|
+
## Which Should You Use?
|
|
71
|
+
|
|
72
|
+
**Choose Simple when:**
|
|
73
|
+
- You need a task done quickly and reliably
|
|
74
|
+
- The scope is well-defined and won't change much
|
|
75
|
+
- You don't need the agent to remember things between sessions
|
|
76
|
+
|
|
77
|
+
**Choose Expert when:**
|
|
78
|
+
- You're building something complex over time
|
|
79
|
+
- The agent needs to maintain context (project history, decisions)
|
|
80
|
+
- You want the agent to coordinate workflows or other agents
|
|
81
|
+
- Domain expertise requires specialized knowledge bases
|
|
82
|
+
|
|
83
|
+
## Creating Custom Agents
|
|
84
|
+
|
|
85
|
+
BMAD provides the **BMAD Builder (BMB)** module for creating your own agents. See the [Agent Creation Guide](../modules/bmb-bmad-builder/agent-creation-guide.md) for step-by-step instructions.
|
|
86
|
+
|
|
87
|
+
## Customizing Existing Agents
|
|
88
|
+
|
|
89
|
+
You can modify any agent's behavior without editing core files. See [BMAD Customization](./bmad-customization/) for details. It is critical to never modify an installed agents .md file directly and follow the customization process, this way future updates to the agent or module its part of will continue to be updated and recompiled with the installer tool, and your customizations will still be retained.
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
**Next:** Learn about [Workflows](./workflows.md) to see how agents accomplish complex tasks.
|
package/docs/{agent-customization-guide.md → bmad-core-concepts/bmad-customization/agents.md}
RENAMED
|
@@ -81,7 +81,7 @@ Add your own workflows to the agent's menu:
|
|
|
81
81
|
```yaml
|
|
82
82
|
menu:
|
|
83
83
|
- trigger: my-workflow
|
|
84
|
-
workflow: '{project-root}/custom/my-workflow.yaml'
|
|
84
|
+
workflow: '{project-root}/my-custom/workflows/my-workflow.yaml'
|
|
85
85
|
description: My custom workflow
|
|
86
86
|
- trigger: deploy
|
|
87
87
|
action: '#deploy-prompt'
|
|
@@ -203,6 +203,8 @@ memories:
|
|
|
203
203
|
|
|
204
204
|
## Next Steps
|
|
205
205
|
|
|
206
|
-
- **[
|
|
207
|
-
- **[
|
|
208
|
-
- **[BMM Complete Documentation](
|
|
206
|
+
- **[Learn about Agents](../agents.md)** - Understand Simple vs Expert agents
|
|
207
|
+
- **[Agent Creation Guide](../../modules/bmb-bmad-builder/agent-creation-guide.md)** - Build completely custom agents
|
|
208
|
+
- **[BMM Complete Documentation](../../modules/bmm-bmad-method/index)** - Full BMad Method reference
|
|
209
|
+
|
|
210
|
+
[← Back to Customization](./index.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# BMAD Customization
|
|
2
|
+
|
|
3
|
+
Personalize agents and workflows to match your needs.
|
|
4
|
+
|
|
5
|
+
## Guides
|
|
6
|
+
|
|
7
|
+
| Guide | Description |
|
|
8
|
+
|-------|-------------|
|
|
9
|
+
| **[Agent Customization](./agents.md)** | Modify agent behavior without editing core files |
|
|
10
|
+
| **[Workflow Customization](./workflows.md)** | Customize and optimize workflows |
|
|
11
|
+
|
|
12
|
+
## Overview
|
|
13
|
+
|
|
14
|
+
BMAD provides two main customization approaches:
|
|
15
|
+
|
|
16
|
+
### Agent Customization
|
|
17
|
+
Modify any agent's persona, name, capabilities, or menu items using `.customize.yaml` files in `_bmad/_config/agents/`. Your customizations persist through updates.
|
|
18
|
+
|
|
19
|
+
### Workflow Customization
|
|
20
|
+
Replace or extend workflow steps to create tailored processes. (Coming soon)
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
**Next:** Read the [Agent Customization Guide](./agents.md) to start personalizing your agents.
|
|
25
|
+
|
|
26
|
+
[← Back to Core Concepts](../index.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Workflow Customization Guide
|
|
2
|
+
|
|
3
|
+
Customize and optimize workflows with step replacement and hooks.
|
|
4
|
+
|
|
5
|
+
## Status
|
|
6
|
+
|
|
7
|
+
> **Coming Soon:** Workflow customization is an upcoming capability. This guide will be updated when the feature is available.
|
|
8
|
+
|
|
9
|
+
## What to Expect
|
|
10
|
+
|
|
11
|
+
Workflow customization will allow you to:
|
|
12
|
+
|
|
13
|
+
- **Replace Steps** - Swap out specific workflow steps with custom implementations
|
|
14
|
+
- **Add Hooks** - Inject custom behavior before/after workflow steps
|
|
15
|
+
- **Extend Workflows** - Create new workflows based on existing ones
|
|
16
|
+
- **Override Behavior** - Customize workflow logic for your project's needs
|
|
17
|
+
|
|
18
|
+
## For Now
|
|
19
|
+
|
|
20
|
+
While workflow customization is in development, you can:
|
|
21
|
+
|
|
22
|
+
- **Create Custom Workflows** - Use the BMAD Builder to create entirely new workflows
|
|
23
|
+
- **Customize Agents** - Modify agent behavior using [Agent Customization](./agents.md)
|
|
24
|
+
- **Provide Feedback** - Share your workflow customization needs with the community
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
**In the meantime:** Learn how to [create custom workflows](../../modules/bmb-bmad-builder/index) from scratch.
|
|
29
|
+
|
|
30
|
+
[← Back to Customization](./index.md)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# BMAD Core Concepts
|
|
2
|
+
|
|
3
|
+
Understanding the fundamental building blocks of the BMAD Method.
|
|
4
|
+
|
|
5
|
+
## The Essentials
|
|
6
|
+
|
|
7
|
+
| Concept | Description | Guide |
|
|
8
|
+
|---------|-------------|-------|
|
|
9
|
+
| **Agents** | AI assistants with personas, capabilities, and menus | [Agents Guide](./agents.md) |
|
|
10
|
+
| **Workflows** | Structured processes for achieving specific outcomes | [Workflows Guide](./workflows.md) |
|
|
11
|
+
| **Modules** | Packaged collections of agents and workflows | [Modules Guide](./modules.md) |
|
|
12
|
+
|
|
13
|
+
## Getting Started
|
|
14
|
+
|
|
15
|
+
### New to BMAD?
|
|
16
|
+
Start here to understand what BMAD is and how it works:
|
|
17
|
+
|
|
18
|
+
1. **[Agents Guide](./agents.md)** - Learn about Simple and Expert agents
|
|
19
|
+
2. **[Workflows Guide](./workflows.md)** - Understand how workflows orchestrate tasks
|
|
20
|
+
3. **[Modules Guide](./modules.md)** - See how modules organize functionality
|
|
21
|
+
|
|
22
|
+
### Installing BMAD
|
|
23
|
+
|
|
24
|
+
- **[Installation Guide](./installing/)** - Set up BMAD in your project
|
|
25
|
+
- **[Upgrading from v4](./installing/upgrading.md)** - Migrate from earlier versions
|
|
26
|
+
|
|
27
|
+
### Configuration
|
|
28
|
+
|
|
29
|
+
- **[BMAD Customization](./bmad-customization/)** - Personalize agents and workflows
|
|
30
|
+
|
|
31
|
+
### Advanced
|
|
32
|
+
|
|
33
|
+
- **[Web Bundles](./web-bundles/)** - Use BMAD in Gemini Gems and Custom GPTs
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
**Next:** Read the [Agents Guide](./agents.md) to understand the core building block of BMAD.
|