bmad-method 6.0.0-alpha.21 → 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/.vscode/settings.json +1 -0
- package/CHANGELOG.md +309 -0
- package/CNAME +1 -0
- package/CONTRIBUTING.md +9 -7
- package/README.md +41 -207
- package/docs/404.md +9 -0
- package/{src/modules/bmm/docs/images/README.md → docs/_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 -26
- package/{src/modules/bmm/docs/quick-flow-solo-dev.md → docs/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/{custom-content.md → explanation/bmad-builder/custom-content-types.md} +19 -21
- package/docs/explanation/bmad-builder/index.md +66 -0
- package/docs/explanation/bmm/index.md +135 -0
- 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/explanation/core-concepts/what-are-agents.md +96 -0
- package/docs/explanation/core-concepts/what-are-modules.md +79 -0
- package/docs/explanation/core-concepts/what-are-workflows.md +217 -0
- package/{src/modules/cis/docs → docs/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/explanation/features/advanced-elicitation.md +108 -0
- package/docs/explanation/features/brainstorming-techniques.md +103 -0
- package/{src/modules/bmm/docs → docs/explanation/features}/party-mode.md +11 -123
- package/docs/explanation/features/quick-flow.md +169 -0
- package/{src/modules/bmm/docs/test-architecture.md → docs/explanation/features/tea-overview.md} +160 -118
- package/docs/explanation/features/web-bundles.md +35 -0
- package/{src/modules/bmgd/docs/agents-guide.md → docs/explanation/game-dev/agents.md} +8 -5
- package/docs/explanation/game-dev/bmgd-vs-bmm.md +150 -0
- package/{src/modules/bmgd/docs/game-types-guide.md → docs/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/{agent-customization-guide.md → how-to/customization/customize-agents.md} +10 -10
- package/docs/how-to/customization/customize-workflows.md +33 -0
- package/docs/how-to/customization/index.md +27 -0
- package/docs/how-to/customization/shard-large-documents.md +125 -0
- package/docs/how-to/customization/vendor-workflows.md +45 -0
- 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/{custom-content-installation.md → how-to/installation/install-custom-modules.md} +17 -14
- package/docs/how-to/installation/upgrade-to-v6.md +147 -0
- package/{src/modules/bmgd/docs/troubleshooting.md → docs/how-to/troubleshooting/bmgd-troubleshooting.md} +7 -5
- package/{src/modules/bmgd/docs/quick-flow-guide.md → docs/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 +33 -113
- package/{src/modules/bmm/docs/agents-guide.md → docs/reference/agents/index.md} +36 -39
- package/docs/reference/configuration/core-tasks.md +67 -0
- package/docs/reference/configuration/global-config.md +14 -0
- package/{src/modules/bmm/docs/glossary.md → docs/reference/glossary/index.md} +90 -24
- package/{src/modules/bmgd/docs/workflows-guide.md → docs/reference/workflows/bmgd-workflows.md} +11 -8
- package/docs/reference/workflows/core-workflows.md +33 -0
- package/docs/reference/workflows/document-project.md +74 -0
- 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/README.md +1 -1
- 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/docs.md +0 -5
- 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/{tools → tasks}/shard-doc.xml +2 -2
- package/src/core/tasks/workflow.xml +1 -1
- package/src/core/{tasks/advanced-elicitation.xml → workflows/advanced-elicitation/workflow.xml} +3 -2
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-01b-continue.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +1 -0
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +69 -9
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +1 -0
- package/src/core/workflows/brainstorming/workflow.md +8 -1
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +1 -0
- package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +1 -0
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +1 -0
- package/src/core/workflows/party-mode/workflow.md +1 -1
- package/src/modules/bmb/agents/agent-builder.agent.yaml +7 -2
- 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-compilation.md +273 -0
- package/src/modules/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
- package/src/modules/bmb/workflows/agent/data/agent-metadata.md +208 -0
- package/src/modules/bmb/workflows/{create-agent → agent}/data/brainstorm-context.md +3 -10
- package/src/modules/bmb/workflows/{create-agent → agent}/data/communication-presets.csv +1 -1
- package/src/modules/bmb/workflows/agent/data/critical-actions.md +120 -0
- package/src/modules/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
- package/src/modules/bmb/workflows/agent/data/expert-agent-validation.md +174 -0
- package/src/modules/bmb/workflows/agent/data/module-agent-validation.md +126 -0
- package/src/modules/bmb/workflows/agent/data/persona-properties.md +266 -0
- package/src/modules/bmb/workflows/agent/data/principles-crafting.md +292 -0
- package/src/modules/bmb/workflows/agent/data/reference/expert-examples/journal-keeper/journal-keeper-sidecar/entries/yy-mm-dd-entry-template.md +17 -0
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper.agent.yaml +26 -25
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.agent.yaml +32 -0
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/security-engineer.agent.yaml +1 -0
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/trend-analyst.agent.yaml +1 -0
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/simple-examples/commit-poet.agent.yaml +15 -14
- package/src/modules/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
- package/src/modules/bmb/workflows/agent/data/simple-agent-validation.md +133 -0
- package/src/modules/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
- package/src/modules/bmb/workflows/{create-agent/steps → agent/steps-c}/step-01-brainstorm.md +9 -26
- package/src/modules/bmb/workflows/agent/steps-c/step-02-discovery.md +170 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-03-type-metadata.md +296 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-04-persona.md +212 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-05-commands-menu.md +178 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-06-activation.md +279 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-07a-build-simple.md +187 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08-celebrate.md +249 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-01-load-existing.md +221 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-02-discover-edits.md +193 -0
- 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 +124 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-05-persona.md +134 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-06-commands-menu.md +122 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-07-activation.md +125 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +137 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +119 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08c-edit-module.md +123 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09-celebrate.md +155 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-01-load-review.md +136 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +116 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +124 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +145 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +136 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +136 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-03-summary.md +104 -0
- package/src/modules/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
- package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/instructions.md.template +20 -0
- package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent-sidecar/memories.md.template +18 -0
- package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +77 -0
- package/src/modules/bmb/workflows/agent/templates/simple-agent.template.md +72 -0
- package/src/modules/bmb/workflows/agent/workflow.md +123 -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/{docs/workflows → workflows/workflow/data}/common-workflow-tools.csv +1 -1
- 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 +96 -38
- 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 +15 -15
- 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 +2 -1
- package/src/modules/bmgd/agents/game-qa.agent.yaml +2 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +2 -1
- package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +3 -2
- 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 +5 -3
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +52 -46
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +5 -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 +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.md +1 -0
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01-init.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +4 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +2 -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 +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +12 -11
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +4 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +10 -9
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +6 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +6 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +1 -0
- package/src/modules/bmgd/workflows/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/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/bmgd-quick-flow/{create-tech-spec → quick-spec}/workflow.yaml +3 -3
- 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 +16 -5
- 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 +4 -8
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +1 -5
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +3 -7
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +3 -7
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +3 -7
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +3 -7
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -5
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +2 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/data/prd-purpose.md +197 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-01-init.md +8 -13
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-01b-continue.md +37 -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 +52 -115
- 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 +45 -80
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-07-project-type.md +39 -59
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-08-scoping.md +45 -115
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-09-functional.md +23 -61
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-10-nonfunctional.md +34 -85
- 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 +97 -8
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +5 -4
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +2 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +9 -12
- 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 +13 -12
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +2 -1
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +11 -10
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +7 -7
- 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 +3 -3
- 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 +4 -3
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +189 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +144 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +173 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
- package/src/modules/bmm/workflows/document-project/checklist.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/generate-project-context/steps/step-01-discover.md +1 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -1
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +1 -0
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +1 -0
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +6 -6
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +2 -1
- package/src/modules/bmm/workflows/workflow-status/instructions.md +8 -8
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +44 -63
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +44 -54
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +38 -41
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +26 -22
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -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/bmad-cli.js +18 -0
- package/tools/cli/commands/install.js +15 -13
- package/tools/cli/installers/install-messages.yaml +33 -27
- package/tools/cli/installers/lib/core/config-collector.js +11 -1
- package/tools/cli/installers/lib/core/detector.js +5 -115
- package/tools/cli/installers/lib/core/installer.js +48 -80
- 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/agent/compiler.js +0 -4
- package/tools/cli/lib/ui.js +22 -1
- package/tools/docs/index.md +2 -0
- 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/document-sharding-guide.md +0 -449
- package/docs/getting-started/installation.md +0 -76
- package/docs/ide-info/auggie.md +0 -31
- package/docs/ide-info/claude-code.md +0 -25
- package/docs/ide-info/cline.md +0 -31
- package/docs/ide-info/codex.md +0 -21
- package/docs/ide-info/crush.md +0 -30
- package/docs/ide-info/cursor.md +0 -25
- package/docs/ide-info/gemini.md +0 -25
- package/docs/ide-info/github-copilot.md +0 -26
- package/docs/ide-info/iflow.md +0 -33
- package/docs/ide-info/index.md +0 -24
- package/docs/ide-info/kilo.md +0 -24
- package/docs/ide-info/opencode.md +0 -24
- package/docs/ide-info/qwen.md +0 -25
- package/docs/ide-info/roo.md +0 -27
- package/docs/ide-info/rovo-dev.md +0 -22
- package/docs/ide-info/trae.md +0 -25
- package/docs/ide-info/windsurf.md +0 -22
- package/docs/v4-to-v6-upgrade.md +0 -227
- package/docs/web-bundles-gemini-gpt-guide.md +0 -21
- package/src/core/tasks/validate-workflow.xml +0 -89
- package/src/modules/bmb/docs/agents/agent-compilation.md +0 -340
- package/src/modules/bmb/docs/agents/agent-menu-patterns.md +0 -523
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +0 -363
- package/src/modules/bmb/docs/agents/index.md +0 -55
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +0 -257
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +0 -184
- package/src/modules/bmb/docs/index.md +0 -247
- package/src/modules/bmb/docs/workflows/architecture.md +0 -220
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +0 -206
- package/src/modules/bmb/docs/workflows/index.md +0 -45
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +0 -220
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- 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/README.md +0 -3
- package/src/modules/bmb/reference/agents/simple-examples/README.md +0 -223
- 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 -176
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +0 -120
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +0 -164
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +0 -153
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +0 -182
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +0 -167
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +0 -194
- 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 -58
- package/src/modules/bmb/workflows/create-agent/data/agent-validation-checklist.md +0 -174
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +0 -29
- package/src/modules/bmb/workflows/create-agent/data/reference/README.md +0 -3
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +0 -242
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +0 -48
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +0 -223
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +0 -18
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +0 -16
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +0 -28
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +0 -177
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +0 -150
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +0 -164
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +0 -152
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +0 -182
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +0 -167
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +0 -194
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +0 -25
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +0 -68
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +0 -29
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/profile-section.md +0 -47
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +0 -37
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +0 -18
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +0 -58
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +0 -305
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +0 -206
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +0 -260
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +0 -237
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +0 -232
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +0 -186
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +0 -234
- package/src/modules/bmb/workflows/create-agent/steps/step-08-celebrate.md +0 -218
- package/src/modules/bmb/workflows/create-agent/templates/agent-plan.template.md +0 -3
- package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +0 -364
- package/src/modules/bmb/workflows/create-agent/templates/simple-agent.template.md +0 -257
- package/src/modules/bmb/workflows/create-agent/workflow.md +0 -58
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +0 -155
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +0 -169
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +0 -217
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +0 -267
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +0 -228
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +0 -233
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +0 -296
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +0 -228
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +0 -186
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +0 -309
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +0 -337
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +0 -335
- 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 -55
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +0 -157
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +0 -211
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +0 -250
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +0 -216
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +0 -289
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +0 -308
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +0 -284
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +0 -187
- package/src/modules/bmb/workflows/create-workflow/workflow.md +0 -58
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +0 -134
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +0 -202
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +0 -157
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +0 -150
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +0 -150
- package/src/modules/bmb/workflows/edit-agent/workflow.md +0 -58
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +0 -217
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +0 -253
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +0 -217
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +0 -193
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +0 -245
- 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 -58
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +0 -152
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +0 -243
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +0 -274
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +0 -295
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +0 -264
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +0 -360
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +0 -258
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +0 -301
- 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 -58
- 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/bmgd/docs/glossary.md +0 -294
- package/src/modules/bmgd/docs/index.md +0 -180
- package/src/modules/bmgd/docs/quick-start.md +0 -250
- package/src/modules/bmm/README.md +0 -127
- package/src/modules/bmm/docs/bmad-quick-flow.md +0 -506
- package/src/modules/bmm/docs/brownfield-guide.md +0 -748
- package/src/modules/bmm/docs/enterprise-agentic-development.md +0 -686
- package/src/modules/bmm/docs/faq.md +0 -542
- package/src/modules/bmm/docs/index.md +0 -168
- package/src/modules/bmm/docs/quick-spec-flow.md +0 -638
- package/src/modules/bmm/docs/quick-start.md +0 -366
- package/src/modules/bmm/docs/scale-adaptive-system.md +0 -618
- package/src/modules/bmm/docs/troubleshooting.md +0 -661
- package/src/modules/bmm/docs/workflow-architecture-reference.md +0 -366
- package/src/modules/bmm/docs/workflow-document-project-reference.md +0 -489
- package/src/modules/bmm/docs/workflows-analysis.md +0 -266
- package/src/modules/bmm/docs/workflows-implementation.md +0 -210
- package/src/modules/bmm/docs/workflows-planning.md +0 -451
- package/src/modules/bmm/docs/workflows-solutioning.md +0 -509
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +0 -420
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +0 -290
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +0 -270
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +0 -185
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +0 -115
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +0 -28
- package/website/css/custom.css +0 -52
- package/website/docusaurus.config.js +0 -179
- package/website/sidebars.js +0 -157
- package/website/src/pages/index.js +0 -50
- /package/{src/modules/bmm/docs → docs/tutorials/getting-started}/images/workflow-method-greenfield.excalidraw +0 -0
- /package/{src/modules/bmm/docs → docs/tutorials/getting-started}/images/workflow-method-greenfield.svg +0 -0
- /package/{src/modules/bmgd/docs → docs/tutorials/getting-started/images}/workflow-overview.jpg +0 -0
- /package/src/core/{tasks/advanced-elicitation-methods.csv → workflows/advanced-elicitation/methods.csv} +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -0
- /package/src/modules/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/{docs → tools/docs}/BUNDLE_DISTRIBUTION_SETUP.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
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Agent Roles in BMad Method"
|
|
3
|
+
description: Understanding the different agent roles in BMad Method
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
BMad Method uses specialized AI agents, each with a distinct role, expertise, and personality. Understanding these roles helps you know which agent to use for each task.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Core Agents Overview
|
|
12
|
+
|
|
13
|
+
| Agent | Role | Primary Phase |
|
|
14
|
+
|-------|------|---------------|
|
|
15
|
+
| **Analyst** | Research and discovery | Phase 1 (Analysis) |
|
|
16
|
+
| **PM** | Requirements and planning | Phase 2 (Planning) |
|
|
17
|
+
| **Architect** | Technical design | Phase 3 (Solutioning) |
|
|
18
|
+
| **SM** | Sprint orchestration | Phase 4 (Implementation) |
|
|
19
|
+
| **DEV** | Code implementation | Phase 4 (Implementation) |
|
|
20
|
+
| **TEA** | Test architecture | Phases 3-4 (Cross-phase) |
|
|
21
|
+
| **UX Designer** | User experience | Phase 2-3 |
|
|
22
|
+
| **Quick Flow Solo Dev** | Fast solo development | All phases (Quick Flow) |
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Phase 1: Analysis
|
|
27
|
+
|
|
28
|
+
### Analyst (Mary)
|
|
29
|
+
|
|
30
|
+
Business analysis and research specialist.
|
|
31
|
+
|
|
32
|
+
**Responsibilities:**
|
|
33
|
+
- Brainstorming and ideation
|
|
34
|
+
- Market, domain, and competitive research
|
|
35
|
+
- Product brief creation
|
|
36
|
+
- Brownfield project documentation
|
|
37
|
+
|
|
38
|
+
**Key Workflows:**
|
|
39
|
+
- `*brainstorm-project`
|
|
40
|
+
- `*research`
|
|
41
|
+
- `*product-brief`
|
|
42
|
+
- `*document-project`
|
|
43
|
+
|
|
44
|
+
**When to use:** Starting new projects, exploring ideas, validating market fit, documenting existing codebases.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Phase 2: Planning
|
|
49
|
+
|
|
50
|
+
### PM (John)
|
|
51
|
+
|
|
52
|
+
Product requirements and planning expert.
|
|
53
|
+
|
|
54
|
+
**Responsibilities:**
|
|
55
|
+
- Creating Product Requirements Documents
|
|
56
|
+
- Defining functional and non-functional requirements
|
|
57
|
+
- Breaking requirements into epics and stories
|
|
58
|
+
- Validating implementation readiness
|
|
59
|
+
|
|
60
|
+
**Key Workflows:**
|
|
61
|
+
- `*create-prd`
|
|
62
|
+
- `*create-epics-and-stories`
|
|
63
|
+
- `*implementation-readiness`
|
|
64
|
+
|
|
65
|
+
**When to use:** Defining what to build, creating PRDs, organizing work into stories.
|
|
66
|
+
|
|
67
|
+
### UX Designer (Sally)
|
|
68
|
+
|
|
69
|
+
User experience and UI design specialist.
|
|
70
|
+
|
|
71
|
+
**Responsibilities:**
|
|
72
|
+
- UX specification creation
|
|
73
|
+
- User journey mapping
|
|
74
|
+
- Wireframe and mockup design
|
|
75
|
+
- Design system documentation
|
|
76
|
+
|
|
77
|
+
**Key Workflows:**
|
|
78
|
+
- `*create-ux-design`
|
|
79
|
+
- `*validate-design`
|
|
80
|
+
|
|
81
|
+
**When to use:** When UX is a primary differentiator, complex user workflows, design system creation.
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Phase 3: Solutioning
|
|
86
|
+
|
|
87
|
+
### Architect (Winston)
|
|
88
|
+
|
|
89
|
+
System architecture and technical design expert.
|
|
90
|
+
|
|
91
|
+
**Responsibilities:**
|
|
92
|
+
- System architecture design
|
|
93
|
+
- Architecture Decision Records (ADRs)
|
|
94
|
+
- Technical standards definition
|
|
95
|
+
- Implementation readiness validation
|
|
96
|
+
|
|
97
|
+
**Key Workflows:**
|
|
98
|
+
- `*create-architecture`
|
|
99
|
+
- `*implementation-readiness`
|
|
100
|
+
|
|
101
|
+
**When to use:** Multi-epic projects, cross-cutting technical decisions, preventing agent conflicts.
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## Phase 4: Implementation
|
|
106
|
+
|
|
107
|
+
### SM (Bob)
|
|
108
|
+
|
|
109
|
+
Sprint planning and story preparation orchestrator.
|
|
110
|
+
|
|
111
|
+
**Responsibilities:**
|
|
112
|
+
- Sprint planning and tracking
|
|
113
|
+
- Story preparation for development
|
|
114
|
+
- Course correction handling
|
|
115
|
+
- Epic retrospectives
|
|
116
|
+
|
|
117
|
+
**Key Workflows:**
|
|
118
|
+
- `*sprint-planning`
|
|
119
|
+
- `*create-story`
|
|
120
|
+
- `*correct-course`
|
|
121
|
+
- `*epic-retrospective`
|
|
122
|
+
|
|
123
|
+
**When to use:** Organizing work, preparing stories, tracking progress.
|
|
124
|
+
|
|
125
|
+
### DEV (Amelia)
|
|
126
|
+
|
|
127
|
+
Story implementation and code review specialist.
|
|
128
|
+
|
|
129
|
+
**Responsibilities:**
|
|
130
|
+
- Story implementation with tests
|
|
131
|
+
- Code review
|
|
132
|
+
- Following architecture patterns
|
|
133
|
+
- Quality assurance
|
|
134
|
+
|
|
135
|
+
**Key Workflows:**
|
|
136
|
+
- `*dev-story`
|
|
137
|
+
- `*code-review`
|
|
138
|
+
|
|
139
|
+
**When to use:** Writing code, implementing stories, reviewing quality.
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## Cross-Phase Agents
|
|
144
|
+
|
|
145
|
+
### TEA (Murat)
|
|
146
|
+
|
|
147
|
+
Test architecture and quality strategy expert.
|
|
148
|
+
|
|
149
|
+
**Responsibilities:**
|
|
150
|
+
- Test framework setup
|
|
151
|
+
- Test design and planning
|
|
152
|
+
- ATDD and automation
|
|
153
|
+
- Quality gate decisions
|
|
154
|
+
|
|
155
|
+
**Key Workflows:**
|
|
156
|
+
- `*framework`, `*ci`
|
|
157
|
+
- `*test-design`, `*atdd`, `*automate`
|
|
158
|
+
- `*test-review`, `*trace`, `*nfr-assess`
|
|
159
|
+
|
|
160
|
+
**When to use:** Setting up testing, creating test plans, quality gates.
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## Quick Flow
|
|
165
|
+
|
|
166
|
+
### Quick Flow Solo Dev (Barry)
|
|
167
|
+
|
|
168
|
+
Fast solo development without handoffs.
|
|
169
|
+
|
|
170
|
+
**Responsibilities:**
|
|
171
|
+
- Technical specification
|
|
172
|
+
- End-to-end implementation
|
|
173
|
+
- Code review
|
|
174
|
+
|
|
175
|
+
**Key Workflows:**
|
|
176
|
+
- `*quick-spec`
|
|
177
|
+
- `*quick-dev`
|
|
178
|
+
- `*code-review`
|
|
179
|
+
|
|
180
|
+
**When to use:** Bug fixes, small features, rapid prototyping.
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
## Choosing the Right Agent
|
|
185
|
+
|
|
186
|
+
| Task | Agent |
|
|
187
|
+
|------|-------|
|
|
188
|
+
| Brainstorming ideas | Analyst |
|
|
189
|
+
| Market research | Analyst |
|
|
190
|
+
| Creating PRD | PM |
|
|
191
|
+
| Designing UX | UX Designer |
|
|
192
|
+
| System architecture | Architect |
|
|
193
|
+
| Preparing stories | SM |
|
|
194
|
+
| Writing code | DEV |
|
|
195
|
+
| Setting up tests | TEA |
|
|
196
|
+
| Quick bug fix | Quick Flow Solo Dev |
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
## Related
|
|
201
|
+
|
|
202
|
+
- [What Are Agents](/docs/explanation/core-concepts/what-are-agents.md) - Foundational concepts
|
|
203
|
+
- [Agent Reference](/docs/reference/agents/index.md) - Complete command reference
|
|
204
|
+
- [Quick Start Guide](/docs/tutorials/getting-started/getting-started-bmadv6.md)
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "BMad Core Concepts"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
Understanding the fundamental building blocks of the BMad Method.
|
|
7
|
+
|
|
8
|
+
## The Essentials
|
|
9
|
+
|
|
10
|
+
| Concept | Description | Guide |
|
|
11
|
+
|---------|-------------|-------|
|
|
12
|
+
| **Agents** | AI assistants with personas, capabilities, and menus | [Agents Guide](/docs/explanation/core-concepts/what-are-agents.md) |
|
|
13
|
+
| **Workflows** | Structured processes for achieving specific outcomes | [Workflows Guide](/docs/explanation/core-concepts/what-are-workflows.md) |
|
|
14
|
+
| **Modules** | Packaged collections of agents and workflows | [Modules Guide](/docs/explanation/core-concepts/what-are-modules.md) |
|
|
15
|
+
|
|
16
|
+
## Getting Started
|
|
17
|
+
|
|
18
|
+
### New to BMad?
|
|
19
|
+
Start here to understand what BMad is and how it works:
|
|
20
|
+
|
|
21
|
+
1. **[Agents Guide](/docs/explanation/core-concepts/what-are-agents.md)** - Learn about Simple and Expert agents
|
|
22
|
+
2. **[Workflows Guide](/docs/explanation/core-concepts/what-are-workflows.md)** - Understand how workflows orchestrate tasks
|
|
23
|
+
3. **[Modules Guide](/docs/explanation/core-concepts/what-are-modules.md)** - See how modules organize functionality
|
|
24
|
+
|
|
25
|
+
### Installing BMad
|
|
26
|
+
|
|
27
|
+
- **[Installation Guide](/docs/how-to/installation/index.md)** - Set up BMad in your project
|
|
28
|
+
- **[Upgrading from v4](/docs/how-to/installation/upgrade-to-v6.md)** - Migrate from earlier versions
|
|
29
|
+
|
|
30
|
+
### Configuration
|
|
31
|
+
|
|
32
|
+
- **[BMad Customization](/docs/how-to/customization/index.md)** - Personalize agents and workflows
|
|
33
|
+
|
|
34
|
+
### Advanced
|
|
35
|
+
|
|
36
|
+
- **[Web Bundles](/docs/explanation/features/web-bundles.md)** - Use BMad in Gemini Gems and Custom GPTs
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
**Next:** Read the [Agents Guide](/docs/explanation/core-concepts/what-are-agents.md) to understand the core building block of BMad.
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Agents"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
Agents are AI assistants that help you accomplish tasks. Each agent has a unique personality, specialized capabilities, and an interactive menu.
|
|
7
|
+
|
|
8
|
+
## Agent Types
|
|
9
|
+
|
|
10
|
+
BMad has two primary agent types, designed for different use cases:
|
|
11
|
+
|
|
12
|
+
### Simple Agents
|
|
13
|
+
|
|
14
|
+
**Self-contained, focused, ready to use.**
|
|
15
|
+
|
|
16
|
+
Simple agents are complete in a single file. They excel at well-defined tasks and require minimal setup.
|
|
17
|
+
|
|
18
|
+
**Best for:**
|
|
19
|
+
- Single-purpose assistants (code review, documentation, commit messages)
|
|
20
|
+
- Quick deployment
|
|
21
|
+
- Projects that don't require persistent memory
|
|
22
|
+
- Getting started fast
|
|
23
|
+
|
|
24
|
+
**Example:** A commit message agent that reads your git diff and generates conventional commits.
|
|
25
|
+
|
|
26
|
+
### Expert Agents
|
|
27
|
+
|
|
28
|
+
**Powerful, memory-equipped, domain specialists.**
|
|
29
|
+
|
|
30
|
+
Expert agents have a **sidecar** - a companion folder containing additional instructions, workflows, and memory files. They remember context across sessions and handle complex, multi-step tasks.
|
|
31
|
+
|
|
32
|
+
**Best for:**
|
|
33
|
+
- Domain specialists (security architect, game designer, product manager)
|
|
34
|
+
- Tasks requiring persistent memory
|
|
35
|
+
- Complex workflows with multiple stages
|
|
36
|
+
- Projects that grow over time
|
|
37
|
+
|
|
38
|
+
**Example:** A game architect that remembers your design decisions, maintains consistency across sprints, and coordinates with other specialists.
|
|
39
|
+
|
|
40
|
+
## Key Differences
|
|
41
|
+
|
|
42
|
+
| Feature | Simple | Expert |
|
|
43
|
+
| ---------------- | -------------- | -------------------------- |
|
|
44
|
+
| **Files** | Single file | Agent + sidecar folder |
|
|
45
|
+
| **Memory** | Session only | Persistent across sessions |
|
|
46
|
+
| **Capabilities** | Focused scope | Multi-domain, extensible |
|
|
47
|
+
| **Setup** | Zero config | Sidecar initialization |
|
|
48
|
+
| **Best Use** | Specific tasks | Ongoing projects |
|
|
49
|
+
|
|
50
|
+
## Agent Components
|
|
51
|
+
|
|
52
|
+
All agents share these building blocks:
|
|
53
|
+
|
|
54
|
+
### Persona
|
|
55
|
+
- **Role** - What the agent does (expertise domain)
|
|
56
|
+
- **Identity** - Who the agent is (personality, character)
|
|
57
|
+
- **Communication Style** - How the agent speaks (tone, voice)
|
|
58
|
+
- **Principles** - Why the agent acts (values, decision framework)
|
|
59
|
+
|
|
60
|
+
### Capabilities
|
|
61
|
+
- Skills, tools, and knowledge the agent can apply
|
|
62
|
+
- Mapped to specific menu commands
|
|
63
|
+
|
|
64
|
+
### Menu
|
|
65
|
+
- Interactive command list
|
|
66
|
+
- Triggers, descriptions, and handlers
|
|
67
|
+
- Auto-includes help and exit options
|
|
68
|
+
|
|
69
|
+
### Critical Actions (optional)
|
|
70
|
+
- Instructions that execute before the agent starts
|
|
71
|
+
- Enable autonomous behaviors (e.g., "check git status before changes")
|
|
72
|
+
|
|
73
|
+
## Which Should You Use?
|
|
74
|
+
|
|
75
|
+
**Choose Simple when:**
|
|
76
|
+
- You need a task done quickly and reliably
|
|
77
|
+
- The scope is well-defined and won't change much
|
|
78
|
+
- You don't need the agent to remember things between sessions
|
|
79
|
+
|
|
80
|
+
**Choose Expert when:**
|
|
81
|
+
- You're building something complex over time
|
|
82
|
+
- The agent needs to maintain context (project history, decisions)
|
|
83
|
+
- You want the agent to coordinate workflows or other agents
|
|
84
|
+
- Domain expertise requires specialized knowledge bases
|
|
85
|
+
|
|
86
|
+
## Creating Custom Agents
|
|
87
|
+
|
|
88
|
+
BMad provides the **BMad Builder (BMB)** module for creating your own agents. See the [Agent Creation Guide](/docs/tutorials/advanced/create-custom-agent.md) for step-by-step instructions.
|
|
89
|
+
|
|
90
|
+
## Customizing Existing Agents
|
|
91
|
+
|
|
92
|
+
You can modify any agent's behavior without editing core files. See [BMad Customization](/docs/how-to/customization/index.md) for details. It is critical to never modify an installed agents .md file directly and follow the customization process, this way future updates to the agent or module its part of will continue to be updated and recompiled with the installer tool, and your customizations will still be retained.
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
**Next:** Learn about [Workflows](/docs/explanation/core-concepts/what-are-workflows.md) to see how agents accomplish complex tasks.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Modules"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
Modules are organized collections of agents and workflows that solve specific problems or address particular domains.
|
|
7
|
+
|
|
8
|
+
## What is a Module?
|
|
9
|
+
|
|
10
|
+
A module is a self-contained package that includes:
|
|
11
|
+
|
|
12
|
+
- **Agents** - Specialized AI assistants
|
|
13
|
+
- **Workflows** - Step-by-step processes
|
|
14
|
+
- **Configuration** - Module-specific settings
|
|
15
|
+
- **Documentation** - Usage guides and reference
|
|
16
|
+
|
|
17
|
+
## Official Modules
|
|
18
|
+
|
|
19
|
+
### Core Module
|
|
20
|
+
Always installed, provides shared functionality:
|
|
21
|
+
- Global configuration
|
|
22
|
+
- Core workflows (Party Mode, Advanced Elicitation, Brainstorming)
|
|
23
|
+
- Common tasks (document indexing, sharding, review)
|
|
24
|
+
|
|
25
|
+
### BMad Method (BMM)
|
|
26
|
+
Software and game development:
|
|
27
|
+
- Project planning workflows
|
|
28
|
+
- Implementation agents (Dev, PM, QA, Scrum Master)
|
|
29
|
+
- Testing and architecture guidance
|
|
30
|
+
|
|
31
|
+
### BMad Builder (BMB)
|
|
32
|
+
Create custom solutions:
|
|
33
|
+
- Agent creation workflows
|
|
34
|
+
- Workflow authoring tools
|
|
35
|
+
- Module scaffolding
|
|
36
|
+
|
|
37
|
+
### Creative Intelligence Suite (CIS)
|
|
38
|
+
Innovation and creativity:
|
|
39
|
+
- Creative thinking techniques
|
|
40
|
+
- Innovation strategy workflows
|
|
41
|
+
- Storytelling and ideation
|
|
42
|
+
|
|
43
|
+
### BMad Game Dev (BMGD)
|
|
44
|
+
Game development specialization:
|
|
45
|
+
- Game design workflows
|
|
46
|
+
- Narrative development
|
|
47
|
+
- Performance testing frameworks
|
|
48
|
+
|
|
49
|
+
## Module Structure
|
|
50
|
+
|
|
51
|
+
Installed modules follow this structure:
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
_bmad/
|
|
55
|
+
├── core/ # Always present
|
|
56
|
+
├── bmm/ # BMad Method (if installed)
|
|
57
|
+
├── bmb/ # BMad Builder (if installed)
|
|
58
|
+
├── cis/ # Creative Intelligence (if installed)
|
|
59
|
+
└── bmgd/ # Game Dev (if installed)
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## Custom Modules
|
|
63
|
+
|
|
64
|
+
You can create your own modules containing:
|
|
65
|
+
- Custom agents for your domain
|
|
66
|
+
- Organizational workflows
|
|
67
|
+
- Team-specific configurations
|
|
68
|
+
|
|
69
|
+
Custom modules are installed the same way as official modules.
|
|
70
|
+
|
|
71
|
+
## Installing Modules
|
|
72
|
+
|
|
73
|
+
During BMad installation, you choose which modules to install. You can also add or remove modules later by re-running the installer.
|
|
74
|
+
|
|
75
|
+
See [Installation Guide](/docs/how-to/installation/index.md) for details.
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
**Next:** Read the [Installation Guide](/docs/how-to/installation/index.md) to set up BMad with the modules you need.
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Workflows"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
Workflows are like prompts on steroids. They harness the untapped power and control of LLMs through progressive disclosure—breaking complex tasks into focused steps that execute sequentially. Instead of random AI slop where you hope for the best, workflows give you repeatable, reliable, high-quality outputs.
|
|
7
|
+
|
|
8
|
+
This guide explains what workflows are, why they're powerful, and how to think about designing them.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## What Is a Workflow?
|
|
13
|
+
|
|
14
|
+
A workflow is a structured process where the AI executes steps sequentially to accomplish a task. Each step has a specific purpose, and the AI moves through them methodically—whether that involves extensive collaboration or minimal user interaction.
|
|
15
|
+
|
|
16
|
+
Think of it this way: instead of asking "help me build a nutrition plan" and getting a generic response, a workflow guides you (or runs automatically) through discovery, assessment, strategy, shopping lists, and prep schedules—each step building on the last, nothing missed, no shortcuts taken.
|
|
17
|
+
|
|
18
|
+
## How do workflows differ from skills?
|
|
19
|
+
|
|
20
|
+
Actually they really do not - a workflow can be a skill, and a skill can be a workflow. The main thing with a BMad workflow is the suggestion to follow certain conventions, which actually are also skill best practices. A skill has a few optional and required fields to add as the main file workflow and get stored in a specific location depending on your tool choice for automatic invocation by the llm - whereas workflows are generally intentionally launched, with from another process calling them, or a user invoking via a slash command. In the near future, workflows will optionally be installable as skills also - but if you like, you can add front matter to your custom workflows based on the skill spec from Anthropic, and put them in the proper location your tool dictates.
|
|
21
|
+
|
|
22
|
+
### The Power of Progressive Disclosure
|
|
23
|
+
|
|
24
|
+
Here's why workflows work so well: the AI only sees the current step. It doesn't know about step 5 when it's on step 2. It can't get ahead of itself, skip steps, or lose focus. Each step gets the AI's full attention, completing fully before the next step loads.
|
|
25
|
+
|
|
26
|
+
This is the opposite of a giant prompt that tries to handle everything at once and inevitably misses details or loses coherence.
|
|
27
|
+
|
|
28
|
+
Workflows exist on a spectrum:
|
|
29
|
+
|
|
30
|
+
- **Interactive workflows** guide users through complex decisions via collaboration and facilitation
|
|
31
|
+
- **Automated workflows** run with minimal user input, processing documents or executing tasks
|
|
32
|
+
- **Hybrid workflows** combine both—some steps need user input, others run automatically
|
|
33
|
+
|
|
34
|
+
### Real-World Workflow Examples
|
|
35
|
+
|
|
36
|
+
**Tax Organizer Workflow**
|
|
37
|
+
|
|
38
|
+
A tax preparation workflow that helps users organize financial documents for tax filing. Runs in a single session, follows prescriptive IRS categories, produces a checklist of required documents with missing-item alerts. Sequential and compliance-focused.
|
|
39
|
+
|
|
40
|
+
**Meal Planning Workflow**
|
|
41
|
+
|
|
42
|
+
Creates personalized weekly meal plans through collaborative nutrition planning. Users can stop mid-session and return later because the workflow tracks progress. Intent-based conversation helps discover preferences rather than following a script. Multi-session, creative, and highly interactive.
|
|
43
|
+
|
|
44
|
+
**Course Creator Workflow**
|
|
45
|
+
|
|
46
|
+
Helps instructors design course syllabi. Branches based on course type—academic courses need accreditation sections, vocational courses need certification prep, self-paced courses need different structures entirely.
|
|
47
|
+
|
|
48
|
+
**Therapy Intake Workflow**
|
|
49
|
+
|
|
50
|
+
Guides mental health professionals through structured client intake sessions. Highly sensitive and confidential, uses intent-based questioning to build rapport while ensuring all required clinical information is collected. Continuable across multiple sessions.
|
|
51
|
+
|
|
52
|
+
**Software Architecture Workflow** (BMM Module)
|
|
53
|
+
|
|
54
|
+
Part of a larger software development pipeline. Runs after product requirements and UX design are complete, takes those documents as input, then collaboratively walks through technical decisions: system components, data flows, technology choices, architectural patterns. Produces an architecture document that implementation teams use to build consistently.
|
|
55
|
+
|
|
56
|
+
**Shard Document Workflow**
|
|
57
|
+
|
|
58
|
+
Nearly hands-off automated workflow. Takes a large document as input, uses a custom npx tool to split it into smaller files, deletes the original, then augments an index with content details so the LLM can efficiently find and reference specific sections later. Minimal user interaction—just specify the input document.
|
|
59
|
+
|
|
60
|
+
These examples show the range: from collaborative creative processes to automated batch jobs, workflows ensure completeness and consistency whether the work involves deep collaboration or minimal human oversight.
|
|
61
|
+
|
|
62
|
+
### The Facilitative Philosophy
|
|
63
|
+
|
|
64
|
+
When workflows involve users, they should be **facilitative, not directive**. The AI treats users as partners and domain experts, not as passive recipients of generated content.
|
|
65
|
+
|
|
66
|
+
**Collaborative dialogue, not command-response**: The AI and user work together throughout. The AI brings structured thinking, methodology, and technical knowledge. The user brings domain expertise, context, and judgment. Together they produce something better than either could alone.
|
|
67
|
+
|
|
68
|
+
**The user is the expert in their domain**: A nutrition planning workflow doesn't dictate meal plans—it guides users through discovering what works for their lifestyle. An architecture workflow doesn't tell architects what to build—it facilitates systematic decision-making so choices are explicit and consistent.
|
|
69
|
+
|
|
70
|
+
**Intent-based facilitation**: Workflows should describe goals and approaches, not scripts. Instead of "Ask: What is your age? Then ask: What is your goal weight?" use "Guide the user through understanding their health profile. Ask 1-2 questions at a time. Think about their responses before asking follow-ups. Probe to understand their actual needs."
|
|
71
|
+
|
|
72
|
+
The AI figures out exact wording and question order based on conversation context. This makes interactions feel natural and responsive rather than robotic and interrogative.
|
|
73
|
+
|
|
74
|
+
**When to be prescriptive**: Some workflows require exact scripts—medical intake, legal compliance, safety-critical procedures. But these are the exception, not the rule. Default to facilitative intent-based approaches unless compliance or regulation demands otherwise.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
## Why Workflows Matter
|
|
79
|
+
|
|
80
|
+
Workflows solve three fundamental problems with AI interactions:
|
|
81
|
+
|
|
82
|
+
**Focus**: Each step contains only instructions for that phase. The AI sees one step at a time, preventing it from getting ahead of itself or losing focus.
|
|
83
|
+
|
|
84
|
+
**Continuity**: Workflows can span multiple sessions. Stop mid-workflow and return later without losing progress—something free-form prompts can't do.
|
|
85
|
+
|
|
86
|
+
**Quality**: Sequential enforcement prevents shortcuts. The AI must complete each step fully before moving on, ensuring thorough, complete outputs instead of rushed, half-baked results.
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## How Workflows Work
|
|
91
|
+
|
|
92
|
+
### The Basic Structure
|
|
93
|
+
|
|
94
|
+
Workflows consist of multiple markdown files, each representing one step:
|
|
95
|
+
|
|
96
|
+
```
|
|
97
|
+
my-workflow/
|
|
98
|
+
├── workflow.md # Entry point and configuration
|
|
99
|
+
├── steps/ # Step files (steps-c/ for create, steps-e/ for edit, steps-v/ for validate)
|
|
100
|
+
│ ├── step-01-init.md
|
|
101
|
+
│ ├── step-02-profile.md
|
|
102
|
+
│ └── step-N-final.md
|
|
103
|
+
├── data/ # Reference materials, CSVs, examples
|
|
104
|
+
└── templates/ # Output document templates
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
The `workflow.md` file is minimal—it contains the workflow name, description, goal, the AI's role, and how to start. Importantly, it does not list all steps or detail what each does. This is progressive disclosure in action.
|
|
108
|
+
|
|
109
|
+
### Sequential Execution
|
|
110
|
+
|
|
111
|
+
Workflows execute in strict sequence: `step-01 → step-02 → step-03 → ... → step-N`
|
|
112
|
+
|
|
113
|
+
The AI cannot skip steps or optimize the sequence. It must complete each step fully before loading the next. This ensures thoroughness and prevents shortcuts that compromise quality.
|
|
114
|
+
|
|
115
|
+
### Continuable Workflows
|
|
116
|
+
|
|
117
|
+
Some workflows are complex enough that users might need multiple sessions. These "continuable workflows" track which steps are complete in the output document's frontmatter, so users can stop and resume later without losing progress.
|
|
118
|
+
|
|
119
|
+
Use continuable workflows when:
|
|
120
|
+
- The workflow produces large documents
|
|
121
|
+
- Multiple sessions are likely
|
|
122
|
+
- Complex decisions benefit from reflection
|
|
123
|
+
- The workflow has many steps (8+)
|
|
124
|
+
|
|
125
|
+
Keep it simple (single-session) when tasks are quick, focused, and can be completed in one sitting.
|
|
126
|
+
|
|
127
|
+
### Workflow Chaining
|
|
128
|
+
|
|
129
|
+
Workflows can be chained together where outputs become inputs. The BMM module pipeline is a perfect example:
|
|
130
|
+
|
|
131
|
+
```
|
|
132
|
+
brainstorming → research → brief → PRD → UX → architecture → epics → sprint-planning
|
|
133
|
+
↓
|
|
134
|
+
implement-story → review → repeat
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
Each workflow checks for required inputs from prior workflows, validates they're complete, and produces output for the next workflow. This creates powerful end-to-end pipelines for complex processes.
|
|
138
|
+
|
|
139
|
+
### The Tri-Modal Pattern
|
|
140
|
+
|
|
141
|
+
For critical workflows that produce important artifacts, BMad uses a tri-modal structure: Create, Validate, and Edit. Each mode is a separate workflow path that can run independently or flow into the others.
|
|
142
|
+
|
|
143
|
+
**Create mode** builds new artifacts from scratch. But here's where it gets interesting: create mode can also function as a conversion tool. Feed it a non-compliant document—something that doesn't follow BMad standards—and it will extract the essential content and rebuild it as a compliant artifact. This means you can bring in existing work and automatically upgrade it to follow proper patterns.
|
|
144
|
+
|
|
145
|
+
**Validate mode** runs standalone and checks artifacts against standards. Because it's separate, you can run validation whenever you want—immediately after creation, weeks later when things have changed, or even using a different LLM entirely. It's like having a quality assurance checkpoint that's always available but never forced.
|
|
146
|
+
|
|
147
|
+
**Edit mode** modifies existing artifacts while enforcing standards. As you update documents to reflect changing requirements or new understanding, edit mode ensures you don't accidentally drift away from the patterns that make the artifacts useful. It checks compliance as you work and can route back to create mode if it detects something that needs full conversion.
|
|
148
|
+
|
|
149
|
+
All BMad planning workflows and the BMB module (will) use this tri-modal pattern. The pristine example is the workflow workflow in BMB—it creates workflow specifications, validates them against standards, and lets you edit them while maintaining compliance. You can study that workflow to see the pattern in action.
|
|
150
|
+
|
|
151
|
+
This tri-modal approach gives you the best of both worlds: the creativity and flexibility to build what you need, the quality assurance of validation that can run anytime, and the ability to iterate while staying true to standards that make the artifacts valuable across sessions and team members.
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Design Decisions
|
|
156
|
+
|
|
157
|
+
Before building a workflow, answer these questions:
|
|
158
|
+
|
|
159
|
+
**Module affiliation**: Is this standalone or part of a module? Module-based workflows can access module-specific variables and reference other workflow outputs. Also when part of a module, generally they will be associated to an agent.
|
|
160
|
+
|
|
161
|
+
**Continuable or single-session?**: Will users need multiple sessions, or can this be completed in one sitting?
|
|
162
|
+
|
|
163
|
+
**Edit/Validate support?**: Do you need Create/Edit/Validate modes (tri-modal structure)? Use tri-modal for complex, critical workflows requiring quality assurance. Use create-only for simple, one-off workflows.
|
|
164
|
+
|
|
165
|
+
**Document output?**: Does this produce a persistent file, or perform actions without output?
|
|
166
|
+
|
|
167
|
+
**Intent or prescriptive?**: Is this intent-based facilitation (most workflows) or prescriptive compliance (medical, legal, regulated)?
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## Learning from Examples
|
|
172
|
+
|
|
173
|
+
The best way to understand workflows is to study real examples. Look at the official BMad modules:
|
|
174
|
+
|
|
175
|
+
- **BMB (Module Builder)**: Workflow and agent creation workflows
|
|
176
|
+
- **BMM (Business Method Module)**: Complete software development pipeline from brainstorming through sprint planning
|
|
177
|
+
- **BMGD (Game Development Module)**: Game design briefs, narratives, architecture
|
|
178
|
+
- **CIS (Creativity, Innovation, Strategy)**: Brainstorming, design thinking, storytelling, innovation strategy
|
|
179
|
+
|
|
180
|
+
Study the workflow.md files to understand how each workflow starts. Examine step files to see how instructions are structured. Notice the frontmatter variables, menu handling, and how steps chain together.
|
|
181
|
+
|
|
182
|
+
Copy patterns that work. Adapt them to your domain. The structure is consistent across all workflows—the content and steps change, but the architecture stays the same.
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
## When to Use Workflows
|
|
187
|
+
|
|
188
|
+
Use workflows when:
|
|
189
|
+
|
|
190
|
+
- **Tasks are multi-step and complex**: Break down complexity into manageable pieces
|
|
191
|
+
- **Quality and completeness matter**: Sequential enforcement ensures nothing gets missed
|
|
192
|
+
- **Repeatability is important**: Get consistent results every time
|
|
193
|
+
- **Tasks span multiple sessions**: Continuable workflows preserve progress
|
|
194
|
+
- **You need to chain processes**: Output of one workflow becomes input of another
|
|
195
|
+
- **Compliance or standards matter**: Enforce required steps and documentation
|
|
196
|
+
|
|
197
|
+
Don't use workflows when:
|
|
198
|
+
|
|
199
|
+
- **Tasks are simple and one-off**: A single prompt works fine for quick questions
|
|
200
|
+
- **Flexibility trumps structure**: Free-form conversation is better for exploration
|
|
201
|
+
|
|
202
|
+
Modified BMad Workflows
|
|
203
|
+
|
|
204
|
+
- **Tasks are truly one-step**
|
|
205
|
+
|
|
206
|
+
If there's only one thing to do and it can be explained in under about 300 lines - don't bother with step files. Instead, you can still have
|
|
207
|
+
a short single file workflow.md file.
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## The Bottom Line
|
|
212
|
+
|
|
213
|
+
Workflows transform AI from a tool that gives variable, unpredictable results into a reliable system for complex, multi-step processes. Through progressive disclosure, sequential execution, guided facilitation, and thoughtful design, workflows give you control and repeatability that ad-hoc prompting alone can't match.
|
|
214
|
+
|
|
215
|
+
They're not just for software development. You can create workflows for any guided process - meal planning, course design, therapy intake, tax preparation, document processing, creative writing, event planning—any complex task that benefits from structure and thoroughness.
|
|
216
|
+
|
|
217
|
+
Start simple. Study examples. Build workflows for your own domain. You'll wonder how you ever got by with just prompts.
|