bmad-method 6.0.0-alpha.12 → 6.0.0-alpha.13
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/.github/workflows/bundle-latest.yaml +79 -27
- package/CHANGELOG.md +159 -1
- package/README.md +3 -1
- package/custom/src/agents/commit-poet/commit-poet.agent.yaml +129 -0
- package/custom/src/agents/commit-poet/installation-guide.md +36 -0
- package/custom/src/agents/toolsmith/installation-guide.md +36 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/instructions.md +70 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +111 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +70 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +114 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +134 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +161 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +103 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/memories.md +17 -0
- package/custom/src/agents/toolsmith/toolsmith.agent.yaml +108 -0
- package/docs/custom-agent-installation.md +31 -17
- package/docs/ide-info/rovo-dev.md +388 -0
- package/docs/index.md +6 -81
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +1 -1
- package/package.json +1 -1
- package/src/core/agents/bmad-master.agent.yaml +1 -1
- package/src/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/src/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/src/core/tasks/advanced-elicitation.xml +18 -8
- package/src/core/tasks/workflow.xml +36 -71
- package/src/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/src/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/src/core/workflows/brainstorming/template.md +13 -104
- package/src/core/workflows/brainstorming/workflow.md +51 -0
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +203 -0
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +159 -0
- package/src/core/workflows/party-mode/workflow.md +207 -0
- package/src/modules/bmb/README.md +153 -86
- package/src/modules/bmb/_module-installer/install-config.yaml +3 -3
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +45 -31
- package/src/modules/bmb/docs/{agent-menu-patterns.md → agents/agent-menu-patterns.md} +1 -1
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/{module-agent-architecture.md → agents/module-agent-architecture.md} +1 -1
- package/src/modules/bmb/docs/{simple-agent-architecture.md → agents/simple-agent-architecture.md} +1 -1
- package/src/modules/bmb/docs/workflows/architecture.md +220 -0
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +19 -0
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +206 -0
- package/src/modules/bmb/docs/workflows/index.md +45 -0
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +220 -0
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- package/src/modules/bmb/docs/workflows/step-template.md +283 -0
- package/src/modules/bmb/docs/workflows/terms.md +97 -0
- package/src/modules/bmb/docs/workflows/workflow-template.md +152 -0
- package/src/modules/bmb/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +2 -2
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +17 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/README.md +3 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +242 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +24 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +108 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +46 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +39 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +50 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +53 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +57 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +223 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +126 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +305 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +145 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +210 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +260 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +237 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +231 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +224 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +234 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +179 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +197 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +180 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +222 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_commands.md +21 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_persona.md +25 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_purpose_and_type.md +23 -0
- package/src/modules/bmb/workflows/create-agent/workflow.md +91 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +168 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +233 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-overview.md +127 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-core-tools.md +145 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-memory-requirements.md +136 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-external-tools.md +154 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-installation-guidance.md +159 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-tools-summary.md +167 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-design.md +239 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-10-plan-review.md +215 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-11-build.md +262 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-12-review.md +270 -0
- package/src/modules/bmb/workflows/create-workflow/templates/build-summary.md +36 -0
- package/src/modules/bmb/workflows/create-workflow/templates/completion-section.md +39 -0
- package/src/modules/bmb/workflows/create-workflow/templates/content-template.md +21 -0
- package/src/modules/bmb/workflows/create-workflow/templates/design-section.md +53 -0
- package/src/modules/bmb/workflows/create-workflow/templates/project-info.md +18 -0
- package/src/modules/bmb/workflows/create-workflow/templates/requirements-section.md +47 -0
- package/src/modules/bmb/workflows/create-workflow/templates/review-section.md +56 -0
- package/src/modules/bmb/workflows/create-workflow/templates/step-file.md +139 -0
- package/src/modules/bmb/workflows/create-workflow/templates/workflow-plan.md +54 -0
- package/src/modules/bmb/workflows/create-workflow/templates/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +134 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +202 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +157 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +221 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +253 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +217 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +193 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +245 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/completion-summary.md +75 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-goals.md +68 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-log.md +40 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/validation-results.md +51 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/workflow-analysis.md +56 -0
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +152 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +243 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +274 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +295 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +264 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +360 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +258 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +301 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/templates/compliance-report.md +140 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +58 -0
- package/src/modules/bmgd/agents/game-architect.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-designer.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +9 -15
- package/src/modules/bmm/agents/analyst.agent.yaml +14 -14
- package/src/modules/bmm/agents/architect.agent.yaml +12 -10
- package/src/modules/bmm/agents/dev.agent.yaml +20 -16
- package/src/modules/bmm/agents/pm.agent.yaml +13 -31
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +36 -0
- package/src/modules/bmm/agents/sm.agent.yaml +13 -31
- package/src/modules/bmm/agents/tea.agent.yaml +10 -7
- package/src/modules/bmm/agents/tech-writer.agent.yaml +7 -20
- package/src/modules/bmm/agents/ux-designer.agent.yaml +12 -10
- package/src/modules/bmm/data/README.md +29 -0
- package/src/modules/bmm/data/project-context-template.md +40 -0
- package/src/modules/bmm/docs/README.md +21 -9
- package/src/modules/bmm/docs/agents-guide.md +69 -23
- package/src/modules/bmm/docs/bmad-quick-flow.md +528 -0
- package/src/modules/bmm/docs/brownfield-guide.md +9 -10
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/glossary.md +5 -5
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +909 -1654
- package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +2 -2
- package/src/modules/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
- package/src/modules/bmm/docs/test-architecture.md +84 -18
- package/src/modules/bmm/docs/workflows-analysis.md +36 -140
- package/src/modules/bmm/docs/workflows-implementation.md +32 -157
- package/src/modules/bmm/docs/workflows-planning.md +51 -212
- package/src/modules/bmm/docs/workflows-solutioning.md +24 -69
- package/src/modules/bmm/teams/default-party.csv +15 -14
- package/src/modules/bmm/teams/team-fullstack.yaml +0 -1
- package/src/modules/bmm/testarch/knowledge/api-request.md +303 -0
- package/src/modules/bmm/testarch/knowledge/auth-session.md +356 -0
- package/src/modules/bmm/testarch/knowledge/burn-in.md +273 -0
- package/src/modules/bmm/testarch/knowledge/file-utils.md +260 -0
- package/src/modules/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/src/modules/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/src/modules/bmm/testarch/knowledge/log.md +294 -0
- package/src/modules/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/src/modules/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/src/modules/bmm/testarch/knowledge/overview.md +284 -0
- package/src/modules/bmm/testarch/knowledge/recurse.md +296 -0
- package/src/modules/bmm/testarch/tea-index.csv +11 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +235 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +198 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +247 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +257 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +175 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +16 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +246 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +200 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +198 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +53 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +5 -200
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +161 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +123 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +275 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +271 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +272 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +249 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +280 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +275 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +210 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +48 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/instructions.md +247 -476
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +8 -18
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +176 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +324 -0
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +4 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +26 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +105 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +29 -0
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +18 -1
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +28 -8
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/src/modules/bmm/workflows/workflow-status/instructions.md +11 -4
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +3 -2
- package/src/modules/cis/agents/README.md +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +3 -2
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -1
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -1
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -1
- package/src/modules/cis/agents/presentation-master.agent.yaml +3 -2
- package/src/modules/cis/agents/storyteller.agent.yaml +2 -1
- package/src/modules/cis/teams/default-party.csv +6 -5
- package/src/utility/models/agent-activation-ide.xml +4 -4
- package/src/utility/models/agent-activation-web.xml +1 -11
- package/src/utility/models/fragments/activation-rules.xml +5 -6
- package/src/utility/models/fragments/handler-exec.xml +6 -5
- package/src/utility/models/fragments/handler-multi.xml +14 -0
- package/test/README.md +1 -1
- package/test/fixtures/agent-schema/valid/menu-commands/all-command-types.agent.yaml +1 -3
- package/tools/cli/README.md +1 -0
- package/tools/cli/bundlers/web-bundler.js +3 -14
- package/tools/cli/commands/agent-install.js +8 -8
- package/tools/cli/commands/cleanup.js +141 -0
- package/tools/cli/commands/install.js +48 -3
- package/tools/cli/installers/lib/core/config-collector.js +24 -0
- package/tools/cli/installers/lib/core/installer.js +612 -43
- package/tools/cli/installers/lib/ide/antigravity.js +51 -7
- package/tools/cli/installers/lib/ide/auggie.js +53 -0
- package/tools/cli/installers/lib/ide/claude-code.js +1 -6
- package/tools/cli/installers/lib/ide/cline.js +49 -0
- package/tools/cli/installers/lib/ide/codex.js +2 -2
- package/tools/cli/installers/lib/ide/crush.js +47 -0
- package/tools/cli/installers/lib/ide/gemini.js +47 -0
- package/tools/cli/installers/lib/ide/github-copilot.js +59 -48
- package/tools/cli/installers/lib/ide/iflow.js +47 -0
- package/tools/cli/installers/lib/ide/kilo.js +74 -0
- package/tools/cli/installers/lib/ide/qwen.js +54 -0
- package/tools/cli/installers/lib/ide/roo.js +71 -0
- package/tools/cli/installers/lib/ide/rovo-dev.js +290 -0
- package/tools/cli/installers/lib/ide/trae.js +47 -0
- package/tools/cli/lib/agent/compiler.js +156 -22
- package/tools/cli/lib/agent/installer.js +13 -3
- package/tools/cli/lib/agent-analyzer.js +46 -18
- package/tools/cli/lib/ui.js +204 -9
- package/tools/cli/lib/yaml-xml-builder.js +123 -24
- package/tools/platform-codes.yaml +12 -0
- package/tools/schema/agent.js +169 -20
- package/src/core/tasks/adv-elicit-methods.csv +0 -39
- package/src/core/workflows/brainstorming/README.md +0 -261
- package/src/core/workflows/brainstorming/instructions.md +0 -315
- package/src/core/workflows/brainstorming/workflow.yaml +0 -38
- package/src/core/workflows/party-mode/instructions.md +0 -183
- package/src/core/workflows/party-mode/workflow.yaml +0 -28
- package/src/modules/bmb/workflows/audit-workflow/checklist.md +0 -142
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +0 -341
- package/src/modules/bmb/workflows/audit-workflow/template.md +0 -118
- package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +0 -25
- package/src/modules/bmb/workflows/convert-legacy/README.md +0 -262
- package/src/modules/bmb/workflows/convert-legacy/checklist.md +0 -205
- package/src/modules/bmb/workflows/convert-legacy/instructions.md +0 -377
- package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +0 -30
- package/src/modules/bmb/workflows/create-agent/instructions.md +0 -519
- package/src/modules/bmb/workflows/create-agent/workflow.yaml +0 -55
- package/src/modules/bmb/workflows/create-workflow/README.md +0 -277
- package/src/modules/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
- package/src/modules/bmb/workflows/create-workflow/checklist.md +0 -94
- package/src/modules/bmb/workflows/create-workflow/instructions.md +0 -725
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1327
- package/src/modules/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
- package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -15
- package/src/modules/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
- package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -61
- package/src/modules/bmb/workflows/create-workflow/workflow.yaml +0 -41
- package/src/modules/bmb/workflows/edit-agent/README.md +0 -239
- package/src/modules/bmb/workflows/edit-agent/instructions.md +0 -654
- package/src/modules/bmb/workflows/edit-agent/workflow.yaml +0 -49
- package/src/modules/bmb/workflows/edit-workflow/README.md +0 -119
- package/src/modules/bmb/workflows/edit-workflow/checklist.md +0 -70
- package/src/modules/bmb/workflows/edit-workflow/instructions.md +0 -342
- package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +0 -27
- package/src/modules/bmm/_module-installer/assets/bmm-kb.md +0 -1
- package/src/modules/bmm/_module-installer/assets/technical-decisions.md +0 -30
- package/src/modules/bmm/docs/quick-spec-flow.md +0 -652
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -39
- package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/src/modules/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -56
- package/src/modules/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/src/modules/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -61
- package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/src/modules/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/src/modules/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/src/modules/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/src/modules/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +0 -62
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -93
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -78
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/src/modules/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/src/modules/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -100
- package/src/modules/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/src/modules/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -58
- package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -28
- package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -25
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- /package/src/modules/bmb/docs/{agent-compilation.md → agents/agent-compilation.md} +0 -0
- /package/src/modules/bmb/docs/{expert-agent-architecture.md → agents/expert-agent-architecture.md} +0 -0
- /package/src/modules/bmb/docs/{index.md → agents/index.md} +0 -0
- /package/src/modules/bmb/docs/{understanding-agent-types.md → agents/understanding-agent-types.md} +0 -0
- /package/src/modules/bmb/reference/{readme.md → README.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{agent-validation-checklist.md → data/agent-validation-checklist.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{brainstorm-context.md → data/brainstorm-context.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{communication-presets.csv → data/communication-presets.csv} +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/brainstorm-context.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/installer-templates/install-config.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/installer-templates/installer.js +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/module-structure.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/template.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/workflow.yaml +0 -0
- /package/src/modules/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
|
@@ -1,654 +0,0 @@
|
|
|
1
|
-
# Edit Agent - Agent Editor Instructions
|
|
2
|
-
|
|
3
|
-
<critical>The workflow execution engine is governed by: {project-root}/{bmad_folder}/core/tasks/workflow.xml</critical>
|
|
4
|
-
<critical>You MUST have already loaded and processed: {project-root}/{bmad_folder}/bmb/workflows/edit-agent/workflow.yaml</critical>
|
|
5
|
-
<critical>This workflow uses ADAPTIVE FACILITATION - adjust your communication based on context and user needs</critical>
|
|
6
|
-
<critical>The goal is COLLABORATIVE IMPROVEMENT - work WITH the user, not FOR them</critical>
|
|
7
|
-
<critical>Communicate all responses in {communication_language}</critical>
|
|
8
|
-
|
|
9
|
-
<critical>Understanding Agent Persona Fields - ESSENTIAL for Editing Agents Correctly</critical>
|
|
10
|
-
|
|
11
|
-
When editing an agent, you MUST understand how the compiled agent LLM interprets persona fields. This is the #1 issue found in agent edits:
|
|
12
|
-
|
|
13
|
-
**The Four Persona Fields and LLM Interpretation:**
|
|
14
|
-
|
|
15
|
-
- **role** → LLM reads: "What knowledge, skills, and capabilities do I possess?"
|
|
16
|
-
Example: "Senior Software Engineer" or "Strategic Business Analyst + Requirements Expert"
|
|
17
|
-
|
|
18
|
-
- **identity** → LLM reads: "What background, experience, and context shape my responses?"
|
|
19
|
-
Example: "Senior analyst with 8+ years connecting market insights to strategy..."
|
|
20
|
-
|
|
21
|
-
- **communication_style** → LLM reads: "What verbal patterns, word choice, quirks, and phrasing do I use?"
|
|
22
|
-
Example: "Treats analysis like a treasure hunt - excited by every clue"
|
|
23
|
-
|
|
24
|
-
- **principles** → LLM reads: "What beliefs and operating philosophy drive my choices?"
|
|
25
|
-
Example: "Every business challenge has root causes. Ground findings in evidence."
|
|
26
|
-
|
|
27
|
-
**MOST COMMON EDITING MISTAKE - Behaviors Mixed Into Communication Style:**
|
|
28
|
-
|
|
29
|
-
BEFORE (incorrect - found in many legacy agents):
|
|
30
|
-
|
|
31
|
-
```yaml
|
|
32
|
-
communication_style: 'Experienced analyst who uses systematic approaches and ensures all stakeholders are heard'
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
^ This MIXES identity (experienced analyst) + behavior (ensures stakeholders heard) into style!
|
|
36
|
-
|
|
37
|
-
AFTER (correct - persona fields properly separated):
|
|
38
|
-
|
|
39
|
-
```yaml
|
|
40
|
-
identity: 'Senior analyst with 8+ years connecting insights to strategy'
|
|
41
|
-
communication_style: 'Systematic and probing. Structures findings hierarchically.'
|
|
42
|
-
principles:
|
|
43
|
-
- 'Ensure all stakeholder voices heard'
|
|
44
|
-
- 'Ground findings in evidence'
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
**How to Recognize When Communication Style Needs Fixing:**
|
|
48
|
-
|
|
49
|
-
Red flag words in communication_style indicate behaviors/role mixed in:
|
|
50
|
-
|
|
51
|
-
- "ensures", "makes sure", "always", "never" → These are behaviors (move to principles)
|
|
52
|
-
- "experienced", "expert who", "senior" → These are identity (move to identity field)
|
|
53
|
-
- "believes in", "focused on" → These are principles (move to principles array)
|
|
54
|
-
|
|
55
|
-
**Pure Communication Styles (from {communication_presets}):**
|
|
56
|
-
|
|
57
|
-
Notice these contain ZERO role/identity/principles - only HOW they talk:
|
|
58
|
-
|
|
59
|
-
- "Treats analysis like a treasure hunt - excited by every clue"
|
|
60
|
-
- "Ultra-succinct. Speaks in file paths and AC IDs - every statement citable"
|
|
61
|
-
- "Asks 'WHY?' relentlessly like a detective on a case"
|
|
62
|
-
- "Poetic drama and flair with every turn of a phrase"
|
|
63
|
-
|
|
64
|
-
Use {communication_presets} CSV and reference agents in {reference_agents} as your guide for pure communication styles.
|
|
65
|
-
|
|
66
|
-
<workflow>
|
|
67
|
-
|
|
68
|
-
<step n="1" goal="Load and deeply understand the target agent">
|
|
69
|
-
<ask>What is the path to the agent you want to edit?</ask>
|
|
70
|
-
|
|
71
|
-
<action>Detect agent type from provided path and load ALL relevant files:
|
|
72
|
-
|
|
73
|
-
**If path is a .agent.yaml file (Simple Agent):**
|
|
74
|
-
|
|
75
|
-
- Load the single YAML file
|
|
76
|
-
- Note: Simple agent, all content in one file
|
|
77
|
-
|
|
78
|
-
**If path is a folder (Expert Agent with sidecar files):**
|
|
79
|
-
|
|
80
|
-
- Load the .agent.yaml file from inside the folder
|
|
81
|
-
- Load ALL sidecar files in the folder:
|
|
82
|
-
- Templates (_.md, _.txt)
|
|
83
|
-
- Documentation files
|
|
84
|
-
- Knowledge base files (_.csv, _.json, \*.yaml)
|
|
85
|
-
- Any other resources referenced by the agent
|
|
86
|
-
- Create inventory of sidecar files for reference
|
|
87
|
-
- Note: Expert agent with sidecar structure
|
|
88
|
-
|
|
89
|
-
**If path is ambiguous:**
|
|
90
|
-
|
|
91
|
-
- Check if it's a folder containing .agent.yaml → Expert agent
|
|
92
|
-
- Check if it's a direct .agent.yaml path → Simple agent
|
|
93
|
-
- If neither, ask user to clarify
|
|
94
|
-
|
|
95
|
-
Present what was loaded:
|
|
96
|
-
|
|
97
|
-
- "Loaded [agent-name].agent.yaml"
|
|
98
|
-
- If Expert: "Plus 5 sidecar files: [list them]"
|
|
99
|
-
</action>
|
|
100
|
-
<action>Load ALL agent documentation to inform understanding:
|
|
101
|
-
|
|
102
|
-
**Core Concepts:**
|
|
103
|
-
|
|
104
|
-
- Understanding agent types: {understanding_agent_types}
|
|
105
|
-
- Agent compilation process: {agent_compilation}
|
|
106
|
-
|
|
107
|
-
**Architecture Guides:**
|
|
108
|
-
|
|
109
|
-
- Simple agent architecture: {simple_architecture}
|
|
110
|
-
- Expert agent architecture: {expert_architecture}
|
|
111
|
-
- Module agent architecture: {module_architecture}
|
|
112
|
-
|
|
113
|
-
**Design Patterns:**
|
|
114
|
-
|
|
115
|
-
- Menu patterns: {menu_patterns}
|
|
116
|
-
- Communication presets: {communication_presets}
|
|
117
|
-
- Brainstorm context: {brainstorm_context}
|
|
118
|
-
|
|
119
|
-
**Reference Agents:**
|
|
120
|
-
|
|
121
|
-
- Simple example: {reference_simple_agent}
|
|
122
|
-
- Expert example: {reference_expert_agent}
|
|
123
|
-
- Module examples: {reference_module_agents}
|
|
124
|
-
- BMM agents (distinct voices): {bmm_agents}
|
|
125
|
-
|
|
126
|
-
**Workflow execution engine:** {workflow_execution_engine}
|
|
127
|
-
</action>
|
|
128
|
-
|
|
129
|
-
<action>Analyze the agent structure thoroughly:
|
|
130
|
-
|
|
131
|
-
**Basic Structure:**
|
|
132
|
-
|
|
133
|
-
- Parse persona (role, identity, communication_style, principles)
|
|
134
|
-
- Understand activation flow and steps
|
|
135
|
-
- Map menu items and their workflows
|
|
136
|
-
- Identify configuration dependencies
|
|
137
|
-
- Assess agent type: Simple (single YAML), Expert (sidecar files), or Module (ecosystem integration)
|
|
138
|
-
- Check workflow references for validity
|
|
139
|
-
|
|
140
|
-
**If Expert Agent - Analyze Sidecar Files:**
|
|
141
|
-
|
|
142
|
-
- Map which menu items reference which sidecar files (tmpl="path", data="path")
|
|
143
|
-
- Check if all sidecar references in YAML actually exist
|
|
144
|
-
- Identify unused sidecar files (not referenced in YAML)
|
|
145
|
-
- Assess sidecar organization (are templates grouped logically?)
|
|
146
|
-
- Note any sidecar files that might need editing (outdated templates, old docs)
|
|
147
|
-
|
|
148
|
-
**CRITICAL - Persona Field Separation Analysis:**
|
|
149
|
-
|
|
150
|
-
- Check if communication_style contains ONLY verbal patterns
|
|
151
|
-
- Identify any behaviors mixed into communication_style (red flags: "ensures", "makes sure", "always")
|
|
152
|
-
- Identify any role/identity statements in communication_style (red flags: "experienced", "expert who", "senior")
|
|
153
|
-
- Identify any principles in communication_style (red flags: "believes in", "focused on")
|
|
154
|
-
- Compare communication_style against {communication_presets} for purity
|
|
155
|
-
- Compare against similar reference agents
|
|
156
|
-
|
|
157
|
-
**Evaluate against best practices from loaded guides**
|
|
158
|
-
</action>
|
|
159
|
-
|
|
160
|
-
<action>Reflect understanding back to {user_name}:
|
|
161
|
-
|
|
162
|
-
Present a warm, conversational summary adapted to the agent's complexity:
|
|
163
|
-
|
|
164
|
-
- What this agent does (its role and purpose)
|
|
165
|
-
- How it's structured (Simple/Expert/Module type, menu items, workflows)
|
|
166
|
-
- **If Expert agent:** Describe the sidecar structure warmly:
|
|
167
|
-
- "This is an Expert agent with a nice sidecar structure - I see 3 templates, 2 knowledge files, and a README"
|
|
168
|
-
- Mention what the sidecar files are for (if clear from names/content)
|
|
169
|
-
- Note any sidecar issues (broken references, unused files)
|
|
170
|
-
- **If persona field separation issues found:** Gently point out that communication_style has behaviors/role mixed in - explain this is common and fixable
|
|
171
|
-
- What you notice (strengths, potential improvements, issues)
|
|
172
|
-
- Your initial assessment of its health
|
|
173
|
-
|
|
174
|
-
Be conversational, not clinical. Help {user_name} see their agent through your eyes.
|
|
175
|
-
|
|
176
|
-
Example of mentioning persona issues warmly:
|
|
177
|
-
"I notice the communication_style has some behaviors mixed in (like 'ensures stakeholders are heard'). This is super common - we can easily extract those to principles to make the persona clearer. The agent's core purpose is solid though!"
|
|
178
|
-
|
|
179
|
-
Example of mentioning Expert agent sidecar structure:
|
|
180
|
-
"This is beautifully organized as an Expert agent! The sidecar files include 3 journal templates (daily, weekly, breakthrough) and a mood-patterns knowledge file. Your menu items reference them nicely. I do notice 'old-template.md' isn't referenced anywhere - we could clean that up."
|
|
181
|
-
</action>
|
|
182
|
-
|
|
183
|
-
<ask>Does this match your understanding of what this agent should do?</ask>
|
|
184
|
-
<template-output>agent_understanding</template-output>
|
|
185
|
-
</step>
|
|
186
|
-
|
|
187
|
-
<step n="2" goal="Discover improvement goals collaboratively">
|
|
188
|
-
<critical>Understand WHAT the user wants to improve and WHY before diving into edits</critical>
|
|
189
|
-
|
|
190
|
-
<action>Engage in collaborative discovery:
|
|
191
|
-
|
|
192
|
-
Ask open-ended questions to understand their goals:
|
|
193
|
-
|
|
194
|
-
- What prompted you to want to edit this agent?
|
|
195
|
-
- What isn't working the way you'd like?
|
|
196
|
-
- Are there specific behaviors you want to change?
|
|
197
|
-
- Is there functionality you want to add or remove?
|
|
198
|
-
- How do users interact with this agent? What feedback have they given?
|
|
199
|
-
|
|
200
|
-
Listen for clues about:
|
|
201
|
-
|
|
202
|
-
- **Persona field separation issues** (communication_style contains behaviors/role/principles)
|
|
203
|
-
- Functional issues (broken references, missing workflows)
|
|
204
|
-
- **Sidecar file issues** (for Expert agents: outdated templates, unused files, missing references)
|
|
205
|
-
- User experience issues (confusing menu, unclear communication)
|
|
206
|
-
- Performance issues (too slow, too verbose, not adaptive enough)
|
|
207
|
-
- Maintenance issues (hard to update, bloated, inconsistent)
|
|
208
|
-
- Integration issues (doesn't work well with other agents/workflows)
|
|
209
|
-
- **Legacy pattern issues** (using old "full/hybrid/standalone" terminology, outdated structures)
|
|
210
|
-
</action>
|
|
211
|
-
|
|
212
|
-
<action>Based on their responses and your analysis from step 1, identify improvement opportunities:
|
|
213
|
-
|
|
214
|
-
Organize by priority and user goals:
|
|
215
|
-
|
|
216
|
-
- **CRITICAL issues blocking functionality** (broken paths, invalid references)
|
|
217
|
-
- **PERSONA FIELD SEPARATION** (if found - this significantly improves LLM interpretation)
|
|
218
|
-
- **IMPORTANT improvements enhancing user experience** (menu clarity, better workflows)
|
|
219
|
-
- **NICE-TO-HAVE enhancements for polish** (better triggers, communication refinement)
|
|
220
|
-
|
|
221
|
-
Present these conversationally, explaining WHY each matters and HOW it would help.
|
|
222
|
-
|
|
223
|
-
If persona field separation issues found, explain the impact:
|
|
224
|
-
"I found some behaviors in the communication_style field. When we separate these properly, the LLM will have much clearer understanding of the persona. Right now it's trying to interpret 'ensures stakeholders heard' as a verbal pattern, when it's actually an operating principle. Fixing this makes the agent more consistent and predictable."
|
|
225
|
-
</action>
|
|
226
|
-
|
|
227
|
-
<action>Collaborate on priorities:
|
|
228
|
-
|
|
229
|
-
Don't just list options - discuss them:
|
|
230
|
-
|
|
231
|
-
- "I noticed {{issue}} - this could cause {{problem}}. Does this concern you?"
|
|
232
|
-
- "The agent could be more {{improvement}} which would help when {{use_case}}. Worth exploring?"
|
|
233
|
-
- "Based on what you said about {{user_goal}}, we might want to {{suggestion}}. Thoughts?"
|
|
234
|
-
|
|
235
|
-
Let the conversation flow naturally. Build a shared vision of what "better" looks like.
|
|
236
|
-
</action>
|
|
237
|
-
|
|
238
|
-
<template-output>improvement_goals</template-output>
|
|
239
|
-
</step>
|
|
240
|
-
|
|
241
|
-
<step n="3" goal="Facilitate improvements collaboratively" repeat="until-user-satisfied">
|
|
242
|
-
<critical>Work iteratively - improve, review, refine. Never dump all changes at once.</critical>
|
|
243
|
-
|
|
244
|
-
<action>For each improvement area, facilitate collaboratively:
|
|
245
|
-
|
|
246
|
-
1. **Explain the current state and why it matters**
|
|
247
|
-
- Show relevant sections of the agent
|
|
248
|
-
- Explain how it works now and implications
|
|
249
|
-
- Connect to user's goals from step 2
|
|
250
|
-
|
|
251
|
-
2. **Propose improvements with rationale**
|
|
252
|
-
- Suggest specific changes that align with best practices
|
|
253
|
-
- Explain WHY each change helps
|
|
254
|
-
- Provide examples from the loaded guides when helpful
|
|
255
|
-
- Show before/after comparisons for clarity
|
|
256
|
-
|
|
257
|
-
3. **Collaborate on the approach**
|
|
258
|
-
- Ask if the proposed change addresses their need
|
|
259
|
-
- Invite modifications or alternative approaches
|
|
260
|
-
- Explain tradeoffs when relevant
|
|
261
|
-
- Adapt based on their feedback
|
|
262
|
-
|
|
263
|
-
4. **Apply changes iteratively**
|
|
264
|
-
- Make one focused improvement at a time
|
|
265
|
-
- Show the updated section
|
|
266
|
-
- Confirm it meets their expectation
|
|
267
|
-
- Move to next improvement or refine current one
|
|
268
|
-
</action>
|
|
269
|
-
|
|
270
|
-
<action>Common improvement patterns to facilitate:
|
|
271
|
-
|
|
272
|
-
**If fixing broken references:**
|
|
273
|
-
|
|
274
|
-
- Identify all broken paths (workflow paths, sidecar file references)
|
|
275
|
-
- Explain what each reference should point to
|
|
276
|
-
- Verify new paths exist before updating
|
|
277
|
-
- **For Expert agents:** Check both YAML references AND actual sidecar file existence
|
|
278
|
-
- Update and confirm working
|
|
279
|
-
|
|
280
|
-
**If editing sidecar files (Expert agents only):**
|
|
281
|
-
|
|
282
|
-
<critical>Sidecar files are as much a part of the agent as the YAML!</critical>
|
|
283
|
-
|
|
284
|
-
Common sidecar editing scenarios:
|
|
285
|
-
|
|
286
|
-
**Updating templates:**
|
|
287
|
-
|
|
288
|
-
- Read current template content
|
|
289
|
-
- Discuss what needs to change with user
|
|
290
|
-
- Show before/after of template updates
|
|
291
|
-
- Verify menu item references still work
|
|
292
|
-
- Test template variables resolve correctly
|
|
293
|
-
|
|
294
|
-
**Adding new sidecar files:**
|
|
295
|
-
|
|
296
|
-
- Create the new file (template, doc, knowledge base)
|
|
297
|
-
- Add menu item in YAML that references it (tmpl="path/to/new-file.md")
|
|
298
|
-
- Verify the reference path is correct
|
|
299
|
-
- Test the menu item loads the sidecar file
|
|
300
|
-
|
|
301
|
-
**Removing unused sidecar files:**
|
|
302
|
-
|
|
303
|
-
- Confirm file is truly unused (not referenced in YAML)
|
|
304
|
-
- Ask user if safe to delete (might be there for future use)
|
|
305
|
-
- Delete file if approved
|
|
306
|
-
- Clean up any stale references
|
|
307
|
-
|
|
308
|
-
**Reorganizing sidecar structure:**
|
|
309
|
-
|
|
310
|
-
- Discuss better organization (e.g., group templates in subfolder)
|
|
311
|
-
- Move files to new locations
|
|
312
|
-
- Update ALL references in YAML to new paths
|
|
313
|
-
- Verify all menu items still work
|
|
314
|
-
|
|
315
|
-
**Updating knowledge base files (.csv, .json, .yaml in sidecar):**
|
|
316
|
-
|
|
317
|
-
- Understand what knowledge the file contains
|
|
318
|
-
- Discuss what needs updating
|
|
319
|
-
- Edit the knowledge file directly
|
|
320
|
-
- Verify format is still valid
|
|
321
|
-
- No YAML changes needed (data file just gets loaded)
|
|
322
|
-
|
|
323
|
-
**If refining persona/communication (MOST COMMON IMPROVEMENT NEEDED):**
|
|
324
|
-
|
|
325
|
-
<critical>Persona field separation is the #1 quality issue. Follow this pattern EXACTLY:</critical>
|
|
326
|
-
|
|
327
|
-
**Step 1: Diagnose Current Communication Style**
|
|
328
|
-
|
|
329
|
-
- Read current communication_style field word by word
|
|
330
|
-
- Identify ANY content that isn't pure verbal patterns
|
|
331
|
-
- Use red flag words as detection:
|
|
332
|
-
- "ensures", "makes sure", "always", "never" → Behaviors (belongs in principles)
|
|
333
|
-
- "experienced", "expert who", "senior", "seasoned" → Identity descriptors (belongs in role/identity)
|
|
334
|
-
- "believes in", "focused on", "committed to" → Philosophy (belongs in principles)
|
|
335
|
-
- "who does X", "that does Y" → Behavioral descriptions (belongs in role or principles)
|
|
336
|
-
|
|
337
|
-
Example diagnosis:
|
|
338
|
-
|
|
339
|
-
```yaml
|
|
340
|
-
# CURRENT (problematic)
|
|
341
|
-
communication_style: 'Experienced analyst who uses systematic approaches and ensures all stakeholders are heard'
|
|
342
|
-
# IDENTIFIED ISSUES:
|
|
343
|
-
# - "Experienced analyst" → identity descriptor
|
|
344
|
-
# - "who uses systematic approaches" → behavioral description
|
|
345
|
-
# - "ensures all stakeholders are heard" → operating principle
|
|
346
|
-
# ONLY THIS IS STYLE: [nothing! Need to find the actual verbal pattern]
|
|
347
|
-
```
|
|
348
|
-
|
|
349
|
-
**Step 2: Extract Non-Style Content to Proper Fields**
|
|
350
|
-
|
|
351
|
-
- Create a working copy with sections:
|
|
352
|
-
- ROLE (capabilities/skills)
|
|
353
|
-
- IDENTITY (background/context)
|
|
354
|
-
- PURE STYLE (verbal patterns only)
|
|
355
|
-
- PRINCIPLES (beliefs/behaviors)
|
|
356
|
-
|
|
357
|
-
- Move identified content to proper sections:
|
|
358
|
-
```yaml
|
|
359
|
-
# ROLE: "Strategic analyst"
|
|
360
|
-
# IDENTITY: "Experienced analyst who uses systematic approaches"
|
|
361
|
-
# PURE STYLE: [need to discover - interview user about HOW they talk]
|
|
362
|
-
# PRINCIPLES:
|
|
363
|
-
# - "Ensure all stakeholder voices heard"
|
|
364
|
-
# - "Use systematic, structured approaches"
|
|
365
|
-
```
|
|
366
|
-
|
|
367
|
-
**Step 3: Discover the TRUE Communication Style**
|
|
368
|
-
Since style was buried under behaviors, interview the user:
|
|
369
|
-
|
|
370
|
-
- "How should this agent SOUND when talking?"
|
|
371
|
-
- "What verbal quirks or patterns make them distinctive?"
|
|
372
|
-
- "Are they formal? Casual? Energetic? Measured?"
|
|
373
|
-
- "Any metaphors or imagery that capture their voice?"
|
|
374
|
-
|
|
375
|
-
Then explore {communication_presets} together:
|
|
376
|
-
|
|
377
|
-
- Show relevant categories (Professional, Creative, Analytical, etc.)
|
|
378
|
-
- Read examples of pure styles
|
|
379
|
-
- Discuss which resonates with agent's essence
|
|
380
|
-
|
|
381
|
-
**Step 4: Craft Pure Communication Style**
|
|
382
|
-
Write 1-2 sentences focused ONLY on verbal patterns:
|
|
383
|
-
|
|
384
|
-
Good examples from reference agents:
|
|
385
|
-
|
|
386
|
-
- "Treats analysis like a treasure hunt - excited by every clue, thrilled when patterns emerge" (Mary/analyst)
|
|
387
|
-
- "Ultra-succinct. Speaks in file paths and AC IDs - every statement citable" (Amelia/dev)
|
|
388
|
-
- "Asks 'WHY?' relentlessly like a detective on a case" (John/pm)
|
|
389
|
-
- "Poetic drama and flair with every turn of a phrase" (commit-poet)
|
|
390
|
-
|
|
391
|
-
Bad example (what we're fixing):
|
|
392
|
-
|
|
393
|
-
- "Experienced who ensures quality and uses best practices" ← ALL behaviors, NO style!
|
|
394
|
-
|
|
395
|
-
**Step 5: Show Before/After With Full Context**
|
|
396
|
-
Present the complete transformation:
|
|
397
|
-
|
|
398
|
-
```yaml
|
|
399
|
-
# BEFORE
|
|
400
|
-
persona:
|
|
401
|
-
role: "Analyst"
|
|
402
|
-
communication_style: "Experienced analyst who uses systematic approaches and ensures all stakeholders are heard"
|
|
403
|
-
|
|
404
|
-
# AFTER
|
|
405
|
-
persona:
|
|
406
|
-
role: "Strategic Business Analyst + Requirements Expert"
|
|
407
|
-
identity: "Senior analyst with 8+ years connecting market insights to strategy and translating complex problems into clear requirements"
|
|
408
|
-
communication_style: "Treats analysis like a treasure hunt - excited by every clue, thrilled when patterns emerge. Asks questions that spark 'aha!' moments."
|
|
409
|
-
principles:
|
|
410
|
-
- "Ensure all stakeholder voices heard"
|
|
411
|
-
- "Use systematic, structured approaches to analysis"
|
|
412
|
-
- "Ground findings in evidence, not assumptions"
|
|
413
|
-
```
|
|
414
|
-
|
|
415
|
-
**Step 6: Validate Against Standards**
|
|
416
|
-
|
|
417
|
-
- Communication style has ZERO red flag words
|
|
418
|
-
- Communication style describes HOW they talk, not WHAT they do
|
|
419
|
-
- Compare against {communication_presets} - similarly pure?
|
|
420
|
-
- Compare against reference agents - similar quality?
|
|
421
|
-
- Read it aloud - does it sound like a voice description?
|
|
422
|
-
|
|
423
|
-
**Step 7: Confirm With User**
|
|
424
|
-
|
|
425
|
-
- Explain WHAT changed and WHY each move happened
|
|
426
|
-
- Read the new communication style dramatically to demonstrate the voice
|
|
427
|
-
- Ask: "Does this capture how you want them to sound?"
|
|
428
|
-
- Refine based on feedback
|
|
429
|
-
|
|
430
|
-
**If updating activation:**
|
|
431
|
-
|
|
432
|
-
- Walk through current activation flow
|
|
433
|
-
- Identify bottlenecks or confusion points
|
|
434
|
-
- Propose streamlined flow
|
|
435
|
-
- Ensure config loading works correctly
|
|
436
|
-
- Verify all session variables are set
|
|
437
|
-
|
|
438
|
-
**If managing menu items:**
|
|
439
|
-
|
|
440
|
-
- Review current menu organization
|
|
441
|
-
- Discuss if structure serves user mental model
|
|
442
|
-
- Add/remove/reorganize as needed
|
|
443
|
-
- Ensure all workflow references are valid
|
|
444
|
-
- Update triggers to be intuitive
|
|
445
|
-
|
|
446
|
-
**If enhancing menu handlers:**
|
|
447
|
-
|
|
448
|
-
- Explain current handler logic
|
|
449
|
-
- Identify where handlers could be smarter
|
|
450
|
-
- Propose enhanced logic based on agent architecture patterns
|
|
451
|
-
- Ensure handlers properly invoke workflows
|
|
452
|
-
|
|
453
|
-
**If optimizing agent type or migrating from legacy terminology:**
|
|
454
|
-
|
|
455
|
-
<critical>Legacy agents may use outdated "full/hybrid/standalone" terminology. Migrate to Simple/Expert/Module:</critical>
|
|
456
|
-
|
|
457
|
-
**Understanding the Modern Types:**
|
|
458
|
-
|
|
459
|
-
- **Simple** = Self-contained in single .agent.yaml file
|
|
460
|
-
- NOT capability-limited! Can be as powerful as any agent
|
|
461
|
-
- Architecture choice: everything in one file
|
|
462
|
-
- Example: commit-poet (reference_simple_agent)
|
|
463
|
-
|
|
464
|
-
- **Expert** = Includes sidecar files (templates, docs, knowledge bases)
|
|
465
|
-
- Folder structure with .agent.yaml + additional files
|
|
466
|
-
- Sidecar files referenced in menu items or prompts
|
|
467
|
-
- Example: journal-keeper (reference_expert_agent)
|
|
468
|
-
|
|
469
|
-
- **Module** = Designed for BMAD ecosystem integration
|
|
470
|
-
- Integrated with specific module workflows (BMM, BMGD, CIS, etc.)
|
|
471
|
-
- Coordinates with other module agents
|
|
472
|
-
- Included in module's default bundle
|
|
473
|
-
- This is design INTENT, not capability limitation
|
|
474
|
-
- Examples: security-engineer, dev, analyst (reference_module_agents)
|
|
475
|
-
|
|
476
|
-
**Migration Pattern from Legacy Types:**
|
|
477
|
-
|
|
478
|
-
If agent uses "full/hybrid/standalone" terminology:
|
|
479
|
-
|
|
480
|
-
1. **Identify current structure:**
|
|
481
|
-
- Single file? → Probably Simple
|
|
482
|
-
- Has sidecar files? → Probably Expert
|
|
483
|
-
- Part of module ecosystem? → Probably Module
|
|
484
|
-
- Multiple could apply? → Choose based on PRIMARY characteristic
|
|
485
|
-
|
|
486
|
-
2. **Update any references in comments/docs:**
|
|
487
|
-
- Change "full agent" → Simple or Module (depending on context)
|
|
488
|
-
- Change "hybrid agent" → Usually Simple or Expert
|
|
489
|
-
- Change "standalone agent" → Usually Simple
|
|
490
|
-
|
|
491
|
-
3. **Verify type choice:**
|
|
492
|
-
- Read {understanding_agent_types} together
|
|
493
|
-
- Compare against reference agents
|
|
494
|
-
- Confirm structure matches chosen type
|
|
495
|
-
|
|
496
|
-
4. **Update validation checklist expectations** based on new type
|
|
497
|
-
|
|
498
|
-
**If genuinely converting between types:**
|
|
499
|
-
|
|
500
|
-
Simple → Expert (adding sidecar files):
|
|
501
|
-
|
|
502
|
-
- Create folder with agent name
|
|
503
|
-
- Move .agent.yaml into folder
|
|
504
|
-
- Add sidecar files (templates, docs, etc.)
|
|
505
|
-
- Update menu items to reference sidecar files
|
|
506
|
-
- Test all references work
|
|
507
|
-
|
|
508
|
-
Expert → Simple (consolidating):
|
|
509
|
-
|
|
510
|
-
- Inline sidecar content into YAML (or remove if unused)
|
|
511
|
-
- Move .agent.yaml out of folder
|
|
512
|
-
- Update any menu references
|
|
513
|
-
- Delete sidecar folder after verification
|
|
514
|
-
|
|
515
|
-
Module ↔ Others:
|
|
516
|
-
|
|
517
|
-
- Module is about design intent, not structure
|
|
518
|
-
- Can be Simple OR Expert structurally
|
|
519
|
-
- Change is about integration ecosystem, not file structure
|
|
520
|
-
</action>
|
|
521
|
-
|
|
522
|
-
<action>Throughout improvements, educate when helpful:
|
|
523
|
-
|
|
524
|
-
Share insights from the guides naturally:
|
|
525
|
-
|
|
526
|
-
- "The agent architecture guide suggests {{pattern}} for this scenario"
|
|
527
|
-
- "Looking at the command patterns, we could use {{approach}}"
|
|
528
|
-
- "The communication styles guide has a great example of {{technique}}"
|
|
529
|
-
|
|
530
|
-
Connect improvements to broader BMAD principles without being preachy.
|
|
531
|
-
</action>
|
|
532
|
-
|
|
533
|
-
<ask>After each significant change:
|
|
534
|
-
|
|
535
|
-
- "Does this feel right for what you're trying to achieve?"
|
|
536
|
-
- "Want to refine this further, or move to the next improvement?"
|
|
537
|
-
- "Is there anything about this change that concerns you?"
|
|
538
|
-
</ask>
|
|
539
|
-
|
|
540
|
-
<template-output>improvement_implementation</template-output>
|
|
541
|
-
</step>
|
|
542
|
-
|
|
543
|
-
<step n="4" goal="Validate improvements holistically">
|
|
544
|
-
<action>Run comprehensive validation conversationally:
|
|
545
|
-
|
|
546
|
-
Don't just check boxes - explain what you're validating and why it matters:
|
|
547
|
-
|
|
548
|
-
- "Let me verify all the workflow paths resolve correctly..."
|
|
549
|
-
- **"If Expert agent: Checking all sidecar file references..."**
|
|
550
|
-
- "Checking that the activation flow works smoothly..."
|
|
551
|
-
- "Making sure menu handlers are wired up properly..."
|
|
552
|
-
- "Validating config loading is robust..."
|
|
553
|
-
- **"CRITICAL: Checking persona field separation - ensuring communication_style is pure..."**
|
|
554
|
-
|
|
555
|
-
**For Expert Agents - Sidecar File Validation:**
|
|
556
|
-
|
|
557
|
-
Walk through each sidecar reference:
|
|
558
|
-
|
|
559
|
-
- "Your menu item 'daily-journal' references 'templates/daily.md'... checking... ✓ exists!"
|
|
560
|
-
- "Menu item 'breakthrough' references 'templates/breakthrough.md'... checking... ✓ exists!"
|
|
561
|
-
- Check for orphaned sidecar files not referenced anywhere
|
|
562
|
-
- If found: "I noticed 'old-template.md' isn't referenced in any menu items. Should we keep it?"
|
|
563
|
-
- Verify sidecar file formats (YAML is valid, CSV has headers, etc.)
|
|
564
|
-
</action>
|
|
565
|
-
|
|
566
|
-
<action>Load validation checklist: {validation}</action>
|
|
567
|
-
<action>Check all items from checklist systematically</action>
|
|
568
|
-
|
|
569
|
-
<note>The validation checklist is shared between create-agent and edit-agent workflows to ensure consistent quality standards. Any agent (whether newly created or edited) is validated against the same comprehensive criteria.</note>
|
|
570
|
-
|
|
571
|
-
<check if="validation_issues_found">
|
|
572
|
-
<action>Present issues conversationally:
|
|
573
|
-
|
|
574
|
-
Explain what's wrong and implications:
|
|
575
|
-
|
|
576
|
-
- "I found {{issue}} which could cause {{problem}}"
|
|
577
|
-
- "The {{component}} needs {{fix}} because {{reason}}"
|
|
578
|
-
|
|
579
|
-
Propose fixes immediately:
|
|
580
|
-
|
|
581
|
-
- "I can fix this by {{solution}}. Should I?"
|
|
582
|
-
- "We have a couple options here: {{option1}} or {{option2}}. Thoughts?"
|
|
583
|
-
</action>
|
|
584
|
-
|
|
585
|
-
<action>Fix approved issues and re-validate</action>
|
|
586
|
-
</check>
|
|
587
|
-
|
|
588
|
-
<check if="validation_passes">
|
|
589
|
-
<action>Confirm success warmly:
|
|
590
|
-
|
|
591
|
-
"Excellent! Everything validates cleanly:
|
|
592
|
-
|
|
593
|
-
- ✓ Persona fields properly separated (communication_style is pure!)
|
|
594
|
-
- ✓ All paths resolve correctly
|
|
595
|
-
- ✓ **[If Expert agent: All sidecar file references valid - 5 sidecar files, all referenced correctly!]**
|
|
596
|
-
- ✓ Activation flow is solid
|
|
597
|
-
- ✓ Menu structure is clear
|
|
598
|
-
- ✓ Handlers work properly
|
|
599
|
-
- ✓ Config loading is robust
|
|
600
|
-
- ✓ Agent type matches structure (Simple/Expert/Module)
|
|
601
|
-
|
|
602
|
-
Your agent meets all BMAD quality standards. Great work!"
|
|
603
|
-
</action>
|
|
604
|
-
</check>
|
|
605
|
-
|
|
606
|
-
<template-output>validation_results</template-output>
|
|
607
|
-
</step>
|
|
608
|
-
|
|
609
|
-
<step n="5" goal="Review improvements and guide next steps">
|
|
610
|
-
<action>Create a conversational summary of what improved:
|
|
611
|
-
|
|
612
|
-
Tell the story of the transformation:
|
|
613
|
-
|
|
614
|
-
- "We started with {{initial_state}}"
|
|
615
|
-
- "You wanted to {{user_goals}}"
|
|
616
|
-
- "We made these key improvements: {{changes_list}}"
|
|
617
|
-
- "Now your agent {{improved_capabilities}}"
|
|
618
|
-
|
|
619
|
-
Highlight the impact:
|
|
620
|
-
|
|
621
|
-
- "This means users will experience {{benefit}}"
|
|
622
|
-
- "The agent is now more {{quality}}"
|
|
623
|
-
- "It follows best practices for {{patterns}}"
|
|
624
|
-
</action>
|
|
625
|
-
|
|
626
|
-
<action>Guide next steps based on changes made:
|
|
627
|
-
|
|
628
|
-
If significant structural changes:
|
|
629
|
-
|
|
630
|
-
- "Since we restructured the activation, you should test the agent with a real user interaction"
|
|
631
|
-
|
|
632
|
-
If workflow references changed:
|
|
633
|
-
|
|
634
|
-
- "The agent now uses {{new_workflows}} - make sure those workflows are up to date"
|
|
635
|
-
|
|
636
|
-
If this is part of larger module work:
|
|
637
|
-
|
|
638
|
-
- "This agent is part of {{module}} - consider if other agents need similar improvements"
|
|
639
|
-
|
|
640
|
-
Be a helpful guide to what comes next, not just a task completer.
|
|
641
|
-
</action>
|
|
642
|
-
|
|
643
|
-
<ask>Would you like to:
|
|
644
|
-
|
|
645
|
-
- Test the edited agent by invoking it
|
|
646
|
-
- Edit another agent
|
|
647
|
-
- Make additional refinements to this one
|
|
648
|
-
- Return to your module work
|
|
649
|
-
</ask>
|
|
650
|
-
|
|
651
|
-
<template-output>completion_summary</template-output>
|
|
652
|
-
</step>
|
|
653
|
-
|
|
654
|
-
</workflow>
|