bmad-method 6.0.0-alpha.20 → 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 +250 -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 +2 -2
- 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 -1
- 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.agent.yaml +1 -1
- package/src/core/agents/bmad-master.agent.yaml +4 -8
- 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 +2 -1
- 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 +36 -0
- package/src/modules/bmb/agents/module-builder.agent.yaml +48 -0
- package/src/modules/bmb/agents/workflow-builder.agent.yaml +40 -0
- 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/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper.agent.yaml +20 -19
- 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}/module-examples/security-engineer.agent.yaml +8 -13
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/module-examples/trend-analyst.agent.yaml +10 -14
- package/src/modules/bmb/workflows/{create-agent/data/reference/agents → agent/data/reference}/simple-examples/commit-poet.agent.yaml +15 -15
- 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 +2 -1
- 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-architect.agent.yaml +8 -17
- package/src/modules/bmgd/agents/game-designer.agent.yaml +21 -33
- package/src/modules/bmgd/agents/game-dev.agent.yaml +13 -17
- package/src/modules/bmgd/agents/game-qa.agent.yaml +17 -21
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +17 -21
- package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +15 -19
- package/src/modules/bmgd/module.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/instructions.md +1 -1
- 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 +2 -1
- 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/create-story/workflow.yaml +1 -1
- 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/_module-installer/installer.js +0 -34
- package/src/modules/bmm/agents/analyst.agent.yaml +10 -22
- package/src/modules/bmm/agents/architect.agent.yaml +6 -23
- package/src/modules/bmm/agents/dev.agent.yaml +2 -6
- package/src/modules/bmm/agents/pm.agent.yaml +15 -22
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +7 -3
- package/src/modules/bmm/agents/sm.agent.yaml +12 -24
- package/src/modules/bmm/agents/tea.agent.yaml +20 -25
- package/src/modules/bmm/agents/tech-writer.agent.yaml +18 -31
- package/src/modules/bmm/agents/ux-designer.agent.yaml +8 -20
- package/src/modules/bmm/module.yaml +3 -3
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +22 -32
- 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 +20 -44
- 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 +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +6 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +6 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -16
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +23 -69
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +3 -2
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +5 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +7 -6
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +6 -43
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +3 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +9 -8
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +2 -1
- 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 +3 -2
- 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 +25 -54
- 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 +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -3
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +7 -6
- 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 +4 -3
- 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 +13 -12
- 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/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -11
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -11
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -11
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -11
- package/src/modules/cis/agents/presentation-master.agent.yaml +14 -23
- package/src/modules/cis/agents/storyteller/storyteller.agent.yaml +2 -11
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +6 -6
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +8 -8
- package/test/fixtures/agent-schema/{invalid → valid}/metadata/core-agent-with-module.agent.yaml +4 -7
- package/test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml +22 -0
- package/test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml +23 -0
- package/test/test-installation-components.js +1 -1
- 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/config-collector.js +1 -1
- package/tools/cli/installers/lib/core/detector.js +5 -115
- package/tools/cli/installers/lib/core/installer.js +49 -80
- 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/github-copilot.js +1 -1
- package/tools/cli/lib/agent/compiler.js +4 -7
- package/tools/cli/lib/ui.js +1 -1
- package/tools/docs/index.md +2 -0
- package/tools/platform-codes.yaml +13 -1
- package/tools/schema/agent.js +30 -52
- 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/agents/bmad-builder.agent.yaml +0 -94
- 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/reference/agents/expert-examples/journal-keeper/README.md +0 -242
- package/src/modules/bmb/reference/agents/module-examples/README.md +0 -49
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +0 -53
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +0 -57
- package/src/modules/bmb/reference/agents/simple-examples/commit-poet.agent.yaml +0 -126
- 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/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -24
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -108
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -46
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -39
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +0 -152
- 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/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +0 -24
- package/test/fixtures/agent-schema/invalid/metadata/module-agent-missing-module.agent.yaml +0 -25
- package/test/fixtures/agent-schema/invalid/metadata/wrong-module-value.agent.yaml +0 -26
- /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/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -0
- /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -0
- /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -0
- /package/src/modules/bmb/{reference/agents → workflows/agent/data/reference}/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +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
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
- 📋 YOU ARE A UX FACILITATOR, not a content generator
|
|
11
11
|
- 💬 FOCUS on establishing visual design foundation (colors, typography, spacing)
|
|
12
12
|
- 🎯 COLLABORATIVE discovery, not assumption-based design
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
13
14
|
|
|
14
15
|
## EXECUTION PROTOCOLS:
|
|
15
16
|
|
|
16
17
|
- 🎯 Show your analysis before taking any action
|
|
17
18
|
- ⚠️ Present A/P/C menu after generating visual foundation content
|
|
18
19
|
- 💾 ONLY save when user chooses C (Continue)
|
|
19
|
-
- 📖 Update
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
20
21
|
- 🚫 FORBIDDEN to load next step until C is selected
|
|
21
22
|
|
|
22
23
|
## COLLABORATION MENUS (A/P/C):
|
|
@@ -29,7 +30,7 @@ This step will generate content and present choices:
|
|
|
29
30
|
|
|
30
31
|
## PROTOCOL INTEGRATION:
|
|
31
32
|
|
|
32
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
33
34
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
34
35
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
35
36
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -168,7 +169,7 @@ Show the generated visual foundation content and present choices:
|
|
|
168
169
|
|
|
169
170
|
#### If 'A' (Advanced Elicitation):
|
|
170
171
|
|
|
171
|
-
- Execute {project-root}/_bmad/core/
|
|
172
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current visual foundation content
|
|
172
173
|
- Process the enhanced visual insights that come back
|
|
173
174
|
- Ask user: "Accept these improvements to the visual foundation? (y/n)"
|
|
174
175
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -185,7 +186,7 @@ Show the generated visual foundation content and present choices:
|
|
|
185
186
|
#### If 'C' (Continue):
|
|
186
187
|
|
|
187
188
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
188
|
-
- Update frontmatter:
|
|
189
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
189
190
|
- Load `./step-09-design-directions.md`
|
|
190
191
|
|
|
191
192
|
## APPEND TO DOCUMENT:
|
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
- 📋 YOU ARE A UX FACILITATOR, not a content generator
|
|
11
11
|
- 💬 FOCUS on generating and evaluating design direction variations
|
|
12
12
|
- 🎯 COLLABORATIVE exploration, not assumption-based design
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
13
14
|
|
|
14
15
|
## EXECUTION PROTOCOLS:
|
|
15
16
|
|
|
16
17
|
- 🎯 Show your analysis before taking any action
|
|
17
18
|
- ⚠️ Present A/P/C menu after generating design direction content
|
|
18
19
|
- 💾 Generate HTML visualizer for design directions
|
|
19
|
-
- 📖 Update
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
20
21
|
- 🚫 FORBIDDEN to load next step until C is selected
|
|
21
22
|
|
|
22
23
|
## COLLABORATION MENUS (A/P/C):
|
|
@@ -29,7 +30,7 @@ This step will generate content and present choices:
|
|
|
29
30
|
|
|
30
31
|
## PROTOCOL INTEGRATION:
|
|
31
32
|
|
|
32
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
33
34
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
34
35
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
35
36
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -65,7 +66,7 @@ Each mockup will show a complete vision for {{project_name}} with all our design
|
|
|
65
66
|
Generate interactive visual exploration:
|
|
66
67
|
"🎨 Design Direction Mockups Generated!
|
|
67
68
|
|
|
68
|
-
I'm creating a comprehensive HTML design direction showcase at `{
|
|
69
|
+
I'm creating a comprehensive HTML design direction showcase at `{planning_artifacts}/ux-design-directions.html`
|
|
69
70
|
|
|
70
71
|
**What you'll see:**
|
|
71
72
|
|
|
@@ -168,7 +169,7 @@ Show the generated design direction content and present choices:
|
|
|
168
169
|
|
|
169
170
|
#### If 'A' (Advanced Elicitation):
|
|
170
171
|
|
|
171
|
-
- Execute {project-root}/_bmad/core/
|
|
172
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current design direction content
|
|
172
173
|
- Process the enhanced design insights that come back
|
|
173
174
|
- Ask user: "Accept these improvements to the design direction? (y/n)"
|
|
174
175
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -185,7 +186,7 @@ Show the generated design direction content and present choices:
|
|
|
185
186
|
#### If 'C' (Continue):
|
|
186
187
|
|
|
187
188
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
188
|
-
- Update frontmatter:
|
|
189
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
189
190
|
- Load `./step-10-user-journeys.md`
|
|
190
191
|
|
|
191
192
|
## APPEND TO DOCUMENT:
|
package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md
CHANGED
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
- 📋 YOU ARE A UX FACILITATOR, not a content generator
|
|
11
11
|
- 💬 FOCUS on designing user flows and journey interactions
|
|
12
12
|
- 🎯 COLLABORATIVE flow design, not assumption-based layouts
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
13
14
|
|
|
14
15
|
## EXECUTION PROTOCOLS:
|
|
15
16
|
|
|
16
17
|
- 🎯 Show your analysis before taking any action
|
|
17
18
|
- ⚠️ Present A/P/C menu after generating user journey content
|
|
18
19
|
- 💾 ONLY save when user chooses C (Continue)
|
|
19
|
-
- 📖 Update
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
20
21
|
- 🚫 FORBIDDEN to load next step until C is selected
|
|
21
22
|
|
|
22
23
|
## COLLABORATION MENUS (A/P/C):
|
|
@@ -29,7 +30,7 @@ This step will generate content and present choices:
|
|
|
29
30
|
|
|
30
31
|
## PROTOCOL INTEGRATION:
|
|
31
32
|
|
|
32
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
33
34
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
34
35
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
35
36
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -186,7 +187,7 @@ Show the generated user journey content and present choices:
|
|
|
186
187
|
|
|
187
188
|
#### If 'A' (Advanced Elicitation):
|
|
188
189
|
|
|
189
|
-
- Execute {project-root}/_bmad/core/
|
|
190
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current user journey content
|
|
190
191
|
- Process the enhanced journey insights that come back
|
|
191
192
|
- Ask user: "Accept these improvements to the user journeys? (y/n)"
|
|
192
193
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -203,7 +204,7 @@ Show the generated user journey content and present choices:
|
|
|
203
204
|
#### If 'C' (Continue):
|
|
204
205
|
|
|
205
206
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
206
|
-
- Update frontmatter:
|
|
207
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
207
208
|
- Load `./step-11-component-strategy.md`
|
|
208
209
|
|
|
209
210
|
## APPEND TO DOCUMENT:
|
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
- 📋 YOU ARE A UX FACILITATOR, not a content generator
|
|
11
11
|
- 💬 FOCUS on defining component library strategy and custom components
|
|
12
12
|
- 🎯 COLLABORATIVE component planning, not assumption-based design
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
13
14
|
|
|
14
15
|
## EXECUTION PROTOCOLS:
|
|
15
16
|
|
|
16
17
|
- 🎯 Show your analysis before taking any action
|
|
17
18
|
- ⚠️ Present A/P/C menu after generating component strategy content
|
|
18
19
|
- 💾 ONLY save when user chooses C (Continue)
|
|
19
|
-
- 📖 Update
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
20
21
|
- 🚫 FORBIDDEN to load next step until C is selected
|
|
21
22
|
|
|
22
23
|
## COLLABORATION MENUS (A/P/C):
|
|
@@ -29,7 +30,7 @@ This step will generate content and present choices:
|
|
|
29
30
|
|
|
30
31
|
## PROTOCOL INTEGRATION:
|
|
31
32
|
|
|
32
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
33
34
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
34
35
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
35
36
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -192,7 +193,7 @@ Show the generated component strategy content and present choices:
|
|
|
192
193
|
|
|
193
194
|
#### If 'A' (Advanced Elicitation):
|
|
194
195
|
|
|
195
|
-
- Execute {project-root}/_bmad/core/
|
|
196
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current component strategy content
|
|
196
197
|
- Process the enhanced component insights that come back
|
|
197
198
|
- Ask user: "Accept these improvements to the component strategy? (y/n)"
|
|
198
199
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -209,7 +210,7 @@ Show the generated component strategy content and present choices:
|
|
|
209
210
|
#### If 'C' (Continue):
|
|
210
211
|
|
|
211
212
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
212
|
-
- Update frontmatter:
|
|
213
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
213
214
|
- Load `./step-12-ux-patterns.md`
|
|
214
215
|
|
|
215
216
|
## APPEND TO DOCUMENT:
|
package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md
CHANGED
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
- 📋 YOU ARE A UX FACILITATOR, not a content generator
|
|
11
11
|
- 💬 FOCUS on establishing consistency patterns for common UX situations
|
|
12
12
|
- 🎯 COLLABORATIVE pattern definition, not assumption-based design
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
13
14
|
|
|
14
15
|
## EXECUTION PROTOCOLS:
|
|
15
16
|
|
|
16
17
|
- 🎯 Show your analysis before taking any action
|
|
17
18
|
- ⚠️ Present A/P/C menu after generating UX patterns content
|
|
18
19
|
- 💾 ONLY save when user chooses C (Continue)
|
|
19
|
-
- 📖 Update
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
20
21
|
- 🚫 FORBIDDEN to load next step until C is selected
|
|
21
22
|
|
|
22
23
|
## COLLABORATION MENUS (A/P/C):
|
|
@@ -29,7 +30,7 @@ This step will generate content and present choices:
|
|
|
29
30
|
|
|
30
31
|
## PROTOCOL INTEGRATION:
|
|
31
32
|
|
|
32
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
33
34
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
34
35
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
35
36
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -181,7 +182,7 @@ Show the generated UX patterns content and present choices:
|
|
|
181
182
|
|
|
182
183
|
#### If 'A' (Advanced Elicitation):
|
|
183
184
|
|
|
184
|
-
- Execute {project-root}/_bmad/core/
|
|
185
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current UX patterns content
|
|
185
186
|
- Process the enhanced pattern insights that come back
|
|
186
187
|
- Ask user: "Accept these improvements to the UX patterns? (y/n)"
|
|
187
188
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -198,7 +199,7 @@ Show the generated UX patterns content and present choices:
|
|
|
198
199
|
#### If 'C' (Continue):
|
|
199
200
|
|
|
200
201
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
201
|
-
- Update frontmatter:
|
|
202
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
202
203
|
- Load `./step-13-responsive-accessibility.md`
|
|
203
204
|
|
|
204
205
|
## APPEND TO DOCUMENT:
|
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
- 📋 YOU ARE A UX FACILITATOR, not a content generator
|
|
11
11
|
- 💬 FOCUS on responsive design strategy and accessibility compliance
|
|
12
12
|
- 🎯 COLLABORATIVE strategy definition, not assumption-based design
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
13
14
|
|
|
14
15
|
## EXECUTION PROTOCOLS:
|
|
15
16
|
|
|
16
17
|
- 🎯 Show your analysis before taking any action
|
|
17
18
|
- ⚠️ Present A/P/C menu after generating responsive/accessibility content
|
|
18
19
|
- 💾 ONLY save when user chooses C (Continue)
|
|
19
|
-
- 📖 Update
|
|
20
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
|
|
20
21
|
- 🚫 FORBIDDEN to load next step until C is selected
|
|
21
22
|
|
|
22
23
|
## COLLABORATION MENUS (A/P/C):
|
|
@@ -29,7 +30,7 @@ This step will generate content and present choices:
|
|
|
29
30
|
|
|
30
31
|
## PROTOCOL INTEGRATION:
|
|
31
32
|
|
|
32
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
33
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
33
34
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
34
35
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
35
36
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -208,7 +209,7 @@ Show the generated responsive and accessibility content and present choices:
|
|
|
208
209
|
|
|
209
210
|
#### If 'A' (Advanced Elicitation):
|
|
210
211
|
|
|
211
|
-
- Execute {project-root}/_bmad/core/
|
|
212
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current responsive/accessibility content
|
|
212
213
|
- Process the enhanced insights that come back
|
|
213
214
|
- Ask user: "Accept these improvements to the responsive/accessibility strategy? (y/n)"
|
|
214
215
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -225,7 +226,7 @@ Show the generated responsive and accessibility content and present choices:
|
|
|
225
226
|
#### If 'C' (Continue):
|
|
226
227
|
|
|
227
228
|
- Append the final content to `{planning_artifacts}/ux-design-specification.md`
|
|
228
|
-
- Update frontmatter:
|
|
229
|
+
- Update frontmatter: append step to end of stepsCompleted array
|
|
229
230
|
- Load `./step-14-complete.md`
|
|
230
231
|
|
|
231
232
|
## APPEND TO DOCUMENT:
|
package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
- 📋 FINALIZE document and update workflow status
|
|
11
11
|
- 💬 FOCUS on completion, validation, and next steps
|
|
12
12
|
- 🎯 UPDATE workflow status files with completion information
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
13
14
|
|
|
14
15
|
## EXECUTION PROTOCOLS:
|
|
15
16
|
|
|
@@ -21,6 +22,7 @@
|
|
|
21
22
|
## TERMINATION STEP PROTOCOLS:
|
|
22
23
|
|
|
23
24
|
- This is a FINAL step - workflow completion required
|
|
25
|
+
- 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted to indicate all is finished..
|
|
24
26
|
- Output completion summary and next step guidance
|
|
25
27
|
- Update the main workflow status file with finalized document
|
|
26
28
|
- Suggest potential next workflow steps for the user
|
|
@@ -64,8 +66,8 @@ I've successfully collaborated with you to create a comprehensive UX design spec
|
|
|
64
66
|
|
|
65
67
|
**Supporting Visual Assets:**
|
|
66
68
|
|
|
67
|
-
- Color themes visualizer: `{
|
|
68
|
-
- Design directions mockups: `{
|
|
69
|
+
- Color themes visualizer: `{planning_artifacts}/ux-color-themes.html`
|
|
70
|
+
- Design directions mockups: `{planning_artifacts}/ux-design-directions.html`
|
|
69
71
|
|
|
70
72
|
This specification is now ready to guide visual design, implementation, and development."
|
|
71
73
|
|
|
@@ -222,5 +224,5 @@ This UX design workflow is now complete. The specification serves as the foundat
|
|
|
222
224
|
**Core Deliverables:**
|
|
223
225
|
|
|
224
226
|
- ✅ UX Design Specification: `{planning_artifacts}/ux-design-specification.md`
|
|
225
|
-
- ✅ Color Themes Visualizer: `{
|
|
226
|
-
- ✅ Design Directions: `{
|
|
227
|
+
- ✅ Color Themes Visualizer: `{planning_artifacts}/ux-color-themes.html`
|
|
228
|
+
- ✅ Design Directions: `{planning_artifacts}/ux-design-directions.html`
|
|
@@ -37,21 +37,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|
|
37
37
|
- `template_path` = `{installed_path}/ux-design-template.md`
|
|
38
38
|
- `default_output_file` = `{planning_artifacts}/ux-design-specification.md`
|
|
39
39
|
|
|
40
|
-
### Output Files
|
|
41
|
-
|
|
42
|
-
- Color themes: `{output_folder}/ux-color-themes.html`
|
|
43
|
-
- Design directions: `{output_folder}/ux-design-directions.html`
|
|
44
|
-
|
|
45
|
-
### Input Document Discovery
|
|
46
|
-
|
|
47
|
-
Discover context documents for UX context (Priority: Analysis folder first, then main folder, then sharded):
|
|
48
|
-
|
|
49
|
-
- PRD: `{planning_artifacts}/*prd*.md` or `{output_folder}/*prd*.md` or `{output_folder}/*prd*/**/*.md`
|
|
50
|
-
- Product brief: `{output_folder}/analysis/*brief*.md` or `{output_folder}/*brief*.md` or `{output_folder}/*brief*/**/*.md`
|
|
51
|
-
- Epics: `{output_folder}/analysis/*epic*.md` or `{output_folder}/*epic*.md` or `{output_folder}/*epic*/**/*.md`
|
|
52
|
-
- Research: `{output_folder}/analysis/research/*research*.md` or `{output_folder}/*research*.md` or `{output_folder}/*research*/**/*.md`
|
|
53
|
-
- Brainstorming: `{output_folder}/analysis/brainstorming/*brainstorming*.md` or `{output_folder}/*brainstorming*.md`
|
|
54
|
-
|
|
55
40
|
## EXECUTION
|
|
56
41
|
|
|
57
|
-
|
|
42
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
43
|
+
- Load and execute `steps/step-01-init.md` to begin the UX design workflow.
|
|
@@ -10,7 +10,8 @@ thisStepFile: '{workflow_path}/steps/step-01-init.md'
|
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-02-discovery.md'
|
|
11
11
|
continueStepFile: '{workflow_path}/steps/step-01b-continue.md'
|
|
12
12
|
workflowFile: '{workflow_path}/workflow.md'
|
|
13
|
-
outputFile: '{
|
|
13
|
+
outputFile: '{planning_artifacts}/prd.md'
|
|
14
|
+
|
|
14
15
|
|
|
15
16
|
# Template References
|
|
16
17
|
prdTemplate: '{workflow_path}/prd-template.md'
|
|
@@ -32,6 +33,7 @@ Initialize the PRD workflow by detecting continuation state, discovering input d
|
|
|
32
33
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
33
34
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
34
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}`
|
|
35
37
|
|
|
36
38
|
### Role Reinforcement:
|
|
37
39
|
|
|
@@ -51,7 +53,7 @@ Initialize the PRD workflow by detecting continuation state, discovering input d
|
|
|
51
53
|
|
|
52
54
|
- 🎯 Show your analysis of current state before taking any action
|
|
53
55
|
- 💾 Initialize document structure and update frontmatter appropriately
|
|
54
|
-
-
|
|
56
|
+
- Update frontmatter: add this step name to the end of the steps completed array (it should be the first entry in the steps array since this is step 1)
|
|
55
57
|
- 🚫 FORBIDDEN to load next step until user selects 'C' (Continue)
|
|
56
58
|
|
|
57
59
|
## CONTEXT BOUNDARIES:
|
|
@@ -75,7 +77,7 @@ First, check if the output document already exists:
|
|
|
75
77
|
|
|
76
78
|
### 2. Handle Continuation (If Document Exists)
|
|
77
79
|
|
|
78
|
-
If the document exists and has frontmatter with `stepsCompleted
|
|
80
|
+
If the document exists and has frontmatter with `stepsCompleted` BUT `step-11-complete` is NOT in the list, follow the Continuation Protocol since the document is incomplete:
|
|
79
81
|
|
|
80
82
|
**Continuation Protocol:**
|
|
81
83
|
|
|
@@ -90,58 +92,28 @@ If no document exists or no `stepsCompleted` in frontmatter:
|
|
|
90
92
|
|
|
91
93
|
#### A. Input Document Discovery
|
|
92
94
|
|
|
93
|
-
Discover and load context documents using smart discovery.
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
```
|
|
100
|
-
briefCount = 0
|
|
101
|
-
researchCount = 0
|
|
102
|
-
brainstormingCount = 0
|
|
103
|
-
projectDocsCount = 0
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
**Product Brief (Priority: Analysis → Main → Sharded → Whole):**
|
|
107
|
-
|
|
108
|
-
1. Check analysis folder: `{output_folder}/analysis/*brief*.md`
|
|
109
|
-
2. If no analysis files: Try main folder: `{output_folder}/*brief*.md`
|
|
110
|
-
3. If no main files: Check for sharded brief folder: `{output_folder}/*brief*/**/*.md`
|
|
111
|
-
4. If sharded folder exists: Load EVERY file in that folder completely
|
|
112
|
-
5. Add discovered files to `inputDocuments` frontmatter
|
|
113
|
-
6. **Update briefCount with number of files found**
|
|
95
|
+
Discover and load context documents using smart discovery. Documents can be in the following locations:
|
|
96
|
+
- {planning_artifacts}/**
|
|
97
|
+
- {output_folder}/**
|
|
98
|
+
- {product_knowledge}/**
|
|
99
|
+
- docs/**
|
|
114
100
|
|
|
115
|
-
|
|
101
|
+
Also - when searching - documents can be a single markdown file, or a folder with an index and multiple files. For Example, if searching for `*foo*.md` and not found, also search for a folder called *foo*/index.md (which indicates sharded content)
|
|
116
102
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
6. **Update researchCount with number of files found**
|
|
103
|
+
Try to discover the following:
|
|
104
|
+
- Product Brief (`*brief*.md`)
|
|
105
|
+
- Research Documents (`/*research*.md`)
|
|
106
|
+
- Project Documentation (generally multiple documents might be found for this in the `{product_knowledge}` or `docs` folder.)
|
|
107
|
+
- Project Context (`**/project-context.md`)
|
|
123
108
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
1. Check analysis folder: `{output_folder}/analysis/brainstorming/*brainstorming*.md`
|
|
127
|
-
2. If no analysis files: Try main folder: `{output_folder}/*brainstorming*.md`
|
|
128
|
-
3. Add discovered files to `inputDocuments` frontmatter
|
|
129
|
-
4. **Update brainstormingCount with number of files found**
|
|
130
|
-
|
|
131
|
-
**Project Documentation (Existing Projects - Brownfield):**
|
|
132
|
-
|
|
133
|
-
1. Look for index file: `{output_folder}/index.md`
|
|
134
|
-
2. CRITICAL: Load index.md to understand what project files are available
|
|
135
|
-
3. Read available files from index to understand existing project context
|
|
136
|
-
4. This provides essential context for extending existing project with new PRD
|
|
137
|
-
5. Add discovered files to `inputDocuments` frontmatter
|
|
138
|
-
6. **Update projectDocsCount with number of files found (including index.md)**
|
|
109
|
+
<critical>Confirm what you have found with the user, along with asking if the user wants to provide anything else. Only after this confirmation will you proceed to follow the loading rules</critical>
|
|
139
110
|
|
|
140
111
|
**Loading Rules:**
|
|
141
112
|
|
|
142
|
-
- Load ALL discovered files completely (no offset/limit)
|
|
143
|
-
-
|
|
144
|
-
- For
|
|
113
|
+
- Load ALL discovered files completely that the user confirmed or provided (no offset/limit)
|
|
114
|
+
- If there is a project context, whatever is relevant should try to be biased in the remainder of this whole workflow process
|
|
115
|
+
- For sharded folders, load ALL files to get complete picture, using the index first to potentially know the potential of each document
|
|
116
|
+
- index.md is a guide to what's relevant whenever available
|
|
145
117
|
- Track all successfully loaded files in frontmatter `inputDocuments` array
|
|
146
118
|
|
|
147
119
|
#### B. Create Initial Document
|
|
@@ -149,24 +121,7 @@ projectDocsCount = 0
|
|
|
149
121
|
**Document Setup:**
|
|
150
122
|
|
|
151
123
|
- Copy the template from `{prdTemplate}` to `{outputFile}`
|
|
152
|
-
- Initialize frontmatter with proper structure including
|
|
153
|
-
|
|
154
|
-
```yaml
|
|
155
|
-
---
|
|
156
|
-
stepsCompleted: []
|
|
157
|
-
inputDocuments: []
|
|
158
|
-
documentCounts:
|
|
159
|
-
briefs: { { briefCount } }
|
|
160
|
-
research: { { researchCount } }
|
|
161
|
-
brainstorming: { { brainstormingCount } }
|
|
162
|
-
projectDocs: { { projectDocsCount } }
|
|
163
|
-
workflowType: 'prd'
|
|
164
|
-
lastStep: 0
|
|
165
|
-
project_name: '{{project_name}}'
|
|
166
|
-
user_name: '{{user_name}}'
|
|
167
|
-
date: '{{date}}'
|
|
168
|
-
---
|
|
169
|
-
```
|
|
124
|
+
- Initialize frontmatter with proper structure including inputDocuments array.
|
|
170
125
|
|
|
171
126
|
#### C. Present Initialization Results
|
|
172
127
|
|
|
@@ -202,7 +157,7 @@ Display menu after setup report:
|
|
|
202
157
|
|
|
203
158
|
#### Menu Handling Logic:
|
|
204
159
|
|
|
205
|
-
- IF C: Update frontmatter with `stepsCompleted: [1]`, then load, read entire
|
|
160
|
+
- IF C: Update frontmatter with `stepsCompleted: [1]`, then load, read entire {nextStepFile}, then execute {nextStepFile}
|
|
206
161
|
- IF user provides additional files: Load them, update inputDocuments and documentCounts, redisplay report
|
|
207
162
|
- IF user asks questions: Answer and redisplay menu
|
|
208
163
|
|
|
@@ -225,7 +180,6 @@ ONLY WHEN [C continue option] is selected and [frontmatter properly updated with
|
|
|
225
180
|
- Fresh workflow initialized with template and proper frontmatter
|
|
226
181
|
- Input documents discovered and loaded using sharded-first logic
|
|
227
182
|
- All discovered files tracked in frontmatter `inputDocuments`
|
|
228
|
-
- **Document counts stored in frontmatter `documentCounts`**
|
|
229
183
|
- User clearly informed of brownfield vs greenfield status
|
|
230
184
|
- Menu presented and user input handled correctly
|
|
231
185
|
- Frontmatter updated with `stepsCompleted: [1]` before proceeding
|
|
@@ -8,7 +8,7 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd'
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-01b-continue.md'
|
|
10
10
|
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
-
outputFile: '{
|
|
11
|
+
outputFile: '{planning_artifacts}/prd.md'
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
# Step 1B: Workflow Continuation
|
|
@@ -25,6 +25,7 @@ Resume the PRD workflow from where it was left off, ensuring smooth continuation
|
|
|
25
25
|
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
26
26
|
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
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
|
|
|
@@ -41,7 +42,7 @@ Resume the PRD workflow from where it was left off, ensuring smooth continuation
|
|
|
41
42
|
## EXECUTION PROTOCOLS:
|
|
42
43
|
|
|
43
44
|
- 🎯 Show your analysis of current state before taking action
|
|
44
|
-
-
|
|
45
|
+
- Update frontmatter: add this step name to the end of the steps completed array
|
|
45
46
|
- 📖 Only load documents that were already tracked in `inputDocuments`
|
|
46
47
|
- 🚫 FORBIDDEN to discover new input documents during continuation
|
|
47
48
|
|
|
@@ -9,14 +9,14 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd'
|
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-02-discovery.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-03-success.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/prd.md'
|
|
13
13
|
|
|
14
14
|
# Data Files
|
|
15
15
|
projectTypesCSV: '{workflow_path}/project-types.csv'
|
|
16
16
|
domainComplexityCSV: '{workflow_path}/domain-complexity.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
|
---
|
|
22
22
|
|
|
@@ -36,6 +36,7 @@ Conduct comprehensive project discovery that leverages existing input documents
|
|
|
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
|
|
|
@@ -64,7 +65,7 @@ This step will generate content and present choices:
|
|
|
64
65
|
|
|
65
66
|
- **A (Advanced Elicitation)**: Use discovery protocols to develop deeper insights about the generated content
|
|
66
67
|
- **P (Party Mode)**: Bring multiple perspectives to discuss and improve the generated content
|
|
67
|
-
- **C (Continue)**:
|
|
68
|
+
- **C (Continue)**: Append and save the content to the `{outputFile}` and proceed to next step
|
|
68
69
|
|
|
69
70
|
## PROTOCOL INTEGRATION:
|
|
70
71
|
|
|
@@ -373,7 +374,7 @@ Show the generated content to the user and present:
|
|
|
373
374
|
#### IF C (Continue):
|
|
374
375
|
|
|
375
376
|
- Append the final content to `{outputFile}`
|
|
376
|
-
- Update frontmatter:
|
|
377
|
+
- Update frontmatter: add this step name to the end of the steps completed array
|
|
377
378
|
- Load `{nextStepFile}`
|
|
378
379
|
|
|
379
380
|
## CRITICAL STEP COMPLETION NOTE
|
|
@@ -9,10 +9,10 @@ workflow_path: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd'
|
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-03-success.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-04-journeys.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/prd.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
|
|
|
@@ -30,6 +30,7 @@ partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
|
30
30
|
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
31
31
|
- 💬 FOCUS on defining what winning looks like for this product
|
|
32
32
|
- 🎯 COLLABORATIVE discovery, not assumption-based goal setting
|
|
33
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
33
34
|
|
|
34
35
|
## EXECUTION PROTOCOLS:
|
|
35
36
|
|
|
@@ -49,7 +50,7 @@ This step will generate content and present choices:
|
|
|
49
50
|
|
|
50
51
|
## PROTOCOL INTEGRATION:
|
|
51
52
|
|
|
52
|
-
- When 'A' selected: Execute {project-root}/_bmad/core/
|
|
53
|
+
- When 'A' selected: Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml
|
|
53
54
|
- When 'P' selected: Execute {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
54
55
|
- PROTOCOLS always return to this step's A/P/C menu
|
|
55
56
|
- User accepts/rejects protocol changes before proceeding
|
|
@@ -228,7 +229,7 @@ Show the generated content and present choices:
|
|
|
228
229
|
|
|
229
230
|
#### If 'A' (Advanced Elicitation):
|
|
230
231
|
|
|
231
|
-
- Execute {project-root}/_bmad/core/
|
|
232
|
+
- Execute {project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml with the current success criteria content
|
|
232
233
|
- Process the enhanced success metrics that come back
|
|
233
234
|
- Ask user: "Accept these improvements to the success criteria? (y/n)"
|
|
234
235
|
- If yes: Update content with improvements, then return to A/P/C menu
|
|
@@ -244,8 +245,8 @@ Show the generated content and present choices:
|
|
|
244
245
|
|
|
245
246
|
#### If 'C' (Continue):
|
|
246
247
|
|
|
247
|
-
- Append the final content to `{
|
|
248
|
-
- Update frontmatter:
|
|
248
|
+
- Append the final content to `{outputFile}`
|
|
249
|
+
- Update frontmatter: add this step to the end of the steps completed array
|
|
249
250
|
- Load `./step-04-journeys.md`
|
|
250
251
|
|
|
251
252
|
## APPEND TO DOCUMENT:
|