bmad-method 6.0.0-alpha.19 → 6.0.0-alpha.20
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/.github/workflows/docs.yaml +72 -0
- package/.github/workflows/quality.yaml +0 -3
- package/CHANGELOG.md +125 -0
- package/CONTRIBUTING.md +1 -3
- package/README.md +8 -7
- package/docs/agent-customization-guide.md +3 -3
- package/docs/custom-content-installation.md +1 -1
- package/docs/document-sharding-guide.md +2 -2
- package/docs/getting-started/installation.md +76 -0
- package/docs/ide-info/index.md +24 -0
- package/docs/ide-info/rovo-dev.md +14 -380
- package/docs/index.md +36 -45
- package/eslint.config.mjs +7 -2
- package/package.json +14 -8
- package/{docs → samples}/sample-custom-modules/README.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +2 -2
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
- package/src/core/tasks/review-adversarial-general.xml +41 -0
- package/src/modules/bmb/README.md +25 -0
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +3 -3
- package/src/modules/bmb/docs/agents/index.md +9 -9
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +1 -1
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +1 -1
- package/src/modules/bmb/docs/{README.md → index.md} +10 -12
- package/src/modules/bmb/docs/workflows/index.md +6 -6
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +3 -3
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +1 -1
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +5 -5
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +1 -1
- package/src/modules/bmb/workflows/create-module/validation.md +2 -2
- package/src/modules/bmb/workflows/create-module/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +3 -3
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
- package/src/modules/bmgd/_module-installer/installer.js +2 -2
- package/src/modules/bmgd/agents/game-architect.agent.yaml +4 -0
- package/src/modules/bmgd/docs/{README.md → index.md} +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +4 -4
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +5 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +60 -6
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +201 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +373 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +279 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +48 -0
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +5 -5
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -2
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +3 -3
- 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/bmgd/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/README.md +5 -6
- package/src/modules/bmm/_module-installer/installer.js +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +1 -1
- package/src/modules/bmm/agents/dev.agent.yaml +8 -4
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +8 -17
- package/src/modules/bmm/agents/sm.agent.yaml +6 -3
- package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -1
- package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -3
- package/src/modules/bmm/docs/agents-guide.md +83 -1026
- package/src/modules/bmm/docs/bmad-quick-flow.md +10 -32
- package/src/modules/bmm/docs/brownfield-guide.md +1 -1
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/{README.md → index.md} +7 -88
- package/src/modules/bmm/docs/quick-spec-flow.md +1 -1
- package/src/modules/bmm/docs/quick-start.md +7 -7
- package/src/modules/bmm/docs/scale-adaptive-system.md +1 -1
- package/src/modules/bmm/docs/test-architecture.md +13 -12
- package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
- package/src/modules/bmm/module.yaml +11 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +7 -5
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +2 -4
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +7 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/workflow.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +14 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +8 -39
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +15 -15
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +5 -25
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +6 -6
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +3 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +9 -21
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +8 -8
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +16 -14
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -12
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +7 -6
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +4 -3
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +4 -4
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +4 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +51 -0
- package/src/modules/bmm/workflows/document-project/instructions.md +27 -28
- package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -3
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +2 -1
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +5 -15
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +8 -7
- package/src/modules/bmm/workflows/testarch/atdd/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +1 -0
- package/src/modules/bmm/workflows/testarch/automate/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-design/checklist.md +3 -2
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +9 -0
- package/src/modules/bmm/workflows/testarch/test-review/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-review/test-review-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/trace/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/trace-template.md +2 -0
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -1
- package/src/modules/cis/{readme.md → docs/index.md} +2 -6
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +24 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +30 -0
- package/tools/build-docs.js +630 -0
- package/tools/cli/commands/install.js +11 -5
- package/tools/cli/installers/install-messages.yaml +52 -0
- package/tools/cli/installers/lib/core/config-collector.js +25 -30
- package/tools/cli/installers/lib/message-loader.js +85 -0
- package/tools/cli/lib/ui.js +221 -41
- package/tools/schema/agent.js +68 -5
- package/website/css/custom.css +52 -0
- package/website/docusaurus.config.js +179 -0
- package/website/sidebars.js +157 -0
- package/website/src/pages/downloads.md +81 -0
- package/website/src/pages/index.js +50 -0
- package/website/static/favicon.ico +0 -0
- package/website/static/img/logo.svg +4 -0
- package/website/static/robots.txt +37 -0
- package/docs/installers-bundlers/ide-injections.md +0 -186
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +0 -389
- package/src/modules/bmgd/README.md +0 -209
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +0 -25
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +0 -202
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +0 -33
- package/tools/cli/commands/build.js +0 -283
- package/tools/cli/commands/list.js +0 -40
- package/tools/cli/commands/status.js +0 -47
- package/tools/cli/commands/uninstall.js +0 -44
- package/tools/cli/commands/update.js +0 -28
- package/tools/validate-bundles.js +0 -87
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md +0 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
name: Deploy Documentation
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
paths:
|
|
8
|
+
- "docs/**"
|
|
9
|
+
- "src/modules/*/docs/**"
|
|
10
|
+
- "website/**"
|
|
11
|
+
- "tools/build-docs.js"
|
|
12
|
+
- ".github/workflows/docs.yaml"
|
|
13
|
+
workflow_dispatch:
|
|
14
|
+
|
|
15
|
+
permissions:
|
|
16
|
+
contents: read
|
|
17
|
+
pages: write
|
|
18
|
+
id-token: write
|
|
19
|
+
|
|
20
|
+
concurrency:
|
|
21
|
+
group: "pages"
|
|
22
|
+
cancel-in-progress: false
|
|
23
|
+
|
|
24
|
+
jobs:
|
|
25
|
+
build:
|
|
26
|
+
runs-on: ubuntu-latest
|
|
27
|
+
steps:
|
|
28
|
+
- name: Checkout repository
|
|
29
|
+
uses: actions/checkout@v4
|
|
30
|
+
with:
|
|
31
|
+
fetch-depth: 0
|
|
32
|
+
|
|
33
|
+
- name: Setup Node.js
|
|
34
|
+
uses: actions/setup-node@v4
|
|
35
|
+
with:
|
|
36
|
+
node-version: "20"
|
|
37
|
+
cache: "npm"
|
|
38
|
+
|
|
39
|
+
- name: Install dependencies
|
|
40
|
+
run: npm ci
|
|
41
|
+
|
|
42
|
+
- name: Determine site URL
|
|
43
|
+
id: site-url
|
|
44
|
+
run: |
|
|
45
|
+
if [ "${{ github.repository }}" = "bmad-code-org/BMAD-METHOD" ]; then
|
|
46
|
+
echo "url=https://bmad-code-org.github.io/BMAD-METHOD" >> $GITHUB_OUTPUT
|
|
47
|
+
else
|
|
48
|
+
OWNER="${{ github.repository_owner }}"
|
|
49
|
+
REPO="${{ github.event.repository.name }}"
|
|
50
|
+
echo "url=https://${OWNER}.github.io/${REPO}" >> $GITHUB_OUTPUT
|
|
51
|
+
fi
|
|
52
|
+
|
|
53
|
+
- name: Build documentation
|
|
54
|
+
env:
|
|
55
|
+
SITE_URL: ${{ steps.site-url.outputs.url }}
|
|
56
|
+
run: npm run docs:build
|
|
57
|
+
|
|
58
|
+
- name: Upload artifact
|
|
59
|
+
uses: actions/upload-pages-artifact@v3
|
|
60
|
+
with:
|
|
61
|
+
path: build/site
|
|
62
|
+
|
|
63
|
+
deploy:
|
|
64
|
+
environment:
|
|
65
|
+
name: github-pages
|
|
66
|
+
url: ${{ steps.deployment.outputs.page_url }}
|
|
67
|
+
runs-on: ubuntu-latest
|
|
68
|
+
needs: build
|
|
69
|
+
steps:
|
|
70
|
+
- name: Deploy to GitHub Pages
|
|
71
|
+
id: deployment
|
|
72
|
+
uses: actions/deploy-pages@v4
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,130 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.0-alpha.20]
|
|
4
|
+
|
|
5
|
+
**Release: December 23, 2025**
|
|
6
|
+
|
|
7
|
+
### 🌟 Key Highlights
|
|
8
|
+
|
|
9
|
+
1. **Windows Installer Fixed**: Better compatibility with inquirer v9.x upgrade
|
|
10
|
+
2. **Path Segregation**: Revolutionary content organization separating ephemeral artifacts from permanent documentation
|
|
11
|
+
3. **Custom Installation Messages**: Configurable intro/outro messages for professional installation experience
|
|
12
|
+
4. **Enhanced Upgrade Logic**: Two-version auto upgrades with proper config preservation
|
|
13
|
+
5. **Quick-Dev Refactor**: Sharded format with comprehensive adversarial review
|
|
14
|
+
6. **Improved Quality**: Streamlined personas, fixed workflows, and cleaned up documentation
|
|
15
|
+
7. **Doc Site Auto Generation**; Auto Generate a docusaurus site update on merge
|
|
16
|
+
|
|
17
|
+
### 🪟 Windows Installer (hopefully) Fixed
|
|
18
|
+
|
|
19
|
+
**Inquirer Upgrade:**
|
|
20
|
+
|
|
21
|
+
- **Updated to v9.x**: Upgraded inquirer package for better Windows support
|
|
22
|
+
- **Improved Compatibility**: Better handling of Windows terminal environments
|
|
23
|
+
- **Enhanced UX**: More reliable interactive prompts across platforms
|
|
24
|
+
|
|
25
|
+
### 🎯 Path Segregation Implementation (Major Feature)
|
|
26
|
+
|
|
27
|
+
**Revolutionary Content Organization:**
|
|
28
|
+
|
|
29
|
+
- **Phase 1-4 Path Segregation**: Implemented new BM paths across all BMM and BMGD workflows
|
|
30
|
+
- **Planning vs Implementation Artifacts**: Separated ephemeral Phase 4 artifacts from permanent documentation
|
|
31
|
+
- **Optimized File Organization**: Better structure differentiating planning artifacts from long-term project documentation
|
|
32
|
+
- **Backward Compatible**: Existing installations continue working while preparing for optimized content organization
|
|
33
|
+
- **Module Configuration Updates**: Enhanced module.yaml with new path configurations for all phases
|
|
34
|
+
- **Workflow Path Updates**: All 90+ workflow files updated with proper path configurations
|
|
35
|
+
|
|
36
|
+
**Documentation Cleanup:**
|
|
37
|
+
|
|
38
|
+
- **Removed Obsolete Documentation**: Cleaned up 3,100+ lines of outdated documentation
|
|
39
|
+
- **Streamlined README Files**: Consolidated and improved module documentation
|
|
40
|
+
- **Enhanced Clarity**: Removed redundant content and improved information architecture
|
|
41
|
+
|
|
42
|
+
### 💬 Installation Experience Enhancements
|
|
43
|
+
|
|
44
|
+
**Custom Installation Messages:**
|
|
45
|
+
|
|
46
|
+
- **Configurable Intro/Outro Messages**: New install-messages.yaml file for customizable installation messages
|
|
47
|
+
- **Professional Installation Flow**: Custom welcome messages and completion notifications
|
|
48
|
+
- **Module-Specific Messaging**: Tailored messages for different installation contexts
|
|
49
|
+
- **Enhanced User Experience**: More informative and personalized installation process
|
|
50
|
+
|
|
51
|
+
**Core Module Improvements:**
|
|
52
|
+
|
|
53
|
+
- **Always Ask Questions**: Core module now always prompts for configuration (no accept defaults)
|
|
54
|
+
- **Better User Engagement**: Ensures users actively configure their installation
|
|
55
|
+
- **Improved Configuration Accuracy**: Reduces accidental acceptance of defaults
|
|
56
|
+
|
|
57
|
+
### 🔧 Upgrade & Configuration Management
|
|
58
|
+
|
|
59
|
+
**Two-Version Auto Upgrade:**
|
|
60
|
+
|
|
61
|
+
- **Smarter Upgrade Logic**: Automatic upgrades now span 2 versions (e.g., .16 → .18)
|
|
62
|
+
- **Config Variable Preservation**: Ensures all configuration variables are retained during quick updates
|
|
63
|
+
- **Seamless Updates**: Quick updates now preserve custom settings properly
|
|
64
|
+
- **Enhanced Upgrade Safety**: Better handling of configuration across version boundaries
|
|
65
|
+
|
|
66
|
+
### 🤖 Workflow Improvements
|
|
67
|
+
|
|
68
|
+
**Quick-Dev Workflow Refactor (PR #1182):**
|
|
69
|
+
|
|
70
|
+
- **Sharded Format Conversion**: Converted quick-dev workflow to modern step-file format
|
|
71
|
+
- **Adversarial Review Integration**: Added comprehensive self-check and adversarial review steps
|
|
72
|
+
- **Enhanced Quality Assurance**: 6-step process with mode detection, context gathering, execution, self-check, review, and resolution
|
|
73
|
+
- **578 New Lines Added**: Significant expansion of quick-dev capabilities
|
|
74
|
+
|
|
75
|
+
**BMGD Workflow Fixes:**
|
|
76
|
+
|
|
77
|
+
- **workflow-status Filename Correction**: Fixed incorrect filename references (PR #1172)
|
|
78
|
+
- **sprint-planning Update**: Added workflow-status update to game-architecture completion
|
|
79
|
+
- **Path Corrections**: Resolved dead references and syntax errors (PR #1164)
|
|
80
|
+
|
|
81
|
+
### 🎨 Code Quality & Refactoring
|
|
82
|
+
|
|
83
|
+
**Persona Streamlining (PR #1167):**
|
|
84
|
+
|
|
85
|
+
- **Quick-Flow-Solo-Dev Persona**: Streamlined for clarity and accuracy
|
|
86
|
+
- **Improved Agent Behavior**: More focused and efficient solo development support
|
|
87
|
+
|
|
88
|
+
**Package Management:**
|
|
89
|
+
|
|
90
|
+
- **package-lock.json Sync**: Ensured version consistency (PR #1168)
|
|
91
|
+
- **Dependency Cleanup**: Reduced package-lock bloat significantly
|
|
92
|
+
|
|
93
|
+
**Prettier Configuration:**
|
|
94
|
+
|
|
95
|
+
- **Markdown Underscore Protection**: Prettier will no longer mess up underscores in markdown files
|
|
96
|
+
- **Disabled Auto-Fix**: Markdown formatting issues now handled more intelligently
|
|
97
|
+
- **Better Code Formatting**: Improved handling of special characters in documentation
|
|
98
|
+
|
|
99
|
+
### 📚 Documentation Updates
|
|
100
|
+
|
|
101
|
+
**Sponsor Attribution:**
|
|
102
|
+
|
|
103
|
+
- **DigitalOcean Sponsorship**: Added attribution for DigitalOcean support (PR #1162)
|
|
104
|
+
|
|
105
|
+
**Content Reorganization:**
|
|
106
|
+
|
|
107
|
+
- **Removed Unused Docs**: Eliminated obsolete documentation files
|
|
108
|
+
- **Consolidated References**: Merged and reorganized technical references
|
|
109
|
+
- **Enhanced README Files**: Improved module and workflow documentation
|
|
110
|
+
|
|
111
|
+
### 🧹 Cleanup & Optimization
|
|
112
|
+
|
|
113
|
+
**File Organization:**
|
|
114
|
+
|
|
115
|
+
- **Removed Asterisk Insertion**: Eliminated unwanted asterisk insertions into agent files
|
|
116
|
+
- **Removed Unused Commands**: Cleaned up deprecated command references
|
|
117
|
+
- **Consolidated Duplication**: Reduced code duplication across multiple files
|
|
118
|
+
- **Removed Unneeded Folders**: Cleaned up temporary and obsolete directory structures
|
|
119
|
+
|
|
120
|
+
### 📊 Statistics
|
|
121
|
+
|
|
122
|
+
- **23 commits** since alpha.19
|
|
123
|
+
- **90+ workflow files** updated with new path configurations
|
|
124
|
+
- **3,100+ lines of documentation** removed and reorganized
|
|
125
|
+
- **578 lines added** to quick-dev workflow with adversarial review
|
|
126
|
+
- **Major architectural improvement** to content organization
|
|
127
|
+
|
|
3
128
|
## [6.0.0-alpha.19]
|
|
4
129
|
|
|
5
130
|
**Release: December 18, 2025**
|
package/CONTRIBUTING.md
CHANGED
|
@@ -236,10 +236,8 @@ Each commit should represent one logical change:
|
|
|
236
236
|
3. **Don't paste code in issues** - create a proper PR instead
|
|
237
237
|
4. **Don't submit your whole project** - contribute specific improvements
|
|
238
238
|
|
|
239
|
-
##
|
|
239
|
+
## Prompt & Agent Guidelines
|
|
240
240
|
|
|
241
|
-
- Follow the existing code style and conventions
|
|
242
|
-
- Write clear comments for complex logic
|
|
243
241
|
- Keep dev agents lean - they need context for coding, not documentation
|
|
244
242
|
- Web/planning agents can be larger with more complex tasks
|
|
245
243
|
- Everything is natural language (markdown) - no code in core framework
|
package/README.md
CHANGED
|
@@ -26,8 +26,8 @@ The completely revamped **BMAD V6 installer** now includes built-in support for
|
|
|
26
26
|
|
|
27
27
|
- [**Custom Content Overview**](./docs/custom-content.md) - Discover all supported content types
|
|
28
28
|
- [**Installation Guide**](./docs/custom-content-installation.md) - Learn to create and install custom content
|
|
29
|
-
- [**Detail Content Docs**](./src/modules/bmb/docs/
|
|
30
|
-
- [**2 Very simple Custom Modules of questionable quality**](./
|
|
29
|
+
- [**Detail Content Docs**](./src/modules/bmb/docs/index.md) - Reference details for agents, modules, workflows and the bmad builder
|
|
30
|
+
- [**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
31
|
|
|
32
32
|
</div>
|
|
33
33
|
|
|
@@ -142,18 +142,17 @@ Each agent brings deep expertise and can be customized to match your team's styl
|
|
|
142
142
|
- 12 specialized agents
|
|
143
143
|
- 34 workflows across 4 phases
|
|
144
144
|
- Scale-adaptive planning
|
|
145
|
-
- [→ Documentation Hub](./src/modules/bmm/docs/
|
|
145
|
+
- [→ Documentation Hub](./src/modules/bmm/docs/index.md)
|
|
146
146
|
|
|
147
147
|
- **BMad Builder (BMB)** - Create custom agents and workflows
|
|
148
148
|
- Build anything from simple agents to complex modules
|
|
149
149
|
- Create domain-specific solutions (legal, medical, finance, education)
|
|
150
|
-
- [→ Builder Guide](src/modules/bmb/docs/
|
|
151
|
-
- [→ Builder Guide](./src/modules/bmb/README.md)
|
|
150
|
+
- [→ Builder Guide](./src/modules/bmb/docs/index.md)
|
|
152
151
|
|
|
153
152
|
- **Creative Intelligence Suite (CIS)** - Innovation & problem-solving
|
|
154
153
|
- Brainstorming, design thinking, storytelling
|
|
155
154
|
- 5 creative facilitation workflows
|
|
156
|
-
- [→ Creative Workflows](./src/modules/cis/
|
|
155
|
+
- [→ Creative Workflows](./src/modules/cis/docs/index.md)
|
|
157
156
|
|
|
158
157
|
### Key Features
|
|
159
158
|
|
|
@@ -168,7 +167,7 @@ Each agent brings deep expertise and can be customized to match your team's styl
|
|
|
168
167
|
### Quick Links
|
|
169
168
|
|
|
170
169
|
- **[Quick Start Guide](./src/modules/bmm/docs/quick-start.md)** - 15-minute introduction
|
|
171
|
-
- **[Complete BMM Documentation](./src/modules/bmm/docs/
|
|
170
|
+
- **[Complete BMM Documentation](./src/modules/bmm/docs/index.md)** - All guides and references
|
|
172
171
|
- **[Agent Customization](./docs/agent-customization-guide.md)** - Personalize your agents
|
|
173
172
|
- **[All Documentation](./docs/index.md)** - Complete documentation index
|
|
174
173
|
|
|
@@ -231,6 +230,8 @@ MIT License - See [LICENSE](LICENSE) for details.
|
|
|
231
230
|
|
|
232
231
|
**Trademarks:** BMad™ and BMAD-METHOD™ are trademarks of BMad Code, LLC.
|
|
233
232
|
|
|
233
|
+
Supported by: <a href="https://m.do.co/c/00f11bd932bb"><img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" height="24" alt="DigitalOcean" style="vertical-align: middle;"></a>
|
|
234
|
+
|
|
234
235
|
---
|
|
235
236
|
|
|
236
237
|
<p align="center">
|
|
@@ -203,6 +203,6 @@ memories:
|
|
|
203
203
|
|
|
204
204
|
## Next Steps
|
|
205
205
|
|
|
206
|
-
- **[BMM Agents Guide](
|
|
207
|
-
- **[BMB Create Agent Workflow](
|
|
208
|
-
- **[BMM Complete Documentation](
|
|
206
|
+
- **[BMM Agents Guide](./modules/bmm/agents-guide)** - Learn about the BMad Method agents
|
|
207
|
+
- **[BMB Create Agent Workflow](./modules/bmb/agents/index)** - Build completely custom agents
|
|
208
|
+
- **[BMM Complete Documentation](./modules/bmm/index)** - Full BMad Method reference
|
|
@@ -4,7 +4,7 @@ This guide explains how to create and install custom BMAD content including agen
|
|
|
4
4
|
|
|
5
5
|
For detailed information about the different types of custom content available, see [Custom Content](./custom-content.md).
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
You can find example custom modules in the `samples/sample-custom-modules/` folder of the repository. Download either of the sample folders to try them out.
|
|
8
8
|
|
|
9
9
|
## Content Types Overview
|
|
10
10
|
|
|
@@ -441,8 +441,8 @@ input_file_patterns:
|
|
|
441
441
|
## Related Documentation
|
|
442
442
|
|
|
443
443
|
- [shard-doc Tool](../src/core/tools/shard-doc.xml) - Tool implementation
|
|
444
|
-
- [BMM Workflows Guide](
|
|
445
|
-
- [Workflow Creation Guide](
|
|
444
|
+
- [BMM Workflows Guide](./modules/bmm/index.md#-workflow-guides) - Workflow overview
|
|
445
|
+
- [Workflow Creation Guide](./modules/bmb/workflows/index) - Custom workflow patterns
|
|
446
446
|
|
|
447
447
|
---
|
|
448
448
|
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# Installation
|
|
2
|
+
|
|
3
|
+
Get BMAD Method running in your project in under 2 minutes.
|
|
4
|
+
|
|
5
|
+
## Quick Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npx bmad-method@alpha install
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
This interactive installer will:
|
|
12
|
+
|
|
13
|
+
1. Detect your IDE (Claude Code, Cursor, VS Code, etc.)
|
|
14
|
+
2. Let you choose which modules to install
|
|
15
|
+
3. Configure agents and workflows for your project
|
|
16
|
+
|
|
17
|
+
## Requirements
|
|
18
|
+
|
|
19
|
+
- **Node.js** 18+ (for the installer)
|
|
20
|
+
- **Git** (recommended for version control)
|
|
21
|
+
- An **AI-powered IDE** or access to Claude/ChatGPT/Gemini
|
|
22
|
+
|
|
23
|
+
## Module Options
|
|
24
|
+
|
|
25
|
+
During installation, you'll choose which modules to install:
|
|
26
|
+
|
|
27
|
+
| Module | Description | Best For |
|
|
28
|
+
| -------- | ---------------- | ---------------------------------------- |
|
|
29
|
+
| **BMM** | BMAD Method Core | Software development projects |
|
|
30
|
+
| **BMGD** | Game Development | Game projects with specialized workflows |
|
|
31
|
+
| **BMB** | Builder | Creating custom agents and workflows |
|
|
32
|
+
|
|
33
|
+
## Post-Installation
|
|
34
|
+
|
|
35
|
+
After installation, your project will have:
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
your-project/
|
|
39
|
+
├── _bmad/ # BMAD configuration and agents
|
|
40
|
+
│ ├── bmm/ # Method module (if installed)
|
|
41
|
+
│ ├── bmgd/ # Game dev module (if installed)
|
|
42
|
+
│ └── config.yaml # Your project configuration
|
|
43
|
+
├── .claude/ # IDE-specific setup (varies by IDE)
|
|
44
|
+
└── ... your code
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Next Steps
|
|
48
|
+
|
|
49
|
+
1. **Read the [Quick Start Guide](../modules/bmm/quick-start.md)** to build your first feature
|
|
50
|
+
2. **Check your [IDE Guide](../ide-info/index.md)** for IDE-specific tips
|
|
51
|
+
3. **Explore [Workflows](../modules/bmm/workflows-planning.md)** to understand the methodology
|
|
52
|
+
|
|
53
|
+
## Alternative: Web Bundles
|
|
54
|
+
|
|
55
|
+
Don't want to install? Use BMAD agents directly in:
|
|
56
|
+
|
|
57
|
+
- **Claude Projects** - Upload the web bundle
|
|
58
|
+
- **ChatGPT** - Use custom GPT bundles
|
|
59
|
+
- **Gemini** - Import agent prompts
|
|
60
|
+
|
|
61
|
+
See the [Web Bundles Guide](../web-bundles-gemini-gpt-guide.md) for details.
|
|
62
|
+
|
|
63
|
+
## Troubleshooting
|
|
64
|
+
|
|
65
|
+
### Common Issues
|
|
66
|
+
|
|
67
|
+
**"Command not found: npx"**
|
|
68
|
+
: Install Node.js 18+ from [nodejs.org](https://nodejs.org)
|
|
69
|
+
|
|
70
|
+
**"Permission denied"**
|
|
71
|
+
: Run with appropriate permissions or check your npm configuration
|
|
72
|
+
|
|
73
|
+
**IDE not detected**
|
|
74
|
+
: The installer will prompt you to select your IDE manually
|
|
75
|
+
|
|
76
|
+
For more help, see [Troubleshooting](../modules/bmm/troubleshooting.md) or join our [Discord](https://discord.gg/bmad).
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# IDE Guides
|
|
2
|
+
|
|
3
|
+
BMAD Method works with any AI-powered development environment. Choose your IDE below for specific setup instructions and tips.
|
|
4
|
+
|
|
5
|
+
## All Supported IDEs
|
|
6
|
+
|
|
7
|
+
| IDE | Type | BMAD Support |
|
|
8
|
+
| ----------------------------------- | ----------------- | --------------------- |
|
|
9
|
+
| [Claude Code](claude-code.md) | CLI/Terminal | Native slash commands |
|
|
10
|
+
| [Cursor](cursor.md) | Desktop Editor | Full agent support |
|
|
11
|
+
| [VS Code / Windsurf](windsurf.md) | Desktop Editor | Extension-based |
|
|
12
|
+
| [Cline](cline.md) | VS Code Extension | Full support |
|
|
13
|
+
| [GitHub Copilot](github-copilot.md) | Extension | Workspace agents |
|
|
14
|
+
| [Augment](auggie.md) | Extension | Agent loading |
|
|
15
|
+
| [Codex](codex.md) | CLI | Prompt injection |
|
|
16
|
+
| [Gemini](gemini.md) | Web/API | Web bundles |
|
|
17
|
+
| [Roo](roo.md) | VS Code Extension | Mode support |
|
|
18
|
+
| [Kilo](kilo.md) | Extension | Basic support |
|
|
19
|
+
| [OpenCode](opencode.md) | Open Source | Full support |
|
|
20
|
+
| [Qwen](qwen.md) | Web/API | Web bundles |
|
|
21
|
+
| [Trae](trae.md) | Extension | Basic support |
|
|
22
|
+
| [Crush](crush.md) | Desktop | Agent support |
|
|
23
|
+
| [iFlow](iflow.md) | Extension | Prompt loading |
|
|
24
|
+
| [Rovo Dev](rovo-dev.md) | Atlassian | Integration |
|