bmad-method 6.0.0-alpha.21 → 6.0.0-alpha.22
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/.vscode/settings.json +1 -0
- package/CHANGELOG.md +156 -0
- package/README.md +29 -37
- package/docs/bmad-core-concepts/agents.md +93 -0
- package/docs/{agent-customization-guide.md → bmad-core-concepts/bmad-customization/agents.md} +6 -4
- package/docs/bmad-core-concepts/bmad-customization/index.md +26 -0
- package/docs/bmad-core-concepts/bmad-customization/workflows.md +30 -0
- package/docs/bmad-core-concepts/index.md +37 -0
- package/docs/bmad-core-concepts/installing/index.md +77 -0
- package/docs/bmad-core-concepts/installing/upgrading.md +144 -0
- package/docs/bmad-core-concepts/modules.md +76 -0
- package/docs/bmad-core-concepts/web-bundles/index.md +34 -0
- package/docs/bmad-core-concepts/workflows.md +89 -0
- package/docs/index.md +60 -92
- package/docs/modules/bmb-bmad-builder/agent-creation-guide.md +166 -0
- package/docs/{custom-content-installation.md → modules/bmb-bmad-builder/custom-content-installation.md} +7 -7
- package/docs/{custom-content.md → modules/bmb-bmad-builder/custom-content.md} +4 -5
- package/{src/modules/bmb/docs/agents → docs/modules/bmb-bmad-builder}/index.md +7 -2
- package/docs/modules/bmb-bmad-builder/workflow-vendoring-customization-inheritance.md +42 -0
- package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/glossary.md +0 -1
- package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/index.md +0 -5
- package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflows-guide.md +6 -6
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/brownfield-guide.md +0 -1
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/faq.md +0 -2
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/index.md +12 -50
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/party-mode.md +5 -115
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-spec-flow.md +4 -20
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-start.md +2 -5
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/test-architecture.md +19 -23
- package/docs/modules/bmm-bmad-method/troubleshooting.md +3 -0
- package/docs/modules/bmm-bmad-method/workflow-document-project-reference.md +71 -0
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-analysis.md +8 -75
- package/docs/modules/bmm-bmad-method/workflows-planning.md +89 -0
- package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-solutioning.md +4 -4
- package/docs/modules/core/advanced-elicitation.md +105 -0
- package/docs/modules/core/brainstorming.md +100 -0
- package/docs/modules/core/core-tasks.md +64 -0
- package/docs/modules/core/core-workflows.md +30 -0
- package/docs/modules/core/document-sharding-guide.md +133 -0
- package/docs/modules/core/global-core-config.md +11 -0
- package/docs/modules/core/index.md +15 -0
- package/docs/modules/core/party-mode.md +50 -0
- package/package.json +1 -1
- package/samples/sample-custom-modules/README.md +1 -1
- package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -5
- 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 +1 -0
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +1 -0
- package/src/core/workflows/brainstorming/workflow.md +1 -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 +2 -2
- package/src/modules/bmb/docs/workflows/architecture.md +1 -1
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +1 -1
- package/src/modules/bmb/docs/workflows/step-file-rules.md +469 -0
- package/src/modules/bmb/docs/workflows/templates/step-file.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-template.md +1 -1
- package/src/modules/bmb/docs/workflows/terms.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +2 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +2 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +3 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +3 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +3 -2
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -0
- 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 +173 -0
- package/src/modules/bmb/workflows/agent/data/module-agent-validation.md +124 -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 +25 -25
- package/src/modules/bmb/workflows/agent/data/reference/module-examples/architect.agent.yaml +31 -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}/simple-examples/commit-poet.agent.yaml +14 -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 +132 -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 +6 -25
- package/src/modules/bmb/workflows/agent/steps-c/step-02-discovery.md +168 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-03-type-metadata.md +294 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-04-persona.md +210 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-05-commands-menu.md +176 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-06-activation.md +275 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-07a-build-simple.md +185 -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-08a-plan-traceability.md +203 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08b-metadata-validation.md +135 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08c-persona-validation.md +161 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08d-menu-validation.md +158 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08e-structure-validation.md +306 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-08f-sidecar-validation.md +462 -0
- package/src/modules/bmb/workflows/agent/steps-c/step-09-celebrate.md +244 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-01-load-existing.md +214 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-02-discover-edits.md +191 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03a-validate-metadata.md +78 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03b-validate-persona.md +76 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03c-validate-menu.md +75 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03d-validate-structure.md +75 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03e-validate-sidecar.md +78 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-03f-validation-summary.md +119 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-04-type-metadata.md +122 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-05-persona.md +132 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-06-commands-menu.md +120 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-07-activation.md +122 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +134 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +117 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-08c-edit-module.md +120 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09a-validate-metadata.md +70 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09b-validate-persona.md +70 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09c-validate-menu.md +69 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09d-validate-structure.md +69 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09e-validate-sidecar.md +70 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-09f-validation-summary.md +111 -0
- package/src/modules/bmb/workflows/agent/steps-e/e-10-celebrate.md +150 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-01-load-review.md +128 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +73 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +72 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +71 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +71 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +76 -0
- package/src/modules/bmb/workflows/agent/steps-v/v-03-summary.md +100 -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 +76 -0
- package/src/modules/bmb/workflows/agent/templates/simple-agent.template.md +71 -0
- package/src/modules/bmb/workflows/agent/workflow.md +123 -0
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +1 -0
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +2 -1
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +3 -2
- package/src/modules/bmb/workflows/create-module/workflow.md +1 -0
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-02-profile.md +1 -1
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-03-assessment.md +1 -1
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-04-strategy.md +2 -2
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-05-shopping.md +2 -2
- package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-06-prep-schedule.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +1 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +4 -3
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +16 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +2 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +1 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +5 -5
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +2 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +2 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +2 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +1 -0
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +2 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +2 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +1 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -0
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-qa.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-02-context.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-03-ideation.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-01b-continue.md +1 -0
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-02-vision.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-03-market.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-04-fundamentals.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-05-scope.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-06-references.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-07-content.md +2 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/steps/step-08-complete.md +1 -0
- 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 +1 -0
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-01b-continue.md +1 -0
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-02-context.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-03-platforms.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-04-vision.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-05-core-gameplay.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-06-mechanics.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-07-game-type.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-08-progression.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-09-levels.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-10-art-audio.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-11-technical.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-12-epics.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-13-metrics.md +2 -1
- package/src/modules/bmgd/workflows/2-design/gdd/steps/step-14-complete.md +1 -0
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-01b-continue.md +1 -0
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-02-foundation.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-03-story.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-04-characters.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-05-world.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-06-dialogue.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-07-environmental.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-08-delivery.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-09-integration.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-10-production.md +2 -1
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -0
- package/src/modules/bmgd/workflows/2-design/narrative/workflow.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01-init.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-01b-continue.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-02-context.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-03-starter.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-04-decisions.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-05-crosscutting.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-06-structure.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-07-patterns.md +2 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-08-validation.md +4 -3
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +1 -0
- package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.md +1 -0
- 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/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
- package/src/modules/bmm/agents/pm.agent.yaml +5 -3
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +1 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +1 -0
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -1
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -0
- 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/steps/step-01-init.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +2 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +1 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +2 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -0
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -0
- 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 +3 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +2 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +9 -12
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +12 -11
- 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/bmad-quick-flow/create-tech-spec/steps/step-01-understand.md +189 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-02-investigate.md +144 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-03-generate.md +128 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/steps/step-04-review.md +173 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/tech-spec-template.md +74 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md +79 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +1 -1
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +3 -2
- package/src/modules/bmm/workflows/document-project/checklist.md +2 -2
- 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/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 +4 -4
- 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/tools/cli/bmad-cli.js +18 -0
- package/tools/cli/commands/install.js +8 -12
- package/tools/cli/installers/install-messages.yaml +14 -8
- package/tools/cli/installers/lib/core/detector.js +5 -115
- package/tools/cli/installers/lib/core/installer.js +45 -76
- package/tools/cli/lib/agent/compiler.js +0 -4
- package/tools/docs/index.md +2 -0
- package/website/sidebars.js +1 -19
- package/website/src/pages/downloads.md +0 -15
- 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/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/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/index.md +0 -45
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- 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/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/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/bmm/README.md +0 -127
- package/src/modules/bmm/docs/enterprise-agentic-development.md +0 -686
- 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-planning.md +0 -451
- 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/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/agents-guide.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/game-types-guide.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-flow-guide.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/quick-start.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/troubleshooting.md +0 -0
- /package/{src/modules/bmgd/docs → docs/modules/bmgd-bmad-game-dev}/workflow-overview.jpg +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/agents-guide.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/bmad-quick-flow.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/glossary.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/README.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.excalidraw +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/images/workflow-method-greenfield.svg +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/quick-flow-solo-dev.md +0 -0
- /package/{src/modules/bmm/docs → docs/modules/bmm-bmad-method}/workflows-implementation.md +0 -0
- /package/{src/modules/cis/docs → docs/modules/cis-creative-intelligence-suite}/index.md +0 -0
- /package/src/core/{tools → tasks}/shard-doc.xml +0 -0
- /package/src/core/{tasks/advanced-elicitation-methods.csv → workflows/advanced-elicitation/methods.csv} +0 -0
- /package/src/modules/bmb/reference/{README.md → readme.md} +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/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/security-engineer.agent.yaml +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/trend-analyst.agent.yaml +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/dietary-restrictions.csv +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/macro-calculator.csv +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/data/recipe-database.csv +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01-init.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/steps/step-01b-continue.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/assessment-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/nutrition-plan.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/prep-schedule-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/profile-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/shopping-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/templates/strategy-section.md +0 -0
- /package/src/modules/bmb/workflows/{create-agent/data/reference/workflows → create-workflow/data/examples}/meal-prep-nutrition/workflow.md +0 -0
- /package/{docs → tools/docs}/BUNDLE_DISTRIBUTION_SETUP.md +0 -0
|
@@ -3,7 +3,7 @@ installed_path: '{project-root}/_bmad/bmb/workflows/create-module'
|
|
|
3
3
|
nextStepFile: '{installed_path}/steps/step-08-installer.md'
|
|
4
4
|
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
|
5
5
|
workflowPlanTemplate: '{installed_path}/templates/workflow-plan-template.md'
|
|
6
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
6
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
7
7
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -17,6 +17,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
|
17
17
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
18
18
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
19
19
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
20
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
20
21
|
|
|
21
22
|
### Role Reinforcement:
|
|
22
23
|
|
|
@@ -4,7 +4,7 @@ nextStepFile: '{installed_path}/steps/step-09-documentation.md'
|
|
|
4
4
|
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
|
5
5
|
installerTemplate: '{installed_path}/templates/installer.template.js'
|
|
6
6
|
installConfigTemplate: '{installed_path}/templates/install-config.template.yaml'
|
|
7
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
7
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
8
8
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -18,6 +18,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
|
18
18
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
19
19
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
20
20
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
21
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
21
22
|
|
|
22
23
|
### Role Reinforcement:
|
|
23
24
|
|
|
@@ -3,7 +3,7 @@ installed_path: '{project-root}/_bmad/bmb/workflows/create-module'
|
|
|
3
3
|
nextStepFile: '{installed_path}/steps/step-10-roadmap.md'
|
|
4
4
|
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
|
5
5
|
moduleReadmeFile: '{bmb_creations_output_folder}/{module_name}/README.md'
|
|
6
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
6
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
7
7
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -17,6 +17,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
|
17
17
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
18
18
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
19
19
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
20
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
20
21
|
|
|
21
22
|
### Role Reinforcement:
|
|
22
23
|
|
|
@@ -3,7 +3,7 @@ installed_path: '{project-root}/_bmad/bmb/workflows/create-module'
|
|
|
3
3
|
nextStepFile: '{installed_path}/steps/step-11-validate.md'
|
|
4
4
|
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
|
5
5
|
moduleTodoFile: '{bmb_creations_output_folder}/{module_name}/TODO.md'
|
|
6
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
6
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
7
7
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -17,6 +17,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
|
17
17
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
18
18
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
19
19
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
20
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
20
21
|
|
|
21
22
|
### Role Reinforcement:
|
|
22
23
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
workflowFile: '{installed_path}/workflow.md'
|
|
3
3
|
modulePlanFile: '{bmb_creations_output_folder}/{module_name}/module-plan-{module_name}.md'
|
|
4
4
|
validationChecklist: '{installed_path}/validation.md'
|
|
5
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
5
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
6
6
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -16,6 +16,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
|
16
16
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
17
17
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
18
18
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
19
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
19
20
|
|
|
20
21
|
### Role Reinforcement:
|
|
21
22
|
|
|
@@ -297,7 +298,7 @@ Display: **Module Creation Complete!** [A] Advanced Elicitation [P] Party Mode [
|
|
|
297
298
|
|
|
298
299
|
#### Menu Handling Logic:
|
|
299
300
|
|
|
300
|
-
- IF A: Execute {project-root}/_bmad/core/
|
|
301
|
+
- IF A: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml for reflection on process
|
|
301
302
|
- IF P: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md to celebrate completion
|
|
302
303
|
- IF C: Mark as complete and exit gracefully
|
|
303
304
|
- IF Any other comments or queries: help user respond then redisplay menu
|
|
@@ -49,6 +49,7 @@ installed_path: '{project-root}/_bmad/bmb/workflows/create-module'
|
|
|
49
49
|
Load and read full config from {project-root}/_bmad/bmb/config.yaml and resolve:
|
|
50
50
|
|
|
51
51
|
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `bmb_creations_output_folder`
|
|
52
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
52
53
|
|
|
53
54
|
### 2. First Step EXECUTION
|
|
54
55
|
|
|
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|
|
12
12
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.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
|
|
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|
|
12
12
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.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
|
# Data References
|
|
@@ -13,7 +13,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|
|
13
13
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.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
|
# Data References
|
|
@@ -167,7 +167,7 @@ Display: **Select an Option:** [A] Meal Variety Optimization [P] Chef & Dietitia
|
|
|
167
167
|
#### Menu Handling Logic:
|
|
168
168
|
|
|
169
169
|
- HALT and AWAIT ANSWER
|
|
170
|
-
- IF A: Execute `{project-root}/_bmad/core/
|
|
170
|
+
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
|
171
171
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
|
172
172
|
- IF C: Save content to nutrition-plan.md, update frontmatter, check cooking frequency:
|
|
173
173
|
- IF cooking frequency > 2x/week: load, read entire file, then execute `{workflow_path}/step-05-shopping.md`
|
|
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|
|
12
12
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.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
|
|
@@ -157,7 +157,7 @@ Display: **Select an Option:** [A] Budget Optimization Strategies [P] Shopping P
|
|
|
157
157
|
#### Menu Handling Logic:
|
|
158
158
|
|
|
159
159
|
- HALT and AWAIT ANSWER
|
|
160
|
-
- IF A: Execute `{project-root}/_bmad/core/
|
|
160
|
+
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
|
161
161
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
|
162
162
|
- IF C: Save content to nutrition-plan.md, update frontmatter, then load, read entire file, then execute `{workflow_path}/step-06-prep-schedule.md`
|
|
163
163
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
|
|
@@ -11,7 +11,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|
|
11
11
|
outputFile: '{output_folder}/nutrition-plan-{project_name}.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
|
|
@@ -178,7 +178,7 @@ Display: **Select an Option:** [A] Advanced Prep Techniques [P] Coach Perspectiv
|
|
|
178
178
|
#### Menu Handling Logic:
|
|
179
179
|
|
|
180
180
|
- HALT and AWAIT ANSWER
|
|
181
|
-
- IF A: Execute `{project-root}/_bmad/core/
|
|
181
|
+
- IF A: Execute `{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml`
|
|
182
182
|
- IF P: Execute `{project-root}/_bmad/core/workflows/party-mode/workflow.md`
|
|
183
183
|
- IF C: Update frontmatter with all steps completed, mark workflow complete, display final message
|
|
184
184
|
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
|
@@ -31,6 +31,7 @@ To initialize the workflow creation process by understanding project context, de
|
|
|
31
31
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
32
32
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
33
33
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
34
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
34
35
|
|
|
35
36
|
### Role Reinforcement:
|
|
36
37
|
|
|
@@ -13,7 +13,7 @@ targetWorkflowPath: '{bmb_creations_output_folder}/workflows/{new_workflow_name}
|
|
|
13
13
|
workflowPlanFile: '{targetWorkflowPath}/workflow-plan-{new_workflow_name}.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
|
# Template References
|
|
19
19
|
# No template needed - will append requirements directly to workflow plan
|
|
@@ -33,6 +33,7 @@ To gather comprehensive requirements through collaborative conversation that wil
|
|
|
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
|
|
|
@@ -16,7 +16,7 @@ workflowPlanFile: '{targetWorkflowPath}/workflow-plan-{new_workflow_name}.md'
|
|
|
16
16
|
commonToolsCsv: '{project-root}/_bmad/bmb/docs/workflows/common-workflow-tools.csv'
|
|
17
17
|
|
|
18
18
|
# Task References
|
|
19
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
19
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
20
20
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
21
21
|
# Template References
|
|
22
22
|
# No template needed - will append tools configuration directly to workflow plan
|
|
@@ -36,6 +36,7 @@ To comprehensively configure all tools needed for the workflow (core tools, memo
|
|
|
36
36
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
37
37
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
38
38
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
39
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
39
40
|
|
|
40
41
|
### Role Reinforcement:
|
|
41
42
|
|
|
@@ -14,7 +14,7 @@ targetWorkflowPath: '{bmb_creations_output_folder}/workflows/{new_workflow_name}
|
|
|
14
14
|
workflowPlanFile: '{targetWorkflowPath}/workflow-plan-{new_workflow_name}.md'
|
|
15
15
|
|
|
16
16
|
# Task References
|
|
17
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
17
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
18
18
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
19
19
|
# Template References
|
|
20
20
|
# No template needed - will append review summary directly to workflow plan
|
|
@@ -34,6 +34,7 @@ To present the complete workflow plan (requirements and tools configuration) for
|
|
|
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
|
|
|
@@ -13,7 +13,7 @@ targetWorkflowPath: '{bmb_creations_output_folder}/workflows/{new_workflow_name}
|
|
|
13
13
|
workflowPlanFile: '{targetWorkflowPath}/workflow-plan-{new_workflow_name}.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
|
|
|
@@ -31,6 +31,7 @@ To design and document the output format for workflows that produce documents or
|
|
|
31
31
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
32
32
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
33
33
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
34
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
34
35
|
|
|
35
36
|
### Role Reinforcement:
|
|
36
37
|
|
|
@@ -14,7 +14,7 @@ targetWorkflowPath: '{bmb_creations_output_folder}/workflows/{new_workflow_name}
|
|
|
14
14
|
workflowPlanFile: '{targetWorkflowPath}/workflow-plan-{new_workflow_name}.md'
|
|
15
15
|
|
|
16
16
|
# Task References
|
|
17
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
17
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
18
18
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
19
19
|
# Template References
|
|
20
20
|
# No template needed - will append design details directly to workflow plan
|
|
@@ -34,6 +34,7 @@ To collaboratively design the workflow structure, step sequence, and interaction
|
|
|
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
|
|
|
@@ -96,9 +97,9 @@ Read: {project-root}/_bmad/bmb/docs/workflows/templates/step-1b-template.md
|
|
|
96
97
|
|
|
97
98
|
This shows the continuation step pattern for workflows that might take multiple sessions.
|
|
98
99
|
|
|
99
|
-
Based on the approved plan, collaboratively design:
|
|
100
|
+
Based on the approved plan, collaboratively design the info to answer the following for the build plan:
|
|
100
101
|
|
|
101
|
-
- How many major steps does this workflow need?
|
|
102
|
+
- How many major steps does this workflow need?
|
|
102
103
|
- What is the goal of each step?
|
|
103
104
|
- Which steps are optional vs required?
|
|
104
105
|
- Should any steps repeat or loop?
|
|
@@ -36,6 +36,7 @@ To generate all the workflow files (workflow.md, step files, templates, and supp
|
|
|
36
36
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
37
37
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
38
38
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
39
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
39
40
|
|
|
40
41
|
### Role Reinforcement:
|
|
41
42
|
|
|
@@ -72,7 +73,7 @@ To generate all the workflow files (workflow.md, step files, templates, and supp
|
|
|
72
73
|
- When building continuable step-01-init.md files, use template `{project-root}/_bmad/bmb/docs/workflows/templates/step-01-init-continuable-template.md`
|
|
73
74
|
- When building continuation steps, use template `{project-root}/_bmad/bmb/docs/workflows/templates/step-1b-template.md`
|
|
74
75
|
- When building the main workflow.md file, you must follow template `{project-root}/_bmad/bmb/docs/workflows/templates/workflow-template.md`
|
|
75
|
-
- Example step files from {project-root}/_bmad/bmb/reference/workflows/meal-prep-nutrition/workflow.md for patterns
|
|
76
|
+
- Example step files from {project-root}/_bmad/bmb/reference/workflows/meal-prep-nutrition/workflow.md for patterns - this is an idealized workflow so all files can give good insight into format and structure to be followed
|
|
76
77
|
|
|
77
78
|
## FILE GENERATION SEQUENCE:
|
|
78
79
|
|
|
@@ -182,6 +183,20 @@ For document workflows:
|
|
|
182
183
|
- Include all variables from design
|
|
183
184
|
- Ensure variable naming consistency
|
|
184
185
|
|
|
186
|
+
Remember that the output format design we aligned on chose one of the following - and what it means practically when creating the workflow steps:
|
|
187
|
+
1. **Strict Template** - Must follow exact format with specific fields
|
|
188
|
+
1. This is similar to the example where there are multiple template fragements that are specific with all fields to be in the final output.
|
|
189
|
+
2. generally there will be 1 fragment to a step to complete in the overall template.
|
|
190
|
+
2. **Structured** - Required sections but flexible within each
|
|
191
|
+
1. Usually there will just be one template file - and in this mode it lists out all the section headings (generally level 2 sections in the md) with a handlebars style placeholder for each section.
|
|
192
|
+
2. Step files responsible for a specific section will upon user Continue of that step ensure output is written to the templates proper section
|
|
193
|
+
3. **Semi-structured** - Core sections plus optional additions
|
|
194
|
+
1. Similar to the prior 2, but not all sections or content are listed in the template, some steps might offer various paths or options to go to different steps (or variance within a step) that can determine what sections end up in the final document
|
|
195
|
+
4. **Free-form** - Content-driven with minimal structure
|
|
196
|
+
1. These are the easiest and most flexible. The single template usually only has the front matter fence with a stepsCompleted array and maybe some other fields, and outside of the front matter just the level 1 doc title
|
|
197
|
+
2. With free form, any step that could produce content just appends to the end of the document, so its progressively build in the order of ste[s completed.
|
|
198
|
+
3. Its good to have in this type of workflow a final polish output doc type step that cohesively can update the doc built up in this progressive manner, improving flow, reducing duplication, and ensure all information is aligned and where it belongs.
|
|
199
|
+
|
|
185
200
|
### 6. Generate Supporting Files
|
|
186
201
|
|
|
187
202
|
Based on design requirements:
|
|
@@ -14,7 +14,7 @@ targetWorkflowPath: '{bmb_creations_output_folder}/workflows/{new_workflow_name}
|
|
|
14
14
|
workflowPlanFile: '{targetWorkflowPath}/workflow-plan-{new_workflow_name}.md'
|
|
15
15
|
|
|
16
16
|
# Task References
|
|
17
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
17
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
18
18
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
19
19
|
|
|
20
20
|
# Template References
|
|
@@ -39,6 +39,7 @@ To review the generated workflow for completeness, accuracy, and adherence to be
|
|
|
39
39
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
40
40
|
- 🔄 CRITICAL: Always read the complete step file before taking any action
|
|
41
41
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
42
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
42
43
|
|
|
43
44
|
### Role Reinforcement:
|
|
44
45
|
|
|
@@ -27,6 +27,7 @@ To complete the workflow creation process with a final summary, confirmation, an
|
|
|
27
27
|
- 🛑 NEVER generate content without user input
|
|
28
28
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
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
|
|
|
@@ -42,6 +42,7 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
42
42
|
- 🎯 **ALWAYS** follow the exact instructions in the step file
|
|
43
43
|
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
44
44
|
- 📋 **NEVER** create mental todo lists from future steps
|
|
45
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
45
46
|
|
|
46
47
|
---
|
|
47
48
|
|
|
@@ -29,6 +29,7 @@ To load and deeply understand the target workflow, including its structure, purp
|
|
|
29
29
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
30
30
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
31
31
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
32
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
32
33
|
|
|
33
34
|
### Role Reinforcement:
|
|
34
35
|
|
|
@@ -127,7 +128,7 @@ Based on what the user wants to edit:
|
|
|
127
128
|
|
|
128
129
|
#### Compliance Analysis
|
|
129
130
|
|
|
130
|
-
Load reference documentation
|
|
131
|
+
Load reference documentation to understand what ideal workflow files sound be when doing the review:
|
|
131
132
|
|
|
132
133
|
- `{project-root}/_bmad/bmb/docs/workflows/architecture.md`
|
|
133
134
|
- `{project-root}/_bmad/bmb/docs/workflows/templates/step-template.md`
|
|
@@ -135,10 +136,9 @@ Load reference documentation as needed:
|
|
|
135
136
|
|
|
136
137
|
Check against best practices:
|
|
137
138
|
|
|
138
|
-
- Step file size and structure
|
|
139
|
-
- Menu handling implementation
|
|
140
|
-
- Frontmatter variable usage
|
|
141
|
-
- Path reference consistency
|
|
139
|
+
- Step file size and structure (each step file 80-250 lines)
|
|
140
|
+
- Menu handling implementation (every menu item has a handler, and continue will only proceed after writes to output if applicable have completed)
|
|
141
|
+
- Frontmatter variable usage - no unused variables in the specific step front matter, and all files referenced in the file are done through a variable in the front matter
|
|
142
142
|
|
|
143
143
|
### 5. Present Analysis Findings
|
|
144
144
|
|
|
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|
|
12
12
|
outputFile: '{output_folder}/workflow-edit-{target_workflow_name}.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 collaboratively discover what the user wants to improve and why, before divin
|
|
|
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
|
|
|
@@ -12,7 +12,7 @@ workflowFile: '{workflow_path}/workflow.md'
|
|
|
12
12
|
outputFile: '{output_folder}/workflow-edit-{target_workflow_name}.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 facilitate collaborative improvements to the workflow, working iteratively on
|
|
|
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
|
|
|
@@ -12,7 +12,7 @@ outputFile: '{output_folder}/workflow-edit-{target_workflow_name}.md'
|
|
|
12
12
|
nextStepFile: '{workflow_path}/steps/step-05-compliance-check.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
|
|
@@ -34,6 +34,7 @@ To validate all improvements and prepare a completion summary of the workflow ed
|
|
|
34
34
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
35
35
|
- 🔄 CRITICAL: Always read the complete step file before taking any action
|
|
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
|
|
|
@@ -29,6 +29,7 @@ Run comprehensive compliance validation on the edited workflow using the workflo
|
|
|
29
29
|
- 🛑 NEVER generate content without user input
|
|
30
30
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
31
31
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
32
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
32
33
|
|
|
33
34
|
### Role Reinforcement:
|
|
34
35
|
|
|
@@ -51,7 +51,8 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
51
51
|
|
|
52
52
|
Load and read full config from {project-root}/_bmad/bmb/config.yaml and resolve:
|
|
53
53
|
|
|
54
|
-
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`
|
|
54
|
+
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `bmb_creations_output_folder`
|
|
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
|
|
|
@@ -33,6 +33,7 @@ Confirm the target workflow path and validation objectives before proceeding wit
|
|
|
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
|
|
package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md
CHANGED
|
@@ -34,6 +34,7 @@ Perform adversarial validation of the target workflow.md against workflow-templa
|
|
|
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
|
|
package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md
CHANGED
|
@@ -34,6 +34,7 @@ Perform systematic adversarial validation of each step file against step-templat
|
|
|
34
34
|
- 📖 CRITICAL: Read this 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
|
|
|
@@ -138,7 +139,7 @@ Check for proper references:
|
|
|
138
139
|
|
|
139
140
|
```yaml
|
|
140
141
|
# Task References
|
|
141
|
-
advancedElicitationTask: '{project-root}/_bmad/core/
|
|
142
|
+
advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
|
|
142
143
|
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
143
144
|
```
|
|
144
145
|
|
package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md
CHANGED
|
@@ -35,6 +35,7 @@ Validate file sizes, markdown formatting standards, and CSV data file compliance
|
|
|
35
35
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
36
36
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
37
37
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
38
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
38
39
|
|
|
39
40
|
### Role Reinforcement:
|
|
40
41
|
|
|
@@ -35,6 +35,7 @@ Analyze the workflow's position on the intent vs prescriptive spectrum, provide
|
|
|
35
35
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
36
36
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
37
37
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
38
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
38
39
|
|
|
39
40
|
### Role Reinforcement:
|
|
40
41
|
|
|
@@ -35,6 +35,7 @@ Analyze each workflow step for optimal web search utilization and subprocess usa
|
|
|
35
35
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
36
36
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
37
37
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
38
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
38
39
|
|
|
39
40
|
### Role Reinforcement:
|
|
40
41
|
|
package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md
CHANGED
|
@@ -35,6 +35,7 @@ Perform comprehensive workflow analysis including flow validation, goal alignmen
|
|
|
35
35
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
36
36
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
37
37
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
38
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
38
39
|
|
|
39
40
|
### Role Reinforcement:
|
|
40
41
|
|
package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md
CHANGED
|
@@ -32,6 +32,7 @@ Generate comprehensive compliance report compiling all validation findings, prov
|
|
|
32
32
|
- 🛑 NEVER generate content without user input
|
|
33
33
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
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/bmb/config.yaml and resolve:
|
|
53
53
|
|
|
54
54
|
- `project_name`, `output_folder`, `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
|
|
|
@@ -47,6 +47,6 @@ agent:
|
|
|
47
47
|
ide-only: true
|
|
48
48
|
|
|
49
49
|
- trigger: AE or fuzzy match on advanced-elicitation
|
|
50
|
-
exec: "{project-root}/_bmad/core/
|
|
50
|
+
exec: "{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml"
|
|
51
51
|
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
|
|
52
52
|
web-only: true
|
|
@@ -55,6 +55,6 @@ agent:
|
|
|
55
55
|
description: "[TR] Review test quality and coverage"
|
|
56
56
|
|
|
57
57
|
- trigger: AE or fuzzy match on advanced-elicitation
|
|
58
|
-
exec: "{project-root}/_bmad/core/
|
|
58
|
+
exec: "{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml"
|
|
59
59
|
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
|
|
60
60
|
web-only: true
|
|
@@ -54,6 +54,6 @@ agent:
|
|
|
54
54
|
description: "[CC] Navigate significant changes during game dev sprint (When implementation is off-track)"
|
|
55
55
|
|
|
56
56
|
- trigger: AE or fuzzy match on advanced-elicitation
|
|
57
|
-
exec: "{project-root}/_bmad/core/
|
|
57
|
+
exec: "{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml"
|
|
58
58
|
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
|
|
59
59
|
web-only: true
|
|
@@ -47,6 +47,6 @@ agent:
|
|
|
47
47
|
description: "[TF] Set up automated testing for your game engine"
|
|
48
48
|
|
|
49
49
|
- trigger: AE or fuzzy match on advanced-elicitation
|
|
50
|
-
exec: "{project-root}/_bmad/core/
|
|
50
|
+
exec: "{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml"
|
|
51
51
|
description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
|
|
52
52
|
web-only: true
|
|
@@ -33,6 +33,7 @@ Validate workflow readiness, check for workflow status tracking, and prepare for
|
|
|
33
33
|
- CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
34
34
|
- YOU ARE A FACILITATOR, not a content generator
|
|
35
35
|
- NEVER mention time estimates
|
|
36
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
36
37
|
|
|
37
38
|
### Role Reinforcement:
|
|
38
39
|
|