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
|
@@ -1,15 +1,70 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: prd
|
|
3
|
+
description: PRD tri-modal workflow - Create, Validate, or Edit comprehensive PRDs
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
|
+
nextStep: './steps-c/step-01-init.md'
|
|
6
|
+
validateWorkflow: './steps-v/step-v-01-discovery.md'
|
|
7
|
+
editWorkflow: './steps-e/step-e-01-discovery.md'
|
|
5
8
|
web_bundle: true
|
|
6
9
|
---
|
|
7
10
|
|
|
8
|
-
# PRD Workflow
|
|
11
|
+
# PRD Workflow (Tri-Modal)
|
|
9
12
|
|
|
10
|
-
**Goal:** Create comprehensive PRDs through
|
|
13
|
+
**Goal:** Create, Validate, or Edit comprehensive PRDs through structured workflows.
|
|
11
14
|
|
|
12
|
-
**Your Role:**
|
|
15
|
+
**Your Role:**
|
|
16
|
+
- **Create Mode:** Product-focused PM facilitator collaborating with an expert peer
|
|
17
|
+
- **Validate Mode:** Validation Architect and Quality Assurance Specialist
|
|
18
|
+
- **Edit Mode:** PRD improvement specialist
|
|
19
|
+
|
|
20
|
+
You will continue to operate with your given name, identity, and communication_style, merged with the details of this role description.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## MODE DETERMINATION
|
|
25
|
+
|
|
26
|
+
### Detect Workflow Mode
|
|
27
|
+
|
|
28
|
+
Determine which mode to invoke based on:
|
|
29
|
+
|
|
30
|
+
1. **Command/Invocation:**
|
|
31
|
+
- "create prd" or "new prd" → Create mode
|
|
32
|
+
- "validate prd" or "check prd" → Validate mode
|
|
33
|
+
- "edit prd" or "improve prd" → Edit mode
|
|
34
|
+
|
|
35
|
+
2. **Context Detection:**
|
|
36
|
+
- If invoked with -c flag → Create mode
|
|
37
|
+
- If invoked with -v flag → Validate mode
|
|
38
|
+
- If invoked with -e flag → Edit mode
|
|
39
|
+
|
|
40
|
+
3. **Menu Selection (if unclear):**
|
|
41
|
+
|
|
42
|
+
If mode cannot be determined from invocation:
|
|
43
|
+
"**PRD Workflow - Select Mode:**
|
|
44
|
+
|
|
45
|
+
**[C] Create** - Create a new PRD from scratch
|
|
46
|
+
**[V] Validate** - Validate an existing PRD against BMAD standards
|
|
47
|
+
**[E] Edit** - Improve an existing PRD
|
|
48
|
+
|
|
49
|
+
Which mode would you like?"
|
|
50
|
+
|
|
51
|
+
Wait for user selection.
|
|
52
|
+
|
|
53
|
+
### Route to Appropriate Workflow
|
|
54
|
+
|
|
55
|
+
**IF Create Mode:**
|
|
56
|
+
"**Create Mode: Creating a new PRD from scratch.**"
|
|
57
|
+
Load, read entire file, then execute: `{nextStep}` (steps-c/step-01-init.md)
|
|
58
|
+
|
|
59
|
+
**IF Validate Mode:**
|
|
60
|
+
"**Validate Mode: Validating an existing PRD against BMAD standards.**"
|
|
61
|
+
Prompt for PRD path: "Which PRD would you like to validate? Please provide the path to the PRD.md file."
|
|
62
|
+
Then load, read entire file, and execute: `{validateWorkflow}` (steps-v/step-v-01-discovery.md)
|
|
63
|
+
|
|
64
|
+
**IF Edit Mode:**
|
|
65
|
+
"**Edit Mode: Improving an existing PRD.**"
|
|
66
|
+
Prompt for PRD path: "Which PRD would you like to edit? Please provide the path to the PRD.md file."
|
|
67
|
+
Then load, read entire file, and execute: `{editWorkflow}` (steps-e/step-e-01-discovery.md)
|
|
13
68
|
|
|
14
69
|
---
|
|
15
70
|
|
|
@@ -48,7 +103,27 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
48
103
|
|
|
49
104
|
## INITIALIZATION SEQUENCE
|
|
50
105
|
|
|
51
|
-
### 1.
|
|
106
|
+
### 1. Mode Determination
|
|
107
|
+
|
|
108
|
+
**Check if mode was specified in the command invocation:**
|
|
109
|
+
|
|
110
|
+
- If user invoked with "create prd" or "new prd" or "build prd" or "-c" or "--create" → Set mode to **create**
|
|
111
|
+
- If user invoked with "validate prd" or "review prd" or "check prd" or "-v" or "--validate" → Set mode to **validate**
|
|
112
|
+
- If user invoked with "edit prd" or "modify prd" or "improve prd" or "-e" or "--edit" → Set mode to **edit**
|
|
113
|
+
|
|
114
|
+
**If mode is still unclear, ask user:**
|
|
115
|
+
|
|
116
|
+
"**PRD Workflow - Select Mode:**
|
|
117
|
+
|
|
118
|
+
**[C] Create** - Create a new PRD from scratch
|
|
119
|
+
**[V] Validate** - Validate an existing PRD against BMAD standards
|
|
120
|
+
**[E] Edit** - Improve an existing PRD
|
|
121
|
+
|
|
122
|
+
Which mode would you like?"
|
|
123
|
+
|
|
124
|
+
Wait for user selection.
|
|
125
|
+
|
|
126
|
+
### 2. Configuration Loading
|
|
52
127
|
|
|
53
128
|
Load and read full config from {main_config} and resolve:
|
|
54
129
|
|
|
@@ -56,6 +131,20 @@ Load and read full config from {main_config} and resolve:
|
|
|
56
131
|
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
57
132
|
- `date` as system-generated current datetime
|
|
58
133
|
|
|
59
|
-
|
|
134
|
+
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
135
|
+
|
|
136
|
+
### 3. Route to Appropriate Workflow
|
|
137
|
+
|
|
138
|
+
**IF mode == create:**
|
|
139
|
+
"**Create Mode: Creating a new PRD from scratch.**"
|
|
140
|
+
Load, read entire file, then execute `{nextStep}` (steps-c/step-01-init.md)
|
|
141
|
+
|
|
142
|
+
**IF mode == validate:**
|
|
143
|
+
"**Validate Mode: Validating an existing PRD against BMAD standards.**"
|
|
144
|
+
Prompt for PRD path: "Which PRD would you like to validate? Please provide the path to the PRD.md file."
|
|
145
|
+
Then load, read entire file, and execute `{validateWorkflow}` (steps-v/step-v-01-discovery.md)
|
|
60
146
|
|
|
61
|
-
|
|
147
|
+
**IF mode == edit:**
|
|
148
|
+
"**Edit Mode: Improving an existing PRD.**"
|
|
149
|
+
Prompt for PRD path: "Which PRD would you like to edit? Please provide the path to the PRD.md file."
|
|
150
|
+
Then load, read entire file, and execute `{editWorkflow}` (steps-e/step-e-01-discovery.md)
|
|
@@ -6,8 +6,8 @@ description: 'Discover and inventory all project documents, handling duplicates
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
10
|
-
nextStepFile: '
|
|
9
|
+
thisStepFile: './step-01-document-discovery.md'
|
|
10
|
+
nextStepFile: './step-02-prd-analysis.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
|
13
13
|
templateFile: '{workflow_path}/templates/readiness-report-template.md'
|
|
@@ -27,6 +27,7 @@ To discover, inventory, and organize all project documents, identifying duplicat
|
|
|
27
27
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
28
28
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
29
29
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
30
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
30
31
|
|
|
31
32
|
### Role Reinforcement:
|
|
32
33
|
|
|
@@ -6,8 +6,8 @@ description: 'Read and analyze PRD to extract all FRs and NFRs for coverage vali
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
10
|
-
nextStepFile: '
|
|
9
|
+
thisStepFile: './step-02-prd-analysis.md'
|
|
10
|
+
nextStepFile: './step-03-epic-coverage-validation.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
|
13
13
|
epicsFile: '{planning_artifacts}/*epic*.md' # Will be resolved to actual file
|
|
@@ -27,6 +27,7 @@ To fully read and analyze the PRD document (whole or sharded) to extract all Fun
|
|
|
27
27
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
28
28
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
29
29
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
30
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
30
31
|
|
|
31
32
|
### Role Reinforcement:
|
|
32
33
|
|
|
@@ -6,8 +6,8 @@ description: 'Validate that all PRD FRs are covered in epics and stories'
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
10
|
-
nextStepFile: '
|
|
9
|
+
thisStepFile: './step-03-epic-coverage-validation.md'
|
|
10
|
+
nextStepFile: './step-04-ux-alignment.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
|
13
13
|
---
|
|
@@ -26,6 +26,7 @@ To validate that all Functional Requirements from the PRD are captured in the ep
|
|
|
26
26
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
27
27
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
28
28
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
29
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
29
30
|
|
|
30
31
|
### Role Reinforcement:
|
|
31
32
|
|
|
@@ -6,8 +6,8 @@ description: 'Check for UX document and validate alignment with PRD and Architec
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
10
|
-
nextStepFile: '
|
|
9
|
+
thisStepFile: './step-04-ux-alignment.md'
|
|
10
|
+
nextStepFile: './step-05-epic-quality-review.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
|
13
13
|
---
|
|
@@ -26,6 +26,7 @@ To check if UX documentation exists and validate that it aligns with PRD require
|
|
|
26
26
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
27
27
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
28
28
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
29
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
29
30
|
|
|
30
31
|
### Role Reinforcement:
|
|
31
32
|
|
|
@@ -6,8 +6,8 @@ description: 'Validate epics and stories against create-epics-and-stories best p
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
10
|
-
nextStepFile: '
|
|
9
|
+
thisStepFile: './step-05-epic-quality-review.md'
|
|
10
|
+
nextStepFile: './step-06-final-assessment.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
|
13
13
|
epicsBestPractices: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
@@ -27,6 +27,7 @@ To validate epics and stories against the best practices defined in create-epics
|
|
|
27
27
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
28
28
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
29
29
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
30
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
30
31
|
|
|
31
32
|
### Role Reinforcement:
|
|
32
33
|
|
|
@@ -6,7 +6,7 @@ description: 'Compile final assessment and polish the readiness report'
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/implementation-readiness'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
9
|
+
thisStepFile: './step-06-final-assessment.md'
|
|
10
10
|
workflowFile: '{workflow_path}/workflow.md'
|
|
11
11
|
outputFile: '{planning_artifacts}/implementation-readiness-report-{{date}}.md'
|
|
12
12
|
---
|
|
@@ -25,6 +25,7 @@ To provide a comprehensive summary of all findings and give the report a final p
|
|
|
25
25
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
26
26
|
- 📖 You are at the final step - complete the assessment
|
|
27
27
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
28
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
28
29
|
|
|
29
30
|
### Role Reinforcement:
|
|
30
31
|
|
|
@@ -48,7 +48,8 @@ web_bundle: false
|
|
|
48
48
|
Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
49
49
|
|
|
50
50
|
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
|
|
51
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
51
52
|
|
|
52
53
|
### 2. First Step EXECUTION
|
|
53
54
|
|
|
54
|
-
Load, read the full file and then execute
|
|
55
|
+
Load, read the full file and then execute `./step-01-document-discovery.md` to begin the workflow.
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
4
|
|
|
5
5
|
- 🛑 NEVER generate content without user input
|
|
6
|
-
|
|
7
6
|
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
8
7
|
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
9
8
|
- ✅ ALWAYS treat this as collaborative discovery between architectural peers
|
|
@@ -11,6 +10,7 @@
|
|
|
11
10
|
- 💬 FOCUS on initialization and setup only - don't look ahead to future steps
|
|
12
11
|
- 🚪 DETECT existing workflow state and handle continuation properly
|
|
13
12
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
14
|
|
|
15
15
|
## EXECUTION PROTOCOLS:
|
|
16
16
|
|
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on understanding current state and getting user confirmation
|
|
12
12
|
- 🚪 HANDLE workflow resumption smoothly and transparently
|
|
13
13
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on understanding project scope and requirements for architecture
|
|
12
12
|
- 🎯 ANALYZE loaded documents, don't assume or generate requirements
|
|
13
13
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -30,7 +31,7 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
34
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
34
35
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
35
36
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -169,7 +170,7 @@ Show the generated content and present choices:
|
|
|
169
170
|
|
|
170
171
|
#### If 'A' (Advanced Elicitation):
|
|
171
172
|
|
|
172
|
-
- Execute {project-root}/_bmad/core/
|
|
173
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current context analysis
|
|
173
174
|
- Process the enhanced architectural insights that come back
|
|
174
175
|
- Ask user: "Accept these enhancements to the project context analysis? (y/n)"
|
|
175
176
|
- If yes: Update content with improvements, then return to A/P/C menu
|
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
11
11
|
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete architecture
|
|
12
12
|
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
13
14
|
|
|
14
15
|
## EXECUTION PROTOCOLS:
|
|
15
16
|
|
|
@@ -30,7 +31,7 @@ This step will generate content and present choices:
|
|
|
30
31
|
|
|
31
32
|
## PROTOCOL INTEGRATION:
|
|
32
33
|
|
|
33
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
34
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
34
35
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
35
36
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
36
37
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -276,7 +277,7 @@ Show the generated content and present choices:
|
|
|
276
277
|
|
|
277
278
|
#### If 'A' (Advanced Elicitation):
|
|
278
279
|
|
|
279
|
-
- Execute {project-root}/_bmad/core/
|
|
280
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with current starter analysis
|
|
280
281
|
- Process enhanced insights about starter options or custom approaches
|
|
281
282
|
- Ask user: "Accept these changes to the starter template evaluation? (y/n)"
|
|
282
283
|
- If yes: Update content, then return to A/P/C menu
|
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on making critical architectural decisions collaboratively
|
|
12
12
|
- 🌐 ALWAYS search the web to verify current technology versions
|
|
13
13
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -31,7 +32,7 @@ This step will generate content and present choices for each decision category:
|
|
|
31
32
|
|
|
32
33
|
## PROTOCOL INTEGRATION:
|
|
33
34
|
|
|
34
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
35
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
35
36
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
36
37
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
37
38
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -263,7 +264,7 @@ Show the generated decisions content and present choices:
|
|
|
263
264
|
|
|
264
265
|
#### If 'A' (Advanced Elicitation):
|
|
265
266
|
|
|
266
|
-
- Execute {project-root}/_bmad/core/
|
|
267
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with specific decision categories
|
|
267
268
|
- Process enhanced insights about particular decisions
|
|
268
269
|
- Ask user: "Accept these enhancements to the architectural decisions? (y/n)"
|
|
269
270
|
- If yes: Update content, then return to A/P/C menu
|
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on patterns that prevent AI agent implementation conflicts
|
|
12
12
|
- 🎯 EMPHASIZE what agents could decide DIFFERENTLY if not specified
|
|
13
13
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -31,7 +32,7 @@ This step will generate content and present choices:
|
|
|
31
32
|
|
|
32
33
|
## PROTOCOL INTEGRATION:
|
|
33
34
|
|
|
34
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
35
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
35
36
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
36
37
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
37
38
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -304,7 +305,7 @@ Show the generated patterns content and present choices:
|
|
|
304
305
|
|
|
305
306
|
#### If 'A' (Advanced Elicitation):
|
|
306
307
|
|
|
307
|
-
- Execute {project-root}/_bmad/core/
|
|
308
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with current patterns
|
|
308
309
|
- Process enhanced consistency rules that come back
|
|
309
310
|
- Ask user: "Accept these additional pattern refinements? (y/n)"
|
|
310
311
|
- If yes: Update content, then return to A/P/C menu
|
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on defining complete project structure and clear boundaries
|
|
12
12
|
- 🗺️ MAP requirements/epics to architectural components
|
|
13
13
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -31,7 +32,7 @@ This step will generate content and present choices:
|
|
|
31
32
|
|
|
32
33
|
## PROTOCOL INTEGRATION:
|
|
33
34
|
|
|
34
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
35
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
35
36
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
36
37
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
37
38
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -324,7 +325,7 @@ Show the generated project structure content and present choices:
|
|
|
324
325
|
|
|
325
326
|
#### If 'A' (Advanced Elicitation):
|
|
326
327
|
|
|
327
|
-
- Execute {project-root}/_bmad/core/
|
|
328
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with current project structure
|
|
328
329
|
- Process enhanced organizational insights that come back
|
|
329
330
|
- Ask user: "Accept these changes to the project structure? (y/n)"
|
|
330
331
|
- If yes: Update content, then return to A/P/C menu
|
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on validating architectural coherence and completeness
|
|
12
12
|
- ✅ VALIDATE all requirements are covered by architectural decisions
|
|
13
13
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -31,7 +32,7 @@ This step will generate content and present choices:
|
|
|
31
32
|
|
|
32
33
|
## PROTOCOL INTEGRATION:
|
|
33
34
|
|
|
34
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
35
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
35
36
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
36
37
|
- PROTOCOLS always return to display this step's A/P/C menu after the A or P have completed
|
|
37
38
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -304,7 +305,7 @@ Show the validation results and present choices:
|
|
|
304
305
|
|
|
305
306
|
#### If 'A' (Advanced Elicitation):
|
|
306
307
|
|
|
307
|
-
- Execute {project-root}/_bmad/core/
|
|
308
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with validation issues
|
|
308
309
|
- Process enhanced solutions for complex concerns
|
|
309
310
|
- Ask user: "Accept these architectural improvements? (y/n)"
|
|
310
311
|
- If yes: Update content, then return to A/P/C menu
|
package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- 💬 FOCUS on successful workflow completion and implementation handoff
|
|
12
12
|
- 🎯 PROVIDE clear next steps for implementation phase
|
|
13
13
|
- ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
15
|
|
|
15
16
|
## EXECUTION PROTOCOLS:
|
|
16
17
|
|
|
@@ -33,6 +33,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
33
33
|
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`
|
|
34
34
|
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
35
35
|
- `date` as system-generated current datetime
|
|
36
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
36
37
|
|
|
37
38
|
### Paths
|
|
38
39
|
|
|
@@ -6,14 +6,14 @@ description: 'Validate required documents exist and extract all requirements for
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
10
|
-
nextStepFile: '
|
|
9
|
+
thisStepFile: './step-01-validate-prerequisites.md'
|
|
10
|
+
nextStepFile: './step-02-design-epics.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{planning_artifacts}/epics.md'
|
|
13
13
|
epicsTemplate: '{workflow_path}/templates/epics-template.md'
|
|
14
14
|
|
|
15
15
|
# Task References
|
|
16
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
16
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
17
17
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
18
18
|
|
|
19
19
|
# Template References
|
|
@@ -34,6 +34,7 @@ To validate that all required input documents exist and extract all requirements
|
|
|
34
34
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
35
35
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
36
36
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
37
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
37
38
|
|
|
38
39
|
### Role Reinforcement:
|
|
39
40
|
|
|
@@ -90,7 +91,7 @@ Search for required documents using these patterns (sharded means a large docume
|
|
|
90
91
|
1. `{planning_artifacts}/*ux*.md` (whole document)
|
|
91
92
|
2. `{planning_artifacts}/*ux*/index.md` (sharded version)
|
|
92
93
|
|
|
93
|
-
Before proceeding, Ask the user if there are any other documents
|
|
94
|
+
Before proceeding, Ask the user if there are any other documents to include for analysis, and if anything found should be excluded. Wait for user confirmation. Once confirmed, create the {outputFile} from the {epicsTemplate} and in the front matter list the files in the array of `inputDocuments: []`.
|
|
94
95
|
|
|
95
96
|
### 3. Extract Functional Requirements (FRs)
|
|
96
97
|
|
|
@@ -6,13 +6,13 @@ description: 'Design and approve the epics_list that will organize all requireme
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
10
|
-
nextStepFile: '
|
|
9
|
+
thisStepFile: './step-02-design-epics.md'
|
|
10
|
+
nextStepFile: './step-03-create-stories.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{planning_artifacts}/epics.md'
|
|
13
13
|
|
|
14
14
|
# Task References
|
|
15
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
15
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
16
16
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
17
17
|
|
|
18
18
|
# Template References
|
|
@@ -33,6 +33,7 @@ To design and get approval for the epics_list that will organize all requirement
|
|
|
33
33
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
34
34
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
35
35
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
36
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
36
37
|
|
|
37
38
|
### Role Reinforcement:
|
|
38
39
|
|
|
@@ -6,13 +6,13 @@ description: 'Generate all epics with their stories following the template struc
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
10
|
-
nextStepFile: '
|
|
9
|
+
thisStepFile: './step-03-create-stories.md'
|
|
10
|
+
nextStepFile: './step-04-final-validation.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
12
|
outputFile: '{planning_artifacts}/epics.md'
|
|
13
13
|
|
|
14
14
|
# Task References
|
|
15
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
15
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
16
16
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
17
17
|
|
|
18
18
|
# Template References
|
|
@@ -33,6 +33,7 @@ To generate all epics with their stories based on the approved epics_list, follo
|
|
|
33
33
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
34
34
|
- 🔄 CRITICAL: Process epics sequentially
|
|
35
35
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
36
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
36
37
|
|
|
37
38
|
### Role Reinforcement:
|
|
38
39
|
|
|
@@ -6,12 +6,12 @@ description: 'Validate complete coverage of all requirements and ensure implemen
|
|
|
6
6
|
workflow_path: '{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
|
-
thisStepFile: '
|
|
9
|
+
thisStepFile: './step-04-final-validation.md'
|
|
10
10
|
workflowFile: '{workflow_path}/workflow.md'
|
|
11
11
|
outputFile: '{planning_artifacts}/epics.md'
|
|
12
12
|
|
|
13
13
|
# Task References
|
|
14
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
14
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
15
15
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
16
16
|
|
|
17
17
|
# Template References
|
|
@@ -32,6 +32,7 @@ To validate complete coverage of all requirements and ensure stories are ready f
|
|
|
32
32
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
33
33
|
- 🔄 CRITICAL: Process validation sequentially without skipping
|
|
34
34
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
35
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
35
36
|
|
|
36
37
|
### Role Reinforcement:
|
|
37
38
|
|
|
@@ -52,6 +52,7 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
52
52
|
Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
53
53
|
|
|
54
54
|
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`
|
|
55
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
55
56
|
|
|
56
57
|
### 2. First Step EXECUTION
|
|
57
58
|
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
<critical>Read EVERY file in the File List - verify implementation against story requirements</critical>
|
|
13
13
|
<critical>Tasks marked complete but not done = CRITICAL finding</critical>
|
|
14
14
|
<critical>Acceptance Criteria not implemented = HIGH severity finding</critical>
|
|
15
|
+
<critical>Do not review files that are not part of the application's source code. Always exclude the _bmad/ and _bmad-output/ folders from the review. Always exclude IDE and CLI configuration folders like .cursor/ and .windsurf/ and .claude/</critical>
|
|
16
|
+
|
|
15
17
|
|
|
16
18
|
<step n="1" goal="Load story and discover changes">
|
|
17
19
|
<action>Use provided {{story_path}} or ask user which story file to review</action>
|
|
@@ -10,9 +10,10 @@ communication_language: "{config_source}:communication_language"
|
|
|
10
10
|
user_skill_level: "{config_source}:user_skill_level"
|
|
11
11
|
document_output_language: "{config_source}:document_output_language"
|
|
12
12
|
date: system-generated
|
|
13
|
+
planning_artifacts: "{config_source}:planning_artifacts"
|
|
13
14
|
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
14
15
|
output_folder: "{implementation_artifacts}"
|
|
15
|
-
sprint_status: "{implementation_artifacts}/sprint-status.yaml
|
|
16
|
+
sprint_status: "{implementation_artifacts}/sprint-status.yaml"
|
|
16
17
|
|
|
17
18
|
# Workflow components
|
|
18
19
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review"
|
|
@@ -31,24 +32,20 @@ variables:
|
|
|
31
32
|
input_file_patterns:
|
|
32
33
|
architecture:
|
|
33
34
|
description: "System architecture for review context"
|
|
34
|
-
whole: "{
|
|
35
|
-
sharded: "{
|
|
35
|
+
whole: "{planning_artifacts}/*architecture*.md"
|
|
36
|
+
sharded: "{planning_artifacts}/*architecture*/*.md"
|
|
36
37
|
load_strategy: "FULL_LOAD"
|
|
37
38
|
ux_design:
|
|
38
39
|
description: "UX design specification (if UI review)"
|
|
39
|
-
whole: "{
|
|
40
|
-
sharded: "{
|
|
40
|
+
whole: "{planning_artifacts}/*ux*.md"
|
|
41
|
+
sharded: "{planning_artifacts}/*ux*/*.md"
|
|
41
42
|
load_strategy: "FULL_LOAD"
|
|
42
43
|
epics:
|
|
43
44
|
description: "Epic containing story being reviewed"
|
|
44
|
-
whole: "{
|
|
45
|
-
sharded_index: "{
|
|
46
|
-
sharded_single: "{
|
|
45
|
+
whole: "{planning_artifacts}/*epic*.md"
|
|
46
|
+
sharded_index: "{planning_artifacts}/*epic*/index.md"
|
|
47
|
+
sharded_single: "{planning_artifacts}/*epic*/epic-{{epic_num}}.md"
|
|
47
48
|
load_strategy: "SELECTIVE_LOAD"
|
|
48
|
-
document_project:
|
|
49
|
-
description: "Brownfield project documentation (optional)"
|
|
50
|
-
sharded: "{output_folder}/index.md"
|
|
51
|
-
load_strategy: "INDEX_GUIDED"
|
|
52
49
|
|
|
53
50
|
standalone: true
|
|
54
51
|
web_bundle: false
|