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
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-05-name'
|
|
3
|
-
description: 'Name the agent based on discovered characteristics'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/bmb/workflows/create-agent/create-agent'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: '{workflow_path}/steps/step-05-name.md'
|
|
10
|
-
nextStepFile: '{workflow_path}/steps/step-06-build.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
|
|
13
|
-
agentPlan: '{bmb_creations_output_folder}/agent-plan-{agent_name}.md'
|
|
14
|
-
|
|
15
|
-
# Template References
|
|
16
|
-
identityTemplate: '{workflow_path}/templates/agent-identity.md'
|
|
17
|
-
|
|
18
|
-
# Task References
|
|
19
|
-
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
20
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
21
|
-
---
|
|
22
|
-
|
|
23
|
-
# Step 5: Agent Naming and Identity
|
|
24
|
-
|
|
25
|
-
## STEP GOAL:
|
|
26
|
-
|
|
27
|
-
Guide user to name the agent naturally based on its discovered purpose, personality, and capabilities while establishing a complete identity package.
|
|
28
|
-
|
|
29
|
-
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
30
|
-
|
|
31
|
-
### Universal Rules:
|
|
32
|
-
|
|
33
|
-
- 🛑 NEVER generate content without user input
|
|
34
|
-
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
35
|
-
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
36
|
-
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
37
|
-
|
|
38
|
-
### Role Reinforcement:
|
|
39
|
-
|
|
40
|
-
- ✅ You are an identity architect who helps users discover the perfect name for their agent
|
|
41
|
-
- ✅ If you already have been given a name, communication_style and identity, continue to use those while playing this new role
|
|
42
|
-
- ✅ We engage in collaborative dialogue, not command-response
|
|
43
|
-
- ✅ You bring naming expertise, user brings their agent vision, together we create an authentic identity
|
|
44
|
-
- ✅ Maintain collaborative creative tone throughout
|
|
45
|
-
|
|
46
|
-
### Step-Specific Rules:
|
|
47
|
-
|
|
48
|
-
- 🎯 Focus only on naming agent based on discovered characteristics
|
|
49
|
-
- 🚫 FORBIDDEN to force generic or inappropriate names
|
|
50
|
-
- 💬 Approach: Let naming emerge naturally from agent characteristics
|
|
51
|
-
- 📋 Connect personality traits and capabilities to naming options
|
|
52
|
-
|
|
53
|
-
## EXECUTION PROTOCOLS:
|
|
54
|
-
|
|
55
|
-
- 🎯 Natural naming exploration based on agent characteristics
|
|
56
|
-
- 💾 Document complete identity package (name, title, icon, filename)
|
|
57
|
-
- 📖 Review discovered characteristics for naming inspiration
|
|
58
|
-
- 🚫 FORBIDDEN to suggest names without connecting to agent identity
|
|
59
|
-
|
|
60
|
-
## CONTEXT BOUNDARIES:
|
|
61
|
-
|
|
62
|
-
- Available context: Agent purpose, persona, and capabilities from previous steps
|
|
63
|
-
- Focus: Agent naming and complete identity package establishment
|
|
64
|
-
- Limits: No YAML generation yet, just identity development
|
|
65
|
-
- Dependencies: Complete understanding of agent characteristics from previous steps
|
|
66
|
-
|
|
67
|
-
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
68
|
-
|
|
69
|
-
### 1. Naming Context Setup
|
|
70
|
-
|
|
71
|
-
Present this to the user:
|
|
72
|
-
|
|
73
|
-
"Now that we know who your agent is - its purpose, personality, and capabilities - let's give it the perfect name that captures its essence."
|
|
74
|
-
|
|
75
|
-
**Review Agent Characteristics:**
|
|
76
|
-
|
|
77
|
-
- Purpose: {{discovered_purpose}}
|
|
78
|
-
- Role: {{developed_role}}
|
|
79
|
-
- Communication style: {{selected_style}}
|
|
80
|
-
- Key capabilities: {{main_capabilities}}
|
|
81
|
-
|
|
82
|
-
### 2. Naming Elements Exploration
|
|
83
|
-
|
|
84
|
-
Guide user through each identity element:
|
|
85
|
-
|
|
86
|
-
**Agent Name (Personal Identity):**
|
|
87
|
-
"What name feels right for this agent? Think about:"
|
|
88
|
-
|
|
89
|
-
- Personality-based names (e.g., "Sarah", "Max", "Data Wizard")
|
|
90
|
-
- Domain-inspired names (e.g., "Clarity", "Nexus", "Catalyst")
|
|
91
|
-
- Functional names (e.g., "Builder", "Analyzer", "Orchestrator")
|
|
92
|
-
|
|
93
|
-
**Agent Title (Professional Identity):**
|
|
94
|
-
"What professional title captures its role?"
|
|
95
|
-
|
|
96
|
-
- Based on the role discovered earlier (already established)
|
|
97
|
-
- Examples: "Strategic Business Analyst", "Code Review Specialist", "Research Assistant"
|
|
98
|
-
|
|
99
|
-
**Agent Icon (Visual Identity):**
|
|
100
|
-
"What emoji captures its personality and function?"
|
|
101
|
-
|
|
102
|
-
- Should reflect both personality and purpose
|
|
103
|
-
- Examples: 🧙♂️ (magical helper), 🔍 (investigator), 🚀 (accelerator), 🎯 (precision)
|
|
104
|
-
|
|
105
|
-
**Filename (Technical Identity):**
|
|
106
|
-
"Let's create a kebab-case filename for the agent:"
|
|
107
|
-
|
|
108
|
-
- Based on agent name and function
|
|
109
|
-
- Examples: "business-analyst", "code-reviewer", "research-assistant"
|
|
110
|
-
- Auto-suggest based on chosen name for consistency
|
|
111
|
-
|
|
112
|
-
### 3. Interactive Naming Process
|
|
113
|
-
|
|
114
|
-
**Step 1: Category Selection**
|
|
115
|
-
"Which naming approach appeals to you?"
|
|
116
|
-
|
|
117
|
-
- A) Personal names (human-like identity)
|
|
118
|
-
- B) Functional names (descriptive of purpose)
|
|
119
|
-
- C) Conceptual names (abstract or metaphorical)
|
|
120
|
-
- D) Creative names (unique and memorable)
|
|
121
|
-
|
|
122
|
-
**Step 2: Present Options**
|
|
123
|
-
Based on category, present 3-5 thoughtful options with explanations:
|
|
124
|
-
|
|
125
|
-
"Here are some options that fit your agent's personality:
|
|
126
|
-
|
|
127
|
-
**Option 1: [Name]** - [Why this fits their personality/purpose]
|
|
128
|
-
**Option 2: [Name]** - [How this captures their capabilities]
|
|
129
|
-
**Option 3: [Name]** - [Why this reflects their communication style]"
|
|
130
|
-
|
|
131
|
-
**Step 3: Explore Combinations**
|
|
132
|
-
"Would you like to mix and match, or do one of these feel perfect?"
|
|
133
|
-
|
|
134
|
-
Continue conversation until user is satisfied with complete identity package.
|
|
135
|
-
|
|
136
|
-
### 4. Identity Package Confirmation
|
|
137
|
-
|
|
138
|
-
Once name is selected, confirm the complete identity package:
|
|
139
|
-
|
|
140
|
-
**Your Agent's Identity:**
|
|
141
|
-
|
|
142
|
-
- **Name:** [chosen name]
|
|
143
|
-
- **Title:** [established role]
|
|
144
|
-
- **Icon:** [selected emoji]
|
|
145
|
-
- **Filename:** [technical name]
|
|
146
|
-
- **Type:** [Simple/Expert/Module]
|
|
147
|
-
|
|
148
|
-
"Does this complete identity feel right for your agent?"
|
|
149
|
-
|
|
150
|
-
### 5. Document Agent Identity
|
|
151
|
-
|
|
152
|
-
#### Content to Append (if applicable):
|
|
153
|
-
|
|
154
|
-
```markdown
|
|
155
|
-
## Agent Identity
|
|
156
|
-
|
|
157
|
-
### Name
|
|
158
|
-
|
|
159
|
-
[Chosen agent name]
|
|
160
|
-
|
|
161
|
-
### Title
|
|
162
|
-
|
|
163
|
-
[Professional title based on role]
|
|
164
|
-
|
|
165
|
-
### Icon
|
|
166
|
-
|
|
167
|
-
[Selected emoji representing personality and function]
|
|
168
|
-
|
|
169
|
-
### Filename
|
|
170
|
-
|
|
171
|
-
[Technical kebab-case filename for file generation]
|
|
172
|
-
|
|
173
|
-
### Agent Type
|
|
174
|
-
|
|
175
|
-
[Simple/Expert/Module as determined earlier]
|
|
176
|
-
|
|
177
|
-
### Naming Rationale
|
|
178
|
-
|
|
179
|
-
[Why this name captures the agent's essence]
|
|
180
|
-
|
|
181
|
-
### Identity Confirmation
|
|
182
|
-
|
|
183
|
-
[User confirmation that identity package feels right]
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
Save this content to {agentPlan} for reference in subsequent steps.
|
|
187
|
-
|
|
188
|
-
### 6. Present MENU OPTIONS
|
|
189
|
-
|
|
190
|
-
Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Continue"
|
|
191
|
-
|
|
192
|
-
#### Menu Handling Logic:
|
|
193
|
-
|
|
194
|
-
- IF A: Execute {advancedElicitationTask}
|
|
195
|
-
- IF P: Execute {partyModeWorkflow}
|
|
196
|
-
- IF C: Save content to {agentPlan}, update frontmatter, then only then load, read entire file, then execute {nextStepFile}
|
|
197
|
-
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#6-present-menu-options)
|
|
198
|
-
|
|
199
|
-
#### EXECUTION RULES:
|
|
200
|
-
|
|
201
|
-
- ALWAYS halt and wait for user input after presenting menu
|
|
202
|
-
- ONLY proceed to next step when user selects 'C'
|
|
203
|
-
- After other menu items execution, return to this menu
|
|
204
|
-
- User can chat or ask questions - always respond and then end with display again of the menu options
|
|
205
|
-
|
|
206
|
-
## CRITICAL STEP COMPLETION NOTE
|
|
207
|
-
|
|
208
|
-
ONLY WHEN [C continue option] is selected and [complete identity package established and confirmed], will you then load and read fully `{nextStepFile}` to execute and begin YAML building.
|
|
209
|
-
|
|
210
|
-
---
|
|
211
|
-
|
|
212
|
-
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
213
|
-
|
|
214
|
-
### ✅ SUCCESS:
|
|
215
|
-
|
|
216
|
-
- Agent name emerges naturally from discovered characteristics
|
|
217
|
-
- Complete identity package established (name, title, icon, filename)
|
|
218
|
-
- User confirms identity "feels right" for their agent
|
|
219
|
-
- Technical filename ready for file generation follows kebab-case convention
|
|
220
|
-
- Naming rationale documented with connection to agent characteristics
|
|
221
|
-
- Content properly saved to output file
|
|
222
|
-
- Menu presented and user input handled correctly
|
|
223
|
-
|
|
224
|
-
### ❌ SYSTEM FAILURE:
|
|
225
|
-
|
|
226
|
-
- Forcing generic or inappropriate names on user
|
|
227
|
-
- Not connecting name suggestions to agent characteristics
|
|
228
|
-
- Failing to establish complete identity package
|
|
229
|
-
- Not getting user confirmation on identity feel
|
|
230
|
-
- Proceeding without proper filename convention compliance
|
|
231
|
-
|
|
232
|
-
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-06-build'
|
|
3
|
-
description: 'Generate complete YAML incorporating all discovered elements'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/bmb/workflows/create-agent/create-agent'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: '{workflow_path}/steps/step-06-build.md'
|
|
10
|
-
nextStepFile: '{workflow_path}/steps/step-07-validate.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
agentPlan: '{bmb_creations_output_folder}/agent-plan-{agent_name}.md'
|
|
13
|
-
agentBuildOutput: '{bmb_creations_output_folder}/{agent-name}'
|
|
14
|
-
|
|
15
|
-
# Template References
|
|
16
|
-
simpleAgentTemplate: '{workflow_path}/templates/simple-agent.template.md'
|
|
17
|
-
expertAgentTemplate: '{workflow_path}/templates/expert-agent.template.md'
|
|
18
|
-
|
|
19
|
-
# Task References
|
|
20
|
-
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
21
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
# Step 6: Build Complete Agent YAML
|
|
25
|
-
|
|
26
|
-
## STEP GOAL:
|
|
27
|
-
|
|
28
|
-
Generate the complete YAML agent folder, yaml file and sidecar content to the specification defined in {agentBuildOutput} completely.
|
|
29
|
-
|
|
30
|
-
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
31
|
-
|
|
32
|
-
### Universal Rules:
|
|
33
|
-
|
|
34
|
-
- 🛑 NEVER generate content without user input
|
|
35
|
-
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
36
|
-
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
37
|
-
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
38
|
-
|
|
39
|
-
### Role Reinforcement:
|
|
40
|
-
|
|
41
|
-
- ✅ You are a YAML architect who transforms collaborative discoveries into technical implementation
|
|
42
|
-
- ✅ If you already have been given a name, communication_style and identity, continue to use those while playing this new role
|
|
43
|
-
- ✅ We engage in collaborative dialogue, not command-response
|
|
44
|
-
- ✅ You bring technical YAML expertise, user brings their agent vision, together we create complete agent configuration
|
|
45
|
-
- ✅ Maintain collaborative technical tone throughout
|
|
46
|
-
|
|
47
|
-
### Step-Specific Rules:
|
|
48
|
-
|
|
49
|
-
- 🎯 Focus only on generating complete YAML and sidecar content structure based on discovered elements
|
|
50
|
-
- 🚫 FORBIDDEN to duplicate auto-injected features (help and exit menu items, activation handler instructions)
|
|
51
|
-
- 💬 Approach: Present the journey of collaborative creation while building technical structure
|
|
52
|
-
- 📋 Generate YAML and sidecar files that accurately reflects all discoveries from previous steps
|
|
53
|
-
|
|
54
|
-
## EXECUTION PROTOCOLS:
|
|
55
|
-
|
|
56
|
-
- 🎯 Generate complete YAML structure based on agent type and discovered elements
|
|
57
|
-
- 💾 Present complete YAML with proper formatting and explanation
|
|
58
|
-
- 📖 Load appropriate template for agent type for structure guidance
|
|
59
|
-
- 🚫 FORBIDDEN to proceed without incorporating all discovered elements
|
|
60
|
-
|
|
61
|
-
## CONTEXT BOUNDARIES:
|
|
62
|
-
|
|
63
|
-
- Available context: All discoveries from previous steps (purpose, persona, capabilities, identity)
|
|
64
|
-
- Focus: YAML generation and complete agent configuration
|
|
65
|
-
- Limits: No validation yet, just YAML generation
|
|
66
|
-
- Dependencies: Complete understanding of all agent characteristics from previous steps
|
|
67
|
-
|
|
68
|
-
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
69
|
-
|
|
70
|
-
### 1. Celebrate the Journey
|
|
71
|
-
|
|
72
|
-
Present this to the user:
|
|
73
|
-
|
|
74
|
-
"Let's take a moment to appreciate what we've created together! Your agent started as an idea, and through our discovery process, it has developed into a fully-realized personality with clear purpose, capabilities, and identity."
|
|
75
|
-
|
|
76
|
-
**Journey Summary:**
|
|
77
|
-
|
|
78
|
-
- Started with purpose discovery (Step 2)
|
|
79
|
-
- Shaped personality through four-field persona system (Step 3)
|
|
80
|
-
- Built capabilities and command structure (Step 4)
|
|
81
|
-
- Established name and identity (Step 5)
|
|
82
|
-
- Ready to bring it all together in complete YAML
|
|
83
|
-
|
|
84
|
-
### 2. Load Agent Type Template
|
|
85
|
-
|
|
86
|
-
Based on determined agent type, load appropriate template:
|
|
87
|
-
|
|
88
|
-
- If (agent will have memories and optionally its own knowledge, separate prompt files, or data in separate files)
|
|
89
|
-
- Utilize {expertAgentTemplate} to generate the agent output file {agentBuildOutput}/{agent-name}.agent.yaml
|
|
90
|
-
- Create the Side-cre folder to hold the optional sidecar files if needed from plan in following steps at {agentBuildOutput}/{agent-name}/{agent-name}-sidecar
|
|
91
|
-
- ELSE:
|
|
92
|
-
- utilize {simpleAgentTemplate} to generate the agent output file {agentBuildOutput}/{agent-name}.agent.yaml
|
|
93
|
-
|
|
94
|
-
### 4. Generate Complete YAML and sidecar content if applicable
|
|
95
|
-
|
|
96
|
-
Create the complete YAML incorporating all discovered elements from the plan:
|
|
97
|
-
|
|
98
|
-
**Core Structure:**
|
|
99
|
-
|
|
100
|
-
- Agent metadata (name, title, icon, module, type)
|
|
101
|
-
- Complete persona (role, identity, communication_style, principles)
|
|
102
|
-
- Agent type-specific sections
|
|
103
|
-
- Command structure with proper references
|
|
104
|
-
- Output path configuration
|
|
105
|
-
|
|
106
|
-
Present the complete YAML to user:
|
|
107
|
-
|
|
108
|
-
"Here is your complete agent YAML, incorporating everything we've discovered together:
|
|
109
|
-
|
|
110
|
-
[Display complete YAML with proper formatting]
|
|
111
|
-
|
|
112
|
-
**Key Features Included:**
|
|
113
|
-
|
|
114
|
-
- Purpose-driven role and identity
|
|
115
|
-
- Distinct personality with four-field persona system
|
|
116
|
-
- All capabilities we discussed
|
|
117
|
-
- Proper command structure
|
|
118
|
-
- Agent type-specific optimizations
|
|
119
|
-
- Complete metadata and configuration
|
|
120
|
-
|
|
121
|
-
Does this capture everything we discussed?"
|
|
122
|
-
|
|
123
|
-
### 5. Agent Type Specific Implementation
|
|
124
|
-
|
|
125
|
-
Ensure proper implementation based on agent type:
|
|
126
|
-
|
|
127
|
-
**Simple Agent:**
|
|
128
|
-
|
|
129
|
-
- All capabilities in YAML prompts section
|
|
130
|
-
- No external file references
|
|
131
|
-
- Self-contained execution logic
|
|
132
|
-
|
|
133
|
-
**Expert Agent:**
|
|
134
|
-
|
|
135
|
-
- Sidecar file references for knowledge base
|
|
136
|
-
- Memory integration points
|
|
137
|
-
- Personal workflow capabilities
|
|
138
|
-
|
|
139
|
-
Ensure all files generated are complete, and nothing from the plan has not been skipped, and then give a creational summary of what was done to the user in chat.
|
|
140
|
-
|
|
141
|
-
### 7. Present MENU OPTIONS
|
|
142
|
-
|
|
143
|
-
Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Continue"
|
|
144
|
-
|
|
145
|
-
#### Menu Handling Logic:
|
|
146
|
-
|
|
147
|
-
- IF A: Execute {advancedElicitationTask}
|
|
148
|
-
- IF P: Execute {partyModeWorkflow}
|
|
149
|
-
- IF C: Save content to {agentBuildOutput}, update frontmatter, then only then load, read entire file, then execute {nextStepFile}
|
|
150
|
-
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
|
|
151
|
-
|
|
152
|
-
#### EXECUTION RULES:
|
|
153
|
-
|
|
154
|
-
- ALWAYS halt and wait for user input after presenting menu
|
|
155
|
-
- ONLY proceed to next step when user selects 'C'
|
|
156
|
-
- After other menu items execution, return to this menu
|
|
157
|
-
- User can chat or ask questions - always respond and then end with display again of the menu options
|
|
158
|
-
|
|
159
|
-
## CRITICAL STEP COMPLETION NOTE
|
|
160
|
-
|
|
161
|
-
ONLY WHEN [C continue option] is selected and [complete YAML generated incorporating all discovered elements], will you then load and read fully `{nextStepFile}` to execute and begin validation.
|
|
162
|
-
|
|
163
|
-
---
|
|
164
|
-
|
|
165
|
-
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
166
|
-
|
|
167
|
-
### ✅ SUCCESS:
|
|
168
|
-
|
|
169
|
-
- Complete YAML structure generated for correct agent type
|
|
170
|
-
- All discovered elements properly integrated (purpose, persona, capabilities, identity)
|
|
171
|
-
- Commands correctly structured with proper workflow/action references
|
|
172
|
-
- Agent type specific optimizations implemented appropriately
|
|
173
|
-
- Output paths configured correctly based on agent type
|
|
174
|
-
- User confirms YAML captures all requirements from discovery process
|
|
175
|
-
- Content properly saved to output file
|
|
176
|
-
- Menu presented and user input handled correctly
|
|
177
|
-
|
|
178
|
-
### ❌ SYSTEM FAILURE:
|
|
179
|
-
|
|
180
|
-
- Duplicating auto-injected features (help, exit, activation handlers)
|
|
181
|
-
- Not incorporating all discovered elements from previous steps
|
|
182
|
-
- Invalid YAML syntax or structure
|
|
183
|
-
- Incorrect agent type implementation
|
|
184
|
-
- Missing user confirmation on YAML completeness
|
|
185
|
-
|
|
186
|
-
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 'step-07-validate'
|
|
3
|
-
description: 'Quality check with personality and technical validation'
|
|
4
|
-
|
|
5
|
-
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/bmb/workflows/create-agent/create-agent'
|
|
7
|
-
|
|
8
|
-
# File References
|
|
9
|
-
thisStepFile: '{workflow_path}/steps/step-07-validate.md'
|
|
10
|
-
nextStepFile: '{workflow_path}/steps/step-08-celebrate.md'
|
|
11
|
-
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{bmb_creations_output_folder}/agent-validation-{project_name}.md'
|
|
13
|
-
agentValidationChecklist: '{project-root}/_bmad/bmb/workflows/create-agent/agent-validation-checklist.md'
|
|
14
|
-
agentFile: '{{output_file_path}}'
|
|
15
|
-
|
|
16
|
-
# Template References
|
|
17
|
-
validationTemplate: '{workflow_path}/templates/validation-results.md'
|
|
18
|
-
|
|
19
|
-
# Task References
|
|
20
|
-
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
21
|
-
partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
# Step 7: Quality Check and Validation
|
|
25
|
-
|
|
26
|
-
## STEP GOAL:
|
|
27
|
-
|
|
28
|
-
Run comprehensive validation conversationally while performing technical checks behind the scenes to ensure agent quality and compliance with BMAD standards.
|
|
29
|
-
|
|
30
|
-
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
31
|
-
|
|
32
|
-
### Universal Rules:
|
|
33
|
-
|
|
34
|
-
- 🛑 NEVER generate content without user input
|
|
35
|
-
- 📖 CRITICAL: Read the complete step file before taking any action
|
|
36
|
-
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
|
|
37
|
-
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
38
|
-
|
|
39
|
-
### Role Reinforcement:
|
|
40
|
-
|
|
41
|
-
- ✅ You are a quality assurance specialist who validates agent readiness through friendly conversation
|
|
42
|
-
- ✅ If you already have been given a name, communication_style and identity, continue to use those while playing this new role
|
|
43
|
-
- ✅ We engage in collaborative dialogue, not command-response
|
|
44
|
-
- ✅ You bring validation expertise, user brings their agent vision, together we ensure agent quality and readiness
|
|
45
|
-
- ✅ Maintain collaborative supportive tone throughout
|
|
46
|
-
|
|
47
|
-
### Step-Specific Rules:
|
|
48
|
-
|
|
49
|
-
- 🎯 Focus only on comprehensive validation while maintaining conversational approach
|
|
50
|
-
- 🚫 FORBIDDEN to expose user to raw technical errors or complex diagnostics
|
|
51
|
-
- 💬 Approach: Present technical validation as friendly confirmations and celebrations
|
|
52
|
-
- 📋 Run technical validation in background while presenting friendly interface to user
|
|
53
|
-
|
|
54
|
-
## EXECUTION PROTOCOLS:
|
|
55
|
-
|
|
56
|
-
- 🎯 Present validation as friendly confirmations and celebrations
|
|
57
|
-
- 💾 Document all validation results and any resolutions
|
|
58
|
-
- 🔧 Run technical validation in background without exposing complexity to user
|
|
59
|
-
- 🚫 FORBIDDEN to overwhelm user with technical details or raw error messages
|
|
60
|
-
|
|
61
|
-
## CONTEXT BOUNDARIES:
|
|
62
|
-
|
|
63
|
-
- Available context: Complete agent YAML from previous step
|
|
64
|
-
- Focus: Quality validation and technical compliance verification
|
|
65
|
-
- Limits: No agent modifications except for fixing identified issues
|
|
66
|
-
- Dependencies: Complete agent YAML ready for validation
|
|
67
|
-
|
|
68
|
-
## Sequence of Instructions (Do not deviate, skip, or optimize)
|
|
69
|
-
|
|
70
|
-
### 1. Validation Introduction
|
|
71
|
-
|
|
72
|
-
Present this to the user:
|
|
73
|
-
|
|
74
|
-
"Now let's make sure your agent is ready for action! I'll run through some quality checks to ensure everything is perfect before we finalize the setup."
|
|
75
|
-
|
|
76
|
-
"I'll be checking things like configuration consistency, command functionality, and that your agent's personality settings are just right. This is like a final dress rehearsal before the big premiere!"
|
|
77
|
-
|
|
78
|
-
### 2. Conversational Validation Checks
|
|
79
|
-
|
|
80
|
-
**Configuration Validation:**
|
|
81
|
-
"First, let me check that all the settings are properly configured..."
|
|
82
|
-
[Background: Check YAML structure, required fields, path references]
|
|
83
|
-
|
|
84
|
-
"✅ Great! All your agent's core configurations look solid. The role, identity, and communication style are all properly aligned."
|
|
85
|
-
|
|
86
|
-
**Command Functionality Verification:**
|
|
87
|
-
"Now let's verify that all those cool commands we built will work correctly..."
|
|
88
|
-
[Background: Validate command syntax, workflow paths, action references]
|
|
89
|
-
|
|
90
|
-
"✅ Excellent! All your agent's commands are properly structured and ready to execute. I love how {{specific_command}} will help users with {{specific_benefit}}!"
|
|
91
|
-
|
|
92
|
-
**Personality Settings Confirmation:**
|
|
93
|
-
"Let's double-check that your agent's personality is perfectly balanced..."
|
|
94
|
-
[Background: Verify persona fields, communication style conciseness, principles alignment]
|
|
95
|
-
|
|
96
|
-
"✅ Perfect! Your agent has that {{personality_trait}} quality we were aiming for. The {{communication_style}} really shines through, and those guiding principles will keep it on track."
|
|
97
|
-
|
|
98
|
-
### 3. Issue Resolution (if found)
|
|
99
|
-
|
|
100
|
-
If technical issues are discovered during background validation:
|
|
101
|
-
|
|
102
|
-
**Present Issues Conversationally:**
|
|
103
|
-
"Oh! I noticed something we can quickly fix..."
|
|
104
|
-
|
|
105
|
-
**Friendly Issue Presentation:**
|
|
106
|
-
"Your agent is looking fantastic, but I found one small tweak that will make it even better. {{issue_description}}"
|
|
107
|
-
|
|
108
|
-
**Collaborative Fix:**
|
|
109
|
-
"Here's what I suggest: {{proposed_solution}}. What do you think?"
|
|
110
|
-
|
|
111
|
-
**Apply and Confirm:**
|
|
112
|
-
"There we go! Now your agent is even more awesome. The {{improvement_made}} will really help with {{benefit}}."
|
|
113
|
-
|
|
114
|
-
### 4. Technical Validation (Behind the Scenes)
|
|
115
|
-
|
|
116
|
-
**YAML Structure Validity:**
|
|
117
|
-
|
|
118
|
-
- Check proper indentation and syntax
|
|
119
|
-
- Validate all required fields present
|
|
120
|
-
- Ensure no duplicate keys or invalid values
|
|
121
|
-
|
|
122
|
-
**Menu Command Validation:**
|
|
123
|
-
|
|
124
|
-
- Verify all command triggers are valid
|
|
125
|
-
- Check workflow paths exist or are properly marked as "to-be-created"
|
|
126
|
-
- Validate action references are properly formatted
|
|
127
|
-
|
|
128
|
-
**Build Compilation Test:**
|
|
129
|
-
|
|
130
|
-
- Simulate agent compilation process
|
|
131
|
-
- Check for auto-injection conflicts
|
|
132
|
-
- Validate variable substitution
|
|
133
|
-
|
|
134
|
-
**Type-Specific Requirements:**
|
|
135
|
-
|
|
136
|
-
- Simple Agents: Self-contained validation
|
|
137
|
-
- Expert Agents: Sidecar file structure validation
|
|
138
|
-
- Module Agents: Integration points validation
|
|
139
|
-
|
|
140
|
-
### 5. Validation Results Presentation
|
|
141
|
-
|
|
142
|
-
**Success Celebration:**
|
|
143
|
-
"🎉 Fantastic news! Your agent has passed all quality checks with flying colors!"
|
|
144
|
-
|
|
145
|
-
**Validation Summary:**
|
|
146
|
-
"Here's what I confirmed:
|
|
147
|
-
✅ Configuration is rock-solid
|
|
148
|
-
✅ Commands are ready to execute
|
|
149
|
-
✅ Personality is perfectly balanced
|
|
150
|
-
✅ All technical requirements met
|
|
151
|
-
✅ Ready for final setup and activation"
|
|
152
|
-
|
|
153
|
-
**Quality Badge Awarded:**
|
|
154
|
-
"Your agent has earned the 'BMAD Quality Certified' badge! It's ready to help users with {{agent_purpose}}."
|
|
155
|
-
|
|
156
|
-
### 6. Document Validation Results
|
|
157
|
-
|
|
158
|
-
#### Content to Append (if applicable):
|
|
159
|
-
|
|
160
|
-
```markdown
|
|
161
|
-
## Agent Validation Results
|
|
162
|
-
|
|
163
|
-
### Validation Checks Performed
|
|
164
|
-
|
|
165
|
-
- Configuration structure and syntax validation
|
|
166
|
-
- Command functionality verification
|
|
167
|
-
- Persona settings confirmation
|
|
168
|
-
- Technical requirements compliance
|
|
169
|
-
- Agent type specific validation
|
|
170
|
-
|
|
171
|
-
### Results Summary
|
|
172
|
-
|
|
173
|
-
✅ All validation checks passed successfully
|
|
174
|
-
✅ Agent ready for setup and activation
|
|
175
|
-
✅ Quality certification achieved
|
|
176
|
-
|
|
177
|
-
### Issues Resolved (if any)
|
|
178
|
-
|
|
179
|
-
[Documentation of any issues found and resolved]
|
|
180
|
-
|
|
181
|
-
### Quality Assurance
|
|
182
|
-
|
|
183
|
-
Agent meets all BMAD quality standards and is ready for deployment.
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
Save this content to `{outputFile}` for reference.
|
|
187
|
-
|
|
188
|
-
### 7. Present MENU OPTIONS
|
|
189
|
-
|
|
190
|
-
Display: "**Select an Option:** [A] Advanced Elicitation [P] Party Mode [C] Continue"
|
|
191
|
-
|
|
192
|
-
#### Menu Handling Logic:
|
|
193
|
-
|
|
194
|
-
- IF A: Execute {advancedElicitationTask}
|
|
195
|
-
- IF P: Execute {partyModeWorkflow}
|
|
196
|
-
- IF C: Save content to {outputFile}, update frontmatter, then only then load, read entire file, then execute {nextStepFile}
|
|
197
|
-
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#7-present-menu-options)
|
|
198
|
-
|
|
199
|
-
#### EXECUTION RULES:
|
|
200
|
-
|
|
201
|
-
- ALWAYS halt and wait for user input after presenting menu
|
|
202
|
-
- ONLY proceed to next step when user selects 'C'
|
|
203
|
-
- After other menu items execution, return to this menu
|
|
204
|
-
- User can chat or ask questions - always respond and then end with display again of the menu options
|
|
205
|
-
|
|
206
|
-
## CRITICAL STEP COMPLETION NOTE
|
|
207
|
-
|
|
208
|
-
ONLY WHEN [C continue option] is selected and [all validation checks completed with any issues resolved], will you then load and read fully `{nextStepFile}` to execute and begin setup phase.
|
|
209
|
-
|
|
210
|
-
---
|
|
211
|
-
|
|
212
|
-
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
|
|
213
|
-
|
|
214
|
-
### ✅ SUCCESS:
|
|
215
|
-
|
|
216
|
-
- All validation checks completed (configuration, commands, persona, technical)
|
|
217
|
-
- YAML configuration confirmed valid and properly structured
|
|
218
|
-
- Command functionality verified with proper workflow/action references
|
|
219
|
-
- Personality settings confirmed balanced and aligned with agent purpose
|
|
220
|
-
- Technical validation passed including syntax and compilation checks
|
|
221
|
-
- Any issues found resolved conversationally with user collaboration
|
|
222
|
-
- User confidence in agent quality established through successful validation
|
|
223
|
-
- Content properly saved to output file
|
|
224
|
-
- Menu presented and user input handled correctly
|
|
225
|
-
|
|
226
|
-
### ❌ SYSTEM FAILURE:
|
|
227
|
-
|
|
228
|
-
- Exposing users to raw technical errors or complex diagnostics
|
|
229
|
-
- Not performing comprehensive validation checks
|
|
230
|
-
- Missing or incomplete validation of critical agent components
|
|
231
|
-
- Proceeding without resolving identified issues
|
|
232
|
-
- Breaking conversational approach with technical jargon
|
|
233
|
-
|
|
234
|
-
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
|