bmad-method 6.0.0-alpha.22 → 6.0.0-alpha.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.coderabbit.yaml +2 -2
- package/.github/workflows/docs.yaml +3 -12
- package/CHANGELOG.md +153 -0
- package/CNAME +1 -0
- package/CONTRIBUTING.md +9 -7
- package/README.md +40 -198
- package/docs/404.md +9 -0
- package/docs/{modules/bmm-bmad-method/images/README.md → _README_WORKFLOW_DIAGRAMS.md} +4 -1
- package/docs/_STYLE_GUIDE.md +347 -0
- package/docs/_archive/getting-started-bmadv4.md +247 -0
- package/{website/src/pages → docs}/downloads.md +17 -11
- package/docs/{modules/bmm-bmad-method/quick-flow-solo-dev.md → explanation/agents/barry-quick-flow.md} +18 -15
- package/docs/explanation/agents/index.md +28 -0
- package/docs/explanation/architecture/four-phases.md +126 -0
- package/docs/explanation/architecture/preventing-agent-conflicts.md +138 -0
- package/docs/explanation/architecture/why-solutioning-matters.md +91 -0
- package/docs/{modules/bmb-bmad-builder/custom-content.md → explanation/bmad-builder/custom-content-types.md} +17 -18
- package/docs/explanation/bmad-builder/index.md +66 -0
- package/docs/{modules/bmm-bmad-method → explanation/bmm}/index.md +27 -22
- package/docs/explanation/core/index.md +18 -0
- package/docs/explanation/core-concepts/agent-roles.md +204 -0
- package/docs/explanation/core-concepts/index.md +40 -0
- package/docs/{bmad-core-concepts/agents.md → explanation/core-concepts/what-are-agents.md} +8 -5
- package/docs/{bmad-core-concepts/modules.md → explanation/core-concepts/what-are-modules.md} +12 -9
- package/docs/explanation/core-concepts/what-are-workflows.md +217 -0
- package/docs/{modules/cis-creative-intelligence-suite → explanation/creative-intelligence}/index.md +26 -54
- package/docs/explanation/faq/brownfield-faq.md +73 -0
- package/docs/explanation/faq/getting-started-faq.md +62 -0
- package/docs/explanation/faq/implementation-faq.md +52 -0
- package/docs/explanation/faq/index.md +16 -0
- package/docs/explanation/faq/levels-and-tracks-faq.md +52 -0
- package/docs/explanation/faq/planning-faq.md +41 -0
- package/docs/explanation/faq/tools-faq.md +253 -0
- package/docs/explanation/faq/workflows-faq.md +61 -0
- package/docs/{modules/core → explanation/features}/advanced-elicitation.md +5 -2
- package/docs/{modules/core/brainstorming.md → explanation/features/brainstorming-techniques.md} +4 -1
- package/docs/{modules/bmm-bmad-method → explanation/features}/party-mode.md +7 -9
- package/docs/explanation/features/quick-flow.md +169 -0
- package/docs/{modules/bmm-bmad-method/test-architecture.md → explanation/features/tea-overview.md} +144 -98
- package/docs/{bmad-core-concepts/web-bundles/index.md → explanation/features/web-bundles.md} +6 -5
- package/docs/{modules/bmgd-bmad-game-dev/agents-guide.md → explanation/game-dev/agents.md} +8 -5
- package/docs/explanation/game-dev/bmgd-vs-bmm.md +150 -0
- package/docs/{modules/bmgd-bmad-game-dev/game-types-guide.md → explanation/game-dev/game-types.md} +7 -4
- package/docs/explanation/game-dev/index.md +85 -0
- package/docs/explanation/philosophy/facilitation-over-generation.md +121 -0
- package/docs/explanation/philosophy/testing-as-engineering.md +119 -0
- package/docs/how-to/brownfield/add-feature-to-existing.md +91 -0
- package/docs/how-to/brownfield/document-existing-project.md +84 -0
- package/docs/how-to/brownfield/index.md +102 -0
- package/docs/how-to/brownfield/quick-fix-in-brownfield.md +94 -0
- package/docs/{bmad-core-concepts/bmad-customization/agents.md → how-to/customization/customize-agents.md} +8 -10
- package/docs/{bmad-core-concepts/bmad-customization/workflows.md → how-to/customization/customize-workflows.md} +8 -5
- package/docs/how-to/customization/index.md +27 -0
- package/docs/{modules/core/document-sharding-guide.md → how-to/customization/shard-large-documents.md} +9 -17
- package/docs/{modules/bmb-bmad-builder/workflow-vendoring-customization-inheritance.md → how-to/customization/vendor-workflows.md} +4 -1
- package/docs/how-to/get-answers-about-bmad.md +98 -0
- package/docs/how-to/installation/index.md +15 -0
- package/docs/how-to/installation/install-bmad.md +138 -0
- package/docs/{modules/bmb-bmad-builder/custom-content-installation.md → how-to/installation/install-custom-modules.md} +12 -9
- package/docs/{bmad-core-concepts/installing/upgrading.md → how-to/installation/upgrade-to-v6.md} +6 -3
- package/docs/{modules/bmgd-bmad-game-dev/troubleshooting.md → how-to/troubleshooting/bmgd-troubleshooting.md} +7 -5
- package/docs/{modules/bmgd-bmad-game-dev/quick-flow-guide.md → how-to/workflows/bmgd-quick-flow.md} +8 -5
- package/docs/how-to/workflows/conduct-research.md +130 -0
- package/docs/how-to/workflows/create-architecture.md +147 -0
- package/docs/how-to/workflows/create-epics-and-stories.md +136 -0
- package/docs/how-to/workflows/create-prd.md +130 -0
- package/docs/how-to/workflows/create-product-brief.md +117 -0
- package/docs/how-to/workflows/create-story.md +119 -0
- package/docs/how-to/workflows/create-ux-design.md +117 -0
- package/docs/how-to/workflows/implement-story.md +127 -0
- package/docs/how-to/workflows/quick-spec.md +159 -0
- package/docs/how-to/workflows/run-brainstorming-session.md +94 -0
- package/docs/how-to/workflows/run-code-review.md +141 -0
- package/docs/how-to/workflows/run-implementation-readiness.md +162 -0
- package/docs/how-to/workflows/run-sprint-planning.md +111 -0
- package/docs/how-to/workflows/run-test-design.md +128 -0
- package/docs/how-to/workflows/setup-party-mode.md +117 -0
- package/docs/how-to/workflows/setup-test-framework.md +113 -0
- package/docs/index.md +35 -83
- package/docs/{modules/bmm-bmad-method/agents-guide.md → reference/agents/index.md} +36 -39
- package/docs/{modules/core → reference/configuration}/core-tasks.md +5 -2
- package/docs/{modules/core/global-core-config.md → reference/configuration/global-config.md} +4 -1
- package/docs/{modules/bmm-bmad-method/glossary.md → reference/glossary/index.md} +90 -24
- package/docs/{modules/bmgd-bmad-game-dev/workflows-guide.md → reference/workflows/bmgd-workflows.md} +11 -8
- package/docs/{modules/core → reference/workflows}/core-workflows.md +9 -6
- package/docs/{modules/bmm-bmad-method/workflow-document-project-reference.md → reference/workflows/document-project.md} +7 -4
- package/docs/reference/workflows/index.md +16 -0
- package/docs/tutorials/advanced/create-custom-agent.md +171 -0
- package/docs/tutorials/getting-started/getting-started-bmadv6.md +246 -0
- package/docs/tutorials/getting-started/quick-start-bmgd.md +260 -0
- package/docs/tutorials/getting-started/workflow-overview.jpg +0 -0
- package/eslint.config.mjs +2 -2
- package/package.json +10 -10
- package/samples/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +1 -0
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +3 -3
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +2 -2
- package/samples/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
- package/samples/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +1 -0
- package/src/core/agents/bmad-master.agent.yaml +1 -0
- package/src/core/tasks/shard-doc.xml +2 -2
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +68 -9
- package/src/core/workflows/brainstorming/workflow.md +7 -0
- package/src/modules/bmb/agents/agent-builder.agent.yaml +5 -0
- package/src/modules/bmb/agents/module-builder.agent.yaml +5 -8
- package/src/modules/bmb/agents/workflow-builder.agent.yaml +16 -7
- package/src/modules/bmb/workflows/agent/data/agent-menu-patterns.md +5 -5
- package/src/modules/bmb/workflows/agent/data/critical-actions.md +2 -2
- package/src/modules/bmb/workflows/agent/data/expert-agent-architecture.md +1 -1
- package/src/modules/bmb/workflows/agent/data/expert-agent-validation.md +2 -1
- package/src/modules/bmb/workflows/agent/data/module-agent-validation.md +2 -0
- package/src/modules/bmb/workflows/agent/data/reference/expert-examples/journal-keeper/journal-keeper.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/security-engineer.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/trend-analyst.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/reference/simple-examples/commit-poet.agent.yaml +1 -0
- package/src/modules/bmb/workflows/agent/data/simple-agent-validation.md +2 -1
- package/src/modules/bmb/workflows/agent/steps-c/step-01-brainstorm.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-c/step-02-discovery.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-c/step-03-type-metadata.md +6 -4
- package/src/modules/bmb/workflows/agent/steps-c/step-04-persona.md +4 -2
- package/src/modules/bmb/workflows/agent/steps-c/step-05-commands-menu.md +4 -2
- package/src/modules/bmb/workflows/agent/steps-c/step-06-activation.md +11 -7
- package/src/modules/bmb/workflows/agent/steps-c/step-07a-build-simple.md +7 -5
- package/src/modules/bmb/workflows/agent/steps-c/step-07b-build-expert.md +16 -16
- package/src/modules/bmb/workflows/agent/steps-c/step-07c-build-module.md +2 -2
- package/src/modules/bmb/workflows/agent/steps-c/{step-09-celebrate.md → step-08-celebrate.md} +14 -9
- package/src/modules/bmb/workflows/agent/steps-e/e-01-load-existing.md +12 -5
- package/src/modules/bmb/workflows/agent/steps-e/e-02-discover-edits.md +5 -3
- package/src/modules/bmb/workflows/agent/steps-e/e-03-placeholder.md +1 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-04-type-metadata.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-e/e-05-persona.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-e/e-06-commands-menu.md +3 -1
- package/src/modules/bmb/workflows/agent/steps-e/e-07-activation.md +13 -10
- package/src/modules/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +8 -5
- package/src/modules/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +7 -5
- package/src/modules/bmb/workflows/agent/steps-e/e-08c-edit-module.md +8 -5
- package/src/modules/bmb/workflows/agent/steps-e/{e-10-celebrate.md → e-09-celebrate.md} +13 -8
- package/src/modules/bmb/workflows/agent/steps-v/v-01-load-review.md +14 -6
- package/src/modules/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +54 -11
- package/src/modules/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +62 -10
- package/src/modules/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +84 -10
- package/src/modules/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +75 -10
- package/src/modules/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +76 -16
- package/src/modules/bmb/workflows/agent/steps-v/v-03-summary.md +5 -1
- package/src/modules/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +1 -0
- package/src/modules/bmb/workflows/agent/templates/simple-agent.template.md +1 -0
- package/src/modules/bmb/workflows/module/data/agent-architecture.md +179 -0
- package/src/modules/bmb/workflows/module/data/agent-spec-template.md +79 -0
- package/src/modules/bmb/workflows/module/data/module-installer-standards.md +348 -0
- package/src/modules/bmb/workflows/module/data/module-standards.md +280 -0
- package/src/modules/bmb/workflows/module/data/module-yaml-conventions.md +392 -0
- package/src/modules/bmb/workflows/module/steps-b/step-01-welcome.md +147 -0
- package/src/modules/bmb/workflows/module/steps-b/step-02-spark.md +140 -0
- package/src/modules/bmb/workflows/module/steps-b/step-03-module-type.md +148 -0
- package/src/modules/bmb/workflows/module/steps-b/step-04-vision.md +82 -0
- package/src/modules/bmb/workflows/module/steps-b/step-05-identity.md +96 -0
- package/src/modules/bmb/workflows/module/steps-b/step-06-users.md +85 -0
- package/src/modules/bmb/workflows/module/steps-b/step-07-value.md +75 -0
- package/src/modules/bmb/workflows/module/steps-b/step-08-agents.md +96 -0
- package/src/modules/bmb/workflows/module/steps-b/step-09-workflows.md +82 -0
- package/src/modules/bmb/workflows/module/steps-b/step-10-tools.md +90 -0
- package/src/modules/bmb/workflows/module/steps-b/step-11-scenarios.md +83 -0
- package/src/modules/bmb/workflows/module/steps-b/step-12-creative.md +94 -0
- package/src/modules/bmb/workflows/module/steps-b/step-13-review.md +104 -0
- package/src/modules/bmb/workflows/module/steps-b/step-14-finalize.md +117 -0
- package/src/modules/bmb/workflows/module/steps-c/step-01-load-brief.md +178 -0
- package/src/modules/bmb/workflows/module/steps-c/step-01b-continue.md +83 -0
- package/src/modules/bmb/workflows/module/steps-c/step-02-structure.md +109 -0
- package/src/modules/bmb/workflows/module/steps-c/step-03-config.md +118 -0
- package/src/modules/bmb/workflows/module/steps-c/step-04-installer.md +160 -0
- package/src/modules/bmb/workflows/module/steps-c/step-05-agents.md +167 -0
- package/src/modules/bmb/workflows/module/steps-c/step-06-workflows.md +183 -0
- package/src/modules/bmb/workflows/module/steps-c/step-07-docs.md +402 -0
- package/src/modules/bmb/workflows/module/steps-c/step-08-complete.md +123 -0
- package/src/modules/bmb/workflows/module/steps-e/step-01-load-target.md +81 -0
- package/src/modules/bmb/workflows/module/steps-e/step-02-select-edit.md +77 -0
- package/src/modules/bmb/workflows/module/steps-e/step-03-apply-edit.md +77 -0
- package/src/modules/bmb/workflows/module/steps-e/step-04-review.md +80 -0
- package/src/modules/bmb/workflows/module/steps-e/step-05-confirm.md +75 -0
- package/src/modules/bmb/workflows/module/steps-v/step-01-load-target.md +96 -0
- package/src/modules/bmb/workflows/module/steps-v/step-02-file-structure.md +94 -0
- package/src/modules/bmb/workflows/module/steps-v/step-03-module-yaml.md +99 -0
- package/src/modules/bmb/workflows/module/steps-v/step-04-agent-specs.md +152 -0
- package/src/modules/bmb/workflows/module/steps-v/step-05-workflow-specs.md +152 -0
- package/src/modules/bmb/workflows/module/steps-v/step-06-documentation.md +143 -0
- package/src/modules/bmb/workflows/module/steps-v/step-07-installation.md +113 -0
- package/src/modules/bmb/workflows/module/steps-v/step-08-report.md +197 -0
- package/src/modules/bmb/workflows/module/templates/brief-template.md +154 -0
- package/src/modules/bmb/workflows/module/templates/workflow-spec-template.md +96 -0
- package/src/modules/bmb/workflows/module/workflow.md +100 -0
- package/src/modules/bmb/workflows/workflow/data/architecture.md +152 -0
- package/src/modules/bmb/workflows/workflow/data/csv-data-file-standards.md +81 -0
- package/src/modules/bmb/workflows/workflow/data/frontmatter-standards.md +225 -0
- package/src/modules/bmb/workflows/workflow/data/input-discovery-standards.md +269 -0
- package/src/modules/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +50 -0
- package/src/modules/bmb/workflows/workflow/data/menu-handling-standards.md +167 -0
- package/src/modules/bmb/workflows/workflow/data/output-format-standards.md +188 -0
- package/src/modules/bmb/workflows/workflow/data/step-file-rules.md +235 -0
- package/src/modules/bmb/workflows/workflow/data/step-type-patterns.md +311 -0
- package/src/modules/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +386 -0
- package/src/modules/bmb/workflows/workflow/data/trimodal-workflow-structure.md +209 -0
- package/src/modules/bmb/workflows/workflow/data/workflow-chaining-standards.md +271 -0
- package/src/modules/bmb/workflows/workflow/data/workflow-examples.md +276 -0
- package/src/modules/bmb/workflows/workflow/data/workflow-type-criteria.md +172 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-00-conversion.md +262 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-01-discovery.md +194 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-01b-continuation.md +3 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-02-classification.md +269 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-03-requirements.md +282 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-04-tools.md +281 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-05-plan-review.md +242 -0
- package/src/modules/bmb/workflows/{create-workflow/steps → workflow/steps-c}/step-06-design.md +92 -35
- package/src/modules/bmb/workflows/workflow/steps-c/step-07-foundation.md +238 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +377 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +350 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-10-confirmation.md +320 -0
- package/src/modules/bmb/workflows/workflow/steps-c/step-11-completion.md +191 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +237 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +248 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +252 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +275 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +154 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +190 -0
- package/src/modules/bmb/workflows/workflow/steps-e/step-e-07-complete.md +206 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +109 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-01-validate.md +221 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-01b-structure.md +152 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +199 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +265 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +164 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +211 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +200 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +195 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +209 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +199 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +179 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +186 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-10-report-complete.md +154 -0
- package/src/modules/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +237 -0
- package/src/modules/bmb/workflows/workflow/templates/minimal-output-template.md +11 -0
- package/src/modules/bmb/{docs/workflows → workflows/workflow}/templates/step-01-init-continuable-template.md +3 -3
- package/src/modules/bmb/{docs/workflows → workflows/workflow}/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/{docs/workflows → workflows/workflow}/templates/step-template.md +14 -14
- package/src/modules/bmb/{docs/workflows → workflows/workflow}/templates/workflow-template.md +2 -4
- package/src/modules/bmb/workflows/workflow/workflow.md +109 -0
- package/src/modules/bmgd/agents/game-architect.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-designer.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-qa.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -0
- package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +4 -3
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +3 -3
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +50 -45
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +4 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01-init.md +3 -3
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +1 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01-init.md +3 -3
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +1 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +2 -2
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +1 -1
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +1 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01-init.md +3 -3
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +11 -11
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +2 -2
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
- package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +3 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +9 -9
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +2 -2
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +1 -1
- package/src/modules/bmgd/workflows/4-production/code-review/instructions.xml +1 -0
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/create-story/checklist.md +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/bmgd-quick-flow/{create-tech-spec → quick-spec}/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/workflow-status/paths/quickflow-brownfield.yaml +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +3 -2
- package/src/modules/bmm/agents/architect.agent.yaml +3 -1
- package/src/modules/bmm/agents/dev.agent.yaml +4 -3
- package/src/modules/bmm/agents/pm.agent.yaml +11 -2
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +3 -2
- package/src/modules/bmm/agents/sm.agent.yaml +1 -0
- package/src/modules/bmm/agents/tea.agent.yaml +6 -3
- package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -0
- package/src/modules/bmm/agents/ux-designer.agent.yaml +1 -0
- package/src/modules/bmm/module.yaml +1 -1
- package/src/modules/bmm/testarch/knowledge/api-request.md +155 -16
- package/src/modules/bmm/testarch/knowledge/api-testing-patterns.md +843 -0
- package/src/modules/bmm/testarch/knowledge/auth-session.md +197 -1
- package/src/modules/bmm/testarch/knowledge/file-utils.md +257 -54
- package/src/modules/bmm/testarch/knowledge/intercept-network-call.md +159 -9
- package/src/modules/bmm/testarch/knowledge/log.md +170 -35
- package/src/modules/bmm/testarch/knowledge/network-error-monitor.md +228 -95
- package/src/modules/bmm/testarch/knowledge/network-recorder.md +314 -52
- package/src/modules/bmm/testarch/knowledge/overview.md +15 -12
- package/src/modules/bmm/testarch/knowledge/recurse.md +173 -48
- package/src/modules/bmm/testarch/tea-index.csv +19 -18
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +3 -8
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -5
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +1 -6
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/data/prd-purpose.md +197 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-01-init.md +7 -13
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-01b-continue.md +36 -49
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-02-discovery.md +224 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-03-success.md +50 -114
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-04-journeys.md +213 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-05-domain.md +207 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-06-innovation.md +43 -79
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-07-project-type.md +37 -58
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-08-scoping.md +43 -114
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-09-functional.md +21 -60
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{steps → steps-c}/step-10-nonfunctional.md +32 -84
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-11-polish.md +217 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-c/step-12-complete.md +180 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01-discovery.md +247 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-02-review.md +249 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-03-edit.md +253 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-04-complete.md +168 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-01-discovery.md +218 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02-format-detection.md +191 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02b-parity-check.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-03-density-validation.md +174 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-05-measurability-validation.md +228 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-06-traceability-validation.md +217 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-09-project-type-validation.md +263 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-10-smart-validation.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-12-completeness-validation.md +242 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-13-report-complete.md +232 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/{prd-template.md → templates/prd-template.md} +0 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md +433 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +96 -9
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +2 -0
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -1
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +2 -1
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +6 -6
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/steps/step-01-understand.md +3 -3
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/steps/step-02-investigate.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/steps/step-03-generate.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/steps/step-04-review.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/workflow.md +2 -2
- package/src/modules/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +1 -1
- package/src/modules/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +1 -1
- package/src/modules/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +1 -1
- package/src/modules/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/instructions.md +4 -4
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -1
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +1 -0
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +1 -0
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +1 -0
- package/src/modules/cis/agents/presentation-master.agent.yaml +1 -0
- package/src/modules/cis/module.yaml +1 -0
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/src/modules/cis/workflows/storytelling/instructions.md +2 -2
- package/test/fixtures/agent-schema/invalid/critical-actions/actions-as-string.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/critical-actions/empty-string-in-actions.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu/empty-menu.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu/missing-menu.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-commands/empty-command-target.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-commands/no-command-target.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/camel-case.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/duplicate-triggers.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/empty-trigger.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/leading-asterisk.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/snake-case.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/trigger-with-spaces.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/metadata/extra-metadata-fields.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/persona/empty-principles-array.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/persona/empty-string-in-principles.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/persona/extra-persona-fields.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/persona/missing-role.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/prompts/empty-content.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/prompts/extra-prompt-fields.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/prompts/missing-content.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/prompts/missing-id.agent.yaml +1 -0
- package/test/fixtures/agent-schema/invalid/top-level/extra-top-level-keys.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/critical-actions/empty-critical-actions.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/critical-actions/no-critical-actions.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/critical-actions/valid-critical-actions.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu/multiple-menu-items.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu/single-menu-item.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu-commands/all-command-types.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu-commands/multiple-commands.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/kebab-case-triggers.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/core-agent-with-module.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/empty-module-name-in-path.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/malformed-path-treated-as-core.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/module-agent-correct.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/persona/complete-persona.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/prompts/empty-prompts.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/prompts/no-prompts.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/prompts/valid-prompts-minimal.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/prompts/valid-prompts-with-description.agent.yaml +1 -0
- package/test/fixtures/agent-schema/valid/top-level/minimal-core-agent.agent.yaml +1 -0
- package/tools/build-docs.js +200 -271
- package/tools/cli/commands/install.js +8 -2
- package/tools/cli/installers/install-messages.yaml +36 -36
- package/tools/cli/installers/lib/core/config-collector.js +11 -1
- package/tools/cli/installers/lib/core/installer.js +3 -4
- package/tools/cli/installers/lib/core/manifest-generator.js +46 -2
- package/tools/cli/installers/lib/ide/antigravity.js +3 -3
- package/tools/cli/installers/lib/ide/claude-code.js +3 -3
- package/tools/cli/installers/lib/ide/codex.js +1 -1
- package/tools/cli/installers/lib/ide/cursor.js +57 -304
- package/tools/cli/installers/lib/ide/github-copilot.js +1 -1
- package/tools/cli/lib/ui.js +22 -1
- package/tools/fix-doc-links.js +288 -0
- package/tools/schema/agent.js +1 -0
- package/tools/validate-doc-links.js +363 -0
- package/website/README.md +76 -0
- package/website/astro.config.mjs +218 -0
- package/website/src/components/Banner.astro +59 -0
- package/website/src/components/Header.astro +121 -0
- package/website/src/components/MobileMenuFooter.astro +53 -0
- package/website/src/content/config.ts +6 -0
- package/website/src/lib/site-url.js +25 -0
- package/website/src/rehype-markdown-links.js +102 -0
- package/website/src/styles/custom.css +483 -0
- package/docs/bmad-core-concepts/bmad-customization/index.md +0 -26
- package/docs/bmad-core-concepts/index.md +0 -37
- package/docs/bmad-core-concepts/installing/index.md +0 -77
- package/docs/bmad-core-concepts/workflows.md +0 -89
- package/docs/modules/bmb-bmad-builder/agent-creation-guide.md +0 -166
- package/docs/modules/bmb-bmad-builder/index.md +0 -60
- package/docs/modules/bmgd-bmad-game-dev/glossary.md +0 -293
- package/docs/modules/bmgd-bmad-game-dev/index.md +0 -175
- package/docs/modules/bmgd-bmad-game-dev/quick-start.md +0 -250
- package/docs/modules/bmm-bmad-method/bmad-quick-flow.md +0 -506
- package/docs/modules/bmm-bmad-method/brownfield-guide.md +0 -747
- package/docs/modules/bmm-bmad-method/faq.md +0 -540
- package/docs/modules/bmm-bmad-method/quick-spec-flow.md +0 -622
- package/docs/modules/bmm-bmad-method/quick-start.md +0 -363
- package/docs/modules/bmm-bmad-method/troubleshooting.md +0 -3
- package/docs/modules/bmm-bmad-method/workflows-analysis.md +0 -199
- package/docs/modules/bmm-bmad-method/workflows-implementation.md +0 -210
- package/docs/modules/bmm-bmad-method/workflows-planning.md +0 -89
- package/docs/modules/bmm-bmad-method/workflows-solutioning.md +0 -509
- package/docs/modules/core/index.md +0 -15
- package/docs/modules/core/party-mode.md +0 -50
- package/src/core/tasks/validate-workflow.xml +0 -89
- package/src/modules/bmb/docs/workflows/architecture.md +0 -220
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +0 -206
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +0 -220
- package/src/modules/bmb/docs/workflows/step-file-rules.md +0 -469
- package/src/modules/bmb/docs/workflows/templates/step-file.md +0 -139
- package/src/modules/bmb/docs/workflows/templates/workflow.md +0 -58
- package/src/modules/bmb/docs/workflows/terms.md +0 -97
- package/src/modules/bmb/reference/agents/simple-examples/README.md +0 -223
- package/src/modules/bmb/reference/readme.md +0 -3
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +0 -18
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +0 -16
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +0 -28
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +0 -177
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +0 -121
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +0 -165
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +0 -154
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +0 -183
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +0 -168
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +0 -195
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +0 -25
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +0 -68
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +0 -29
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md +0 -47
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +0 -37
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +0 -18
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +0 -59
- package/src/modules/bmb/workflows/agent/steps-c/step-08a-plan-traceability.md +0 -203
- package/src/modules/bmb/workflows/agent/steps-c/step-08b-metadata-validation.md +0 -135
- package/src/modules/bmb/workflows/agent/steps-c/step-08c-persona-validation.md +0 -161
- package/src/modules/bmb/workflows/agent/steps-c/step-08d-menu-validation.md +0 -158
- package/src/modules/bmb/workflows/agent/steps-c/step-08e-structure-validation.md +0 -306
- package/src/modules/bmb/workflows/agent/steps-c/step-08f-sidecar-validation.md +0 -462
- package/src/modules/bmb/workflows/agent/steps-e/e-03a-validate-metadata.md +0 -78
- package/src/modules/bmb/workflows/agent/steps-e/e-03b-validate-persona.md +0 -76
- package/src/modules/bmb/workflows/agent/steps-e/e-03c-validate-menu.md +0 -75
- package/src/modules/bmb/workflows/agent/steps-e/e-03d-validate-structure.md +0 -75
- package/src/modules/bmb/workflows/agent/steps-e/e-03e-validate-sidecar.md +0 -78
- package/src/modules/bmb/workflows/agent/steps-e/e-03f-validation-summary.md +0 -119
- package/src/modules/bmb/workflows/agent/steps-e/e-09a-validate-metadata.md +0 -70
- package/src/modules/bmb/workflows/agent/steps-e/e-09b-validate-persona.md +0 -70
- package/src/modules/bmb/workflows/agent/steps-e/e-09c-validate-menu.md +0 -69
- package/src/modules/bmb/workflows/agent/steps-e/e-09d-validate-structure.md +0 -69
- package/src/modules/bmb/workflows/agent/steps-e/e-09e-validate-sidecar.md +0 -70
- package/src/modules/bmb/workflows/agent/steps-e/e-09f-validation-summary.md +0 -111
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +0 -156
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +0 -170
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +0 -218
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +0 -268
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +0 -229
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +0 -234
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +0 -297
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +0 -229
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +0 -187
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +0 -310
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +0 -338
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +0 -336
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +0 -313
- package/src/modules/bmb/workflows/create-module/templates/installer.template.js +0 -47
- package/src/modules/bmb/workflows/create-module/templates/module-plan.template.md +0 -5
- package/src/modules/bmb/workflows/create-module/templates/module.template.yaml +0 -53
- package/src/modules/bmb/workflows/create-module/templates/workflow-plan-template.md +0 -23
- package/src/modules/bmb/workflows/create-module/validation.md +0 -126
- package/src/modules/bmb/workflows/create-module/workflow.md +0 -56
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/data/dietary-restrictions.csv +0 -18
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/data/macro-calculator.csv +0 -16
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/data/recipe-database.csv +0 -28
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-01-init.md +0 -177
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-01b-continue.md +0 -150
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-02-profile.md +0 -164
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-03-assessment.md +0 -152
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-04-strategy.md +0 -182
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-05-shopping.md +0 -167
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/steps/step-06-prep-schedule.md +0 -194
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/assessment-section.md +0 -25
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/nutrition-plan.md +0 -68
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/prep-schedule-section.md +0 -29
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/profile-section.md +0 -47
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/shopping-section.md +0 -37
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/templates/strategy-section.md +0 -18
- package/src/modules/bmb/workflows/create-workflow/data/examples/meal-prep-nutrition/workflow.md +0 -58
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +0 -158
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +0 -212
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +0 -251
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +0 -217
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +0 -290
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +0 -323
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +0 -285
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +0 -188
- package/src/modules/bmb/workflows/create-workflow/workflow.md +0 -59
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +0 -217
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +0 -254
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +0 -218
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +0 -194
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +0 -246
- package/src/modules/bmb/workflows/edit-workflow/templates/completion-summary.md +0 -75
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-goals.md +0 -68
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-log.md +0 -40
- package/src/modules/bmb/workflows/edit-workflow/templates/validation-results.md +0 -51
- package/src/modules/bmb/workflows/edit-workflow/templates/workflow-analysis.md +0 -56
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +0 -59
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +0 -153
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +0 -244
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +0 -275
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +0 -296
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +0 -265
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +0 -361
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +0 -259
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +0 -302
- package/src/modules/bmb/workflows/workflow-compliance-check/templates/compliance-report.md +0 -140
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +0 -59
- package/src/modules/bmb/workflows-legacy/edit-module/README.md +0 -171
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +0 -163
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +0 -340
- package/src/modules/bmb/workflows-legacy/edit-module/workflow.yaml +0 -34
- package/src/modules/bmb/workflows-legacy/module-brief/README.md +0 -264
- package/src/modules/bmb/workflows-legacy/module-brief/checklist.md +0 -116
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +0 -268
- package/src/modules/bmb/workflows-legacy/module-brief/template.md +0 -275
- package/src/modules/bmb/workflows-legacy/module-brief/workflow.yaml +0 -36
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +0 -421
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +0 -291
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +0 -271
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +0 -186
- package/website/css/custom.css +0 -52
- package/website/docusaurus.config.js +0 -179
- package/website/sidebars.js +0 -139
- package/website/src/pages/index.js +0 -50
- /package/docs/{modules/bmm-bmad-method → tutorials/getting-started}/images/workflow-method-greenfield.excalidraw +0 -0
- /package/docs/{modules/bmm-bmad-method → tutorials/getting-started}/images/workflow-method-greenfield.svg +0 -0
- /package/docs/{modules/bmgd-bmad-game-dev → tutorials/getting-started/images}/workflow-overview.jpg +0 -0
- /package/src/modules/bmb/{docs/workflows → workflows/workflow/data}/common-workflow-tools.csv +0 -0
- /package/src/modules/bmgd/workflows/bmgd-quick-flow/{create-tech-spec → quick-spec}/instructions.md +0 -0
- /package/src/modules/bmm/workflows/2-plan-workflows/prd/{domain-complexity.csv → data/domain-complexity.csv} +0 -0
- /package/src/modules/bmm/workflows/2-plan-workflows/prd/{project-types.csv → data/project-types.csv} +0 -0
- /package/src/modules/bmm/workflows/bmad-quick-flow/{create-tech-spec → quick-spec}/tech-spec-template.md +0 -0
- /package/website/{static → public}/favicon.ico +0 -0
- /package/website/{static → public}/img/logo.svg +0 -0
- /package/website/{static → public}/robots.txt +0 -0
|
@@ -1,340 +0,0 @@
|
|
|
1
|
-
# Edit Module - Module Editor Instructions
|
|
2
|
-
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml</critical>
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}/_bmad/bmb/workflows/edit-module/workflow.yaml</critical>
|
|
5
|
-
<critical>This workflow uses ADAPTIVE FACILITATION - adjust your communication based on context and user needs</critical>
|
|
6
|
-
<critical>The goal is COLLABORATIVE IMPROVEMENT - work WITH the user, not FOR them</critical>
|
|
7
|
-
<critical>Communicate all responses in {communication_language}</critical>
|
|
8
|
-
|
|
9
|
-
<workflow>
|
|
10
|
-
|
|
11
|
-
<step n="1" goal="Load and deeply understand the target module">
|
|
12
|
-
<ask>What is the path to the module source you want to edit?</ask>
|
|
13
|
-
|
|
14
|
-
<action>Load the module directory structure completely:
|
|
15
|
-
|
|
16
|
-
- Scan all directories and files
|
|
17
|
-
- Load config.yaml
|
|
18
|
-
- Load README.md
|
|
19
|
-
- List all agents in agents/ directory
|
|
20
|
-
- List all workflows in workflows/ directory
|
|
21
|
-
- Identify any custom structure or patterns
|
|
22
|
-
</action>
|
|
23
|
-
|
|
24
|
-
<action>Load ALL module documentation to inform understanding:
|
|
25
|
-
|
|
26
|
-
- Module structure guide: {module_structure_guide}
|
|
27
|
-
- Study reference modules: BMM, BMB, CIS
|
|
28
|
-
- Understand BMAD module patterns and conventions
|
|
29
|
-
</action>
|
|
30
|
-
|
|
31
|
-
<action>Analyze the module deeply:
|
|
32
|
-
|
|
33
|
-
- Identify module purpose and role in BMAD ecosystem
|
|
34
|
-
- Understand agent organization and relationships
|
|
35
|
-
- Map workflow organization and dependencies
|
|
36
|
-
- Evaluate config structure and completeness
|
|
37
|
-
- Check documentation quality and currency
|
|
38
|
-
- Assess installer configuration (if source module)
|
|
39
|
-
- Identify cross-module integrations
|
|
40
|
-
- Evaluate against best practices from loaded guides
|
|
41
|
-
</action>
|
|
42
|
-
|
|
43
|
-
<action>Reflect understanding back to {user_name}:
|
|
44
|
-
|
|
45
|
-
Present a warm, conversational summary adapted to the module's complexity:
|
|
46
|
-
|
|
47
|
-
- What this module provides (its purpose and value in BMAD)
|
|
48
|
-
- How it's organized (agents, workflows, structure)
|
|
49
|
-
- What you notice (strengths, potential improvements, issues)
|
|
50
|
-
- How it fits in the larger BMAD ecosystem
|
|
51
|
-
- Your initial assessment based on best practices
|
|
52
|
-
|
|
53
|
-
Be conversational and insightful. Help {user_name} see their module through your eyes.
|
|
54
|
-
</action>
|
|
55
|
-
|
|
56
|
-
<ask>Does this match your understanding of what this module should provide?</ask>
|
|
57
|
-
<template-output>module_understanding</template-output>
|
|
58
|
-
</step>
|
|
59
|
-
|
|
60
|
-
<step n="2" goal="Discover improvement goals collaboratively">
|
|
61
|
-
<critical>Understand WHAT the user wants to improve and WHY before diving into edits</critical>
|
|
62
|
-
|
|
63
|
-
<action>Engage in collaborative discovery:
|
|
64
|
-
|
|
65
|
-
Ask open-ended questions to understand their goals:
|
|
66
|
-
|
|
67
|
-
- What prompted you to want to edit this module?
|
|
68
|
-
- What feedback have you gotten from users of this module?
|
|
69
|
-
- Are there specific agents or workflows that need attention?
|
|
70
|
-
- Is the module fulfilling its intended purpose?
|
|
71
|
-
- Are there new capabilities you want to add?
|
|
72
|
-
- How well does it integrate with other modules?
|
|
73
|
-
- Is the documentation helping users understand and use the module?
|
|
74
|
-
|
|
75
|
-
Listen for clues about:
|
|
76
|
-
|
|
77
|
-
- Structural issues (poor organization, hard to navigate)
|
|
78
|
-
- Agent/workflow issues (outdated, broken, missing functionality)
|
|
79
|
-
- Configuration issues (missing fields, incorrect setup)
|
|
80
|
-
- Documentation issues (outdated, incomplete, unclear)
|
|
81
|
-
- Integration issues (doesn't work well with other modules)
|
|
82
|
-
- Installer issues (installation problems, missing files)
|
|
83
|
-
- User experience issues (confusing, hard to use)
|
|
84
|
-
</action>
|
|
85
|
-
|
|
86
|
-
<action>Based on their responses and your analysis from step 1, identify improvement opportunities:
|
|
87
|
-
|
|
88
|
-
Organize by priority and user goals:
|
|
89
|
-
|
|
90
|
-
- CRITICAL issues blocking module functionality
|
|
91
|
-
- IMPORTANT improvements enhancing user experience
|
|
92
|
-
- NICE-TO-HAVE enhancements for polish
|
|
93
|
-
|
|
94
|
-
Present these conversationally, explaining WHY each matters and HOW it would help.
|
|
95
|
-
</action>
|
|
96
|
-
|
|
97
|
-
<action>Collaborate on priorities:
|
|
98
|
-
|
|
99
|
-
Don't just list options - discuss them:
|
|
100
|
-
|
|
101
|
-
- "I noticed {{issue}} - this could make it hard for users to {{problem}}. Want to address this?"
|
|
102
|
-
- "The module could be more {{improvement}} which would help when {{use_case}}. Worth exploring?"
|
|
103
|
-
- "Based on what you said about {{user_goal}}, we might want to {{suggestion}}. Thoughts?"
|
|
104
|
-
|
|
105
|
-
Let the conversation flow naturally. Build a shared vision of what "better" looks like.
|
|
106
|
-
</action>
|
|
107
|
-
|
|
108
|
-
<template-output>improvement_goals</template-output>
|
|
109
|
-
</step>
|
|
110
|
-
|
|
111
|
-
<step n="3" goal="Facilitate improvements collaboratively" repeat="until-user-satisfied">
|
|
112
|
-
<critical>Work iteratively - improve, review, refine. Never dump all changes at once.</critical>
|
|
113
|
-
<critical>For agent and workflow edits, invoke specialized workflows rather than doing inline</critical>
|
|
114
|
-
|
|
115
|
-
<action>For each improvement area, facilitate collaboratively:
|
|
116
|
-
|
|
117
|
-
1. **Explain the current state and why it matters**
|
|
118
|
-
- Show relevant sections of the module
|
|
119
|
-
- Explain how it works now and implications
|
|
120
|
-
- Connect to user's goals from step 2
|
|
121
|
-
|
|
122
|
-
2. **Propose improvements with rationale**
|
|
123
|
-
- Suggest specific changes that align with best practices
|
|
124
|
-
- Explain WHY each change helps
|
|
125
|
-
- Provide examples from reference modules: {bmm_module_dir}, {bmb_module_dir}, {cis_module_dir}
|
|
126
|
-
- Reference agents from: {existing_agents_dir}
|
|
127
|
-
- Reference workflows from: {existing_workflows_dir}
|
|
128
|
-
- Reference the structure guide's patterns naturally
|
|
129
|
-
|
|
130
|
-
3. **Collaborate on the approach**
|
|
131
|
-
- Ask if the proposed change addresses their need
|
|
132
|
-
- Invite modifications or alternative approaches
|
|
133
|
-
- Explain tradeoffs when relevant
|
|
134
|
-
- Adapt based on their feedback
|
|
135
|
-
|
|
136
|
-
4. **Apply changes appropriately**
|
|
137
|
-
- For agent edits: Invoke edit-agent workflow
|
|
138
|
-
- For workflow edits: Invoke edit-workflow workflow
|
|
139
|
-
- For module-level changes: Make directly and iteratively
|
|
140
|
-
- Show updates and confirm satisfaction
|
|
141
|
-
</action>
|
|
142
|
-
|
|
143
|
-
<action>Common improvement patterns to facilitate:
|
|
144
|
-
|
|
145
|
-
**If improving module organization:**
|
|
146
|
-
|
|
147
|
-
- Discuss how the current structure serves (or doesn't serve) users
|
|
148
|
-
- Propose reorganization that aligns with mental models
|
|
149
|
-
- Consider feature-based vs type-based organization
|
|
150
|
-
- Plan the reorganization steps
|
|
151
|
-
- Update all references after moving files
|
|
152
|
-
|
|
153
|
-
**If updating module configuration:**
|
|
154
|
-
|
|
155
|
-
- Review current config.yaml fields
|
|
156
|
-
- Check for missing standard fields (user_name, communication_language, output_folder)
|
|
157
|
-
- Add module-specific fields as needed
|
|
158
|
-
- Remove unused or outdated fields
|
|
159
|
-
- Ensure config is properly documented
|
|
160
|
-
|
|
161
|
-
**If managing agents:**
|
|
162
|
-
|
|
163
|
-
- Ask which agent needs attention and why
|
|
164
|
-
- For editing existing agent: <invoke-workflow path="{agent_editor}">
|
|
165
|
-
- For adding new agent: Guide creation and integration
|
|
166
|
-
- For removing agent: Confirm, remove, update references
|
|
167
|
-
- Ensure all agent references in workflows remain valid
|
|
168
|
-
|
|
169
|
-
**If managing workflows:**
|
|
170
|
-
|
|
171
|
-
- Ask which workflow needs attention and why
|
|
172
|
-
- For editing existing workflow: <invoke-workflow path="{workflow_editor}">
|
|
173
|
-
- For adding new workflow: Guide creation and integration
|
|
174
|
-
- For removing workflow: Confirm, remove, update agent references
|
|
175
|
-
- Ensure all workflow files are properly organized
|
|
176
|
-
|
|
177
|
-
**If improving documentation:**
|
|
178
|
-
|
|
179
|
-
- Review current README and identify gaps
|
|
180
|
-
- Discuss what users need to know
|
|
181
|
-
- Update module overview and purpose
|
|
182
|
-
- List agents and workflows with clear descriptions
|
|
183
|
-
- Add usage examples if helpful
|
|
184
|
-
- Ensure installation/setup instructions are clear
|
|
185
|
-
|
|
186
|
-
**If setting up cross-module integration:**
|
|
187
|
-
|
|
188
|
-
- Identify which workflows from other modules are needed
|
|
189
|
-
- Show how to reference workflows properly: {project-root}/_bmad/{{module}}/workflows/{{workflow}}/workflow.yaml
|
|
190
|
-
- Document the integration in README
|
|
191
|
-
- Ensure dependencies are clear
|
|
192
|
-
- Consider adding example usage
|
|
193
|
-
|
|
194
|
-
**If updating installer (source modules only):**
|
|
195
|
-
|
|
196
|
-
- Review installer script for correctness
|
|
197
|
-
- Check web bundle configurations
|
|
198
|
-
- Verify all files are included
|
|
199
|
-
- Test installation paths
|
|
200
|
-
- Update module metadata
|
|
201
|
-
</action>
|
|
202
|
-
|
|
203
|
-
<action>When invoking specialized workflows:
|
|
204
|
-
|
|
205
|
-
Explain why you're handing off:
|
|
206
|
-
|
|
207
|
-
- "This agent needs detailed attention. Let me invoke the edit-agent workflow to give it proper focus."
|
|
208
|
-
- "The workflow editor can handle this more thoroughly. I'll pass control there."
|
|
209
|
-
|
|
210
|
-
After the specialized workflow completes, return and continue:
|
|
211
|
-
|
|
212
|
-
- "Great! That agent/workflow is updated. Want to work on anything else in the module?"
|
|
213
|
-
</action>
|
|
214
|
-
|
|
215
|
-
<action>Throughout improvements, educate when helpful:
|
|
216
|
-
|
|
217
|
-
Share insights from the guides naturally:
|
|
218
|
-
|
|
219
|
-
- "The module structure guide recommends {{pattern}} for this scenario"
|
|
220
|
-
- "Looking at how BMM organized this, we could use {{approach}}"
|
|
221
|
-
- "The BMAD convention is to {{pattern}} which helps with {{benefit}}"
|
|
222
|
-
|
|
223
|
-
Connect improvements to broader BMAD principles without being preachy.
|
|
224
|
-
</action>
|
|
225
|
-
|
|
226
|
-
<ask>After each significant change:
|
|
227
|
-
|
|
228
|
-
- "Does this organization feel more intuitive?"
|
|
229
|
-
- "Want to refine this further, or move to the next improvement?"
|
|
230
|
-
- "How does this change affect users of the module?"
|
|
231
|
-
</ask>
|
|
232
|
-
|
|
233
|
-
<template-output>improvement_implementation</template-output>
|
|
234
|
-
</step>
|
|
235
|
-
|
|
236
|
-
<step n="4" goal="Validate improvements holistically">
|
|
237
|
-
<action>Run comprehensive validation conversationally:
|
|
238
|
-
|
|
239
|
-
Don't just check boxes - explain what you're validating and why it matters:
|
|
240
|
-
|
|
241
|
-
- "Let me verify the module structure is solid..."
|
|
242
|
-
- "Checking that all agent workflow references are valid..."
|
|
243
|
-
- "Making sure config.yaml has all necessary fields..."
|
|
244
|
-
- "Validating documentation is complete and accurate..."
|
|
245
|
-
- "Ensuring cross-module references work correctly..."
|
|
246
|
-
</action>
|
|
247
|
-
|
|
248
|
-
<action>Load validation checklist: {installed_path}/checklist.md</action>
|
|
249
|
-
<action>Check all items from checklist systematically</action>
|
|
250
|
-
|
|
251
|
-
<check if="validation_issues_found">
|
|
252
|
-
<action>Present issues conversationally:
|
|
253
|
-
|
|
254
|
-
Explain what's wrong and implications:
|
|
255
|
-
|
|
256
|
-
- "I found {{issue}} which could cause {{problem}} for users"
|
|
257
|
-
- "The {{component}} needs {{fix}} because {{reason}}"
|
|
258
|
-
|
|
259
|
-
Propose fixes immediately:
|
|
260
|
-
|
|
261
|
-
- "I can fix this by {{solution}}. Should I?"
|
|
262
|
-
- "We have a couple options here: {{option1}} or {{option2}}. Thoughts?"
|
|
263
|
-
</action>
|
|
264
|
-
|
|
265
|
-
<action>Fix approved issues and re-validate</action>
|
|
266
|
-
</check>
|
|
267
|
-
|
|
268
|
-
<check if="validation_passes">
|
|
269
|
-
<action>Confirm success warmly:
|
|
270
|
-
|
|
271
|
-
"Excellent! Everything validates cleanly:
|
|
272
|
-
|
|
273
|
-
- Module structure is well-organized
|
|
274
|
-
- All agent and workflow references are valid
|
|
275
|
-
- Configuration is complete
|
|
276
|
-
- Documentation is thorough and current
|
|
277
|
-
- Cross-module integrations work properly
|
|
278
|
-
- Installer is correct (if applicable)
|
|
279
|
-
|
|
280
|
-
Your module is in great shape."
|
|
281
|
-
</action>
|
|
282
|
-
</check>
|
|
283
|
-
|
|
284
|
-
<template-output>validation_results</template-output>
|
|
285
|
-
</step>
|
|
286
|
-
|
|
287
|
-
<step n="5" goal="Review improvements and guide next steps">
|
|
288
|
-
<action>Create a conversational summary of what improved:
|
|
289
|
-
|
|
290
|
-
Tell the story of the transformation:
|
|
291
|
-
|
|
292
|
-
- "We started with {{initial_state}}"
|
|
293
|
-
- "You wanted to {{user_goals}}"
|
|
294
|
-
- "We made these key improvements: {{changes_list}}"
|
|
295
|
-
- "Now your module {{improved_capabilities}}"
|
|
296
|
-
|
|
297
|
-
Highlight the impact:
|
|
298
|
-
|
|
299
|
-
- "This means users will experience {{benefit}}"
|
|
300
|
-
- "The module is now more {{quality}}"
|
|
301
|
-
- "It follows best practices for {{patterns}}"
|
|
302
|
-
</action>
|
|
303
|
-
|
|
304
|
-
<action>Guide next steps based on changes made:
|
|
305
|
-
|
|
306
|
-
If structure changed significantly:
|
|
307
|
-
|
|
308
|
-
- "Since we reorganized the structure, you should update any external references to this module"
|
|
309
|
-
|
|
310
|
-
If agents or workflows were updated:
|
|
311
|
-
|
|
312
|
-
- "The updated agents/workflows should be tested with real user interactions"
|
|
313
|
-
|
|
314
|
-
If cross-module integration was added:
|
|
315
|
-
|
|
316
|
-
- "Test the integration with {{other_module}} to ensure it works smoothly"
|
|
317
|
-
|
|
318
|
-
If installer was updated:
|
|
319
|
-
|
|
320
|
-
- "Test the installation process to verify all files are included correctly"
|
|
321
|
-
|
|
322
|
-
If this is part of larger BMAD work:
|
|
323
|
-
|
|
324
|
-
- "Consider if patterns from this module could benefit other modules"
|
|
325
|
-
|
|
326
|
-
Be a helpful guide to what comes next, not just a task completer.
|
|
327
|
-
</action>
|
|
328
|
-
|
|
329
|
-
<ask>Would you like to:
|
|
330
|
-
|
|
331
|
-
- Test the edited module by invoking one of its agents
|
|
332
|
-
- Edit a specific agent or workflow in more detail
|
|
333
|
-
- Make additional refinements to the module
|
|
334
|
-
- Work on a different module
|
|
335
|
-
</ask>
|
|
336
|
-
|
|
337
|
-
<template-output>completion_summary</template-output>
|
|
338
|
-
</step>
|
|
339
|
-
|
|
340
|
-
</workflow>
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Edit Module - Module Editor Configuration
|
|
2
|
-
name: "edit-module"
|
|
3
|
-
description: "Edit existing BMAD modules (structure, agents, workflows, documentation) while following all best practices"
|
|
4
|
-
author: "BMad"
|
|
5
|
-
|
|
6
|
-
# Critical variables load from config_source
|
|
7
|
-
config_source: "{project-root}/_bmad/bmb/config.yaml"
|
|
8
|
-
communication_language: "{config_source}:communication_language"
|
|
9
|
-
user_name: "{config_source}:user_name"
|
|
10
|
-
|
|
11
|
-
# Required Data Files - Critical for understanding module conventions
|
|
12
|
-
module_structure_guide: "{project-root}/_bmad/bmb/workflows/create-module/module-structure.md"
|
|
13
|
-
|
|
14
|
-
# Related workflow editors
|
|
15
|
-
agent_editor: "{project-root}/_bmad/bmb/workflows/edit-agent/workflow.yaml"
|
|
16
|
-
workflow_editor: "{project-root}/_bmad/bmb/workflows/edit-workflow/workflow.yaml"
|
|
17
|
-
|
|
18
|
-
# Reference examples - for learning patterns
|
|
19
|
-
bmm_module_dir: "{project-root}/_bmad/bmm/"
|
|
20
|
-
bmb_module_dir: "{project-root}/_bmad/bmb/"
|
|
21
|
-
cis_module_dir: "{project-root}/_bmad/cis/"
|
|
22
|
-
existing_agents_dir: "{project-root}/_bmad/*/agents/"
|
|
23
|
-
existing_workflows_dir: "{project-root}/_bmad/*/workflows/"
|
|
24
|
-
|
|
25
|
-
# Module path and component files
|
|
26
|
-
installed_path: "{project-root}/_bmad/bmb/workflows/edit-module"
|
|
27
|
-
template: false # This is an action workflow - no template needed
|
|
28
|
-
instructions: "{installed_path}/instructions.md"
|
|
29
|
-
validation: "{installed_path}/checklist.md"
|
|
30
|
-
|
|
31
|
-
standalone: true
|
|
32
|
-
|
|
33
|
-
# Web bundle configuration
|
|
34
|
-
web_bundle: false # BMB workflows run locally in BMAD-METHOD project
|
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
# Module Brief Workflow
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
The Module Brief workflow creates comprehensive blueprints for building new BMAD modules using strategic analysis and creative vision. It serves as the essential planning phase that transforms initial ideas into detailed, actionable specifications ready for implementation with the create-module workflow.
|
|
6
|
-
|
|
7
|
-
## Key Features
|
|
8
|
-
|
|
9
|
-
- **Strategic Module Planning** - Comprehensive analysis from concept to implementation roadmap
|
|
10
|
-
- **Multi-Mode Operation** - Interactive, Express, and YOLO modes for different planning needs
|
|
11
|
-
- **Creative Vision Development** - Guided process for innovative module concepts and unique value propositions
|
|
12
|
-
- **Architecture Design** - Detailed agent and workflow ecosystem planning with interaction models
|
|
13
|
-
- **User Journey Mapping** - Scenario-based validation ensuring practical usability
|
|
14
|
-
- **Technical Planning** - Infrastructure requirements, dependencies, and complexity assessment
|
|
15
|
-
- **Risk Assessment** - Proactive identification of challenges with mitigation strategies
|
|
16
|
-
- **Implementation Roadmap** - Phased development plan with clear deliverables and timelines
|
|
17
|
-
|
|
18
|
-
## Usage
|
|
19
|
-
|
|
20
|
-
### Basic Invocation
|
|
21
|
-
|
|
22
|
-
```bash
|
|
23
|
-
workflow module-brief
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
### With Brainstorming Input
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
# If you have brainstorming results from previous sessions
|
|
30
|
-
workflow module-brief --input brainstorming-session-2024-09-26.md
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
### Express Mode
|
|
34
|
-
|
|
35
|
-
```bash
|
|
36
|
-
# For quick essential planning only
|
|
37
|
-
workflow module-brief --mode express
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
### Configuration
|
|
41
|
-
|
|
42
|
-
The workflow uses standard BMB configuration:
|
|
43
|
-
|
|
44
|
-
- **output_folder**: Where the module brief will be saved
|
|
45
|
-
- **user_name**: Brief author information
|
|
46
|
-
- **communication_language**: Language for brief generation
|
|
47
|
-
- **date**: Automatic timestamp for versioning
|
|
48
|
-
|
|
49
|
-
## Workflow Structure
|
|
50
|
-
|
|
51
|
-
### Files Included
|
|
52
|
-
|
|
53
|
-
```
|
|
54
|
-
module-brief/
|
|
55
|
-
├── workflow.yaml # Configuration and metadata
|
|
56
|
-
├── instructions.md # Step-by-step execution guide
|
|
57
|
-
├── template.md # Module brief document structure
|
|
58
|
-
├── checklist.md # Validation criteria
|
|
59
|
-
└── README.md # This file
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
## Workflow Process
|
|
63
|
-
|
|
64
|
-
### Phase 1: Foundation and Context (Steps 1-3)
|
|
65
|
-
|
|
66
|
-
**Mode Selection and Input Gathering**
|
|
67
|
-
|
|
68
|
-
- Choose operational mode (Interactive, Express, YOLO)
|
|
69
|
-
- Check for and optionally load existing brainstorming results
|
|
70
|
-
- Gather background context and inspiration sources
|
|
71
|
-
|
|
72
|
-
**Module Vision Development**
|
|
73
|
-
|
|
74
|
-
- Define core problem the module solves
|
|
75
|
-
- Identify target user audience and use cases
|
|
76
|
-
- Establish unique value proposition and differentiators
|
|
77
|
-
- Explore creative themes and personality concepts
|
|
78
|
-
|
|
79
|
-
**Module Identity Establishment**
|
|
80
|
-
|
|
81
|
-
- Generate module code (kebab-case) with multiple options
|
|
82
|
-
- Create compelling, memorable module name
|
|
83
|
-
- Select appropriate category (Domain-Specific, Creative, Technical, Business, Personal)
|
|
84
|
-
- Define optional personality theme for consistent agent character
|
|
85
|
-
|
|
86
|
-
### Phase 2: Architecture Planning (Steps 4-5)
|
|
87
|
-
|
|
88
|
-
**Agent Architecture Design**
|
|
89
|
-
|
|
90
|
-
- Plan agent team composition and roles
|
|
91
|
-
- Define agent archetypes (Orchestrator, Specialist, Helper, Creator, Analyzer)
|
|
92
|
-
- Specify personality traits and communication styles
|
|
93
|
-
- Map key capabilities and signature commands
|
|
94
|
-
|
|
95
|
-
**Workflow Ecosystem Design**
|
|
96
|
-
|
|
97
|
-
- Categorize workflows by purpose and complexity:
|
|
98
|
-
- **Core Workflows**: Essential value-delivery functions (2-3)
|
|
99
|
-
- **Feature Workflows**: Specialized capabilities (3-5)
|
|
100
|
-
- **Utility Workflows**: Supporting operations (1-3)
|
|
101
|
-
- Define input-process-output flows for each workflow
|
|
102
|
-
- Assess complexity levels and implementation priorities
|
|
103
|
-
|
|
104
|
-
### Phase 3: Validation and User Experience (Steps 6-7)
|
|
105
|
-
|
|
106
|
-
**User Journey Mapping**
|
|
107
|
-
|
|
108
|
-
- Create detailed user scenarios and stories
|
|
109
|
-
- Map step-by-step usage flows through the module
|
|
110
|
-
- Validate end-to-end functionality and value delivery
|
|
111
|
-
- Identify potential friction points and optimization opportunities
|
|
112
|
-
|
|
113
|
-
**Technical Planning and Requirements**
|
|
114
|
-
|
|
115
|
-
- Assess data requirements and storage needs
|
|
116
|
-
- Map integration points with other modules and external systems
|
|
117
|
-
- Evaluate technical complexity and resource requirements
|
|
118
|
-
- Document dependencies and infrastructure needs
|
|
119
|
-
|
|
120
|
-
### Phase 4: Success Planning (Steps 8-9)
|
|
121
|
-
|
|
122
|
-
**Success Metrics Definition**
|
|
123
|
-
|
|
124
|
-
- Establish module success criteria and performance indicators
|
|
125
|
-
- Define quality standards and reliability requirements
|
|
126
|
-
- Create user experience goals and feedback mechanisms
|
|
127
|
-
- Set measurable outcomes for module effectiveness
|
|
128
|
-
|
|
129
|
-
**Development Roadmap Creation**
|
|
130
|
-
|
|
131
|
-
- Design phased approach with MVP, Enhancement, and Polish phases
|
|
132
|
-
- Define deliverables and timelines for each phase
|
|
133
|
-
- Prioritize features and capabilities by value and complexity
|
|
134
|
-
- Create clear milestones and success checkpoints
|
|
135
|
-
|
|
136
|
-
### Phase 5: Enhancement and Risk Management (Steps 10-12)
|
|
137
|
-
|
|
138
|
-
**Creative Features and Special Touches** (Optional)
|
|
139
|
-
|
|
140
|
-
- Design easter eggs and delightful user interactions
|
|
141
|
-
- Plan module lore and thematic consistency
|
|
142
|
-
- Add personality quirks and creative responses
|
|
143
|
-
- Develop backstories and universe building
|
|
144
|
-
|
|
145
|
-
**Risk Assessment and Mitigation**
|
|
146
|
-
|
|
147
|
-
- Identify technical, usability, and scope risks
|
|
148
|
-
- Develop mitigation strategies for each risk category
|
|
149
|
-
- Plan contingency approaches for potential challenges
|
|
150
|
-
- Document decision points and alternative paths
|
|
151
|
-
|
|
152
|
-
**Final Review and Export Preparation**
|
|
153
|
-
|
|
154
|
-
- Comprehensive review of all brief sections
|
|
155
|
-
- Validation against quality and completeness criteria
|
|
156
|
-
- Preparation for seamless handoff to create-module workflow
|
|
157
|
-
- Export readiness confirmation with actionable specifications
|
|
158
|
-
|
|
159
|
-
## Output
|
|
160
|
-
|
|
161
|
-
### Generated Files
|
|
162
|
-
|
|
163
|
-
- **Module Brief Document**: Comprehensive planning document at `{output_folder}/module-brief-{module_code}-{date}.md`
|
|
164
|
-
- **Strategic Specifications**: Ready-to-implement blueprint for create-module workflow
|
|
165
|
-
|
|
166
|
-
### Output Structure
|
|
167
|
-
|
|
168
|
-
The module brief contains detailed specifications across multiple sections:
|
|
169
|
-
|
|
170
|
-
1. **Executive Summary** - Vision, category, complexity, target users
|
|
171
|
-
2. **Module Identity** - Core concept, value proposition, personality theme
|
|
172
|
-
3. **Agent Architecture** - Agent roster, roles, interaction models
|
|
173
|
-
4. **Workflow Ecosystem** - Core, feature, and utility workflow specifications
|
|
174
|
-
5. **User Scenarios** - Primary use cases, secondary scenarios, user journey
|
|
175
|
-
6. **Technical Planning** - Data requirements, integrations, dependencies
|
|
176
|
-
7. **Success Metrics** - Success criteria, quality standards, performance targets
|
|
177
|
-
8. **Development Roadmap** - Phased implementation plan with deliverables
|
|
178
|
-
9. **Creative Features** - Special touches, easter eggs, module lore
|
|
179
|
-
10. **Risk Assessment** - Technical, usability, scope risks with mitigation
|
|
180
|
-
11. **Implementation Notes** - Priority order, design decisions, open questions
|
|
181
|
-
12. **Resources and References** - Inspiration sources, similar modules, technical references
|
|
182
|
-
|
|
183
|
-
## Requirements
|
|
184
|
-
|
|
185
|
-
- **Creative Vision** - Initial module concept or problem domain
|
|
186
|
-
- **Strategic Thinking** - Ability to plan architecture and user experience
|
|
187
|
-
- **Brainstorming Results** (optional) - Previous ideation sessions enhance planning quality
|
|
188
|
-
|
|
189
|
-
## Best Practices
|
|
190
|
-
|
|
191
|
-
### Before Starting
|
|
192
|
-
|
|
193
|
-
1. **Gather Inspiration** - Research similar tools, modules, and solutions in your domain
|
|
194
|
-
2. **Run Brainstorming Session** - Use ideation techniques to generate initial concepts
|
|
195
|
-
3. **Define Success Criteria** - Know what "successful module" means for your context
|
|
196
|
-
|
|
197
|
-
### During Execution
|
|
198
|
-
|
|
199
|
-
1. **Think User-First** - Always consider the end user experience and value delivery
|
|
200
|
-
2. **Be Specific** - Provide concrete examples and detailed specifications rather than abstractions
|
|
201
|
-
3. **Validate Early** - Use user scenarios to test if the module concept actually works
|
|
202
|
-
4. **Plan Iteratively** - Start with MVP and build complexity through phases
|
|
203
|
-
|
|
204
|
-
### After Completion
|
|
205
|
-
|
|
206
|
-
1. **Use as Blueprint** - Feed the brief directly into create-module workflow for implementation
|
|
207
|
-
2. **Review with Stakeholders** - Validate assumptions and gather feedback before building
|
|
208
|
-
3. **Update as Needed** - Treat as living document that evolves with implementation learnings
|
|
209
|
-
4. **Reference During Development** - Use as north star for design decisions and scope management
|
|
210
|
-
|
|
211
|
-
## Troubleshooting
|
|
212
|
-
|
|
213
|
-
### Common Issues
|
|
214
|
-
|
|
215
|
-
**Issue**: Stuck on module concept or vision
|
|
216
|
-
|
|
217
|
-
- **Solution**: Use creative prompts provided in the workflow
|
|
218
|
-
- **Check**: Review existing modules for inspiration and patterns
|
|
219
|
-
|
|
220
|
-
**Issue**: Agent or workflow architecture too complex
|
|
221
|
-
|
|
222
|
-
- **Solution**: Focus on MVP first, plan enhancement phases for additional complexity
|
|
223
|
-
- **Check**: Validate each component against user scenarios
|
|
224
|
-
|
|
225
|
-
**Issue**: Technical requirements unclear
|
|
226
|
-
|
|
227
|
-
- **Solution**: Research similar modules and their implementation approaches
|
|
228
|
-
- **Check**: Consult with technical stakeholders early in planning
|
|
229
|
-
|
|
230
|
-
**Issue**: Scope creep during planning
|
|
231
|
-
|
|
232
|
-
- **Solution**: Use phased roadmap to defer non-essential features
|
|
233
|
-
- **Check**: Regularly validate against core user scenarios and success criteria
|
|
234
|
-
|
|
235
|
-
## Customization
|
|
236
|
-
|
|
237
|
-
To customize this workflow:
|
|
238
|
-
|
|
239
|
-
1. **Modify Template Structure** - Update template.md to add new sections or reorganize content
|
|
240
|
-
2. **Extend Creative Prompts** - Add domain-specific ideation techniques in instructions.md
|
|
241
|
-
3. **Add Planning Tools** - Integrate additional analysis frameworks or planning methodologies
|
|
242
|
-
4. **Customize Validation** - Enhance checklist.md with specific quality criteria for your context
|
|
243
|
-
|
|
244
|
-
## Version History
|
|
245
|
-
|
|
246
|
-
- **v1.0.0** - Initial release
|
|
247
|
-
- Comprehensive strategic module planning
|
|
248
|
-
- Multi-mode operation (Interactive, Express, YOLO)
|
|
249
|
-
- Creative vision and architecture design tools
|
|
250
|
-
- User journey mapping and validation
|
|
251
|
-
- Risk assessment and mitigation planning
|
|
252
|
-
|
|
253
|
-
## Support
|
|
254
|
-
|
|
255
|
-
For issues or questions:
|
|
256
|
-
|
|
257
|
-
- Review the workflow creation guide at `/_bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
|
|
258
|
-
- Study existing module examples in `/_bmad/` for patterns and inspiration
|
|
259
|
-
- Validate output using `checklist.md`
|
|
260
|
-
- Consult module structure guide at `create-module/module-structure.md`
|
|
261
|
-
|
|
262
|
-
---
|
|
263
|
-
|
|
264
|
-
_Part of the BMad Method v6 - BMB (Builder) Module_
|