bmad-method 6.0.0-alpha.22 → 6.0.0-alpha.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.coderabbit.yaml +2 -2
- package/.github/workflows/docs.yaml +3 -12
- package/CHANGELOG.md +153 -0
- package/CNAME +1 -0
- package/CONTRIBUTING.md +9 -7
- package/README.md +40 -198
- package/docs/404.md +9 -0
- package/docs/{modules/bmm-bmad-method/images/README.md → _README_WORKFLOW_DIAGRAMS.md} +4 -1
- package/docs/_STYLE_GUIDE.md +347 -0
- package/docs/_archive/getting-started-bmadv4.md +247 -0
- package/{website/src/pages → docs}/downloads.md +17 -11
- package/docs/{modules/bmm-bmad-method/quick-flow-solo-dev.md → explanation/agents/barry-quick-flow.md} +18 -15
- package/docs/explanation/agents/index.md +28 -0
- package/docs/explanation/architecture/four-phases.md +126 -0
- package/docs/explanation/architecture/preventing-agent-conflicts.md +138 -0
- package/docs/explanation/architecture/why-solutioning-matters.md +91 -0
- package/docs/{modules/bmb-bmad-builder/custom-content.md → explanation/bmad-builder/custom-content-types.md} +17 -18
- package/docs/explanation/bmad-builder/index.md +66 -0
- package/docs/{modules/bmm-bmad-method → explanation/bmm}/index.md +27 -22
- package/docs/explanation/core/index.md +18 -0
- package/docs/explanation/core-concepts/agent-roles.md +204 -0
- package/docs/explanation/core-concepts/index.md +40 -0
- package/docs/{bmad-core-concepts/agents.md → explanation/core-concepts/what-are-agents.md} +8 -5
- package/docs/{bmad-core-concepts/modules.md → explanation/core-concepts/what-are-modules.md} +12 -9
- package/docs/explanation/core-concepts/what-are-workflows.md +217 -0
- package/docs/{modules/cis-creative-intelligence-suite → explanation/creative-intelligence}/index.md +26 -54
- package/docs/explanation/faq/brownfield-faq.md +73 -0
- package/docs/explanation/faq/getting-started-faq.md +62 -0
- package/docs/explanation/faq/implementation-faq.md +52 -0
- package/docs/explanation/faq/index.md +16 -0
- package/docs/explanation/faq/levels-and-tracks-faq.md +52 -0
- package/docs/explanation/faq/planning-faq.md +41 -0
- package/docs/explanation/faq/tools-faq.md +253 -0
- package/docs/explanation/faq/workflows-faq.md +61 -0
- package/docs/{modules/core → explanation/features}/advanced-elicitation.md +5 -2
- package/docs/{modules/core/brainstorming.md → explanation/features/brainstorming-techniques.md} +4 -1
- package/docs/{modules/bmm-bmad-method → explanation/features}/party-mode.md +7 -9
- package/docs/explanation/features/quick-flow.md +169 -0
- package/docs/{modules/bmm-bmad-method/test-architecture.md → explanation/features/tea-overview.md} +144 -98
- package/docs/{bmad-core-concepts/web-bundles/index.md → explanation/features/web-bundles.md} +6 -5
- package/docs/{modules/bmgd-bmad-game-dev/agents-guide.md → explanation/game-dev/agents.md} +8 -5
- package/docs/explanation/game-dev/bmgd-vs-bmm.md +150 -0
- package/docs/{modules/bmgd-bmad-game-dev/game-types-guide.md → explanation/game-dev/game-types.md} +7 -4
- package/docs/explanation/game-dev/index.md +85 -0
- package/docs/explanation/philosophy/facilitation-over-generation.md +121 -0
- package/docs/explanation/philosophy/testing-as-engineering.md +119 -0
- package/docs/how-to/brownfield/add-feature-to-existing.md +91 -0
- package/docs/how-to/brownfield/document-existing-project.md +84 -0
- package/docs/how-to/brownfield/index.md +102 -0
- package/docs/how-to/brownfield/quick-fix-in-brownfield.md +94 -0
- package/docs/{bmad-core-concepts/bmad-customization/agents.md → how-to/customization/customize-agents.md} +8 -10
- package/docs/{bmad-core-concepts/bmad-customization/workflows.md → how-to/customization/customize-workflows.md} +8 -5
- package/docs/how-to/customization/index.md +27 -0
- package/docs/{modules/core/document-sharding-guide.md → how-to/customization/shard-large-documents.md} +9 -17
- package/docs/{modules/bmb-bmad-builder/workflow-vendoring-customization-inheritance.md → how-to/customization/vendor-workflows.md} +4 -1
- package/docs/how-to/get-answers-about-bmad.md +98 -0
- package/docs/how-to/installation/index.md +15 -0
- package/docs/how-to/installation/install-bmad.md +138 -0
- package/docs/{modules/bmb-bmad-builder/custom-content-installation.md → how-to/installation/install-custom-modules.md} +12 -9
- package/docs/{bmad-core-concepts/installing/upgrading.md → how-to/installation/upgrade-to-v6.md} +6 -3
- package/docs/{modules/bmgd-bmad-game-dev/troubleshooting.md → how-to/troubleshooting/bmgd-troubleshooting.md} +7 -5
- package/docs/{modules/bmgd-bmad-game-dev/quick-flow-guide.md → how-to/workflows/bmgd-quick-flow.md} +8 -5
- package/docs/how-to/workflows/conduct-research.md +130 -0
- package/docs/how-to/workflows/create-architecture.md +147 -0
- package/docs/how-to/workflows/create-epics-and-stories.md +136 -0
- package/docs/how-to/workflows/create-prd.md +130 -0
- package/docs/how-to/workflows/create-product-brief.md +117 -0
- package/docs/how-to/workflows/create-story.md +119 -0
- package/docs/how-to/workflows/create-ux-design.md +117 -0
- package/docs/how-to/workflows/implement-story.md +127 -0
- package/docs/how-to/workflows/quick-spec.md +159 -0
- package/docs/how-to/workflows/run-brainstorming-session.md +94 -0
- package/docs/how-to/workflows/run-code-review.md +141 -0
- package/docs/how-to/workflows/run-implementation-readiness.md +162 -0
- package/docs/how-to/workflows/run-sprint-planning.md +111 -0
- package/docs/how-to/workflows/run-test-design.md +128 -0
- package/docs/how-to/workflows/setup-party-mode.md +117 -0
- package/docs/how-to/workflows/setup-test-framework.md +113 -0
- package/docs/index.md +35 -83
- package/docs/{modules/bmm-bmad-method/agents-guide.md → reference/agents/index.md} +36 -39
- package/docs/{modules/core → reference/configuration}/core-tasks.md +5 -2
- package/docs/{modules/core/global-core-config.md → reference/configuration/global-config.md} +4 -1
- package/docs/{modules/bmm-bmad-method/glossary.md → reference/glossary/index.md} +90 -24
- package/docs/{modules/bmgd-bmad-game-dev/workflows-guide.md → reference/workflows/bmgd-workflows.md} +11 -8
- package/docs/{modules/core → reference/workflows}/core-workflows.md +9 -6
- package/docs/{modules/bmm-bmad-method/workflow-document-project-reference.md → reference/workflows/document-project.md} +7 -4
- package/docs/reference/workflows/index.md +16 -0
- package/docs/tutorials/advanced/create-custom-agent.md +171 -0
- package/docs/tutorials/getting-started/getting-started-bmadv6.md +246 -0
- package/docs/tutorials/getting-started/quick-start-bmgd.md +260 -0
- package/docs/tutorials/getting-started/workflow-overview.jpg +0 -0
- package/eslint.config.mjs +2 -2
- package/package.json +10 -10
- package/samples/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +1 -0
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +2 -2
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
- package/samples/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +1 -0
- package/src/core/agents/bmad-master.agent.yaml +1 -0
- package/src/core/tasks/shard-doc.xml +2 -2
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +68 -9
- package/src/core/workflows/brainstorming/workflow.md +7 -0
- package/src/modules/bmb/agents/agent-builder.agent.yaml +5 -0
- package/src/modules/bmb/agents/module-builder.agent.yaml +5 -8
- package/src/modules/bmb/agents/workflow-builder.agent.yaml +16 -7
- package/src/modules/bmb/workflows/agent/data/agent-menu-patterns.md +5 -5
- package/src/modules/bmb/workflows/agent/data/critical-actions.md +2 -2
- package/src/modules/bmb/workflows/agent/data/expert-agent-architecture.md +1 -1
- package/src/modules/bmb/workflows/agent/data/expert-agent-validation.md +2 -1
- package/src/modules/bmb/workflows/agent/data/module-agent-validation.md +2 -0
- package/src/modules/bmb/workflows/agent/data/reference/expert-examples/journal-keeper/journal-keeper.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/security-engineer.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/trend-analyst.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/reference/simple-examples/commit-poet.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/simple-agent-validation.md +2 -1
- package/src/modules/bmb/workflows/agent/steps-c/step-01-brainstorm.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-c/step-02-discovery.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-c/step-03-type-metadata.md +6 -4
- package/src/modules/bmb/workflows/agent/steps-c/step-04-persona.md +4 -2
- package/src/modules/bmb/workflows/agent/steps-c/step-05-commands-menu.md +4 -2
- package/src/modules/bmb/workflows/agent/steps-c/step-06-activation.md +11 -7
- package/src/modules/bmb/workflows/agent/steps-c/step-07a-build-simple.md +7 -5
- package/src/modules/bmb/workflows/agent/steps-c/step-07b-build-expert.md +16 -16
- package/src/modules/bmb/workflows/agent/steps-c/step-07c-build-module.md +2 -2
- package/src/modules/bmb/workflows/agent/steps-c/{step-09-celebrate.md → step-08-celebrate.md} +14 -9
- package/src/modules/bmb/workflows/agent/steps-e/e-01-load-existing.md +12 -5
- package/src/modules/bmb/workflows/agent/steps-e/e-02-discover-edits.md +5 -3
- package/src/modules/bmb/workflows/agent/steps-e/e-03-placeholder.md +1 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-04-type-metadata.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-e/e-05-persona.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-e/e-06-commands-menu.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-e/e-07-activation.md +13 -10
- package/src/modules/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +8 -5
- package/src/modules/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +7 -5
- package/src/modules/bmb/workflows/agent/steps-e/e-08c-edit-module.md +8 -5
- package/src/modules/bmb/workflows/agent/steps-e/{e-10-celebrate.md → e-09-celebrate.md} +13 -8
- package/src/modules/bmb/workflows/agent/steps-v/v-01-load-review.md +14 -6
- package/src/modules/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +54 -11
- package/src/modules/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +62 -10
- package/src/modules/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +84 -10
- package/src/modules/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +75 -10
- package/src/modules/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +76 -16
- package/src/modules/bmb/workflows/agent/steps-v/v-03-summary.md +5 -1
- package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +1 -0
- package/src/modules/bmb/workflows/agent/templates/simple-agent.template.md +1 -0
- package/src/modules/bmb/workflows/module/data/agent-architecture.md +179 -0
- package/src/modules/bmb/workflows/module/data/agent-spec-template.md +79 -0
- package/src/modules/bmb/workflows/module/data/module-installer-standards.md +348 -0
- package/src/modules/bmb/workflows/module/data/module-standards.md +280 -0
- package/src/modules/bmb/workflows/module/data/module-yaml-conventions.md +392 -0
- package/src/modules/bmb/workflows/module/steps-b/step-01-welcome.md +147 -0
- package/src/modules/bmb/workflows/module/steps-b/step-02-spark.md +140 -0
- package/src/modules/bmb/workflows/module/steps-b/step-03-module-type.md +148 -0
- package/src/modules/bmb/workflows/module/steps-b/step-04-vision.md +82 -0
- package/src/modules/bmb/workflows/module/steps-b/step-05-identity.md +96 -0
- package/src/modules/bmb/workflows/module/steps-b/step-06-users.md +85 -0
- package/src/modules/bmb/workflows/module/steps-b/step-07-value.md +75 -0
- package/src/modules/bmb/workflows/module/steps-b/step-08-agents.md +96 -0
- package/src/modules/bmb/workflows/module/steps-b/step-09-workflows.md +82 -0
- package/src/modules/bmb/workflows/module/steps-b/step-10-tools.md +90 -0
- package/src/modules/bmb/workflows/module/steps-b/step-11-scenarios.md +83 -0
- package/src/modules/bmb/workflows/module/steps-b/step-12-creative.md +94 -0
- package/src/modules/bmb/workflows/module/steps-b/step-13-review.md +104 -0
- package/src/modules/bmb/workflows/module/steps-b/step-14-finalize.md +117 -0
- package/src/modules/bmb/workflows/module/steps-c/step-01-load-brief.md +178 -0
- package/src/modules/bmb/workflows/module/steps-c/step-01b-continue.md +83 -0
- package/src/modules/bmb/workflows/module/steps-c/step-02-structure.md +109 -0
- package/src/modules/bmb/workflows/module/steps-c/step-03-config.md +118 -0
- package/src/modules/bmb/workflows/module/steps-c/step-04-installer.md +160 -0
- package/src/modules/bmb/workflows/module/steps-c/step-05-agents.md +167 -0
- package/src/modules/bmb/workflows/module/steps-c/step-06-workflows.md +183 -0
- package/src/modules/bmb/workflows/module/steps-c/step-07-docs.md +402 -0
- package/src/modules/bmb/workflows/module/steps-c/step-08-complete.md +123 -0
- package/src/modules/bmb/workflows/module/steps-e/step-01-load-target.md +81 -0
- package/src/modules/bmb/workflows/module/steps-e/step-02-select-edit.md +77 -0
- package/src/modules/bmb/workflows/module/steps-e/step-03-apply-edit.md +77 -0
- package/src/modules/bmb/workflows/module/steps-e/step-04-review.md +80 -0
- package/src/modules/bmb/workflows/module/steps-e/step-05-confirm.md +75 -0
- package/src/modules/bmb/workflows/module/steps-v/step-01-load-target.md +96 -0
- package/src/modules/bmb/workflows/module/steps-v/step-02-file-structure.md +94 -0
- package/src/modules/bmb/workflows/module/steps-v/step-03-module-yaml.md +99 -0
- package/src/modules/bmb/workflows/module/steps-v/step-04-agent-specs.md +152 -0
- package/src/modules/bmb/workflows/module/steps-v/step-05-workflow-specs.md +152 -0
- package/src/modules/bmb/workflows/module/steps-v/step-06-documentation.md +143 -0
- package/src/modules/bmb/workflows/module/steps-v/step-07-installation.md +113 -0
- package/src/modules/bmb/workflows/module/steps-v/step-08-report.md +197 -0
- package/src/modules/bmb/workflows/module/templates/brief-template.md +154 -0
- package/src/modules/bmb/workflows/module/templates/workflow-spec-template.md +96 -0
- package/src/modules/bmb/workflows/module/workflow.md +100 -0
- package/src/modules/bmb/workflows/workflow/data/architecture.md +152 -0
- package/src/modules/bmb/workflows/workflow/data/csv-data-file-standards.md +81 -0
- package/src/modules/bmb/workflows/workflow/data/frontmatter-standards.md +225 -0
- package/src/modules/bmb/workflows/workflow/data/input-discovery-standards.md +269 -0
- package/src/modules/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +50 -0
- package/src/modules/bmb/workflows/workflow/data/menu-handling-standards.md +167 -0
- package/src/modules/bmb/workflows/workflow/data/output-format-standards.md +188 -0
- package/src/modules/bmb/workflows/workflow/data/step-file-rules.md +235 -0
- package/src/modules/bmb/workflows/workflow/data/step-type-patterns.md +311 -0
- package/src/modules/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +386 -0
- package/src/modules/bmb/workflows/workflow/data/trimodal-workflow-structure.md +209 -0
- package/src/modules/bmb/workflows/workflow/data/workflow-chaining-standards.md +271 -0
- package/src/modules/bmb/workflows/workflow/data/workflow-examples.md +276 -0
- package/src/modules/bmb/workflows/workflow/data/workflow-type-criteria.md +172 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-00-conversion.md +262 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-01-discovery.md +194 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-01b-continuation.md +3 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-02-classification.md +269 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-03-requirements.md +282 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-04-tools.md +281 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-05-plan-review.md +242 -0
- package/src/modules/bmb/workflows/{create-workflow/steps → workflow/steps-c}/step-06-design.md +92 -35
- package/src/modules/bmb/workflows/workflow/steps-c/step-07-foundation.md +238 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +377 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +350 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-10-confirmation.md +320 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-11-completion.md +191 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +237 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +248 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +252 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +275 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +154 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +190 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-07-complete.md +206 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +109 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-01-validate.md +221 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-01b-structure.md +152 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +199 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +265 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +164 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +211 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +200 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +195 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +209 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +199 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +179 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +186 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-10-report-complete.md +154 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +237 -0
- package/src/modules/bmb/workflows/workflow/templates/minimal-output-template.md +11 -0
- package/src/modules/bmb/{docs/workflows → workflows/workflow}/templates/step-01-init-continuable-template.md +3 -3
- package/src/modules/bmb/{docs/workflows → workflows/workflow}/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/{docs/workflows → workflows/workflow}/templates/step-template.md +14 -14
- package/src/modules/bmb/{docs/workflows → workflows/workflow}/templates/workflow-template.md +2 -4
- package/src/modules/bmb/workflows/workflow/workflow.md +109 -0
- package/src/modules/bmgd/agents/game-architect.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-designer.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-qa.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +3 -3
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +50 -45
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +4 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01-init.md +3 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +1 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01-init.md +3 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +1 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +1 -1
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +1 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01-init.md +3 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +11 -11
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
- package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +3 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +9 -9
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +1 -1
- package/src/modules/bmgd/workflows/4-production/code-review/instructions.xml +1 -0
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/create-story/checklist.md +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/bmgd-quick-flow/{create-tech-spec → quick-spec}/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/workflow-status/paths/quickflow-brownfield.yaml +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +3 -2
- package/src/modules/bmm/agents/architect.agent.yaml +3 -1
- package/src/modules/bmm/agents/dev.agent.yaml +4 -3
- package/src/modules/bmm/agents/pm.agent.yaml +11 -2
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +3 -2
- package/src/modules/bmm/agents/sm.agent.yaml +1 -0
- package/src/modules/bmm/agents/tea.agent.yaml +6 -3
- package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -0
- package/src/modules/bmm/agents/ux-designer.agent.yaml +1 -0
- package/src/modules/bmm/module.yaml +1 -1
- package/src/modules/bmm/testarch/knowledge/api-request.md +155 -16
- package/src/modules/bmm/testarch/knowledge/api-testing-patterns.md +843 -0
- package/src/modules/bmm/testarch/knowledge/auth-session.md +197 -1
- package/src/modules/bmm/testarch/knowledge/file-utils.md +257 -54
- package/src/modules/bmm/testarch/knowledge/intercept-network-call.md +159 -9
- package/src/modules/bmm/testarch/knowledge/log.md +170 -35
- package/src/modules/bmm/testarch/knowledge/network-error-monitor.md +228 -95
- package/src/modules/bmm/testarch/knowledge/network-recorder.md +314 -52
- package/src/modules/bmm/testarch/knowledge/overview.md +15 -12
- package/src/modules/bmm/testarch/knowledge/recurse.md +173 -48
- package/src/modules/bmm/testarch/tea-index.csv +19 -18
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +3 -8
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -5
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/data/prd-purpose.md +197 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-01-init.md +7 -13
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-01b-continue.md +36 -49
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-02-discovery.md +224 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-03-success.md +50 -114
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-04-journeys.md +213 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-05-domain.md +207 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-06-innovation.md +43 -79
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-07-project-type.md +37 -58
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-08-scoping.md +43 -114
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-09-functional.md +21 -60
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-10-nonfunctional.md +32 -84
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-11-polish.md +217 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-12-complete.md +180 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01-discovery.md +247 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-02-review.md +249 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-03-edit.md +253 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-04-complete.md +168 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-01-discovery.md +218 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02-format-detection.md +191 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02b-parity-check.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-03-density-validation.md +174 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-05-measurability-validation.md +228 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-06-traceability-validation.md +217 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-09-project-type-validation.md +263 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-10-smart-validation.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-12-completeness-validation.md +242 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-13-report-complete.md +232 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{prd-template.md → templates/prd-template.md} +0 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md +433 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +96 -9
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +2 -2
- 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 +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +2 -0
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -1
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +2 -1
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +6 -6
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/steps/step-01-understand.md +3 -3
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/steps/step-02-investigate.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/steps/step-03-generate.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/steps/step-04-review.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/workflow.md +2 -2
- package/src/modules/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +1 -1
- package/src/modules/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +1 -1
- package/src/modules/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +1 -1
- package/src/modules/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/instructions.md +4 -4
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -1
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +1 -0
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +1 -0
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +1 -0
- package/src/modules/cis/agents/presentation-master.agent.yaml +1 -0
- package/src/modules/cis/module.yaml +1 -0
- 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/src/modules/cis/workflows/storytelling/instructions.md +2 -2
- package/test/fixtures/agent-schema/invalid/critical-actions/actions-as-string.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/critical-actions/empty-string-in-actions.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu/empty-menu.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu/missing-menu.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-commands/empty-command-target.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-commands/no-command-target.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/camel-case.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/duplicate-triggers.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/empty-trigger.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/leading-asterisk.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/snake-case.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/trigger-with-spaces.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/metadata/extra-metadata-fields.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/persona/empty-principles-array.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/persona/empty-string-in-principles.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/persona/extra-persona-fields.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/persona/missing-role.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/prompts/empty-content.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/prompts/extra-prompt-fields.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/prompts/missing-content.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/prompts/missing-id.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/top-level/extra-top-level-keys.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/critical-actions/empty-critical-actions.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/critical-actions/no-critical-actions.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/critical-actions/valid-critical-actions.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu/multiple-menu-items.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu/single-menu-item.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu-commands/all-command-types.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu-commands/multiple-commands.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/kebab-case-triggers.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/core-agent-with-module.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/empty-module-name-in-path.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/malformed-path-treated-as-core.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/module-agent-correct.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/persona/complete-persona.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/prompts/empty-prompts.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/prompts/no-prompts.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/prompts/valid-prompts-minimal.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/prompts/valid-prompts-with-description.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/top-level/minimal-core-agent.agent.yaml +1 -0
- package/tools/build-docs.js +200 -271
- package/tools/cli/commands/install.js +8 -2
- package/tools/cli/installers/install-messages.yaml +36 -36
- package/tools/cli/installers/lib/core/config-collector.js +11 -1
- package/tools/cli/installers/lib/core/installer.js +3 -4
- package/tools/cli/installers/lib/core/manifest-generator.js +46 -2
- package/tools/cli/installers/lib/ide/antigravity.js +3 -3
- package/tools/cli/installers/lib/ide/claude-code.js +3 -3
- package/tools/cli/installers/lib/ide/codex.js +1 -1
- package/tools/cli/installers/lib/ide/cursor.js +57 -304
- package/tools/cli/installers/lib/ide/github-copilot.js +1 -1
- package/tools/cli/lib/ui.js +22 -1
- package/tools/fix-doc-links.js +288 -0
- package/tools/schema/agent.js +1 -0
- package/tools/validate-doc-links.js +363 -0
- package/website/README.md +76 -0
- package/website/astro.config.mjs +218 -0
- package/website/src/components/Banner.astro +59 -0
- package/website/src/components/Header.astro +121 -0
- package/website/src/components/MobileMenuFooter.astro +53 -0
- package/website/src/content/config.ts +6 -0
- package/website/src/lib/site-url.js +25 -0
- package/website/src/rehype-markdown-links.js +102 -0
- package/website/src/styles/custom.css +483 -0
- package/docs/bmad-core-concepts/bmad-customization/index.md +0 -26
- package/docs/bmad-core-concepts/index.md +0 -37
- package/docs/bmad-core-concepts/installing/index.md +0 -77
- package/docs/bmad-core-concepts/workflows.md +0 -89
- package/docs/modules/bmb-bmad-builder/agent-creation-guide.md +0 -166
- package/docs/modules/bmb-bmad-builder/index.md +0 -60
- package/docs/modules/bmgd-bmad-game-dev/glossary.md +0 -293
- package/docs/modules/bmgd-bmad-game-dev/index.md +0 -175
- package/docs/modules/bmgd-bmad-game-dev/quick-start.md +0 -250
- package/docs/modules/bmm-bmad-method/bmad-quick-flow.md +0 -506
- package/docs/modules/bmm-bmad-method/brownfield-guide.md +0 -747
- package/docs/modules/bmm-bmad-method/faq.md +0 -540
- package/docs/modules/bmm-bmad-method/quick-spec-flow.md +0 -622
- package/docs/modules/bmm-bmad-method/quick-start.md +0 -363
- package/docs/modules/bmm-bmad-method/troubleshooting.md +0 -3
- package/docs/modules/bmm-bmad-method/workflows-analysis.md +0 -199
- package/docs/modules/bmm-bmad-method/workflows-implementation.md +0 -210
- package/docs/modules/bmm-bmad-method/workflows-planning.md +0 -89
- package/docs/modules/bmm-bmad-method/workflows-solutioning.md +0 -509
- package/docs/modules/core/index.md +0 -15
- package/docs/modules/core/party-mode.md +0 -50
- package/src/core/tasks/validate-workflow.xml +0 -89
- package/src/modules/bmb/docs/workflows/architecture.md +0 -220
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +0 -206
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +0 -220
- package/src/modules/bmb/docs/workflows/step-file-rules.md +0 -469
- package/src/modules/bmb/docs/workflows/templates/step-file.md +0 -139
- package/src/modules/bmb/docs/workflows/templates/workflow.md +0 -58
- package/src/modules/bmb/docs/workflows/terms.md +0 -97
- package/src/modules/bmb/reference/agents/simple-examples/README.md +0 -223
- package/src/modules/bmb/reference/readme.md +0 -3
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +0 -18
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +0 -16
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +0 -28
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +0 -177
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +0 -121
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +0 -165
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +0 -154
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +0 -183
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +0 -168
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +0 -195
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +0 -25
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +0 -68
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +0 -29
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md +0 -47
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +0 -37
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +0 -18
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +0 -59
- package/src/modules/bmb/workflows/agent/steps-c/step-08a-plan-traceability.md +0 -203
- package/src/modules/bmb/workflows/agent/steps-c/step-08b-metadata-validation.md +0 -135
- package/src/modules/bmb/workflows/agent/steps-c/step-08c-persona-validation.md +0 -161
- package/src/modules/bmb/workflows/agent/steps-c/step-08d-menu-validation.md +0 -158
- package/src/modules/bmb/workflows/agent/steps-c/step-08e-structure-validation.md +0 -306
- package/src/modules/bmb/workflows/agent/steps-c/step-08f-sidecar-validation.md +0 -462
- package/src/modules/bmb/workflows/agent/steps-e/e-03a-validate-metadata.md +0 -78
- package/src/modules/bmb/workflows/agent/steps-e/e-03b-validate-persona.md +0 -76
- package/src/modules/bmb/workflows/agent/steps-e/e-03c-validate-menu.md +0 -75
- package/src/modules/bmb/workflows/agent/steps-e/e-03d-validate-structure.md +0 -75
- package/src/modules/bmb/workflows/agent/steps-e/e-03e-validate-sidecar.md +0 -78
- package/src/modules/bmb/workflows/agent/steps-e/e-03f-validation-summary.md +0 -119
- package/src/modules/bmb/workflows/agent/steps-e/e-09a-validate-metadata.md +0 -70
- package/src/modules/bmb/workflows/agent/steps-e/e-09b-validate-persona.md +0 -70
- package/src/modules/bmb/workflows/agent/steps-e/e-09c-validate-menu.md +0 -69
- package/src/modules/bmb/workflows/agent/steps-e/e-09d-validate-structure.md +0 -69
- package/src/modules/bmb/workflows/agent/steps-e/e-09e-validate-sidecar.md +0 -70
- package/src/modules/bmb/workflows/agent/steps-e/e-09f-validation-summary.md +0 -111
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +0 -156
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +0 -170
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +0 -218
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +0 -268
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +0 -229
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +0 -234
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +0 -297
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +0 -229
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +0 -187
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +0 -310
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +0 -338
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +0 -336
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +0 -313
- package/src/modules/bmb/workflows/create-module/templates/installer.template.js +0 -47
- package/src/modules/bmb/workflows/create-module/templates/module-plan.template.md +0 -5
- package/src/modules/bmb/workflows/create-module/templates/module.template.yaml +0 -53
- package/src/modules/bmb/workflows/create-module/templates/workflow-plan-template.md +0 -23
- package/src/modules/bmb/workflows/create-module/validation.md +0 -126
- package/src/modules/bmb/workflows/create-module/workflow.md +0 -56
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/data/dietary-restrictions.csv +0 -18
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/data/macro-calculator.csv +0 -16
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/data/recipe-database.csv +0 -28
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-01-init.md +0 -177
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-01b-continue.md +0 -150
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-02-profile.md +0 -164
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-03-assessment.md +0 -152
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-04-strategy.md +0 -182
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-05-shopping.md +0 -167
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-06-prep-schedule.md +0 -194
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/assessment-section.md +0 -25
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/nutrition-plan.md +0 -68
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/prep-schedule-section.md +0 -29
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/profile-section.md +0 -47
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/shopping-section.md +0 -37
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/strategy-section.md +0 -18
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/workflow.md +0 -58
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +0 -158
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +0 -212
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +0 -251
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +0 -217
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +0 -290
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +0 -323
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +0 -285
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +0 -188
- package/src/modules/bmb/workflows/create-workflow/workflow.md +0 -59
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +0 -217
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +0 -254
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +0 -218
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +0 -194
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +0 -246
- package/src/modules/bmb/workflows/edit-workflow/templates/completion-summary.md +0 -75
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-goals.md +0 -68
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-log.md +0 -40
- package/src/modules/bmb/workflows/edit-workflow/templates/validation-results.md +0 -51
- package/src/modules/bmb/workflows/edit-workflow/templates/workflow-analysis.md +0 -56
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +0 -59
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +0 -153
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +0 -244
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +0 -275
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +0 -296
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +0 -265
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +0 -361
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +0 -259
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +0 -302
- package/src/modules/bmb/workflows/workflow-compliance-check/templates/compliance-report.md +0 -140
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +0 -59
- package/src/modules/bmb/workflows-legacy/edit-module/README.md +0 -171
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +0 -163
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +0 -340
- package/src/modules/bmb/workflows-legacy/edit-module/workflow.yaml +0 -34
- package/src/modules/bmb/workflows-legacy/module-brief/README.md +0 -264
- package/src/modules/bmb/workflows-legacy/module-brief/checklist.md +0 -116
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +0 -268
- package/src/modules/bmb/workflows-legacy/module-brief/template.md +0 -275
- package/src/modules/bmb/workflows-legacy/module-brief/workflow.yaml +0 -36
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +0 -421
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +0 -291
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +0 -271
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +0 -186
- package/website/css/custom.css +0 -52
- package/website/docusaurus.config.js +0 -179
- package/website/sidebars.js +0 -139
- package/website/src/pages/index.js +0 -50
- /package/docs/{modules/bmm-bmad-method → tutorials/getting-started}/images/workflow-method-greenfield.excalidraw +0 -0
- /package/docs/{modules/bmm-bmad-method → tutorials/getting-started}/images/workflow-method-greenfield.svg +0 -0
- /package/docs/{modules/bmgd-bmad-game-dev → tutorials/getting-started/images}/workflow-overview.jpg +0 -0
- /package/src/modules/bmb/{docs/workflows → workflows/workflow/data}/common-workflow-tools.csv +0 -0
- /package/src/modules/bmgd/workflows/bmgd-quick-flow/{create-tech-spec → quick-spec}/instructions.md +0 -0
- /package/src/modules/bmm/workflows/2-plan-workflows/prd/{domain-complexity.csv → data/domain-complexity.csv} +0 -0
- /package/src/modules/bmm/workflows/2-plan-workflows/prd/{project-types.csv → data/project-types.csv} +0 -0
- /package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/tech-spec-template.md +0 -0
- /package/website/{static → public}/favicon.ico +0 -0
- /package/website/{static → public}/img/logo.svg +0 -0
- /package/website/{static → public}/robots.txt +0 -0
package/.coderabbit.yaml
CHANGED
|
@@ -11,8 +11,8 @@ reviews:
|
|
|
11
11
|
walkthrough: false
|
|
12
12
|
poem: false
|
|
13
13
|
auto_review:
|
|
14
|
-
enabled:
|
|
15
|
-
drafts:
|
|
14
|
+
enabled: true
|
|
15
|
+
drafts: false # Don't review drafts automatically
|
|
16
16
|
auto_incremental_review: false # always review the whole PR, not just new commits
|
|
17
17
|
base_branches:
|
|
18
18
|
- main
|
|
@@ -39,20 +39,11 @@ jobs:
|
|
|
39
39
|
- name: Install dependencies
|
|
40
40
|
run: npm ci
|
|
41
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
42
|
- name: Build documentation
|
|
54
43
|
env:
|
|
55
|
-
|
|
44
|
+
# Override site URL from GitHub repo variable if set
|
|
45
|
+
# Otherwise, astro.config.mjs will compute from GITHUB_REPOSITORY
|
|
46
|
+
SITE_URL: ${{ vars.SITE_URL }}
|
|
56
47
|
run: npm run docs:build
|
|
57
48
|
|
|
58
49
|
- name: Upload artifact
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,158 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.0-alpha.23]
|
|
4
|
+
|
|
5
|
+
**Release: January 11, 2026**
|
|
6
|
+
|
|
7
|
+
### 🌟 Key Highlights
|
|
8
|
+
|
|
9
|
+
1. **Astro/Starlight Documentation Platform**: Complete migration from Docusaurus to modern Astro+Starlight for superior performance and customization
|
|
10
|
+
2. **Diataxis Framework Implementation**: Professional documentation restructuring with tutorials, how-to guides, explanations, and references
|
|
11
|
+
3. **Workflow Creator & Validator**: Powerful new tools for workflow creation with subprocess support and PRD validation
|
|
12
|
+
4. **TEA Documentation Expansion**: Comprehensive testing documentation with cheat sheets, MCP enhancements, and API testing patterns
|
|
13
|
+
5. **Brainstorming Revolution**: Research-backed procedural rigor with 100+ idea goal and anti-bias protocols
|
|
14
|
+
6. **Cursor IDE Modernization**: Refactored from rules-based to command-based architecture for better IDE integration
|
|
15
|
+
|
|
16
|
+
### 📚 Documentation Platform Revolution
|
|
17
|
+
|
|
18
|
+
**Astro/Starlight Migration:**
|
|
19
|
+
|
|
20
|
+
- **From Docusaurus to Astro**: Complete platform migration for improved performance, better customization, and modern tooling
|
|
21
|
+
- **Starlight Theme**: Professional documentation theme with dark mode default and responsive design
|
|
22
|
+
- **Build Pipeline Overhaul**: New build-docs.js orchestrates link checking, artifact generation, and Astro build
|
|
23
|
+
- **LLM-Friendly Documentation**: Generated llms.txt and llms-full.txt for AI agent discoverability
|
|
24
|
+
- **Downloadable Source Bundles**: bmad-sources.zip and bmad-prompts.zip for offline use
|
|
25
|
+
|
|
26
|
+
**Diataxis Framework Implementation:**
|
|
27
|
+
|
|
28
|
+
- **Four Content Types**: Professional separation into tutorials, how-to guides, explanations, and references
|
|
29
|
+
- **21 Files Migrated**: Phase 1 migration of core documentation to Diataxis structure
|
|
30
|
+
- **42+ Focused Documents**: Phase 2 split of large legacy files into manageable pieces
|
|
31
|
+
- **FAQ Restructuring**: 7 topic-specific FAQ files with standardized format
|
|
32
|
+
- **Tutorial Style Guide**: Comprehensive documentation standards for consistent content creation
|
|
33
|
+
|
|
34
|
+
**Link Management & Quality:**
|
|
35
|
+
|
|
36
|
+
- **Site-Relative Links**: Converted 217 links to repo-relative format (/docs/path/file.md)
|
|
37
|
+
- **Link Validation Tools**: New validate-doc-links.js and fix-doc-links.js for maintaining link integrity
|
|
38
|
+
- **Broken Link Fixes**: Resolved ~50 broken internal links across documentation
|
|
39
|
+
- **BMad Acronym Standardization**: Consistent use of "BMad" (Breakthrough Method of Agile AI Driven Development)
|
|
40
|
+
- **SEO Optimization**: Absolute URLs in AI meta tags for better web crawler discoverability
|
|
41
|
+
|
|
42
|
+
### 🔧 Workflow Creator & Validator (Major Feature)
|
|
43
|
+
|
|
44
|
+
**Workflow Creation Tool:**
|
|
45
|
+
|
|
46
|
+
- **Subprocess Support**: Advanced workflows can now spawn subprocesses for complex operations
|
|
47
|
+
- **PRD Validation Step**: New validation step ensures PRD quality before workflow execution
|
|
48
|
+
- **Trimodal Workflow Creation**: Three-mode workflow generation system
|
|
49
|
+
- **Quadrivariate Module Workflow**: Four-variable workflow architecture for enhanced flexibility
|
|
50
|
+
- **Path Violation Checks**: Validator ensures workflows don't violate path constraints
|
|
51
|
+
- **Max Parallel Mode POC**: Proof-of-concept for parallel workflow validation
|
|
52
|
+
|
|
53
|
+
**Workflow Quality Improvements:**
|
|
54
|
+
|
|
55
|
+
- **PRD Trimodal Compliance**: PRD workflow now follows trimodal standards
|
|
56
|
+
- **Standardized Step Formatting**: Consistent markdown formatting across workflow and PRD steps
|
|
57
|
+
- **Better Suggested Next Steps**: Improved workflow completion guidance
|
|
58
|
+
- **Variable Naming Standardization**: {project_root} → {project-root} across all workflows
|
|
59
|
+
|
|
60
|
+
### 🧪 TEA Documentation Expansion
|
|
61
|
+
|
|
62
|
+
**Comprehensive Testing Guides:**
|
|
63
|
+
|
|
64
|
+
- **Cheat Sheets**: Quick reference guides for common testing scenarios
|
|
65
|
+
- **MCP Enhancements**: Model Context Protocol improvements for testing workflows
|
|
66
|
+
- **API Testing Patterns**: Best practices for API testing documentation
|
|
67
|
+
- **Design Philosophy Callout**: Clear explanation of TEA's design principles
|
|
68
|
+
- **Context Engineering Glossary**: New glossary entry defining context engineering concepts
|
|
69
|
+
- **Fragment Count Updates**: Accurate documentation of TEA workflow components
|
|
70
|
+
- **Playwright Utils Examples**: Updated code examples for playwright-utils integration
|
|
71
|
+
|
|
72
|
+
### 💡 Brainstorming Workflow Overhaul
|
|
73
|
+
|
|
74
|
+
**Research-Backed Procedural Rigor:**
|
|
75
|
+
|
|
76
|
+
- **100+ Idea Goal**: Emphasis on quantity-first approach to unlock better quality ideas
|
|
77
|
+
- **Anti-Bias Protocol**: Domain pivot every 10 ideas to reduce cognitive biases
|
|
78
|
+
- **Chain-of-Thought Requirements**: Reasoning before idea generation
|
|
79
|
+
- **Simulated Temperature**: Prompts for higher divergence in ideation
|
|
80
|
+
- **Standardized Idea Format**: Quality control template for consistent output
|
|
81
|
+
- **Energy Checkpoints**: Multiple continuation options to maintain creative flow
|
|
82
|
+
|
|
83
|
+
**Exploration Menu Improvements:**
|
|
84
|
+
|
|
85
|
+
- **Letter-Based Navigation**: [K/T/A/B/C] options instead of numbers for clarity
|
|
86
|
+
- **Keep/Try/Advanced/Break/Continue**: Clear action options for idea refinement
|
|
87
|
+
- **Universal Facilitation Rules**: Consistent guidelines across all brainstorming steps
|
|
88
|
+
- **Quality Growth Enforcement**: Balance between quantity and quality metrics
|
|
89
|
+
|
|
90
|
+
### 🖥️ Cursor IDE Modernization
|
|
91
|
+
|
|
92
|
+
**Command-Based Architecture:**
|
|
93
|
+
|
|
94
|
+
- **From Rules to Commands**: Complete refactor from rules-based to command-based system
|
|
95
|
+
- **Command Generation**: Automatic generation of task and tool commands
|
|
96
|
+
- **Commands Directory**: New `.cursor/commands/bmad/` structure for generated commands
|
|
97
|
+
- **Cleanup Integration**: Automatic cleanup of old BMAD commands alongside rules
|
|
98
|
+
- **Enhanced Logging**: Better feedback on agents, tasks, tools, and workflow commands generated
|
|
99
|
+
|
|
100
|
+
### 🤖 Agent System Improvements
|
|
101
|
+
|
|
102
|
+
**Agent Builder & Validation:**
|
|
103
|
+
|
|
104
|
+
- **hasSidecar Field**: All agents now indicate sidecar support (true/false)
|
|
105
|
+
- **Validation Enforcement**: hasSidecar now required in agent validation
|
|
106
|
+
- **Better Brownfield Documentation**: Improved brownfield project documentation
|
|
107
|
+
- **Agent Builder Updates**: Agent builder now uses hasSidecar field
|
|
108
|
+
- **Agent Editor Integration**: Editor workflow respects hasSidecar configuration
|
|
109
|
+
|
|
110
|
+
### 🐛 Bug Fixes & Quality Improvements
|
|
111
|
+
|
|
112
|
+
**Critical Fixes:**
|
|
113
|
+
|
|
114
|
+
- **Windows Line Endings**: Resolved CRLF issues causing cross-platform problems
|
|
115
|
+
- **Code-Review File Filtering**: Fixed code-review picking up non-application files
|
|
116
|
+
- **ERR_REQUIRE_ESM Resolution**: Dynamic import for inquirer v9+ compatibility
|
|
117
|
+
- **Project-Context Conflicts**: Allow full project-context usage with conflict precedence
|
|
118
|
+
- **Workflow Paths**: Fixed paths for workflow and sprint status files
|
|
119
|
+
- **Missing Scripts**: Fixed missing scripts from installation
|
|
120
|
+
|
|
121
|
+
**Workflow & Variable Fixes:**
|
|
122
|
+
|
|
123
|
+
- **Variable Naming**: Standardized from {project_root} to {project-root} across CIS, BMGD, and BMM modules
|
|
124
|
+
- **Workflow References**: Fixed broken .yaml → .md workflow references
|
|
125
|
+
- **Advanced Elicitation Variables**: Fixed undefined variables in brainstorming
|
|
126
|
+
- **Dependency Format**: Corrected dependency format and added missing frontmatter
|
|
127
|
+
|
|
128
|
+
**Code Quality:**
|
|
129
|
+
|
|
130
|
+
- **Dependency Updates**: Bumped qs from 6.14.0 to 6.14.1
|
|
131
|
+
- **CodeRabbit Integration**: Enabled auto-review on new PRs
|
|
132
|
+
- **TEA Fragment Counts**: Updated fragment counts for accuracy
|
|
133
|
+
- **Documentation Links**: Fixed Discord channel references (#general-dev → #bmad-development)
|
|
134
|
+
|
|
135
|
+
### 🚀 Installation & CLI Improvements
|
|
136
|
+
|
|
137
|
+
**Installation Enhancements:**
|
|
138
|
+
|
|
139
|
+
- **Workflow Exclusion**: Ability to exclude workflows from being added as commands
|
|
140
|
+
- **Example Workflow Protection**: Example workflow in workflow builder now excluded from tools
|
|
141
|
+
- **CNAME Configuration**: Added CNAME file for custom domain support
|
|
142
|
+
- **Script Fixes**: All scripts now properly included in installation
|
|
143
|
+
|
|
144
|
+
### 📊 Statistics
|
|
145
|
+
|
|
146
|
+
- **27 commits** since alpha.22
|
|
147
|
+
- **217 documentation links** converted to site-relative format
|
|
148
|
+
- **42+ focused documents** created from large legacy files
|
|
149
|
+
- **7 topic-specific FAQ files** with standardized formatting
|
|
150
|
+
- **Complete documentation platform** migrated from Docusaurus to Astro/Starlight
|
|
151
|
+
- **Major workflow tools** added: Creator, Validator with subprocess support
|
|
152
|
+
- **Brainstorming workflow** overhauled with research-backed rigor
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
3
156
|
## [6.0.0-alpha.22]
|
|
4
157
|
|
|
5
158
|
**Release: December 31, 2025**
|
package/CNAME
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
docs.bmad-method.org
|
package/CONTRIBUTING.md
CHANGED
|
@@ -4,8 +4,9 @@ Thank you for considering contributing to the BMad project! We believe in **Huma
|
|
|
4
4
|
|
|
5
5
|
💬 **Discord Community**: Join our [Discord server](https://discord.gg/gk8jAdXWmj) for real-time discussions:
|
|
6
6
|
|
|
7
|
-
- **#
|
|
8
|
-
- **#
|
|
7
|
+
- **#bmad-development** - Technical discussions and development questions
|
|
8
|
+
- **#suggestions-feedback** - Feature ideas and suggestions
|
|
9
|
+
- **#report-bugs-and-issues** - Bug reports and issue discussions
|
|
9
10
|
|
|
10
11
|
## Our Philosophy
|
|
11
12
|
|
|
@@ -56,7 +57,7 @@ Every contribution should strengthen human-AI collaboration. Ask yourself: **"Do
|
|
|
56
57
|
### Reporting Bugs
|
|
57
58
|
|
|
58
59
|
1. **Check existing issues** first to avoid duplicates
|
|
59
|
-
2. **Consider discussing in Discord** (#bugs-issues channel) for quick help
|
|
60
|
+
2. **Consider discussing in Discord** (#report-bugs-and-issues channel) for quick help
|
|
60
61
|
3. **Use the bug report template** when creating a new issue - it guides you through providing:
|
|
61
62
|
- Clear bug description
|
|
62
63
|
- Steps to reproduce
|
|
@@ -67,7 +68,7 @@ Every contribution should strengthen human-AI collaboration. Ask yourself: **"Do
|
|
|
67
68
|
|
|
68
69
|
### Suggesting Features or New Modules
|
|
69
70
|
|
|
70
|
-
1. **Discuss first in Discord** (#
|
|
71
|
+
1. **Discuss first in Discord** (#suggestions-feedback channel) - the feature request template asks if you've done this
|
|
71
72
|
2. **Check existing issues and discussions** to avoid duplicates
|
|
72
73
|
3. **Use the feature request template** when creating an issue
|
|
73
74
|
4. **Be specific** about why this feature would benefit the BMad community and strengthen human-AI collaboration
|
|
@@ -77,7 +78,7 @@ Every contribution should strengthen human-AI collaboration. Ask yourself: **"Do
|
|
|
77
78
|
⚠️ **Required before submitting PRs:**
|
|
78
79
|
|
|
79
80
|
1. **For bugs**: Check if an issue exists (create one using the bug template if not)
|
|
80
|
-
2. **For features**: Discuss in Discord (#
|
|
81
|
+
2. **For features**: Discuss in Discord (#suggestions-feedback) AND create a feature request issue
|
|
81
82
|
3. **For large changes**: Always open an issue first to discuss alignment
|
|
82
83
|
|
|
83
84
|
Please propose small, granular changes! For large or significant changes, discuss in Discord and open an issue first. This prevents wasted effort on PRs that may not align with planned changes.
|
|
@@ -251,8 +252,9 @@ By participating in this project, you agree to abide by our Code of Conduct. We
|
|
|
251
252
|
## Need Help?
|
|
252
253
|
|
|
253
254
|
- 💬 Join our [Discord Community](https://discord.gg/gk8jAdXWmj):
|
|
254
|
-
- **#
|
|
255
|
-
- **#
|
|
255
|
+
- **#bmad-development** - Technical questions and discussions
|
|
256
|
+
- **#suggestions-feedback** - Feature ideas and suggestions
|
|
257
|
+
- **#report-bugs-and-issues** - Get help with bugs before filing issues
|
|
256
258
|
- 🐛 Report bugs using the [bug report template](https://github.com/bmad-code-org/BMAD-METHOD/issues/new?template=bug_report.md)
|
|
257
259
|
- 💡 Suggest features using the [feature request template](https://github.com/bmad-code-org/BMAD-METHOD/issues/new?template=feature_request.md)
|
|
258
260
|
- 📖 Browse the [GitHub Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions)
|
package/README.md
CHANGED
|
@@ -1,237 +1,79 @@
|
|
|
1
|
-
# BMad Method
|
|
1
|
+
# BMad Method
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/bmad-method)
|
|
3
|
+
[](https://www.npmjs.com/package/bmad-method)
|
|
5
4
|
[](LICENSE)
|
|
6
5
|
[](https://nodejs.org)
|
|
7
6
|
[](https://discord.gg/gk8jAdXWmj)
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
## 🎉 NEW: BMAD V6 Installer - Create & Share Custom Content!
|
|
14
|
-
|
|
15
|
-
The completely revamped **BMAD V6 installer** now includes built-in support for creating, installing, and sharing custom modules, agents, workflows, templates, and tools! Build your own AI solutions or share them with your team - and real soon, with the whole BMad Community througha verified community sharing portal!
|
|
16
|
-
|
|
17
|
-
**✨ What's New:**
|
|
18
|
-
|
|
19
|
-
- 📦 **Streamlined Custom Module Installation** - Package your custom content as installable modules
|
|
20
|
-
- 🤖 **Agent & Workflow Sharing** - Distribute standalone agents and workflows
|
|
21
|
-
- 🔄 **Unitary Module Support** - Install individual components without full modules
|
|
22
|
-
- ⚙️ **Dependency Management** - Automatic handling of module dependencies
|
|
23
|
-
- 🛡️ **Update-Safe Customization** - Your custom content persists through updates
|
|
24
|
-
|
|
25
|
-
**📚 Learn More:**
|
|
26
|
-
|
|
27
|
-
- [**Custom Content Overview**](docs/modules/bmb-bmad-builder/custom-content.md) - Discover all supported content types
|
|
28
|
-
- [**Installation Guide**](docs/modules/bmb-bmad-builder/custom-content-installation.md) - Learn to create and install custom content
|
|
29
|
-
- [**2 Very simple Custom Modules of questionable quality**](./samples/sample-custom-modules/README.md) - if you want to download and try to install a custom shared module, get an idea of how to bundle and share your own, or create your own personal agents, workflows and modules.
|
|
30
|
-
|
|
31
|
-
</div>
|
|
32
|
-
|
|
33
|
-
---
|
|
34
|
-
|
|
35
|
-
## AI-Driven Agile Development That Scales From Bug Fixes to Enterprise
|
|
36
|
-
|
|
37
|
-
**Build More, Architect Dreams** (BMAD) with **21 specialized AI agents** across 4 official modules, and **50+ guided workflows** that adapt to your project's complexity—from quick bug fixes to enterprise platforms, and new step file workflows that allow for incredibly long workflows to stay on the rails longer than ever before!
|
|
38
|
-
|
|
39
|
-
Additionally - when we say 'Build More, Architect Dreams' - we mean it! The BMad Builder has landed, and now as of Alpha.15 is fully supported in the installation flow via NPX - custom stand along agents, workflows and the modules of your dreams! The community forge will soon open, endless possibility awaits!
|
|
8
|
+
**Build More, Architect Dreams** — An AI-driven agile development framework with 21 specialized agents, 50+ guided workflows, and scale-adaptive intelligence that adjusts from bug fixes to enterprise systems.
|
|
40
9
|
|
|
41
|
-
|
|
10
|
+
## Why BMad?
|
|
42
11
|
|
|
43
|
-
|
|
12
|
+
Traditional AI tools do the thinking for you, producing average results. BMad agents act as expert collaborators who guide you through structured workflows to bring out your best thinking.
|
|
44
13
|
|
|
45
|
-
|
|
14
|
+
- **Scale-Adaptive**: Automatically adjusts planning depth based on project complexity (Level 0-4)
|
|
15
|
+
- **Structured Workflows**: Grounded in agile best practices across analysis, planning, architecture, and implementation
|
|
16
|
+
- **Specialized Agents**: 12+ domain experts (PM, Architect, Developer, UX, Scrum Master, and more)
|
|
17
|
+
- **Complete Lifecycle**: From brainstorming to deployment, with just-in-time documentation
|
|
46
18
|
|
|
47
|
-
|
|
19
|
+
## Quick Start
|
|
48
20
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
- **Scale-Adaptive Intelligence** - Automatically adjusts planning depth from bug fixes to enterprise systems
|
|
52
|
-
- **Complete Development Lifecycle** - Analysis → Planning → Architecture → Implementation
|
|
53
|
-
- **Specialized Expertise** - 19 agents with specific roles (PM, Architect, Developer, UX Designer, etc.)
|
|
54
|
-
- **Proven Methodologies** - Built on agile best practices with AI amplification
|
|
55
|
-
- **IDE Integration** - Works with Claude Code, Cursor, Windsurf, VS Code
|
|
56
|
-
|
|
57
|
-
## 🏗️ The Power of BMad Core
|
|
58
|
-
|
|
59
|
-
**BMad Method** is actually a sophisticated module built on top of **BMad Core** (**C**ollaboration **O**ptimized **R**eflection **E**ngine). This revolutionary architecture means:
|
|
60
|
-
|
|
61
|
-
- **BMad Core** provides the universal framework for human-AI collaboration
|
|
62
|
-
- **BMad Method** leverages Core to deliver agile development workflows
|
|
63
|
-
- **BMad Builder** lets YOU create custom modules as powerful as BMad Method itself
|
|
64
|
-
|
|
65
|
-
With **BMad Builder**, you can architect both simple agents and vastly complex domain-specific modules (legal, medical, finance, education, creative) that will soon be sharable in an **official community marketplace**. Imagine building and sharing your own specialized AI team!
|
|
66
|
-
|
|
67
|
-
## 📊 See It In Action
|
|
68
|
-
|
|
69
|
-
<p align="center">
|
|
70
|
-
<img src="./docs/modules/bmm-bmad-method/images/workflow-method-greenfield.svg" alt="BMad Method Workflow" width="100%">
|
|
71
|
-
</p>
|
|
72
|
-
|
|
73
|
-
<p align="center">
|
|
74
|
-
<em>Complete BMad Method workflow showing all phases, agents, and decision points</em>
|
|
75
|
-
</p>
|
|
76
|
-
|
|
77
|
-
## 🚀 Get Started in 3 Steps
|
|
78
|
-
|
|
79
|
-
### 1. Install BMad Method
|
|
21
|
+
**Prerequisites**: [Node.js](https://nodejs.org) v20+
|
|
80
22
|
|
|
81
23
|
```bash
|
|
82
|
-
# Install v6 RECOMMENDED
|
|
83
24
|
npx bmad-method@alpha install
|
|
84
25
|
```
|
|
85
26
|
|
|
86
|
-
|
|
87
|
-
# Install v4 Legacy (not recommended if starting fresh)
|
|
88
|
-
npx bmad-method install
|
|
89
|
-
# OR
|
|
90
|
-
npx bmad-method@latest install
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### 2. Initialize Your Project
|
|
27
|
+
Follow the installer prompts to configure your project. Then run:
|
|
95
28
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
```
|
|
29
|
+
```bash
|
|
99
30
|
*workflow-init
|
|
100
31
|
```
|
|
101
32
|
|
|
102
|
-
This analyzes your project and recommends
|
|
103
|
-
|
|
104
|
-
### 3. Choose Your Track
|
|
105
|
-
|
|
106
|
-
BMad Method adapts to your needs with three intelligent tracks:
|
|
107
|
-
|
|
108
|
-
| Track | Use For | Planning | Time to Start |
|
|
109
|
-
| ----------------- | ------------------------- | ----------------------- | ------------- |
|
|
110
|
-
| **⚡ Quick Flow** | Bug fixes, small features | Tech spec only | < 5 minutes |
|
|
111
|
-
| **📋 BMad Method** | Products, platforms | PRD + Architecture + UX | < 15 minutes |
|
|
112
|
-
| **🏢 Enterprise** | Compliance, scale | Full governance suite | < 30 minutes |
|
|
113
|
-
|
|
114
|
-
> **Not sure?** Run `*workflow-init` and let BMad analyze your project goal.
|
|
115
|
-
|
|
116
|
-
## 🔄 How It Works: 4-Phase Methodology
|
|
117
|
-
|
|
118
|
-
BMad Method guides you through a proven development lifecycle:
|
|
119
|
-
|
|
120
|
-
1. **📊 Analysis** (Optional) - Brainstorm, research, and explore solutions
|
|
121
|
-
2. **📝 Planning** - Create PRDs, tech specs, or game design documents
|
|
122
|
-
3. **🏗️ Solutioning** - Design architecture, UX, and technical approach
|
|
123
|
-
4. **⚡ Implementation** - Story-driven development with continuous validation
|
|
124
|
-
|
|
125
|
-
Each phase has specialized workflows and agents working together to deliver exceptional results.
|
|
126
|
-
|
|
127
|
-
## 🤖 Meet Your Team
|
|
128
|
-
|
|
129
|
-
**12 Specialized Agents** working in concert:
|
|
130
|
-
|
|
131
|
-
| Development | Architecture | Product | Leadership |
|
|
132
|
-
| ----------- | -------------- | ----------- | ------------ |
|
|
133
|
-
| Developer | Architect | PM | Scrum Master |
|
|
134
|
-
| UX Designer | Test Architect | Analyst | BMad Master |
|
|
135
|
-
| | | Tech Writer | |
|
|
33
|
+
This analyzes your project and recommends a track:
|
|
136
34
|
|
|
137
|
-
|
|
35
|
+
| Track | Best For | Time to First Story |
|
|
36
|
+
| --------------- | ------------------------- | ------------------- |
|
|
37
|
+
| **Quick Flow** | Bug fixes, small features | ~5 minutes |
|
|
38
|
+
| **BMad Method** | Products and platforms | ~15 minutes |
|
|
39
|
+
| **Enterprise** | Compliance-heavy systems | ~30 minutes |
|
|
138
40
|
|
|
139
|
-
|
|
41
|
+
## Modules
|
|
140
42
|
|
|
141
|
-
|
|
43
|
+
| Module | Purpose |
|
|
44
|
+
| ------------------------------------- | -------------------------------------------------------- |
|
|
45
|
+
| **BMad Method (BMM)** | Core agile development with 34 workflows across 4 phases |
|
|
46
|
+
| **BMad Builder (BMB)** | Create custom agents and domain-specific modules |
|
|
47
|
+
| **Creative Intelligence Suite (CIS)** | Innovation, brainstorming, and problem-solving |
|
|
142
48
|
|
|
143
|
-
|
|
49
|
+
## Documentation
|
|
144
50
|
|
|
145
|
-
|
|
146
|
-
- 12 specialized agents
|
|
147
|
-
- 34 workflows across 4 phases
|
|
148
|
-
- Stand Along Quick Spec Flow for a streamlined simple implementation process
|
|
149
|
-
- [→ Documentation Hub](./docs/modules/bmm-bmad-method/index.md)
|
|
51
|
+
**[Full Documentation](http://docs.bmad-method.org)** — Tutorials, how-to guides, concepts, and reference
|
|
150
52
|
|
|
151
|
-
-
|
|
152
|
-
|
|
153
|
-
- Create domain-specific solutions (legal, medical, finance, education)
|
|
154
|
-
- [→ Builder Guide](./docs/modules/bmb-bmad-builder/index.md)
|
|
155
|
-
|
|
156
|
-
- **Creative Intelligence Suite (CIS)** - Innovation & problem-solving
|
|
157
|
-
- Brainstorming, design thinking, storytelling
|
|
158
|
-
- 5 creative facilitation workflows
|
|
159
|
-
- [→ Creative Workflows](./docs/modules/cis-creative-intelligence-suite/index.md)
|
|
160
|
-
|
|
161
|
-
### Key Features
|
|
162
|
-
|
|
163
|
-
- **🎨 Customizable Agents** - Modify personalities, expertise, and communication styles
|
|
164
|
-
- **🌐 Multi-Language Support** - Separate settings for communication and code output
|
|
165
|
-
- **📄 Document Sharding** - 90% token savings for large projects
|
|
166
|
-
- **🔄 Update-Safe** - Your customizations persist through updates
|
|
167
|
-
- **🚀 Web Bundles** - Use in ChatGPT, Claude Projects, or Gemini Gems
|
|
168
|
-
|
|
169
|
-
## 📚 Documentation
|
|
170
|
-
|
|
171
|
-
### Quick Links
|
|
172
|
-
|
|
173
|
-
- **[Quick Start Guide](./docs/modules/bmm-bmad-method/quick-start.md)** - 15-minute introduction
|
|
174
|
-
- **[Complete BMM Documentation](./docs/modules/bmm-bmad-method/index.md)** - All guides and references
|
|
175
|
-
- **[Agent Customization](docs/bmad-customization/agent-customization-guide.md)** - Personalize your agents
|
|
176
|
-
- **[All Documentation](./docs/index.md)** - Complete documentation index
|
|
53
|
+
- [Getting Started Tutorial](http://docs.bmad-method.org/tutorials/getting-started/getting-started-bmadv6/)
|
|
54
|
+
- [Upgrading from Previous Versions](http://docs.bmad-method.org/how-to/installation/upgrade-to-v6/)
|
|
177
55
|
|
|
178
56
|
### For v4 Users
|
|
179
57
|
|
|
180
58
|
- **[v4 Documentation](https://github.com/bmad-code-org/BMAD-METHOD/tree/V4/docs)**
|
|
181
|
-
- **[v4 to v6 Upgrade Guide](./docs/v4-to-v6-upgrade.md)**
|
|
182
|
-
|
|
183
|
-
## 💬 Community & Support
|
|
184
|
-
|
|
185
|
-
- **[Discord Community](https://discord.gg/gk8jAdXWmj)** - Get help, share projects
|
|
186
|
-
- **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs, request features
|
|
187
|
-
- **[YouTube Channel](https://www.youtube.com/@BMadCode)** - Video tutorials and demos
|
|
188
|
-
- **[Web Bundles](https://bmad-code-org.github.io/bmad-bundles/)** - Pre-built agent bundles (Currently not functioning, reworking soon)
|
|
189
|
-
- **[Code of Conduct](.github/CODE_OF_CONDUCT.md)** - Community guidelines
|
|
190
|
-
|
|
191
|
-
## 🛠️ Development
|
|
192
|
-
|
|
193
|
-
If you would like to contribute, first check the [CONTRIBUTING.md](CONTRIBUTING.md) for full development guidelines.
|
|
194
|
-
|
|
195
|
-
## What's New in v6
|
|
196
|
-
|
|
197
|
-
**v6 represents a complete architectural revolution from v4:**
|
|
198
|
-
|
|
199
|
-
### 🚀 Major Upgrades
|
|
200
|
-
|
|
201
|
-
- **BMad Core Framework** - Modular architecture enabling custom domain solutions
|
|
202
|
-
- **Scale-Adaptive Intelligence** - Automatic adjustment from bug fixes to enterprise
|
|
203
|
-
- **Visual Workflows** - Beautiful SVG diagrams showing complete methodology
|
|
204
|
-
- **BMad Builder Module** - Create and share your own AI agent teams
|
|
205
|
-
- **50+ Workflows** - Up from 20 in v4, covering every development scenario
|
|
206
|
-
- **19 Specialized Agents** - Enhanced with customizable personalities and expertise
|
|
207
|
-
- **Update-Safe Customization** - Your configs persist through all updates
|
|
208
|
-
- **Web Bundles** - Use agents in ChatGPT, Claude, and Gemini
|
|
209
|
-
- **Multi-Language Support** - Separate settings for communication and code
|
|
210
|
-
- **Document Sharding** - 90% token savings for large projects
|
|
211
59
|
|
|
212
|
-
|
|
60
|
+
## Community
|
|
213
61
|
|
|
214
|
-
-
|
|
215
|
-
-
|
|
216
|
-
-
|
|
217
|
-
-
|
|
62
|
+
- [Discord](https://discord.gg/gk8jAdXWmj) — Get help, share ideas, collaborate
|
|
63
|
+
- [YouTube](https://www.youtube.com/@BMadCode) — Video tutorials and updates
|
|
64
|
+
- [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) — Bug reports and feature requests
|
|
65
|
+
- [Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions) — Community conversations
|
|
218
66
|
|
|
219
|
-
##
|
|
67
|
+
## Contributing
|
|
220
68
|
|
|
221
|
-
|
|
69
|
+
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
222
70
|
|
|
223
|
-
|
|
71
|
+
## License
|
|
224
72
|
|
|
225
|
-
|
|
73
|
+
MIT License — see [LICENSE](LICENSE) for details.
|
|
226
74
|
|
|
227
75
|
---
|
|
228
76
|
|
|
229
|
-
|
|
230
|
-
<a href="https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors">
|
|
231
|
-
<img src="https://contrib.rocks/image?repo=bmad-code-org/BMAD-METHOD" alt="Contributors">
|
|
232
|
-
</a>
|
|
233
|
-
</p>
|
|
77
|
+
**BMad** and **BMAD-METHOD** are trademarks of BMad Code, LLC.
|
|
234
78
|
|
|
235
|
-
|
|
236
|
-
<sub>Built with ❤️ for the human-AI collaboration community</sub>
|
|
237
|
-
</p>
|
|
79
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
|
package/docs/404.md
ADDED