agentvibes 3.1.0 → 3.2.0
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/.bmad/_cfg/agent-manifest.csv +9 -9
- package/.bmad/_cfg/agent-voice-map.csv +11 -11
- package/.bmad/_cfg/agents/bmm-quick-flow-solo-dev.customize.yaml +42 -0
- package/.bmad/_cfg/files-manifest.csv +286 -242
- package/.bmad/_cfg/ides/claude-code.yaml +1 -1
- package/.bmad/_cfg/manifest.yaml +5 -3
- package/.bmad/_cfg/task-manifest.csv +1 -0
- package/.bmad/_cfg/workflow-manifest.csv +37 -38
- package/.bmad/bmm/agents/analyst.md +40 -41
- package/.bmad/bmm/agents/{frame-expert.md → analyst.md.bak} +23 -16
- package/.bmad/bmm/agents/architect.md +34 -42
- package/.bmad/bmm/agents/dev.md +38 -34
- package/.bmad/bmm/agents/pm.md +34 -46
- package/.bmad/bmm/agents/quick-flow-solo-dev.md +64 -0
- package/.bmad/bmm/agents/sm.md +47 -53
- package/.bmad/bmm/agents/tea.md +41 -42
- package/.bmad/bmm/agents/tech-writer.md +37 -39
- package/.bmad/bmm/agents/ux-designer.md +42 -41
- package/.bmad/bmm/config.yaml +7 -5
- package/.bmad/bmm/data/README.md +29 -0
- package/.bmad/bmm/data/project-context-template.md +40 -0
- package/.bmad/bmm/docs/README.md +48 -10
- package/.bmad/bmm/docs/agents-guide.md +80 -53
- package/.bmad/bmm/docs/bmad-quick-flow.md +528 -0
- package/.bmad/bmm/docs/brownfield-guide.md +25 -39
- package/.bmad/bmm/docs/enterprise-agentic-development.md +3 -3
- package/.bmad/bmm/docs/faq.md +6 -39
- package/.bmad/bmm/docs/glossary.md +12 -25
- package/.bmad/bmm/docs/images/README.md +37 -0
- package/.bmad/bmm/docs/images/workflow-method-greenfield.excalidraw +5034 -0
- package/.bmad/bmm/docs/images/workflow-method-greenfield.svg +4 -0
- package/.bmad/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/.bmad/bmm/docs/quick-spec-flow.md +5 -5
- package/.bmad/bmm/docs/quick-start.md +15 -25
- package/.bmad/bmm/docs/scale-adaptive-system.md +11 -5
- package/.bmad/bmm/docs/test-architecture.md +90 -24
- package/.bmad/bmm/docs/troubleshooting.md +680 -0
- package/.bmad/bmm/docs/workflow-document-project-reference.md +1 -1
- package/.bmad/bmm/docs/workflows-analysis.md +36 -140
- package/.bmad/bmm/docs/workflows-implementation.md +182 -157
- package/.bmad/bmm/docs/workflows-planning.md +51 -212
- package/.bmad/bmm/docs/workflows-solutioning.md +26 -71
- package/.bmad/bmm/tasks/daily-standup.xml +85 -0
- package/.bmad/bmm/teams/default-party.csv +15 -14
- package/.bmad/bmm/teams/team-fullstack.yaml +0 -1
- package/.bmad/bmm/testarch/knowledge/api-request.md +303 -0
- package/.bmad/bmm/testarch/knowledge/auth-session.md +356 -0
- package/.bmad/bmm/testarch/knowledge/burn-in.md +273 -0
- package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +1 -1
- package/.bmad/bmm/testarch/knowledge/file-utils.md +260 -0
- package/.bmad/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/.bmad/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/.bmad/bmm/testarch/knowledge/log.md +294 -0
- package/.bmad/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/.bmad/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/.bmad/bmm/testarch/knowledge/overview.md +284 -0
- package/.bmad/bmm/testarch/knowledge/recurse.md +296 -0
- package/.bmad/bmm/testarch/tea-index.csv +11 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +442 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
- package/.bmad/bmm/workflows/1-analysis/research/research.template.md +15 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +238 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
- package/.bmad/bmm/workflows/1-analysis/research/workflow.md +204 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +59 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.md +49 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.xml +224 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.xml +354 -0
- package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +34 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +25 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +202 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +32 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/instructions.md +7 -8
- package/.bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/instructions.md +9 -10
- package/.bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/instructions.md +4 -5
- package/.bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/instructions.md +3 -3
- package/.bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/document-project/instructions.md +1 -1
- package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
- package/.bmad/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/.bmad/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
- package/.bmad/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/.bmad/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/.bmad/bmm/workflows/testarch/ci/checklist.md +1 -1
- package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
- package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
- package/.bmad/bmm/workflows/testarch/ci/instructions.md +20 -3
- package/.bmad/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/.bmad/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/.bmad/bmm/workflows/testarch/test-review/instructions.md +29 -9
- package/.bmad/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/.bmad/bmm/workflows/workflow-status/instructions.md +11 -4
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +22 -38
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +6 -22
- package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +6 -22
- package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +6 -23
- package/.bmad/core/agents/bmad-master.md +12 -17
- package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/.bmad/core/config.yaml +11 -0
- package/.bmad/core/resources/excalidraw/README.md +160 -0
- package/.bmad/core/resources/excalidraw/library-loader.md +50 -0
- package/.bmad/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/.bmad/core/tasks/advanced-elicitation.xml +18 -8
- package/.bmad/core/tasks/workflow.xml +36 -71
- package/.bmad/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/.bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/.bmad/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/.bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/.bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/.bmad/core/workflows/brainstorming/template.md +13 -104
- package/.bmad/core/workflows/brainstorming/workflow.md +51 -0
- package/.bmad/core/workflows/party-mode/instructions.md.bak +205 -0
- package/.bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +140 -0
- package/.bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +205 -0
- package/.bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +158 -0
- package/.bmad/core/workflows/party-mode/workflow.md +225 -0
- package/.claude/commands/bmad/bmm/agents/{frame-expert.md → quick-flow-solo-dev.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/check-implementation-readiness.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/code-review.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/create-architecture.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-epics-stories.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/{create-dataflow.md → create-excalidraw-dataflow.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-diagram.md → create-excalidraw-diagram.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-flowchart.md → create-excalidraw-flowchart.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-wireframe.md → create-excalidraw-wireframe.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/create-prd.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-product-brief.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-story.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/create-tech-spec.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +2 -10
- package/.claude/commands/bmad/bmm/workflows/generate-project-context.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/{domain-research.md → quick-dev.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/research.md +2 -10
- package/.claude/commands/bmad/bmm/workflows/{story-context.md → sprint-status.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/testarch-atdd.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-automate.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-ci.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-framework.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-nfr.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/{prd.md → testarch-test-design.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/testarch-test-review.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-trace.md +13 -0
- package/.claude/commands/bmad/core/workflows/brainstorming-session.md +5 -0
- package/.claude/github-star-reminder.txt +1 -1
- package/.clawdbot/README.md +105 -0
- package/.clawdbot/skill/SKILL.md +432 -0
- package/README.md +87 -11
- package/RELEASE_NOTES.md +115 -0
- package/package.json +4 -2
- package/src/installer.js +23 -17
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
- package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
- package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
- package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
- package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
- package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
- package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
- /package/.bmad/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-library.json +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-templates.yaml +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/checklist.md +0 -0
- /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/excalidraw-helpers.md +0 -0
- /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/validate-json-instructions.md +0 -0
|
@@ -28,6 +28,7 @@ phases:
|
|
|
28
28
|
optional: true
|
|
29
29
|
agent: "analyst"
|
|
30
30
|
command: "brainstorm-project"
|
|
31
|
+
note: "Uses core brainstorming workflow with project context template"
|
|
31
32
|
included_by: "user_choice"
|
|
32
33
|
|
|
33
34
|
- id: "research"
|
|
@@ -55,29 +56,12 @@ phases:
|
|
|
55
56
|
output: "Enterprise PRD with compliance requirements"
|
|
56
57
|
note: "Must address existing system constraints and migration strategy"
|
|
57
58
|
|
|
58
|
-
- id: "
|
|
59
|
-
recommended: true
|
|
60
|
-
agent: "pm"
|
|
61
|
-
command: "validate-prd"
|
|
62
|
-
|
|
63
|
-
- id: "create-epics-and-stories"
|
|
64
|
-
optional: true
|
|
65
|
-
agent: "pm"
|
|
66
|
-
command: "create-epics-and-stories"
|
|
67
|
-
note: "Optional: Create epic breakdown early (basic structure only)"
|
|
68
|
-
|
|
69
|
-
- id: "create-design"
|
|
59
|
+
- id: "create-ux-design"
|
|
70
60
|
recommended: true
|
|
71
61
|
agent: "ux-designer"
|
|
72
|
-
command: "create-design"
|
|
62
|
+
command: "create-ux-design"
|
|
73
63
|
note: "Recommended - must integrate with existing UX patterns"
|
|
74
64
|
|
|
75
|
-
- id: "create-epics-and-stories-after-ux"
|
|
76
|
-
optional: true
|
|
77
|
-
agent: "pm"
|
|
78
|
-
command: "create-epics-and-stories"
|
|
79
|
-
note: "Optional: Create epic breakdown with UX context"
|
|
80
|
-
|
|
81
65
|
- phase: 2
|
|
82
66
|
name: "Solutioning"
|
|
83
67
|
required: true
|
|
@@ -89,6 +73,12 @@ phases:
|
|
|
89
73
|
output: "Integration architecture with enterprise considerations"
|
|
90
74
|
note: "Distills brownfield context + adds security/scalability/compliance design"
|
|
91
75
|
|
|
76
|
+
- id: "create-epics-and-stories"
|
|
77
|
+
required: true
|
|
78
|
+
agent: "pm"
|
|
79
|
+
command: "create-epics-and-stories"
|
|
80
|
+
note: "Required: Break down PRD into implementable epics and stories with full context (PRD + UX + Architecture)"
|
|
81
|
+
|
|
92
82
|
- id: "test-design"
|
|
93
83
|
required: true
|
|
94
84
|
agent: "tea"
|
|
@@ -96,36 +86,30 @@ phases:
|
|
|
96
86
|
output: "System-level testability review"
|
|
97
87
|
note: "Enterprise requires testability validation - auto-detects system-level mode"
|
|
98
88
|
|
|
99
|
-
- id: "create-security-architecture"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
89
|
+
# - id: "create-security-architecture"
|
|
90
|
+
# optional: true
|
|
91
|
+
# agent: "architect"
|
|
92
|
+
# command: "create-security-architecture"
|
|
93
|
+
# output: "Security architecture for brownfield integration"
|
|
94
|
+
# note: "Future workflow - optional extended enterprise workflow for threat model, auth integration, audit requirements"
|
|
105
95
|
|
|
106
|
-
- id: "create-devops-strategy"
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
96
|
+
# - id: "create-devops-strategy"
|
|
97
|
+
# optional: true
|
|
98
|
+
# agent: "architect"
|
|
99
|
+
# command: "create-devops-strategy"
|
|
100
|
+
# output: "DevOps strategy for brownfield deployment"
|
|
101
|
+
# note: "Future workflow - optional extended enterprise workflow for CI/CD integration, deployment strategy, monitoring"
|
|
112
102
|
|
|
113
103
|
- id: "validate-architecture"
|
|
114
104
|
recommended: true
|
|
115
105
|
agent: "architect"
|
|
116
106
|
command: "validate-architecture"
|
|
117
107
|
|
|
118
|
-
- id: "create-epics-and-stories-final"
|
|
119
|
-
required: true
|
|
120
|
-
agent: "pm"
|
|
121
|
-
command: "create-epics-and-stories"
|
|
122
|
-
note: "Required: Create final epic breakdown with full context (PRD + UX + Architecture)"
|
|
123
|
-
|
|
124
108
|
- id: "implementation-readiness"
|
|
125
109
|
required: true
|
|
126
110
|
agent: "architect"
|
|
127
111
|
command: "implementation-readiness"
|
|
128
|
-
note: "
|
|
112
|
+
note: "Validates PRD + Architecture + Epics + UX (optional)"
|
|
129
113
|
|
|
130
114
|
- phase: 3
|
|
131
115
|
name: "Implementation"
|
|
@@ -16,6 +16,7 @@ phases:
|
|
|
16
16
|
optional: true
|
|
17
17
|
agent: "analyst"
|
|
18
18
|
command: "brainstorm-project"
|
|
19
|
+
note: "Uses core brainstorming workflow with project context template"
|
|
19
20
|
included_by: "user_choice"
|
|
20
21
|
|
|
21
22
|
- id: "research"
|
|
@@ -43,29 +44,12 @@ phases:
|
|
|
43
44
|
output: "Comprehensive Product Requirements Document"
|
|
44
45
|
note: "Enterprise-level requirements with compliance considerations"
|
|
45
46
|
|
|
46
|
-
- id: "
|
|
47
|
-
recommended: true
|
|
48
|
-
agent: "pm"
|
|
49
|
-
command: "validate-prd"
|
|
50
|
-
|
|
51
|
-
- id: "create-epics-and-stories"
|
|
52
|
-
optional: true
|
|
53
|
-
agent: "pm"
|
|
54
|
-
command: "create-epics-and-stories"
|
|
55
|
-
note: "Optional: Create epic breakdown early (basic structure only)"
|
|
56
|
-
|
|
57
|
-
- id: "create-design"
|
|
47
|
+
- id: "create-ux-design"
|
|
58
48
|
recommended: true
|
|
59
49
|
agent: "ux-designer"
|
|
60
|
-
command: "create-design"
|
|
50
|
+
command: "create-ux-design"
|
|
61
51
|
note: "Highly recommended for enterprise - design system and patterns"
|
|
62
52
|
|
|
63
|
-
- id: "create-epics-and-stories-after-ux"
|
|
64
|
-
optional: true
|
|
65
|
-
agent: "pm"
|
|
66
|
-
command: "create-epics-and-stories"
|
|
67
|
-
note: "Optional: Create epic breakdown with UX context"
|
|
68
|
-
|
|
69
53
|
- phase: 2
|
|
70
54
|
name: "Solutioning"
|
|
71
55
|
required: true
|
|
@@ -103,17 +87,17 @@ phases:
|
|
|
103
87
|
agent: "architect"
|
|
104
88
|
command: "validate-architecture"
|
|
105
89
|
|
|
106
|
-
- id: "create-epics-and-stories
|
|
90
|
+
- id: "create-epics-and-stories"
|
|
107
91
|
required: true
|
|
108
92
|
agent: "pm"
|
|
109
93
|
command: "create-epics-and-stories"
|
|
110
|
-
note: "Required:
|
|
94
|
+
note: "Required: Break down PRD into implementable epics and stories with full context (PRD + UX + Architecture)"
|
|
111
95
|
|
|
112
96
|
- id: "implementation-readiness"
|
|
113
97
|
required: true
|
|
114
98
|
agent: "architect"
|
|
115
99
|
command: "implementation-readiness"
|
|
116
|
-
note: "Validates
|
|
100
|
+
note: "Validates PRD + Architecture + Epics + UX (optional)"
|
|
117
101
|
|
|
118
102
|
- phase: 3
|
|
119
103
|
name: "Implementation"
|
|
@@ -29,6 +29,7 @@ phases:
|
|
|
29
29
|
agent: "analyst"
|
|
30
30
|
command: "brainstorm-project"
|
|
31
31
|
included_by: "user_choice"
|
|
32
|
+
note: "Uses core brainstorming workflow with project context template"
|
|
32
33
|
|
|
33
34
|
- id: "research"
|
|
34
35
|
optional: true
|
|
@@ -54,27 +55,10 @@ phases:
|
|
|
54
55
|
output: "PRD focused on new features/changes"
|
|
55
56
|
note: "Must consider existing system constraints"
|
|
56
57
|
|
|
57
|
-
- id: "
|
|
58
|
-
optional: true
|
|
59
|
-
agent: "pm"
|
|
60
|
-
command: "validate-prd"
|
|
61
|
-
|
|
62
|
-
- id: "create-epics-and-stories"
|
|
63
|
-
optional: true
|
|
64
|
-
agent: "pm"
|
|
65
|
-
command: "create-epics-and-stories"
|
|
66
|
-
note: "Optional: Create epic breakdown early (basic structure only)"
|
|
67
|
-
|
|
68
|
-
- id: "create-design"
|
|
58
|
+
- id: "create-ux-design"
|
|
69
59
|
conditional: "if_has_ui"
|
|
70
60
|
agent: "ux-designer"
|
|
71
|
-
command: "create-design"
|
|
72
|
-
|
|
73
|
-
- id: "create-epics-and-stories-after-ux"
|
|
74
|
-
optional: true
|
|
75
|
-
agent: "pm"
|
|
76
|
-
command: "create-epics-and-stories"
|
|
77
|
-
note: "Optional: Create epic breakdown with UX context"
|
|
61
|
+
command: "create-ux-design"
|
|
78
62
|
|
|
79
63
|
- phase: 2
|
|
80
64
|
name: "Solutioning"
|
|
@@ -87,11 +71,11 @@ phases:
|
|
|
87
71
|
output: "Integration architecture - solution design for THIS project"
|
|
88
72
|
note: "HIGHLY RECOMMENDED: Distills massive brownfield context into focused solution design. Prevents agent confusion."
|
|
89
73
|
|
|
90
|
-
- id: "create-epics-and-stories
|
|
74
|
+
- id: "create-epics-and-stories"
|
|
91
75
|
required: true
|
|
92
76
|
agent: "pm"
|
|
93
77
|
command: "create-epics-and-stories"
|
|
94
|
-
note: "Required:
|
|
78
|
+
note: "Required: Break down PRD into implementable epics and stories with full context (PRD + UX + Architecture)"
|
|
95
79
|
|
|
96
80
|
- id: "test-design"
|
|
97
81
|
recommended: true
|
|
@@ -109,7 +93,7 @@ phases:
|
|
|
109
93
|
required: true
|
|
110
94
|
agent: "architect"
|
|
111
95
|
command: "implementation-readiness"
|
|
112
|
-
note: "Validates PRD +
|
|
96
|
+
note: "Validates PRD + Architecture + Epics + UX (optional)"
|
|
113
97
|
|
|
114
98
|
- phase: 3
|
|
115
99
|
name: "Implementation"
|
|
@@ -17,6 +17,7 @@ phases:
|
|
|
17
17
|
agent: "analyst"
|
|
18
18
|
command: "brainstorm-project"
|
|
19
19
|
included_by: "user_choice"
|
|
20
|
+
note: "Uses core brainstorming workflow with project context template"
|
|
20
21
|
|
|
21
22
|
- id: "research"
|
|
22
23
|
optional: true
|
|
@@ -42,30 +43,12 @@ phases:
|
|
|
42
43
|
command: "prd"
|
|
43
44
|
output: "Product Requirements Document with FRs and NFRs"
|
|
44
45
|
|
|
45
|
-
- id: "
|
|
46
|
-
optional: true
|
|
47
|
-
agent: "pm"
|
|
48
|
-
command: "validate-prd"
|
|
49
|
-
note: "Quality check for PRD completeness"
|
|
50
|
-
|
|
51
|
-
- id: "create-epics-and-stories"
|
|
52
|
-
optional: true
|
|
53
|
-
agent: "pm"
|
|
54
|
-
command: "create-epics-and-stories"
|
|
55
|
-
note: "Optional: Create epic breakdown early (basic structure only)"
|
|
56
|
-
|
|
57
|
-
- id: "create-design"
|
|
46
|
+
- id: "create-ux-design"
|
|
58
47
|
conditional: "if_has_ui"
|
|
59
48
|
agent: "ux-designer"
|
|
60
|
-
command: "create-design"
|
|
49
|
+
command: "create-ux-design"
|
|
61
50
|
note: "Determined after PRD - user/agent decides if needed"
|
|
62
51
|
|
|
63
|
-
- id: "create-epics-and-stories-after-ux"
|
|
64
|
-
optional: true
|
|
65
|
-
agent: "pm"
|
|
66
|
-
command: "create-epics-and-stories"
|
|
67
|
-
note: "Optional: Create epic breakdown with UX context"
|
|
68
|
-
|
|
69
52
|
- phase: 2
|
|
70
53
|
name: "Solutioning"
|
|
71
54
|
required: true
|
|
@@ -77,11 +60,11 @@ phases:
|
|
|
77
60
|
output: "System architecture document"
|
|
78
61
|
note: "Complete system design for greenfield projects"
|
|
79
62
|
|
|
80
|
-
- id: "create-epics-and-stories
|
|
63
|
+
- id: "create-epics-and-stories"
|
|
81
64
|
required: true
|
|
82
65
|
agent: "pm"
|
|
83
66
|
command: "create-epics-and-stories"
|
|
84
|
-
note: "Required:
|
|
67
|
+
note: "Required: Break down PRD into implementable epics and stories with full context (PRD + UX + Architecture)"
|
|
85
68
|
|
|
86
69
|
- id: "test-design"
|
|
87
70
|
recommended: true
|
|
@@ -100,7 +83,7 @@ phases:
|
|
|
100
83
|
required: true
|
|
101
84
|
agent: "architect"
|
|
102
85
|
command: "implementation-readiness"
|
|
103
|
-
note: "Validates PRD +
|
|
86
|
+
note: "Validates PRD + Architecture + Epics + UX (optional)"
|
|
104
87
|
|
|
105
88
|
- phase: 3
|
|
106
89
|
name: "Implementation"
|
|
@@ -34,25 +34,20 @@ You must fully embody this agent's persona and follow all activation instruction
|
|
|
34
34
|
When menu item has: action="text" → Execute the text directly as an inline instruction
|
|
35
35
|
</handler>
|
|
36
36
|
|
|
37
|
-
<handler type="
|
|
38
|
-
When menu item has:
|
|
39
|
-
1.
|
|
40
|
-
2. Read the complete file
|
|
41
|
-
3.
|
|
42
|
-
4. Execute workflow.xml instructions precisely following all steps
|
|
43
|
-
5. Save outputs after completing EACH workflow step (never batch multiple steps together)
|
|
44
|
-
6. If workflow.yaml path is "todo", inform user the workflow hasn't been implemented yet
|
|
37
|
+
<handler type="exec">
|
|
38
|
+
When menu item or handler has: exec="path/to/file.md":
|
|
39
|
+
1. Actually LOAD and read the entire file and EXECUTE the file at that path - do not improvise
|
|
40
|
+
2. Read the complete file and follow all instructions within it
|
|
41
|
+
3. If there is data="some/path/data-foo.md" with the same item, pass that data path to the executed file as context.
|
|
45
42
|
</handler>
|
|
46
43
|
</handlers>
|
|
47
44
|
</menu-handlers>
|
|
48
45
|
|
|
49
46
|
<rules>
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
- Load files ONLY when executing menu items or a workflow or command requires it. EXCEPTION: Config file MUST be loaded at startup step 2
|
|
55
|
-
- CRITICAL: Written File Output in workflows will be +2sd your communication style and use professional {communication_language}.
|
|
47
|
+
<r>ALWAYS communicate in {communication_language} UNLESS contradicted by communication_style.</r>
|
|
48
|
+
<r> Stay in character until exit selected</r>
|
|
49
|
+
<r> Display Menu items as the item dictates and in the order given.</r>
|
|
50
|
+
<r> Load files ONLY when executing a user chosen workflow or a command requires it, EXCEPTION: agent activation step 2 config.yaml</r>
|
|
56
51
|
</rules>
|
|
57
52
|
</activation>
|
|
58
53
|
<persona>
|
|
@@ -62,11 +57,11 @@ You must fully embody this agent's persona and follow all activation instruction
|
|
|
62
57
|
<principles>Load resources at runtime never pre-load, and always present numbered lists for choices.</principles>
|
|
63
58
|
</persona>
|
|
64
59
|
<menu>
|
|
65
|
-
<item cmd="*
|
|
60
|
+
<item cmd="*menu">[M] Redisplay Menu Options</item>
|
|
66
61
|
<item cmd="*list-tasks" action="list all tasks from {project-root}/.bmad/_cfg/task-manifest.csv">List Available Tasks</item>
|
|
67
62
|
<item cmd="*list-workflows" action="list all workflows from {project-root}/.bmad/_cfg/workflow-manifest.csv">List Workflows</item>
|
|
68
|
-
<item cmd="*party-mode"
|
|
69
|
-
<item cmd="*
|
|
63
|
+
<item cmd="*party-mode" exec="{project-root}/.bmad/core/workflows/party-mode/workflow.md">Group chat with all agents</item>
|
|
64
|
+
<item cmd="*dismiss">[D] Dismiss Agent</item>
|
|
70
65
|
</menu>
|
|
71
66
|
</agent>
|
|
72
67
|
```
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<item cmd="*help">Show numbered command list</item>
|
|
106
106
|
<item cmd="*list-agents">List all available agents with their capabilities</item>
|
|
107
107
|
<item cmd="*agents [agent-name]">Transform into a specific agent</item>
|
|
108
|
-
<item cmd="*party-mode"
|
|
108
|
+
<item cmd="*party-mode" exec="{bmad_folder}/core/workflows/party-mode/workflow.md">Enter group chat with all agents
|
|
109
109
|
simultaneously</item>
|
|
110
110
|
<item cmd="*advanced-elicitation" task="{bmad_folder}/core/tasks/advanced-elicitation.xml">Push agent to perform advanced elicitation</item>
|
|
111
111
|
<item cmd="*exit">Exit current session</item>
|
package/.bmad/core/config.yaml
CHANGED
|
@@ -1 +1,12 @@
|
|
|
1
|
+
# CORE Module Configuration
|
|
2
|
+
# Generated by BMAD installer
|
|
3
|
+
# Version: 6.0.0-alpha.14
|
|
4
|
+
# Date: 2026-01-24T23:01:46.570Z
|
|
5
|
+
|
|
6
|
+
bmad_folder: .bmad
|
|
7
|
+
user_name: Fire
|
|
8
|
+
document_output_language: '{communication_language}'
|
|
9
|
+
agent_sidecar_folder: '{project-root}/.bmad-user-memory'
|
|
10
|
+
output_folder: '{project-root}/docs'
|
|
11
|
+
install_user_docs: true
|
|
1
12
|
communication_language: French
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
# Core Excalidraw Resources
|
|
2
|
+
|
|
3
|
+
Universal knowledge for creating Excalidraw diagrams. All agents that create Excalidraw files should reference these resources.
|
|
4
|
+
|
|
5
|
+
## Purpose
|
|
6
|
+
|
|
7
|
+
Provides the **HOW** (universal knowledge) while agents provide the **WHAT** (domain-specific application).
|
|
8
|
+
|
|
9
|
+
**Core = "How to create Excalidraw elements"**
|
|
10
|
+
|
|
11
|
+
- How to group shapes with text labels
|
|
12
|
+
- How to calculate text width
|
|
13
|
+
- How to create arrows with proper bindings
|
|
14
|
+
- How to validate JSON syntax
|
|
15
|
+
- Base structure and primitives
|
|
16
|
+
|
|
17
|
+
**Agents = "What diagrams to create"**
|
|
18
|
+
|
|
19
|
+
- Frame Expert (BMM): Technical flowcharts, architecture diagrams, wireframes
|
|
20
|
+
- Presentation Master (CIS): Pitch decks, creative visuals, Rube Goldberg machines
|
|
21
|
+
- Tech Writer (BMM): Documentation diagrams, concept explanations
|
|
22
|
+
|
|
23
|
+
## Files in This Directory
|
|
24
|
+
|
|
25
|
+
### excalidraw-helpers.md
|
|
26
|
+
|
|
27
|
+
**Universal element creation patterns**
|
|
28
|
+
|
|
29
|
+
- Text width calculation
|
|
30
|
+
- Element grouping rules (shapes + labels)
|
|
31
|
+
- Grid alignment
|
|
32
|
+
- Arrow creation (straight, elbow)
|
|
33
|
+
- Theme application
|
|
34
|
+
- Validation checklist
|
|
35
|
+
- Optimization rules
|
|
36
|
+
|
|
37
|
+
**Agents reference this to:**
|
|
38
|
+
|
|
39
|
+
- Create properly grouped shapes
|
|
40
|
+
- Calculate text dimensions
|
|
41
|
+
- Connect elements with arrows
|
|
42
|
+
- Ensure valid structure
|
|
43
|
+
|
|
44
|
+
### validate-json-instructions.md
|
|
45
|
+
|
|
46
|
+
**Universal JSON validation process**
|
|
47
|
+
|
|
48
|
+
- How to validate Excalidraw JSON
|
|
49
|
+
- Common errors and fixes
|
|
50
|
+
- Workflow integration
|
|
51
|
+
- Error recovery
|
|
52
|
+
|
|
53
|
+
**Agents reference this to:**
|
|
54
|
+
|
|
55
|
+
- Validate files after creation
|
|
56
|
+
- Fix syntax errors
|
|
57
|
+
- Ensure files can be opened in Excalidraw
|
|
58
|
+
|
|
59
|
+
### library-loader.md (Future)
|
|
60
|
+
|
|
61
|
+
**How to load external .excalidrawlib files**
|
|
62
|
+
|
|
63
|
+
- Programmatic library loading
|
|
64
|
+
- Community library integration
|
|
65
|
+
- Custom library management
|
|
66
|
+
|
|
67
|
+
**Status:** To be developed when implementing external library support.
|
|
68
|
+
|
|
69
|
+
## How Agents Use These Resources
|
|
70
|
+
|
|
71
|
+
### Example: Frame Expert (Technical Diagrams)
|
|
72
|
+
|
|
73
|
+
```yaml
|
|
74
|
+
# workflows/diagrams/create-flowchart/workflow.yaml
|
|
75
|
+
helpers: '{project-root}/.bmad/core/resources/excalidraw/excalidraw-helpers.md'
|
|
76
|
+
json_validation: '{project-root}/.bmad/core/resources/excalidraw/validate-json-instructions.md'
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
**Domain-specific additions:**
|
|
80
|
+
|
|
81
|
+
```yaml
|
|
82
|
+
# workflows/diagrams/_shared/flowchart-templates.yaml
|
|
83
|
+
flowchart:
|
|
84
|
+
start_node:
|
|
85
|
+
type: ellipse
|
|
86
|
+
width: 120
|
|
87
|
+
height: 60
|
|
88
|
+
process_box:
|
|
89
|
+
type: rectangle
|
|
90
|
+
width: 160
|
|
91
|
+
height: 80
|
|
92
|
+
decision_diamond:
|
|
93
|
+
type: diamond
|
|
94
|
+
width: 140
|
|
95
|
+
height: 100
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
### Example: Presentation Master (Creative Visuals)
|
|
99
|
+
|
|
100
|
+
```yaml
|
|
101
|
+
# workflows/create-visual-metaphor/workflow.yaml
|
|
102
|
+
helpers: '{project-root}/.bmad/core/resources/excalidraw/excalidraw-helpers.md'
|
|
103
|
+
json_validation: '{project-root}/.bmad/core/resources/excalidraw/validate-json-instructions.md'
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
**Domain-specific additions:**
|
|
107
|
+
|
|
108
|
+
```yaml
|
|
109
|
+
# workflows/_shared/creative-templates.yaml
|
|
110
|
+
rube_goldberg:
|
|
111
|
+
whimsical_connector:
|
|
112
|
+
type: arrow
|
|
113
|
+
strokeStyle: dashed
|
|
114
|
+
roughness: 2
|
|
115
|
+
playful_box:
|
|
116
|
+
type: rectangle
|
|
117
|
+
roundness: 12
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
## What Doesn't Belong in Core
|
|
121
|
+
|
|
122
|
+
**Domain-Specific Elements:**
|
|
123
|
+
|
|
124
|
+
- Flowchart-specific templates (belongs in Frame Expert)
|
|
125
|
+
- Pitch deck layouts (belongs in Presentation Master)
|
|
126
|
+
- Documentation-specific styles (belongs in Tech Writer)
|
|
127
|
+
|
|
128
|
+
**Agent Workflows:**
|
|
129
|
+
|
|
130
|
+
- How to create a flowchart (Frame Expert workflow)
|
|
131
|
+
- How to create a pitch deck (Presentation Master workflow)
|
|
132
|
+
- Step-by-step diagram creation (agent-specific)
|
|
133
|
+
|
|
134
|
+
**Theming:**
|
|
135
|
+
|
|
136
|
+
- Currently in agent workflows
|
|
137
|
+
- **Future:** Will be refactored to core as user-configurable themes
|
|
138
|
+
|
|
139
|
+
## Architecture Principle
|
|
140
|
+
|
|
141
|
+
**Single Source of Truth:**
|
|
142
|
+
|
|
143
|
+
- Core holds universal knowledge
|
|
144
|
+
- Agents reference core, don't duplicate
|
|
145
|
+
- Updates to core benefit all agents
|
|
146
|
+
- Agents specialize with domain knowledge
|
|
147
|
+
|
|
148
|
+
**DRY (Don't Repeat Yourself):**
|
|
149
|
+
|
|
150
|
+
- Element creation logic: ONCE in core
|
|
151
|
+
- Text width calculation: ONCE in core
|
|
152
|
+
- Validation process: ONCE in core
|
|
153
|
+
- Arrow binding patterns: ONCE in core
|
|
154
|
+
|
|
155
|
+
## Future Enhancements
|
|
156
|
+
|
|
157
|
+
1. **External Library Loader** - Load .excalidrawlib files from libraries.excalidraw.com
|
|
158
|
+
2. **Theme Management** - User-configurable color themes saved in core
|
|
159
|
+
3. **Component Library** - Shared reusable components across agents
|
|
160
|
+
4. **Layout Algorithms** - Auto-layout helpers for positioning elements
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# External Library Loader
|
|
2
|
+
|
|
3
|
+
**Status:** Placeholder for future implementation
|
|
4
|
+
|
|
5
|
+
## Purpose
|
|
6
|
+
|
|
7
|
+
Load external .excalidrawlib files from <https://libraries.excalidraw.com> or custom sources.
|
|
8
|
+
|
|
9
|
+
## Planned Capabilities
|
|
10
|
+
|
|
11
|
+
- Load libraries by URL
|
|
12
|
+
- Load libraries from local files
|
|
13
|
+
- Merge multiple libraries
|
|
14
|
+
- Filter library components
|
|
15
|
+
- Cache loaded libraries
|
|
16
|
+
|
|
17
|
+
## API Reference
|
|
18
|
+
|
|
19
|
+
Will document how to use:
|
|
20
|
+
|
|
21
|
+
- `importLibrary(url)` - Load library from URL
|
|
22
|
+
- `loadSceneOrLibraryFromBlob()` - Load from file
|
|
23
|
+
- `mergeLibraryItems()` - Combine libraries
|
|
24
|
+
|
|
25
|
+
## Usage Example
|
|
26
|
+
|
|
27
|
+
```yaml
|
|
28
|
+
# Future workflow.yaml structure
|
|
29
|
+
libraries:
|
|
30
|
+
- url: 'https://libraries.excalidraw.com/libraries/...'
|
|
31
|
+
filter: ['aws', 'cloud']
|
|
32
|
+
- path: '{project-root}/_data/custom-library.excalidrawlib'
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Implementation Notes
|
|
36
|
+
|
|
37
|
+
This will be developed when agents need to leverage the extensive library ecosystem available at <https://libraries.excalidraw.com>.
|
|
38
|
+
|
|
39
|
+
Hundreds of pre-built component libraries exist for:
|
|
40
|
+
|
|
41
|
+
- AWS/Cloud icons
|
|
42
|
+
- UI/UX components
|
|
43
|
+
- Business diagrams
|
|
44
|
+
- Mind map shapes
|
|
45
|
+
- Floor plans
|
|
46
|
+
- And much more...
|
|
47
|
+
|
|
48
|
+
## User Configuration
|
|
49
|
+
|
|
50
|
+
Future: Users will be able to configure favorite libraries in their BMAD config for automatic loading.
|