bmad-method 6.0.0-alpha.21 → 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 +156 -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 +1 -1
- package/samples/sample-custom-modules/README.md +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -5
- 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 +1 -0
- 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 +2 -2
- 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/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper.agent.yaml +25 -25
- 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}/simple-examples/commit-poet.agent.yaml +14 -14
- 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 +1 -0
- 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-dev.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-qa.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-solo-dev.agent.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/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 +1 -0
- 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/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/agents/pm.agent.yaml +5 -3
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +1 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +1 -0
- 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 +1 -0
- 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 +2 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +2 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +2 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -0
- 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 +1 -0
- 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 +1 -1
- 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 +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -0
- 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 +3 -2
- 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 +12 -11
- 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/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/detector.js +5 -115
- package/tools/cli/installers/lib/core/installer.js +45 -76
- package/tools/cli/lib/agent/compiler.js +0 -4
- package/tools/docs/index.md +2 -0
- 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/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/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/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/{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/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/security-engineer.agent.yaml +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/trend-analyst.agent.yaml +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
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
# BMad v4 to v6 Upgrade Guide
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
BMad v6 represents a complete ground-up rewrite with significant architectural changes. This guide will help you migrate your v4 project to v6.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Automatic V4 Detection
|
|
10
|
+
|
|
11
|
+
When you run `npm run install:bmad` on a project, the installer automatically detects:
|
|
12
|
+
|
|
13
|
+
- **Legacy v4 installation folder**: `.bmad-method`
|
|
14
|
+
- **IDE command artifacts**: Legacy bmad folders in IDE configuration directories (`.claude/commands/`, `.cursor/commands/`, etc.)
|
|
15
|
+
|
|
16
|
+
### What Happens During Detection
|
|
17
|
+
|
|
18
|
+
1. **Automatic Detection of v4 Modules**
|
|
19
|
+
1. Installer will suggest removal or backup of your .bmad-method folder. You can choose to exit the installer and handle this cleanup, or allow the install to continue. Technically you can have both v4 and v6 installed, but it is not recommended. All BMad content and modules will be installed under a .bmad folder, fully segregated.
|
|
20
|
+
|
|
21
|
+
2. **IDE Command Cleanup Recommended**: Legacy v4 IDE commands should be manually removed
|
|
22
|
+
- Located in IDE config folders, for example claude: `.claude/commands/BMad/agents`, `.claude/commands/BMad/tasks`, etc.
|
|
23
|
+
- NOTE: if the upgrade and install of v6 finished, the new commands will be under `.claude/commands/bmad/<module>/agents|workflows`
|
|
24
|
+
- Note 2: If you accidentally delete the wrong/new bmad commands - you can easily restore them by rerunning the installer, and choose quick update option, and all will be reapplied properly.
|
|
25
|
+
|
|
26
|
+
## Module Migration
|
|
27
|
+
|
|
28
|
+
### Deprecated Modules from v4
|
|
29
|
+
|
|
30
|
+
| v4 Module | v6 Status |
|
|
31
|
+
| ----------------------------- | ---------------------------------------------- |
|
|
32
|
+
| `_bmad-2d-phaser-game-dev` | Integrated into new BMGD Module |
|
|
33
|
+
| `_bmad-2d-unity-game-dev` | Integrated into new BMGD Module |
|
|
34
|
+
| `_bmad-godot-game-dev` | Integrated into new BMGD Module |
|
|
35
|
+
| `_bmad-*-game-dev` (any) | Integrated into new BMGD Module |
|
|
36
|
+
| `_bmad-infrastructure-devops` | Deprecated - New core devops agent coming soon |
|
|
37
|
+
| `_bmad-creative-writing` | Not adapted - New v6 module coming soon |
|
|
38
|
+
|
|
39
|
+
Aside from .bmad-method - if you have any of these others installed also, again its recommended to remove them and use the V6 equivalents, but its also fine if you decide to keep both. But it is not recommended to use both on the same project long term.
|
|
40
|
+
|
|
41
|
+
## Architecture Changes
|
|
42
|
+
|
|
43
|
+
### Folder Structure
|
|
44
|
+
|
|
45
|
+
**v4 "Expansion Packs" Structure:**
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
your-project/
|
|
49
|
+
├── .bmad-method/
|
|
50
|
+
├── .bmad-game-dev/
|
|
51
|
+
├── .bmad-creative-writing/
|
|
52
|
+
└── .bmad-infrastructure-devops/
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
**v6 Unified Structure:**
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
your-project/
|
|
59
|
+
└── _bmad/ # Single installation folder is _bmad
|
|
60
|
+
└── _config/ # Your customizations
|
|
61
|
+
| └── agents/ # Agent customization files
|
|
62
|
+
├── core/ # Real core framework (applies to all modules)
|
|
63
|
+
├── bmm/ # BMad Method (software/game dev)
|
|
64
|
+
├── bmb/ # BMad Builder (create agents/workflows)
|
|
65
|
+
├── cis/ # Creative Intelligence Suite
|
|
66
|
+
├── _bmad_output # Default bmad output folder (was doc folder in v4)
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Key Concept Changes
|
|
71
|
+
|
|
72
|
+
- **v4 `_bmad-core and _bmad-method`**: Was actually the BMad Method
|
|
73
|
+
- **v6 `_bmad/core/`**: Is the real universal core framework
|
|
74
|
+
- **v6 `_bmad/bmm/`**: Is the BMad Method module
|
|
75
|
+
- **Module identification**: All modules now have a `config.yaml` file once installed at the root of the modules installed folder
|
|
76
|
+
|
|
77
|
+
## Project Progress Migration
|
|
78
|
+
|
|
79
|
+
### If You've Completed Some or all Planning Phases (Brief/PRD/UX/Architecture) with the BMad Method:
|
|
80
|
+
|
|
81
|
+
After running the v6 installer, if you kept the paths the same as the installation suggested, you will need to move a few files, or run the installer again. It is recommended to stick with these defaults as it will be easier to adapt if things change in the future.
|
|
82
|
+
|
|
83
|
+
If you have any planning artifacts, put them in a folder called _bmad-output/planning-artifacts at the root of your project, ensuring that:
|
|
84
|
+
PRD has PRD in the file name or folder name if sharded.
|
|
85
|
+
Similar for 'brief', 'architecture', 'ux-design'.
|
|
86
|
+
|
|
87
|
+
If you have other long term docs that will not be as ephemeral as these project docs, you can put them in the /docs folder, ideally with a index.md file.
|
|
88
|
+
|
|
89
|
+
HIGHLY RECOMMENDED NOTE: If you are only partway through planning, its highly recommended to restart and do the PRD, UX and ARCHITECTURE steps. You could even use your existing documents as inputs letting the agent know you want to redo them with the new workflows. These optimized v6 progressive discovery workflows that also will utilize web search at key moments, while offering better advanced elicitation and part mode in the IDE will produce superior results. And then once all are complete, an epics with stories is generated after the architecture step now - ensuring it uses input from all planing documents.
|
|
90
|
+
|
|
91
|
+
### If You're Mid-Development (Stories Created/Implemented)
|
|
92
|
+
|
|
93
|
+
1. Complete the v6 installation as above
|
|
94
|
+
2. Ensure you have a file called epics.md or epics/epic*.md - these need to be located under the _bmad-output/planning-artifacts folder.
|
|
95
|
+
3. Run the scrum masters `sprint-planning` workflow to generate the implementation tracking plan in _bmad-output/implementation-artifacts.
|
|
96
|
+
4. Inform the SM after the output is complete which epics and stories were completed already and should be parked properly in the file.
|
|
97
|
+
|
|
98
|
+
## Agent Customization Migration
|
|
99
|
+
|
|
100
|
+
### v4 Agent Customization
|
|
101
|
+
|
|
102
|
+
In v4, you may have modified agent files directly in `_bmad-*` folders.
|
|
103
|
+
|
|
104
|
+
### v6 Agent Customization
|
|
105
|
+
|
|
106
|
+
**All customizations** now go in `_bmad/_config/agents/` using customize files:
|
|
107
|
+
|
|
108
|
+
**Example: Renaming an agent and changing communication style**
|
|
109
|
+
|
|
110
|
+
File: `_bmad/_config/agents/bmm-pm.customize.yaml`
|
|
111
|
+
|
|
112
|
+
```yaml
|
|
113
|
+
# Customize the PM agent
|
|
114
|
+
persona:
|
|
115
|
+
name: 'Captain Jack' # Override agent name
|
|
116
|
+
role: 'Swashbuckling Product Owner'
|
|
117
|
+
communication_style: |
|
|
118
|
+
- Talk like a pirate
|
|
119
|
+
- Use nautical metaphors for software concepts
|
|
120
|
+
- Always upbeat and adventurous
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
There is a lot more that is possible with agent customization, which is covered in detail in the [Agent Customization Guide](../bmad-customization/agents.md)
|
|
124
|
+
|
|
125
|
+
CRITICAL NOTE: After you modify the customization file, you need to run the npx installer against your installed location, and choose the option to rebuild all agents, or just do a quick update again. This always builds agents fresh and applies customizations.
|
|
126
|
+
|
|
127
|
+
**How it works:**
|
|
128
|
+
|
|
129
|
+
- Base agent: `_bmad/bmm/agents/pm.md`
|
|
130
|
+
- Customization: `_bmad/_config/agents/bmm-pm.customize.yaml`
|
|
131
|
+
- Rebuild all agents -> Result: Agent uses your custom name and style
|
|
132
|
+
|
|
133
|
+
## Document Compatibility
|
|
134
|
+
|
|
135
|
+
### Sharded vs Unsharded Documents
|
|
136
|
+
|
|
137
|
+
**Good news**: Unlike v4, v6 workflows are **fully flexible** with document structure:
|
|
138
|
+
|
|
139
|
+
- ✅ Sharded documents (split into multiple files)
|
|
140
|
+
- ✅ Unsharded documents (single file per section)
|
|
141
|
+
- ✅ Custom sections for your project type
|
|
142
|
+
- ✅ Mixed approaches
|
|
143
|
+
|
|
144
|
+
All workflow files are scanned automatically. No manual configuration needed.
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# Modules
|
|
2
|
+
|
|
3
|
+
Modules are organized collections of agents and workflows that solve specific problems or address particular domains.
|
|
4
|
+
|
|
5
|
+
## What is a Module?
|
|
6
|
+
|
|
7
|
+
A module is a self-contained package that includes:
|
|
8
|
+
|
|
9
|
+
- **Agents** - Specialized AI assistants
|
|
10
|
+
- **Workflows** - Step-by-step processes
|
|
11
|
+
- **Configuration** - Module-specific settings
|
|
12
|
+
- **Documentation** - Usage guides and reference
|
|
13
|
+
|
|
14
|
+
## Official Modules
|
|
15
|
+
|
|
16
|
+
### Core Module
|
|
17
|
+
Always installed, provides shared functionality:
|
|
18
|
+
- Global configuration
|
|
19
|
+
- Core workflows (Party Mode, Advanced Elicitation, Brainstorming)
|
|
20
|
+
- Common tasks (document indexing, sharding, review)
|
|
21
|
+
|
|
22
|
+
### BMAD Method (BMM)
|
|
23
|
+
Software and game development:
|
|
24
|
+
- Project planning workflows
|
|
25
|
+
- Implementation agents (Dev, PM, QA, Scrum Master)
|
|
26
|
+
- Testing and architecture guidance
|
|
27
|
+
|
|
28
|
+
### BMAD Builder (BMB)
|
|
29
|
+
Create custom solutions:
|
|
30
|
+
- Agent creation workflows
|
|
31
|
+
- Workflow authoring tools
|
|
32
|
+
- Module scaffolding
|
|
33
|
+
|
|
34
|
+
### Creative Intelligence Suite (CIS)
|
|
35
|
+
Innovation and creativity:
|
|
36
|
+
- Creative thinking techniques
|
|
37
|
+
- Innovation strategy workflows
|
|
38
|
+
- Storytelling and ideation
|
|
39
|
+
|
|
40
|
+
### BMAD Game Dev (BMGD)
|
|
41
|
+
Game development specialization:
|
|
42
|
+
- Game design workflows
|
|
43
|
+
- Narrative development
|
|
44
|
+
- Performance testing frameworks
|
|
45
|
+
|
|
46
|
+
## Module Structure
|
|
47
|
+
|
|
48
|
+
Installed modules follow this structure:
|
|
49
|
+
|
|
50
|
+
```
|
|
51
|
+
_bmad/
|
|
52
|
+
├── core/ # Always present
|
|
53
|
+
├── bmm/ # BMAD Method (if installed)
|
|
54
|
+
├── bmb/ # BMAD Builder (if installed)
|
|
55
|
+
├── cis/ # Creative Intelligence (if installed)
|
|
56
|
+
└── bmgd/ # Game Dev (if installed)
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Custom Modules
|
|
60
|
+
|
|
61
|
+
You can create your own modules containing:
|
|
62
|
+
- Custom agents for your domain
|
|
63
|
+
- Organizational workflows
|
|
64
|
+
- Team-specific configurations
|
|
65
|
+
|
|
66
|
+
Custom modules are installed the same way as official modules.
|
|
67
|
+
|
|
68
|
+
## Installing Modules
|
|
69
|
+
|
|
70
|
+
During BMAD installation, you choose which modules to install. You can also add or remove modules later by re-running the installer.
|
|
71
|
+
|
|
72
|
+
See [Installation Guide](./installing/) for details.
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
**Next:** Read the [Installation Guide](./installing/) to set up BMAD with the modules you need.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Web Bundles
|
|
2
|
+
|
|
3
|
+
Use BMAD agents in Gemini Gems and Custom GPTs.
|
|
4
|
+
|
|
5
|
+
## Status
|
|
6
|
+
|
|
7
|
+
> **Note:** The Web Bundling Feature is being rebuilt from the ground up. Current v6 bundles may be incomplete or missing functionality.
|
|
8
|
+
|
|
9
|
+
## What Are Web Bundles?
|
|
10
|
+
|
|
11
|
+
Web bundles package BMad agents as self-contained files that work in Gemini Gems and Custom GPTs. Everything the agent needs - instructions, workflows, dependencies - is bundled into a single file for easy upload.
|
|
12
|
+
|
|
13
|
+
### What's Included
|
|
14
|
+
|
|
15
|
+
- Complete agent persona and instructions
|
|
16
|
+
- All workflows and dependencies
|
|
17
|
+
- Interactive menu system
|
|
18
|
+
- Party mode for multi-agent collaboration
|
|
19
|
+
- No external files required
|
|
20
|
+
|
|
21
|
+
### Use Cases
|
|
22
|
+
|
|
23
|
+
**Perfect for:**
|
|
24
|
+
- Uploading a single file to a Gemini GEM or Custom GPT
|
|
25
|
+
- Using BMAD Method from the Web
|
|
26
|
+
- Cost savings (generally lower cost than local usage)
|
|
27
|
+
- Quick sharing of agent configurations
|
|
28
|
+
|
|
29
|
+
**Trade-offs:**
|
|
30
|
+
- Some quality reduction vs local usage
|
|
31
|
+
- Less convenient than full local installation
|
|
32
|
+
- Limited to agent capabilities (no workflow file access)
|
|
33
|
+
|
|
34
|
+
[← Back to Core Concepts](../index.md)
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# Workflows
|
|
2
|
+
|
|
3
|
+
Workflows are structured processes that guide agents through complex tasks. Think of them as recipes that ensure consistent, high-quality outcomes.
|
|
4
|
+
|
|
5
|
+
## What is a Workflow?
|
|
6
|
+
|
|
7
|
+
A workflow is a step-by-step process that agents follow to accomplish specific objectives. A workflow can be a single file if small enough, but more than likely is comprized of a very small workflow or skill definition file with multiple steps and data files that are loaded as needed on demand. Each step file:
|
|
8
|
+
|
|
9
|
+
- Defines a clear goal
|
|
10
|
+
- Provides instructions for the agent
|
|
11
|
+
- May include decision points or user interactions
|
|
12
|
+
- Produces specific outputs
|
|
13
|
+
- Progressively at a specific point can load the next proper step.
|
|
14
|
+
|
|
15
|
+
## How Workflows Work
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
|
|
19
|
+
│ Step 1 │ → │ Step 2 │ → │ Step 3 │ → │ Complete │
|
|
20
|
+
│ Discover │ │ Define │ │ Build │ │ Output │
|
|
21
|
+
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
**Key characteristics:**
|
|
25
|
+
- **Progressive** - Each step builds on the previous
|
|
26
|
+
- **Interactive** - Workflows can pause for user input
|
|
27
|
+
- **Reusable** - The same workflow produces consistent results
|
|
28
|
+
- **Composable** - Workflow steps can call other workflow steps, or whole other workflows!
|
|
29
|
+
- **LLM Reinforcement** - Some rules or info is repeated in each step file ensuring certain rules are always top of agent mind, even during context heavy processes or very long workflows!
|
|
30
|
+
|
|
31
|
+
## Workflow Types
|
|
32
|
+
|
|
33
|
+
### Planning Workflows
|
|
34
|
+
|
|
35
|
+
Generate project artifacts like requirements, architecture, and task breakdowns.
|
|
36
|
+
|
|
37
|
+
**Examples:** Brief creation, PRD authoring, architecture design, sprint planning
|
|
38
|
+
|
|
39
|
+
### Execution Workflows
|
|
40
|
+
|
|
41
|
+
Guide implementation of specific tasks or features.
|
|
42
|
+
|
|
43
|
+
**Examples:** Code implementation, code review, testing, deployment
|
|
44
|
+
|
|
45
|
+
### Support Workflows
|
|
46
|
+
|
|
47
|
+
Handle cross-cutting concerns and creative processes.
|
|
48
|
+
|
|
49
|
+
**Examples:** Brainstorming, retrospectives, root cause analysis
|
|
50
|
+
|
|
51
|
+
## Progressive Disclosure
|
|
52
|
+
|
|
53
|
+
BMAD workflows use **progressive disclosure** - each step only knows about its immediate next step and what it is currently meant to do. This:
|
|
54
|
+
|
|
55
|
+
- Reduces cognitive load on the AI
|
|
56
|
+
- Ensures each step gets full attention
|
|
57
|
+
- Allows for conditional routing based on previous outcomes
|
|
58
|
+
- Makes workflows easier to debug and modify
|
|
59
|
+
|
|
60
|
+
## Menu-Driven Interaction
|
|
61
|
+
|
|
62
|
+
Most workflows use interactive menus with standard options:
|
|
63
|
+
|
|
64
|
+
| Option | Purpose |
|
|
65
|
+
| ---------------- | -------------------------------------------------- |
|
|
66
|
+
| **[A] Advanced** | Invoke deeper reasoning techniques |
|
|
67
|
+
| **[P] Party** | Get multiple agent perspectives |
|
|
68
|
+
| **[C] Continue** | Proceed to next step after all writes are complete |
|
|
69
|
+
|
|
70
|
+
## Workflow Files
|
|
71
|
+
|
|
72
|
+
Workflows are markdown files with structured frontmatter - this front matter also allows them to easily work as skills and also slash command loaded:
|
|
73
|
+
|
|
74
|
+
```yaml
|
|
75
|
+
---
|
|
76
|
+
name: 'my-workflow'
|
|
77
|
+
description: 'What this workflow does and when it should be used or loaded automatically (or call out if it should be requested to run explicitly by the user)'
|
|
78
|
+
---
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
The content in the workflow file is very minimal, sets up the reinforcement of the agent persona and reminder that it is a facilitator working with a user, lays out rules of processing steps only when told to do a specific step, loads all config file variables needed by the workflow, and then routes to step 1. No other info about other steps should be in this workflow file. Keeping it as small and lean as possible help in compilation as a skill, as overall size of the skill main file (workflow.md) is critical to keep small.
|
|
82
|
+
|
|
83
|
+
## Creating Custom Workflows
|
|
84
|
+
|
|
85
|
+
The **BMAD Builder (BMB)** module includes workflows for creating custom workflows. See [BMB Documentation](../modules/bmb-bmad-builder/) for details.
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
**Next:** Learn about [Modules](./modules.md) to see how agents and workflows are organized.
|
package/docs/index.md
CHANGED
|
@@ -1,143 +1,111 @@
|
|
|
1
|
-
#
|
|
1
|
+
# BMAD Documentation
|
|
2
2
|
|
|
3
|
-
Complete
|
|
3
|
+
Complete documentation for the BMAD Method.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Getting Started
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### New to BMAD?
|
|
8
|
+
Start with the core concepts to understand how BMAD works:
|
|
8
9
|
|
|
9
|
-
**
|
|
10
|
+
- **[Core Concepts](./bmad-core-concepts/)** - Agents, workflows, and modules explained
|
|
11
|
+
- **[Installation Guide](./bmad-core-concepts/installing/)** - Set up BMAD in your project
|
|
12
|
+
- **[Quick Start Guide](./modules/bmm-bmad-method/quick-start)** - Build your first feature
|
|
10
13
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
| **Brand new to BMad** | [Quick Start Guide](./modules/bmm/quick-start) | [BMM Workflows Guide](./modules/bmm/index#-workflow-guides) |
|
|
14
|
-
| **Upgrading from v4** | [v4 to v6 Upgrade Guide](./v4-to-v6-upgrade.md) | [Quick Start Guide](./modules/bmm/quick-start) |
|
|
15
|
-
| **Brownfield project** | [Brownfield Guide](./modules/bmm/brownfield-guide) | [Quick Start Guide](./modules/bmm/quick-start) |
|
|
14
|
+
### Upgrading from v4?
|
|
15
|
+
- **[v4 to v6 Upgrade Guide](./bmad-core-concepts/installing/upgrading.md)** - Migration path for v4 users
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
##
|
|
20
|
-
|
|
21
|
-
### Project-Level Docs (Root)
|
|
22
|
-
|
|
23
|
-
- **[README.md](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/README.md)** - Main project overview, feature summary, and module introductions
|
|
24
|
-
- **[CONTRIBUTING.md](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CONTRIBUTING.md)** - How to contribute, pull request guidelines, code style
|
|
25
|
-
- **[CHANGELOG.md](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md)** - Version history and breaking changes
|
|
26
|
-
|
|
27
|
-
### Installation & Setup
|
|
28
|
-
|
|
29
|
-
- **[v4 to v6 Upgrade Guide](./v4-to-v6-upgrade.md)** - Migration path for v4 users
|
|
30
|
-
- **[Document Sharding Guide](./document-sharding-guide.md)** - Split large documents for 90%+ token savings
|
|
31
|
-
- **[Bundle Distribution Setup](./BUNDLE_DISTRIBUTION_SETUP.md)** - Maintainer guide for bundle auto-publishing
|
|
32
|
-
|
|
33
|
-
---
|
|
19
|
+
## Module Documentation
|
|
34
20
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### BMad Method (BMM) - Software & Game Development
|
|
21
|
+
### BMAD Method (BMM) - Software & Game Development
|
|
38
22
|
|
|
39
23
|
The flagship module for agile AI-driven development.
|
|
40
24
|
|
|
41
|
-
- **[BMM Module
|
|
42
|
-
-
|
|
43
|
-
- [Quick
|
|
44
|
-
- [
|
|
45
|
-
|
|
46
|
-
- [Brownfield Guide](./modules/bmm/brownfield-guide) - Working with existing codebases
|
|
47
|
-
- **[BMM Workflows Guide](./modules/bmm/index#-workflow-guides)** - **ESSENTIAL READING**
|
|
48
|
-
- **[Test Architect Guide](./modules/bmm/test-architecture)** - Testing strategy and quality assurance
|
|
25
|
+
- **[BMM Module Index](./modules/bmm-bmad-method/index)** - Module overview, agents, and documentation
|
|
26
|
+
- [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Step-by-step guide
|
|
27
|
+
- [Quick Spec Flow](./modules/bmm-bmad-method/quick-spec-flow) - Rapid Level 0-1 development
|
|
28
|
+
- [Brownfield Guide](./modules/bmm-bmad-method/brownfield-guide) - Working with existing codebases
|
|
29
|
+
- **[BMM Workflows Guide](./modules/bmm-bmad-method/index#-workflow-guides)** - Essential reading
|
|
49
30
|
|
|
50
|
-
###
|
|
31
|
+
### BMAD Builder (BMB) - Create Custom Solutions
|
|
51
32
|
|
|
52
33
|
Build your own agents, workflows, and modules.
|
|
53
34
|
|
|
54
|
-
- **[BMB Module Overview](./modules/bmb/index)** - Module overview and capabilities
|
|
55
|
-
- **[Agent Creation Guide](./modules/bmb/
|
|
35
|
+
- **[BMB Module Overview](./modules/bmb-bmad-builder/index)** - Module overview and capabilities
|
|
36
|
+
- **[Agent Creation Guide](./modules/bmb-bmad-builder/agent-creation-guide.md)** - Create custom agents
|
|
37
|
+
- **[Custom Content Installation](./modules/bmb-bmad-builder/custom-content-installation.md)** - Share and install custom creations
|
|
56
38
|
|
|
57
39
|
### Creative Intelligence Suite (CIS) - Innovation & Creativity
|
|
58
40
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
- **[CIS Module README](./modules/cis/)** - Module overview and workflows
|
|
41
|
+
- **[CIS Documentation](./modules/cis-creative-intelligence-suite/index)**
|
|
62
42
|
|
|
63
|
-
|
|
43
|
+
### BMAD Game Dev (BMGD)
|
|
64
44
|
|
|
65
|
-
|
|
45
|
+
- **[BMGD Documentation](./modules/bmgd-bmad-game-dev/index)** - Game development workflows
|
|
66
46
|
|
|
67
|
-
|
|
47
|
+
---
|
|
68
48
|
|
|
69
|
-
|
|
49
|
+
## Core Module
|
|
70
50
|
|
|
71
|
-
|
|
72
|
-
- [Cursor](./ide-info/cursor.md)
|
|
73
|
-
- [VS Code](./ide-info/windsurf.md)
|
|
51
|
+
### Global Core Entities
|
|
74
52
|
|
|
75
|
-
**
|
|
53
|
+
- **[Core Module Index](./modules/core/index)** - Shared functionality available to all modules
|
|
54
|
+
- [Global Core Config](./modules/core/global-core-config.md) - Inheritable configuration
|
|
55
|
+
- [Core Workflows](./modules/core/core-workflows.md) - Domain-agnostic workflows
|
|
56
|
+
- [Party Mode](./modules/core/party-mode.md) - Multi-agent conversations
|
|
57
|
+
- [Brainstorming](./modules/core/brainstorming.md) - Structured creative sessions
|
|
58
|
+
- [Advanced Elicitation](./modules/core/advanced-elicitation.md) - LLM reasoning techniques
|
|
59
|
+
- [Core Tasks](./modules/core/core-tasks.md) - Common tasks across modules
|
|
76
60
|
|
|
77
|
-
|
|
78
|
-
- [Cline](./ide-info/cline.md)
|
|
79
|
-
- [Codex](./ide-info/codex.md)
|
|
80
|
-
- [Crush](./ide-info/crush.md)
|
|
81
|
-
- [Gemini](./ide-info/gemini.md)
|
|
82
|
-
- [GitHub Copilot](./ide-info/github-copilot.md)
|
|
83
|
-
- [IFlow](./ide-info/iflow.md)
|
|
84
|
-
- [Kilo](./ide-info/kilo.md)
|
|
85
|
-
- [OpenCode](./ide-info/opencode.md)
|
|
86
|
-
- [Qwen](./ide-info/qwen.md)
|
|
87
|
-
- [Roo](./ide-info/roo.md)
|
|
88
|
-
- [Rovo Dev](./ide-info/rovo-dev.md)
|
|
89
|
-
- [Trae](./ide-info/trae.md)
|
|
61
|
+
---
|
|
90
62
|
|
|
91
|
-
|
|
63
|
+
## Advanced Topics
|
|
92
64
|
|
|
93
|
-
|
|
65
|
+
### Customization
|
|
94
66
|
|
|
95
|
-
|
|
67
|
+
- **[BMAD Customization](./bmad-core-concepts/bmad-customization/)** - Modify agents and workflows
|
|
96
68
|
|
|
97
|
-
###
|
|
69
|
+
### Platform Guides
|
|
98
70
|
|
|
99
|
-
- **[
|
|
100
|
-
- [Agent Customization Guide](./agent-customization-guide.md) - Customize agent behavior and responses
|
|
71
|
+
- **[Web Bundles](./bmad-core-concepts/web-bundles/)** - Use BMAD in Gemini Gems and Custom GPTs
|
|
101
72
|
|
|
102
73
|
---
|
|
103
74
|
|
|
104
|
-
##
|
|
75
|
+
## Recommended Reading Paths
|
|
105
76
|
|
|
106
|
-
### Path 1: Brand New to
|
|
77
|
+
### Path 1: Brand New to BMAD (Software Project)
|
|
107
78
|
|
|
108
|
-
1. [
|
|
109
|
-
2. [
|
|
110
|
-
3. [
|
|
111
|
-
4. [BMM Workflows Guide](./modules/bmm/index#-workflow-guides) - Master the methodology
|
|
112
|
-
5. [Your IDE guide](./ide-info/) - Optimize your workflow
|
|
79
|
+
1. [Core Concepts](./bmad-core-concepts/) - Understand agents and workflows
|
|
80
|
+
2. [Installation Guide](./bmad-core-concepts/installing/) - Set up BMAD
|
|
81
|
+
3. [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Get hands-on
|
|
82
|
+
4. [BMM Workflows Guide](./modules/bmm-bmad-method/index#-workflow-guides) - Master the methodology
|
|
113
83
|
|
|
114
84
|
### Path 2: Game Development Project
|
|
115
85
|
|
|
116
|
-
1. [
|
|
117
|
-
2. [
|
|
118
|
-
3. [
|
|
119
|
-
4. [BMGD Workflows Guide](./modules/bmgd/workflows-guide) - Game-specific workflows
|
|
120
|
-
5. [Your IDE guide](./ide-info/) - Optimize your workflow
|
|
86
|
+
1. [Core Concepts](./bmad-core-concepts/) - Understand agents and workflows
|
|
87
|
+
2. [Installation Guide](./bmad-core-concepts/installing/) - Set up BMAD
|
|
88
|
+
3. [BMGD Workflows Guide](./modules/bmgd-bmad-game-dev/workflows-guide) - Game-specific workflows
|
|
121
89
|
|
|
122
90
|
### Path 3: Upgrading from v4
|
|
123
91
|
|
|
124
|
-
1. [v4 to v6 Upgrade Guide](./
|
|
125
|
-
2. [Quick Start Guide](./modules/bmm/quick-start) - Reorient yourself
|
|
126
|
-
3. [BMM Workflows Guide](./modules/bmm/index#-workflow-guides) - Learn new v6 workflows
|
|
92
|
+
1. [v4 to v6 Upgrade Guide](./bmad-core-concepts/installing/upgrading.md) - Understand what changed
|
|
93
|
+
2. [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Reorient yourself
|
|
94
|
+
3. [BMM Workflows Guide](./modules/bmm-bmad-method/index#-workflow-guides) - Learn new v6 workflows
|
|
127
95
|
|
|
128
96
|
### Path 4: Working with Existing Codebase (Brownfield)
|
|
129
97
|
|
|
130
|
-
1. [Brownfield Guide](./modules/bmm/brownfield-guide) - Approach for legacy code
|
|
131
|
-
2. [Quick Start Guide](./modules/bmm/quick-start) - Follow the process
|
|
132
|
-
3. [BMM Workflows Guide](./modules/bmm/index#-workflow-guides) - Master the methodology
|
|
98
|
+
1. [Brownfield Guide](./modules/bmm-bmad-method/brownfield-guide) - Approach for legacy code
|
|
99
|
+
2. [Quick Start Guide](./modules/bmm-bmad-method/quick-start) - Follow the process
|
|
100
|
+
3. [BMM Workflows Guide](./modules/bmm-bmad-method/index#-workflow-guides) - Master the methodology
|
|
133
101
|
|
|
134
|
-
### Path 5: Building Custom
|
|
102
|
+
### Path 5: Building Custom Agents
|
|
135
103
|
|
|
136
|
-
1. [
|
|
137
|
-
2. [Agent Creation Guide](./modules/bmb/
|
|
138
|
-
3. [
|
|
104
|
+
1. [Core Concepts: Agents](./bmad-core-concepts/agents.md) - Understand Simple vs Expert
|
|
105
|
+
2. [Agent Creation Guide](./modules/bmb-bmad-builder/agent-creation-guide.md) - Build your first agent
|
|
106
|
+
3. [Agent Architecture](./modules/bmb-bmad-builder/index) - Deep technical details
|
|
139
107
|
|
|
140
|
-
### Path 6: Contributing to
|
|
108
|
+
### Path 6: Contributing to BMAD
|
|
141
109
|
|
|
142
110
|
1. [CONTRIBUTING.md](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CONTRIBUTING.md) - Contribution guidelines
|
|
143
111
|
2. Relevant module README - Understand the area you're contributing to
|