agentvibes 2.17.3 → 2.17.4
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 +11 -0
- package/.bmad/_cfg/agent-voice-map.csv +11 -0
- package/.bmad/_cfg/agents/bmm-analyst.customize.yaml +42 -0
- package/.bmad/_cfg/agents/bmm-architect.customize.yaml +42 -0
- package/.bmad/_cfg/agents/bmm-dev.customize.yaml +42 -0
- package/.bmad/_cfg/agents/bmm-frame-expert.customize.yaml +42 -0
- package/.bmad/_cfg/agents/bmm-pm.customize.yaml +42 -0
- package/.bmad/_cfg/agents/bmm-sm.customize.yaml +42 -0
- package/.bmad/_cfg/agents/bmm-tea.customize.yaml +42 -0
- package/.bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
- package/.bmad/_cfg/agents/bmm-ux-designer.customize.yaml +42 -0
- package/.bmad/_cfg/agents/core-bmad-master.customize.yaml +42 -0
- package/.bmad/_cfg/files-manifest.csv +243 -0
- package/.bmad/_cfg/ides/claude-code.yaml +6 -0
- package/.bmad/_cfg/manifest.yaml +9 -0
- package/.bmad/_cfg/task-manifest.csv +5 -0
- package/.bmad/_cfg/tool-manifest.csv +2 -0
- package/.bmad/_cfg/workflow-manifest.csv +38 -0
- package/.bmad/bmm/README.md +128 -0
- package/.bmad/bmm/agents/analyst.md +79 -0
- package/.bmad/bmm/agents/analyst.md.backup-pre-tts +75 -0
- package/.bmad/bmm/agents/architect.md +80 -0
- package/.bmad/bmm/agents/dev.md +70 -0
- package/.bmad/bmm/agents/frame-expert.md +72 -0
- package/.bmad/bmm/agents/pm.md +84 -0
- package/.bmad/bmm/agents/sm.md +93 -0
- package/.bmad/bmm/agents/tea.md +80 -0
- package/.bmad/bmm/agents/tech-writer.md +84 -0
- package/.bmad/bmm/agents/ux-designer.md +79 -0
- package/.bmad/bmm/config.yaml +17 -0
- package/.bmad/bmm/docs/README.md +236 -0
- package/.bmad/bmm/docs/agents-guide.md +1058 -0
- package/.bmad/bmm/docs/brownfield-guide.md +762 -0
- package/.bmad/bmm/docs/enterprise-agentic-development.md +686 -0
- package/.bmad/bmm/docs/faq.md +588 -0
- package/.bmad/bmm/docs/glossary.md +320 -0
- package/.bmad/bmm/docs/party-mode.md +224 -0
- package/.bmad/bmm/docs/quick-spec-flow.md +652 -0
- package/.bmad/bmm/docs/quick-start.md +376 -0
- package/.bmad/bmm/docs/scale-adaptive-system.md +612 -0
- package/.bmad/bmm/docs/test-architecture.md +396 -0
- package/.bmad/bmm/docs/workflow-architecture-reference.md +366 -0
- package/.bmad/bmm/docs/workflow-document-project-reference.md +489 -0
- package/.bmad/bmm/docs/workflows-analysis.md +370 -0
- package/.bmad/bmm/docs/workflows-implementation.md +286 -0
- package/.bmad/bmm/docs/workflows-planning.md +612 -0
- package/.bmad/bmm/docs/workflows-solutioning.md +554 -0
- package/.bmad/bmm/teams/default-party.csv +20 -0
- package/.bmad/bmm/teams/team-fullstack.yaml +13 -0
- package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +675 -0
- package/.bmad/bmm/testarch/knowledge/component-tdd.md +486 -0
- package/.bmad/bmm/testarch/knowledge/contract-testing.md +957 -0
- package/.bmad/bmm/testarch/knowledge/data-factories.md +500 -0
- package/.bmad/bmm/testarch/knowledge/email-auth.md +721 -0
- package/.bmad/bmm/testarch/knowledge/error-handling.md +725 -0
- package/.bmad/bmm/testarch/knowledge/feature-flags.md +750 -0
- package/.bmad/bmm/testarch/knowledge/fixture-architecture.md +401 -0
- package/.bmad/bmm/testarch/knowledge/network-first.md +486 -0
- package/.bmad/bmm/testarch/knowledge/nfr-criteria.md +670 -0
- package/.bmad/bmm/testarch/knowledge/playwright-config.md +730 -0
- package/.bmad/bmm/testarch/knowledge/probability-impact.md +601 -0
- package/.bmad/bmm/testarch/knowledge/risk-governance.md +615 -0
- package/.bmad/bmm/testarch/knowledge/selective-testing.md +732 -0
- package/.bmad/bmm/testarch/knowledge/selector-resilience.md +527 -0
- package/.bmad/bmm/testarch/knowledge/test-healing-patterns.md +644 -0
- package/.bmad/bmm/testarch/knowledge/test-levels-framework.md +473 -0
- package/.bmad/bmm/testarch/knowledge/test-priorities-matrix.md +373 -0
- package/.bmad/bmm/testarch/knowledge/test-quality.md +664 -0
- package/.bmad/bmm/testarch/knowledge/timing-debugging.md +372 -0
- package/.bmad/bmm/testarch/knowledge/visual-debugging.md +524 -0
- package/.bmad/bmm/testarch/tea-index.csv +22 -0
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +112 -0
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +25 -0
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +425 -0
- package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +180 -0
- package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +28 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +115 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +524 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +181 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +45 -0
- package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +144 -0
- package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +249 -0
- package/.bmad/bmm/workflows/1-analysis/research/checklist.md +299 -0
- package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +114 -0
- package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +438 -0
- package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +675 -0
- package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +134 -0
- package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +534 -0
- package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +94 -0
- package/.bmad/bmm/workflows/1-analysis/research/template-market.md +347 -0
- package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +245 -0
- package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +44 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +80 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +616 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +53 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +310 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1308 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +145 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +61 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +346 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/domain-complexity.csv +13 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +703 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +204 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/project-types.csv +11 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +52 -0
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +217 -0
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +74 -0
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +436 -0
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +980 -0
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +181 -0
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +90 -0
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +58 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +321 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +103 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +240 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +222 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +768 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +13 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +55 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +169 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +332 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +146 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +62 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +12 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +22 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +398 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +60 -0
- package/.bmad/bmm/workflows/4-implementation/correct-course/checklist.md +279 -0
- package/.bmad/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
- package/.bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +56 -0
- package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +240 -0
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +256 -0
- package/.bmad/bmm/workflows/4-implementation/create-story/template.md +51 -0
- package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +71 -0
- package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +38 -0
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +267 -0
- package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +56 -0
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +17 -0
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +164 -0
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +76 -0
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +57 -0
- package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
- package/.bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +56 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +234 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +49 -0
- package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +16 -0
- package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +34 -0
- package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +209 -0
- package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +61 -0
- package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +111 -0
- package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +117 -0
- package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +23 -0
- package/.bmad/bmm/workflows/document-project/checklist.md +245 -0
- package/.bmad/bmm/workflows/document-project/documentation-requirements.csv +12 -0
- package/.bmad/bmm/workflows/document-project/instructions.md +222 -0
- package/.bmad/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
- package/.bmad/bmm/workflows/document-project/templates/index-template.md +169 -0
- package/.bmad/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
- package/.bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
- package/.bmad/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
- package/.bmad/bmm/workflows/document-project/workflow.yaml +29 -0
- package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
- package/.bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
- package/.bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
- package/.bmad/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
- package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-helpers.md +127 -0
- package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-library.json +90 -0
- package/.bmad/bmm/workflows/frame-expert/_shared/excalidraw-templates.yaml +127 -0
- package/.bmad/bmm/workflows/frame-expert/_shared/validate-json-instructions.md +79 -0
- package/.bmad/bmm/workflows/frame-expert/create-dataflow/checklist.md +39 -0
- package/.bmad/bmm/workflows/frame-expert/create-dataflow/instructions.md +131 -0
- package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +23 -0
- package/.bmad/bmm/workflows/frame-expert/create-diagram/checklist.md +43 -0
- package/.bmad/bmm/workflows/frame-expert/create-diagram/instructions.md +142 -0
- package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +24 -0
- package/.bmad/bmm/workflows/frame-expert/create-flowchart/checklist.md +49 -0
- package/.bmad/bmm/workflows/frame-expert/create-flowchart/instructions.md +242 -0
- package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +27 -0
- package/.bmad/bmm/workflows/frame-expert/create-wireframe/checklist.md +38 -0
- package/.bmad/bmm/workflows/frame-expert/create-wireframe/instructions.md +133 -0
- package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +23 -0
- package/.bmad/bmm/workflows/techdoc/documentation-standards.md +262 -0
- package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +363 -0
- package/.bmad/bmm/workflows/testarch/atdd/checklist.md +373 -0
- package/.bmad/bmm/workflows/testarch/atdd/instructions.md +785 -0
- package/.bmad/bmm/workflows/testarch/atdd/workflow.yaml +45 -0
- package/.bmad/bmm/workflows/testarch/automate/checklist.md +580 -0
- package/.bmad/bmm/workflows/testarch/automate/instructions.md +1303 -0
- package/.bmad/bmm/workflows/testarch/automate/workflow.yaml +52 -0
- package/.bmad/bmm/workflows/testarch/ci/checklist.md +246 -0
- package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +165 -0
- package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +128 -0
- package/.bmad/bmm/workflows/testarch/ci/instructions.md +517 -0
- package/.bmad/bmm/workflows/testarch/ci/workflow.yaml +45 -0
- package/.bmad/bmm/workflows/testarch/framework/checklist.md +321 -0
- package/.bmad/bmm/workflows/testarch/framework/instructions.md +455 -0
- package/.bmad/bmm/workflows/testarch/framework/workflow.yaml +47 -0
- package/.bmad/bmm/workflows/testarch/nfr-assess/checklist.md +405 -0
- package/.bmad/bmm/workflows/testarch/nfr-assess/instructions.md +722 -0
- package/.bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +443 -0
- package/.bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +47 -0
- package/.bmad/bmm/workflows/testarch/test-design/checklist.md +234 -0
- package/.bmad/bmm/workflows/testarch/test-design/instructions.md +782 -0
- package/.bmad/bmm/workflows/testarch/test-design/test-design-template.md +285 -0
- package/.bmad/bmm/workflows/testarch/test-design/workflow.yaml +48 -0
- package/.bmad/bmm/workflows/testarch/test-review/checklist.md +470 -0
- package/.bmad/bmm/workflows/testarch/test-review/instructions.md +608 -0
- package/.bmad/bmm/workflows/testarch/test-review/test-review-template.md +388 -0
- package/.bmad/bmm/workflows/testarch/test-review/workflow.yaml +46 -0
- package/.bmad/bmm/workflows/testarch/trace/checklist.md +654 -0
- package/.bmad/bmm/workflows/testarch/trace/instructions.md +1045 -0
- package/.bmad/bmm/workflows/testarch/trace/trace-template.md +673 -0
- package/.bmad/bmm/workflows/testarch/trace/workflow.yaml +55 -0
- package/.bmad/bmm/workflows/workflow-status/init/instructions.md +334 -0
- package/.bmad/bmm/workflows/workflow-status/init/workflow.yaml +28 -0
- package/.bmad/bmm/workflows/workflow-status/instructions.md +388 -0
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +138 -0
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +126 -0
- package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +52 -0
- package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +122 -0
- package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +113 -0
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +58 -0
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +47 -0
- package/.bmad/bmm/workflows/workflow-status/project-levels.yaml +59 -0
- package/.bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +24 -0
- package/.bmad/bmm/workflows/workflow-status/workflow.yaml +28 -0
- package/.bmad/core/agents/bmad-master.md +72 -0
- package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +113 -0
- package/.bmad/core/config.yaml +1 -0
- package/.bmad/core/tasks/adv-elicit-methods.csv +39 -0
- package/.bmad/core/tasks/advanced-elicitation-methods.csv +21 -0
- package/.bmad/core/tasks/advanced-elicitation.xml +106 -0
- package/.bmad/core/tasks/index-docs.xml +65 -0
- package/.bmad/core/tasks/validate-workflow.xml +89 -0
- package/.bmad/core/tasks/workflow.xml +270 -0
- package/.bmad/core/tools/shard-doc.xml +109 -0
- package/.bmad/core/workflows/brainstorming/README.md +261 -0
- package/.bmad/core/workflows/brainstorming/brain-methods.csv +36 -0
- package/.bmad/core/workflows/brainstorming/instructions.md +315 -0
- package/.bmad/core/workflows/brainstorming/template.md +106 -0
- package/.bmad/core/workflows/brainstorming/workflow.yaml +38 -0
- package/.bmad/core/workflows/party-mode/instructions.md +203 -0
- package/.bmad/core/workflows/party-mode/workflow.yaml +28 -0
- package/.bmad/docs/claude-code-instructions.md +25 -0
- package/.claude/commands/BMad/analyst.md +88 -0
- package/.claude/commands/BMad/architect.md +89 -0
- package/.claude/commands/BMad/bmad-master.md +114 -0
- package/.claude/commands/BMad/bmad-orchestrator.md +151 -0
- package/.claude/commands/BMad/dev.md +85 -0
- package/.claude/commands/BMad/pm.md +88 -0
- package/.claude/commands/BMad/po.md +83 -0
- package/.claude/commands/BMad/qa.md +91 -0
- package/.claude/commands/BMad/sm.md +69 -0
- package/.claude/commands/BMad/tasks/advanced-elicitation.md +123 -0
- package/.claude/commands/BMad/tasks/apply-qa-fixes.md +154 -0
- package/.claude/commands/BMad/tasks/brownfield-create-epic.md +166 -0
- package/.claude/commands/BMad/tasks/brownfield-create-story.md +153 -0
- package/.claude/commands/BMad/tasks/correct-course.md +76 -0
- package/.claude/commands/BMad/tasks/create-brownfield-story.md +318 -0
- package/.claude/commands/BMad/tasks/create-deep-research-prompt.md +284 -0
- package/.claude/commands/BMad/tasks/create-doc.md +107 -0
- package/.claude/commands/BMad/tasks/create-next-story.md +118 -0
- package/.claude/commands/BMad/tasks/document-project.md +349 -0
- package/.claude/commands/BMad/tasks/execute-checklist.md +92 -0
- package/.claude/commands/BMad/tasks/facilitate-brainstorming-session.md +142 -0
- package/.claude/commands/BMad/tasks/generate-ai-frontend-prompt.md +57 -0
- package/.claude/commands/BMad/tasks/index-docs.md +179 -0
- package/.claude/commands/BMad/tasks/kb-mode-interaction.md +81 -0
- package/.claude/commands/BMad/tasks/nfr-assess.md +349 -0
- package/.claude/commands/BMad/tasks/qa-gate.md +167 -0
- package/.claude/commands/BMad/tasks/review-story.md +320 -0
- package/.claude/commands/BMad/tasks/risk-profile.md +359 -0
- package/.claude/commands/BMad/tasks/shard-doc.md +191 -0
- package/.claude/commands/BMad/tasks/test-design.md +180 -0
- package/.claude/commands/BMad/tasks/trace-requirements.md +270 -0
- package/.claude/commands/BMad/tasks/validate-next-story.md +140 -0
- package/.claude/commands/BMad/ux-expert.md +73 -0
- package/.claude/commands/bmad/bmm/agents/analyst.md +14 -0
- package/.claude/commands/bmad/bmm/agents/architect.md +14 -0
- package/.claude/commands/bmad/bmm/agents/dev.md +14 -0
- package/.claude/commands/bmad/bmm/agents/frame-expert.md +14 -0
- package/.claude/commands/bmad/bmm/agents/pm.md +14 -0
- package/.claude/commands/bmad/bmm/agents/sm.md +14 -0
- package/.claude/commands/bmad/bmm/agents/tea.md +14 -0
- package/.claude/commands/bmad/bmm/agents/tech-writer.md +14 -0
- package/.claude/commands/bmad/bmm/agents/ux-designer.md +14 -0
- package/.claude/commands/bmad/bmm/workflows/architecture.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/code-review.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/correct-course.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-dataflow.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-diagram.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-flowchart.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-story.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-wireframe.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/dev-story.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/document-project.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/domain-research.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/prd.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/product-brief.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/research.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/retrospective.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/sprint-planning.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/story-context.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/story-done.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/story-ready.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/workflow-init.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/workflow-status.md +13 -0
- package/.claude/commands/bmad/core/agents/bmad-master.md +14 -0
- package/.claude/commands/bmad/core/tasks/advanced-elicitation.md +9 -0
- package/.claude/commands/bmad/core/tasks/index-docs.md +9 -0
- package/.claude/commands/bmad/core/tools/shard-doc.md +9 -0
- package/.claude/commands/bmad/core/workflows/brainstorming.md +13 -0
- package/.claude/commands/bmad/core/workflows/party-mode.md +13 -0
- package/.claude/config/background-music-position.txt +26 -0
- package/.claude/config/background-music-volume.txt +1 -0
- package/.claude/config/background-music.cfg +1 -0
- package/.claude/config/tts-verbosity.txt +1 -0
- package/.claude/github-star-reminder.txt +1 -0
- package/.claude/hooks/background-music-manager.sh +1 -1
- package/.claude/hooks/bmad-party-manager.sh +225 -0
- package/.claude/hooks/bmad-voice-manager.sh +116 -4
- package/.claude/piper-voices-dir.txt +1 -0
- package/.mcp.json +30 -0
- package/README.md +166 -13
- package/mcp-server/server.py +53 -41
- package/package.json +6 -2
- package/src/commands/install-mcp.js +151 -90
- package/src/installer.js +432 -285
- package/src/utils/dependency-checker.js +193 -132
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
<agent id="{bmad_folder}/core/agents/bmad-orchestrator.md" name="BMad Orchestrator" title="BMad Web Orchestrator" icon="🎭" localskip="true">
|
|
2
|
+
<activation critical="MANDATORY">
|
|
3
|
+
<step n="1">Load this complete web bundle XML - you are the BMad Orchestrator, first agent in this bundle</step>
|
|
4
|
+
<step n="2">CRITICAL: This bundle contains ALL agents as XML nodes with id="{bmad_folder}/..." and ALL workflows/tasks as nodes findable
|
|
5
|
+
by type
|
|
6
|
+
and id</step>
|
|
7
|
+
<step n="3">Greet user as BMad Orchestrator and display numbered list of ALL menu items from menu section below</step>
|
|
8
|
+
<step n="4">STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text</step>
|
|
9
|
+
<step n="5">On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user to
|
|
10
|
+
clarify | No match → show "Not recognized"</step>
|
|
11
|
+
<step n="6">When executing a menu item: Check menu-handlers section below for UNIVERSAL handler instructions that apply to ALL agents</step>
|
|
12
|
+
|
|
13
|
+
<menu-handlers critical="UNIVERSAL_FOR_ALL_AGENTS">
|
|
14
|
+
<extract>workflow, exec, tmpl, data, action, validate-workflow</extract>
|
|
15
|
+
<handlers>
|
|
16
|
+
<handler type="workflow">
|
|
17
|
+
When menu item has: workflow="workflow-id"
|
|
18
|
+
1. Find workflow node by id in this bundle (e.g., <workflow id="workflow-id">)
|
|
19
|
+
2. CRITICAL: Always LOAD {bmad_folder}/core/tasks/workflow.xml if referenced
|
|
20
|
+
3. Execute the workflow content precisely following all steps
|
|
21
|
+
4. Save outputs after completing EACH workflow step (never batch)
|
|
22
|
+
5. If workflow id is "todo", inform user it hasn't been implemented yet
|
|
23
|
+
</handler>
|
|
24
|
+
|
|
25
|
+
<handler type="exec">
|
|
26
|
+
When menu item has: exec="node-id" or exec="inline-instruction"
|
|
27
|
+
1. If value looks like a path/id → Find and execute node with that id
|
|
28
|
+
2. If value is text → Execute as direct instruction
|
|
29
|
+
3. Follow ALL instructions within loaded content EXACTLY
|
|
30
|
+
</handler>
|
|
31
|
+
|
|
32
|
+
<handler type="tmpl">
|
|
33
|
+
When menu item has: tmpl="template-id"
|
|
34
|
+
1. Find template node by id in this bundle and pass it to the exec, task, action, or workflow being executed
|
|
35
|
+
</handler>
|
|
36
|
+
|
|
37
|
+
<handler type="data">
|
|
38
|
+
When menu item has: data="data-id"
|
|
39
|
+
1. Find data node by id in this bundle
|
|
40
|
+
2. Parse according to node type (json/yaml/xml/csv)
|
|
41
|
+
3. Make available as {data} variable for subsequent operations
|
|
42
|
+
</handler>
|
|
43
|
+
|
|
44
|
+
<handler type="action">
|
|
45
|
+
When menu item has: action="#prompt-id" or action="inline-text"
|
|
46
|
+
1. If starts with # → Find prompt with matching id in current agent
|
|
47
|
+
2. Otherwise → Execute the text directly as instruction
|
|
48
|
+
</handler>
|
|
49
|
+
|
|
50
|
+
<handler type="validate-workflow">
|
|
51
|
+
When menu item has: validate-workflow="workflow-id"
|
|
52
|
+
1. MUST LOAD {bmad_folder}/core/tasks/validate-workflow.xml
|
|
53
|
+
2. Execute all validation instructions from that file
|
|
54
|
+
3. Check workflow's validation property for schema
|
|
55
|
+
4. Identify file to validate or ask user to specify
|
|
56
|
+
</handler>
|
|
57
|
+
</handlers>
|
|
58
|
+
</menu-handlers>
|
|
59
|
+
|
|
60
|
+
<orchestrator-specific>
|
|
61
|
+
<agent-transformation critical="true">
|
|
62
|
+
When user selects *agents [agent-name]:
|
|
63
|
+
1. Find agent XML node with matching name/id in this bundle
|
|
64
|
+
2. Announce transformation: "Transforming into [agent name]... 🎭"
|
|
65
|
+
3. BECOME that agent completely:
|
|
66
|
+
- Load and embody their persona/role/communication_style
|
|
67
|
+
- Display THEIR menu items (not orchestrator menu)
|
|
68
|
+
- Execute THEIR commands using universal handlers above
|
|
69
|
+
4. Stay as that agent until user types *exit
|
|
70
|
+
5. On *exit: Confirm, then return to BMad Orchestrator persona
|
|
71
|
+
</agent-transformation>
|
|
72
|
+
|
|
73
|
+
<list-agents critical="true">
|
|
74
|
+
When user selects *list-agents:
|
|
75
|
+
1. Scan all agent nodes in this bundle
|
|
76
|
+
2. Display formatted list with:
|
|
77
|
+
- Number, emoji, name, title
|
|
78
|
+
- Brief description of capabilities
|
|
79
|
+
- Main menu items they offer
|
|
80
|
+
3. Suggest which agent might help with common tasks
|
|
81
|
+
</list-agents>
|
|
82
|
+
</orchestrator-specific>
|
|
83
|
+
|
|
84
|
+
<rules>
|
|
85
|
+
Web bundle environment - NO file system access, all content in XML nodes
|
|
86
|
+
Find resources by XML node id/type within THIS bundle only
|
|
87
|
+
Use canvas for document drafting when available
|
|
88
|
+
Menu triggers use asterisk (*) - display exactly as shown
|
|
89
|
+
Number all lists, use letters for sub-options
|
|
90
|
+
Stay in character (current agent) until *exit command
|
|
91
|
+
Options presented as numbered lists with descriptions
|
|
92
|
+
elicit="true" attributes require user confirmation before proceeding
|
|
93
|
+
</rules>
|
|
94
|
+
</activation>
|
|
95
|
+
|
|
96
|
+
<persona>
|
|
97
|
+
<role>Master Orchestrator and BMad Scholar</role>
|
|
98
|
+
<identity>Master orchestrator with deep expertise across all loaded agents and workflows. Technical brilliance balanced with
|
|
99
|
+
approachable communication.</identity>
|
|
100
|
+
<communication_style>Knowledgeable, guiding, approachable, very explanatory when in BMad Orchestrator mode</communication_style>
|
|
101
|
+
<core_principles>When I transform into another agent, I AM that agent until *exit command received. When I am NOT transformed into
|
|
102
|
+
another agent, I will give you guidance or suggestions on a workflow based on your needs.</core_principles>
|
|
103
|
+
</persona>
|
|
104
|
+
<menu>
|
|
105
|
+
<item cmd="*help">Show numbered command list</item>
|
|
106
|
+
<item cmd="*list-agents">List all available agents with their capabilities</item>
|
|
107
|
+
<item cmd="*agents [agent-name]">Transform into a specific agent</item>
|
|
108
|
+
<item cmd="*party-mode" workflow="{bmad_folder}/core/workflows/party-mode/workflow.yaml">Enter group chat with all agents
|
|
109
|
+
simultaneously</item>
|
|
110
|
+
<item cmd="*advanced-elicitation" task="{bmad_folder}/core/tasks/advanced-elicitation.xml">Push agent to perform advanced elicitation</item>
|
|
111
|
+
<item cmd="*exit">Exit current session</item>
|
|
112
|
+
</menu>
|
|
113
|
+
</agent>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
communication_language: French
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
category,method_name,description,output_pattern
|
|
2
|
+
advanced,Tree of Thoughts,Explore multiple reasoning paths simultaneously then evaluate and select the best - perfect for complex problems with multiple valid approaches where finding the optimal path matters,paths → evaluation → selection
|
|
3
|
+
advanced,Graph of Thoughts,Model reasoning as an interconnected network of ideas to reveal hidden relationships - ideal for systems thinking and discovering emergent patterns in complex multi-factor situations,nodes → connections → patterns
|
|
4
|
+
advanced,Thread of Thought,Maintain coherent reasoning across long contexts by weaving a continuous narrative thread - essential for RAG systems and maintaining consistency in lengthy analyses,context → thread → synthesis
|
|
5
|
+
advanced,Self-Consistency Validation,Generate multiple independent approaches then compare for consistency - crucial for high-stakes decisions where verification and consensus building matter,approaches → comparison → consensus
|
|
6
|
+
advanced,Meta-Prompting Analysis,Step back to analyze the approach structure and methodology itself - valuable for optimizing prompts and improving problem-solving strategies,current → analysis → optimization
|
|
7
|
+
advanced,Reasoning via Planning,Build a reasoning tree guided by world models and goal states - excellent for strategic planning and sequential decision-making tasks,model → planning → strategy
|
|
8
|
+
collaboration,Stakeholder Round Table,Convene multiple personas to contribute diverse perspectives - essential for requirements gathering and finding balanced solutions across competing interests,perspectives → synthesis → alignment
|
|
9
|
+
collaboration,Expert Panel Review,Assemble domain experts for deep specialized analysis - ideal when technical depth and peer review quality are needed,expert views → consensus → recommendations
|
|
10
|
+
competitive,Red Team vs Blue Team,Adversarial attack-defend analysis to find vulnerabilities - critical for security testing and building robust solutions through adversarial thinking,defense → attack → hardening
|
|
11
|
+
core,Expand or Contract for Audience,Dynamically adjust detail level and technical depth for target audience - essential when content needs to match specific reader capabilities,audience → adjustments → refined content
|
|
12
|
+
core,Critique and Refine,Systematic review to identify strengths and weaknesses then improve - standard quality check for drafts needing polish and enhancement,strengths/weaknesses → improvements → refined version
|
|
13
|
+
core,Explain Reasoning,Walk through step-by-step thinking to show how conclusions were reached - crucial for transparency and helping others understand complex logic,steps → logic → conclusion
|
|
14
|
+
core,First Principles Analysis,Strip away assumptions to rebuild from fundamental truths - breakthrough technique for innovation and solving seemingly impossible problems,assumptions → truths → new approach
|
|
15
|
+
core,5 Whys Deep Dive,Repeatedly ask why to drill down to root causes - simple but powerful for understanding failures and fixing problems at their source,why chain → root cause → solution
|
|
16
|
+
core,Socratic Questioning,Use targeted questions to reveal hidden assumptions and guide discovery - excellent for teaching and helping others reach insights themselves,questions → revelations → understanding
|
|
17
|
+
creative,Reverse Engineering,Work backwards from desired outcome to find implementation path - powerful for goal achievement and understanding how to reach specific endpoints,end state → steps backward → path forward
|
|
18
|
+
creative,What If Scenarios,Explore alternative realities to understand possibilities and implications - valuable for contingency planning and creative exploration,scenarios → implications → insights
|
|
19
|
+
creative,SCAMPER Method,Apply seven creativity lenses (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse) - systematic ideation for product innovation and improvement,S→C→A→M→P→E→R
|
|
20
|
+
learning,Feynman Technique,Explain complex concepts simply as if teaching a child - the ultimate test of true understanding and excellent for knowledge transfer,complex → simple → gaps → mastery
|
|
21
|
+
learning,Active Recall Testing,Test understanding without references to verify true knowledge - essential for identifying gaps and reinforcing mastery,test → gaps → reinforcement
|
|
22
|
+
narrative,Unreliable Narrator Mode,Question assumptions and biases by adopting skeptical perspective - crucial for detecting hidden agendas and finding balanced truth,perspective → biases → balanced view
|
|
23
|
+
optimization,Speedrun Optimization,Find the fastest most efficient path by eliminating waste - perfect when time pressure demands maximum efficiency,current → bottlenecks → optimized
|
|
24
|
+
optimization,New Game Plus,Revisit challenges with enhanced capabilities from prior experience - excellent for iterative improvement and mastery building,initial → enhanced → improved
|
|
25
|
+
optimization,Roguelike Permadeath,Treat decisions as irreversible to force careful high-stakes analysis - ideal for critical decisions with no second chances,decision → consequences → execution
|
|
26
|
+
philosophical,Occam's Razor Application,Find the simplest sufficient explanation by eliminating unnecessary complexity - essential for debugging and theory selection,options → simplification → selection
|
|
27
|
+
philosophical,Trolley Problem Variations,Explore ethical trade-offs through moral dilemmas - valuable for understanding values and making difficult ethical decisions,dilemma → analysis → decision
|
|
28
|
+
quantum,Observer Effect Consideration,Analyze how the act of measurement changes what's being measured - important for understanding metrics impact and self-aware systems,unmeasured → observation → impact
|
|
29
|
+
retrospective,Hindsight Reflection,Imagine looking back from the future to gain perspective - powerful for project reviews and extracting wisdom from experience,future view → insights → application
|
|
30
|
+
retrospective,Lessons Learned Extraction,Systematically identify key takeaways and actionable improvements - essential for knowledge transfer and continuous improvement,experience → lessons → actions
|
|
31
|
+
risk,Identify Potential Risks,Brainstorm what could go wrong across all categories - fundamental for project planning and deployment preparation,categories → risks → mitigations
|
|
32
|
+
risk,Challenge from Critical Perspective,Play devil's advocate to stress-test ideas and find weaknesses - essential for overcoming groupthink and building robust solutions,assumptions → challenges → strengthening
|
|
33
|
+
risk,Failure Mode Analysis,Systematically explore how each component could fail - critical for reliability engineering and safety-critical systems,components → failures → prevention
|
|
34
|
+
risk,Pre-mortem Analysis,Imagine future failure then work backwards to prevent it - powerful technique for risk mitigation before major launches,failure scenario → causes → prevention
|
|
35
|
+
scientific,Peer Review Simulation,Apply rigorous academic evaluation standards - ensures quality through methodology review and critical assessment,methodology → analysis → recommendations
|
|
36
|
+
scientific,Reproducibility Check,Verify results can be replicated independently - fundamental for reliability and scientific validity,method → replication → validation
|
|
37
|
+
structural,Dependency Mapping,Visualize interconnections to understand requirements and impacts - essential for complex systems and integration planning,components → dependencies → impacts
|
|
38
|
+
structural,Information Architecture Review,Optimize organization and hierarchy for better user experience - crucial for fixing navigation and findability problems,current → pain points → restructure
|
|
39
|
+
structural,Skeleton of Thought,Create structure first then expand branches in parallel - efficient for generating long content quickly with good organization,skeleton → branches → integration
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
category,method_name,description,output_pattern
|
|
2
|
+
core,Five Whys,Drill down to root causes by asking 'why' iteratively. Each answer becomes the basis for the next question. Particularly effective for problem analysis and understanding system failures.,problem → why1 → why2 → why3 → why4 → why5 → root cause
|
|
3
|
+
core,First Principles,Break down complex problems into fundamental truths and rebuild from there. Question assumptions and reconstruct understanding from basic principles.,assumptions → deconstruction → fundamentals → reconstruction → solution
|
|
4
|
+
structural,SWOT Analysis,Evaluate internal and external factors through Strengths Weaknesses Opportunities and Threats. Provides balanced strategic perspective.,strengths → weaknesses → opportunities → threats → strategic insights
|
|
5
|
+
structural,Mind Mapping,Create visual representations of interconnected concepts branching from central idea. Reveals relationships and patterns not immediately obvious.,central concept → primary branches → secondary branches → connections → insights
|
|
6
|
+
risk,Pre-mortem Analysis,Imagine project has failed and work backwards to identify potential failure points. Proactive risk identification through hypothetical failure scenarios.,future failure → contributing factors → warning signs → preventive measures
|
|
7
|
+
risk,Risk Matrix,Evaluate risks by probability and impact to prioritize mitigation efforts. Visual framework for systematic risk assessment.,risk identification → probability assessment → impact analysis → prioritization → mitigation
|
|
8
|
+
creative,SCAMPER,Systematic creative thinking through Substitute Combine Adapt Modify Put to other uses Eliminate Reverse. Generates innovative alternatives.,substitute → combine → adapt → modify → other uses → eliminate → reverse
|
|
9
|
+
creative,Six Thinking Hats,Explore topic from six perspectives: facts (white) emotions (red) caution (black) optimism (yellow) creativity (green) process (blue).,facts → emotions → risks → benefits → alternatives → synthesis
|
|
10
|
+
analytical,Root Cause Analysis,Systematic investigation to identify fundamental causes rather than symptoms. Uses various techniques to drill down to core issues.,symptoms → immediate causes → intermediate causes → root causes → solutions
|
|
11
|
+
analytical,Fishbone Diagram,Visual cause-and-effect analysis organizing potential causes into categories. Also known as Ishikawa diagram for systematic problem analysis.,problem statement → major categories → potential causes → sub-causes → prioritization
|
|
12
|
+
strategic,PESTLE Analysis,Examine Political Economic Social Technological Legal Environmental factors. Comprehensive external environment assessment.,political → economic → social → technological → legal → environmental → implications
|
|
13
|
+
strategic,Value Chain Analysis,Examine activities that create value from raw materials to end customer. Identifies competitive advantages and improvement opportunities.,primary activities → support activities → linkages → value creation → optimization
|
|
14
|
+
process,Journey Mapping,Visualize end-to-end experience identifying touchpoints pain points and opportunities. Understanding through customer or user perspective.,stages → touchpoints → actions → emotions → pain points → opportunities
|
|
15
|
+
process,Service Blueprint,Map service delivery showing frontstage backstage and support processes. Reveals service complexity and improvement areas.,customer actions → frontstage → backstage → support processes → improvement areas
|
|
16
|
+
stakeholder,Stakeholder Mapping,Identify and analyze stakeholders by interest and influence. Strategic approach to stakeholder engagement.,identification → interest analysis → influence assessment → engagement strategy
|
|
17
|
+
stakeholder,Empathy Map,Understand stakeholder perspectives through what they think feel see say do. Deep understanding of user needs and motivations.,thinks → feels → sees → says → does → pains → gains
|
|
18
|
+
decision,Decision Matrix,Evaluate options against weighted criteria for objective decision making. Systematic comparison of alternatives.,criteria definition → weighting → scoring → calculation → ranking → selection
|
|
19
|
+
decision,Cost-Benefit Analysis,Compare costs against benefits to evaluate decision viability. Quantitative approach to decision validation.,cost identification → benefit identification → quantification → comparison → recommendation
|
|
20
|
+
validation,Devil's Advocate,Challenge assumptions and proposals by arguing opposing viewpoint. Stress-testing through deliberate opposition.,proposal → counter-arguments → weaknesses → blind spots → strengthened proposal
|
|
21
|
+
validation,Red Team Analysis,Simulate adversarial perspective to identify vulnerabilities. Security and robustness through adversarial thinking.,current approach → adversarial view → attack vectors → vulnerabilities → countermeasures
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
<task id="{bmad_folder}/core/tasks/advanced-elicitation.xml" name="Advanced Elicitation" standalone="true"
|
|
2
|
+
methods="{project-root}/{bmad_folder}/core/tasks/advanced-elicitation-methods.csv"
|
|
3
|
+
agent-party="{project-root}/{bmad_folder}/_cfg/agent-manifest.csv">
|
|
4
|
+
<llm critical="true">
|
|
5
|
+
<i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
|
|
6
|
+
<i>DO NOT skip steps or change the sequence</i>
|
|
7
|
+
<i>HALT immediately when halt-conditions are met</i>
|
|
8
|
+
<i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
|
|
9
|
+
<i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
|
|
10
|
+
</llm>
|
|
11
|
+
|
|
12
|
+
<integration description="When called from workflow">
|
|
13
|
+
<desc>When called during template workflow processing:</desc>
|
|
14
|
+
<i>1. Receive or review the current section content that was just generated or</i>
|
|
15
|
+
<i>2. Apply elicitation methods iteratively to enhance that specific content</i>
|
|
16
|
+
<i>3. Return the enhanced version back when user selects 'x' to proceed and return back</i>
|
|
17
|
+
<i>4. The enhanced content replaces the original section content in the output document</i>
|
|
18
|
+
</integration>
|
|
19
|
+
|
|
20
|
+
<flow>
|
|
21
|
+
<step n="1" title="Method Registry Loading">
|
|
22
|
+
<action>Load and read {{methods}} and {{agent-party}}</action>
|
|
23
|
+
|
|
24
|
+
<csv-structure>
|
|
25
|
+
<i>category: Method grouping (core, structural, risk, etc.)</i>
|
|
26
|
+
<i>method_name: Display name for the method</i>
|
|
27
|
+
<i>description: Rich explanation of what the method does, when to use it, and why it's valuable</i>
|
|
28
|
+
<i>output_pattern: Flexible flow guide using → arrows (e.g., "analysis → insights → action")</i>
|
|
29
|
+
</csv-structure>
|
|
30
|
+
|
|
31
|
+
<context-analysis>
|
|
32
|
+
<i>Use conversation history</i>
|
|
33
|
+
<i>Analyze: content type, complexity, stakeholder needs, risk level, and creative potential</i>
|
|
34
|
+
</context-analysis>
|
|
35
|
+
|
|
36
|
+
<smart-selection>
|
|
37
|
+
<i>1. Analyze context: Content type, complexity, stakeholder needs, risk level, creative potential</i>
|
|
38
|
+
<i>2. Parse descriptions: Understand each method's purpose from the rich descriptions in CSV</i>
|
|
39
|
+
<i>3. Select 5 methods: Choose methods that best match the context based on their descriptions</i>
|
|
40
|
+
<i>4. Balance approach: Include mix of foundational and specialized techniques as appropriate</i>
|
|
41
|
+
</smart-selection>
|
|
42
|
+
</step>
|
|
43
|
+
|
|
44
|
+
<step n="2" title="Present Options and Handle Responses">
|
|
45
|
+
|
|
46
|
+
<format>
|
|
47
|
+
**Advanced Elicitation Options**
|
|
48
|
+
Choose a number (1-5), r to shuffle, or x to proceed:
|
|
49
|
+
|
|
50
|
+
1. [Method Name]
|
|
51
|
+
2. [Method Name]
|
|
52
|
+
3. [Method Name]
|
|
53
|
+
4. [Method Name]
|
|
54
|
+
5. [Method Name]
|
|
55
|
+
r. Reshuffle the list with 5 new options
|
|
56
|
+
x. Proceed / No Further Actions
|
|
57
|
+
</format>
|
|
58
|
+
|
|
59
|
+
<response-handling>
|
|
60
|
+
<case n="1-5">
|
|
61
|
+
<i>Execute the selected method using its description from the CSV</i>
|
|
62
|
+
<i>Adapt the method's complexity and output format based on the current context</i>
|
|
63
|
+
<i>Apply the method creatively to the current section content being enhanced</i>
|
|
64
|
+
<i>Display the enhanced version showing what the method revealed or improved</i>
|
|
65
|
+
<i>CRITICAL: Ask the user if they would like to apply the changes to the doc (y/n/other) and HALT to await response.</i>
|
|
66
|
+
<i>CRITICAL: ONLY if Yes, apply the changes. IF No, discard your memory of the proposed changes. If any other reply, try best to
|
|
67
|
+
follow the instructions given by the user.</i>
|
|
68
|
+
<i>CRITICAL: Re-present the same 1-5,r,x prompt to allow additional elicitations</i>
|
|
69
|
+
</case>
|
|
70
|
+
<case n="r">
|
|
71
|
+
<i>Select 5 different methods from advanced-elicitation-methods.csv, present new list with same prompt format</i>
|
|
72
|
+
</case>
|
|
73
|
+
<case n="x">
|
|
74
|
+
<i>Complete elicitation and proceed</i>
|
|
75
|
+
<i>Return the fully enhanced content back to create-doc.md</i>
|
|
76
|
+
<i>The enhanced content becomes the final version for that section</i>
|
|
77
|
+
<i>Signal completion back to create-doc.md to continue with next section</i>
|
|
78
|
+
</case>
|
|
79
|
+
<case n="direct-feedback">
|
|
80
|
+
<i>Apply changes to current section content and re-present choices</i>
|
|
81
|
+
</case>
|
|
82
|
+
<case n="multiple-numbers">
|
|
83
|
+
<i>Execute methods in sequence on the content, then re-offer choices</i>
|
|
84
|
+
</case>
|
|
85
|
+
</response-handling>
|
|
86
|
+
</step>
|
|
87
|
+
|
|
88
|
+
<step n="3" title="Execution Guidelines">
|
|
89
|
+
<i>Method execution: Use the description from CSV to understand and apply each method</i>
|
|
90
|
+
<i>Output pattern: Use the pattern as a flexible guide (e.g., "paths → evaluation → selection")</i>
|
|
91
|
+
<i>Dynamic adaptation: Adjust complexity based on content needs (simple to sophisticated)</i>
|
|
92
|
+
<i>Creative application: Interpret methods flexibly based on context while maintaining pattern consistency</i>
|
|
93
|
+
<i>Be concise: Focus on actionable insights</i>
|
|
94
|
+
<i>Stay relevant: Tie elicitation to specific content being analyzed (the current section from create-doc)</i>
|
|
95
|
+
<i>Identify personas: For multi-persona methods, clearly identify viewpoints</i>
|
|
96
|
+
<i>Critical loop behavior: Always re-offer the 1-5,r,x choices after each method execution</i>
|
|
97
|
+
<i>Continue until user selects 'x' to proceed with enhanced content</i>
|
|
98
|
+
<i>Each method application builds upon previous enhancements</i>
|
|
99
|
+
<i>Content preservation: Track all enhancements made during elicitation</i>
|
|
100
|
+
<i>Iterative enhancement: Each selected method (1-5) should:</i>
|
|
101
|
+
<i> 1. Apply to the current enhanced version of the content</i>
|
|
102
|
+
<i> 2. Show the improvements made</i>
|
|
103
|
+
<i> 3. Return to the prompt for additional elicitations or completion</i>
|
|
104
|
+
</step>
|
|
105
|
+
</flow>
|
|
106
|
+
</task>
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<task id="{bmad_folder}/core/tasks/index-docs" name="Index Docs"
|
|
2
|
+
description="Generates or updates an index.md of all documents in the specified directory" webskip="true" standalone="true">
|
|
3
|
+
<llm critical="true">
|
|
4
|
+
<i>MANDATORY: Execute ALL steps in the flow section IN EXACT ORDER</i>
|
|
5
|
+
<i>DO NOT skip steps or change the sequence</i>
|
|
6
|
+
<i>HALT immediately when halt-conditions are met</i>
|
|
7
|
+
<i>Each action xml tag within step xml tag is a REQUIRED action to complete that step</i>
|
|
8
|
+
<i>Sections outside flow (validation, output, critical-context) provide essential context - review and apply throughout execution</i>
|
|
9
|
+
</llm>
|
|
10
|
+
|
|
11
|
+
<flow>
|
|
12
|
+
<step n="1" title="Scan Directory">
|
|
13
|
+
<i>List all files and subdirectories in the target location</i>
|
|
14
|
+
</step>
|
|
15
|
+
|
|
16
|
+
<step n="2" title="Group Content">
|
|
17
|
+
<i>Organize files by type, purpose, or subdirectory</i>
|
|
18
|
+
</step>
|
|
19
|
+
|
|
20
|
+
<step n="3" title="Generate Descriptions">
|
|
21
|
+
<i>Read each file to understand its actual purpose and create brief (3-10 word) descriptions based on the content, not just the
|
|
22
|
+
filename</i>
|
|
23
|
+
</step>
|
|
24
|
+
|
|
25
|
+
<step n="4" title="Create/Update Index">
|
|
26
|
+
<i>Write or update index.md with organized file listings</i>
|
|
27
|
+
</step>
|
|
28
|
+
</flow>
|
|
29
|
+
|
|
30
|
+
<output-format>
|
|
31
|
+
<example>
|
|
32
|
+
# Directory Index
|
|
33
|
+
|
|
34
|
+
## Files
|
|
35
|
+
|
|
36
|
+
- **[filename.ext](./filename.ext)** - Brief description
|
|
37
|
+
- **[another-file.ext](./another-file.ext)** - Brief description
|
|
38
|
+
|
|
39
|
+
## Subdirectories
|
|
40
|
+
|
|
41
|
+
### subfolder/
|
|
42
|
+
|
|
43
|
+
- **[file1.ext](./subfolder/file1.ext)** - Brief description
|
|
44
|
+
- **[file2.ext](./subfolder/file2.ext)** - Brief description
|
|
45
|
+
|
|
46
|
+
### another-folder/
|
|
47
|
+
|
|
48
|
+
- **[file3.ext](./another-folder/file3.ext)** - Brief description
|
|
49
|
+
</example>
|
|
50
|
+
</output-format>
|
|
51
|
+
|
|
52
|
+
<halt-conditions critical="true">
|
|
53
|
+
<i>HALT if target directory does not exist or is inaccessible</i>
|
|
54
|
+
<i>HALT if user does not have write permissions to create index.md</i>
|
|
55
|
+
</halt-conditions>
|
|
56
|
+
|
|
57
|
+
<validation>
|
|
58
|
+
<i>Use relative paths starting with ./</i>
|
|
59
|
+
<i>Group similar files together</i>
|
|
60
|
+
<i>Read file contents to generate accurate descriptions - don't guess from filenames</i>
|
|
61
|
+
<i>Keep descriptions concise but informative (3-10 words)</i>
|
|
62
|
+
<i>Sort alphabetically within groups</i>
|
|
63
|
+
<i>Skip hidden files (starting with .) unless specified</i>
|
|
64
|
+
</validation>
|
|
65
|
+
</task>
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
<task id="{bmad_folder}/core/tasks/validate-workflow.xml" name="Validate Workflow Output">
|
|
2
|
+
<objective>Run a checklist against a document with thorough analysis and produce a validation report</objective>
|
|
3
|
+
|
|
4
|
+
<inputs>
|
|
5
|
+
<input name="workflow" desc="Workflow path containing checklist.md" />
|
|
6
|
+
<input name="checklist" desc="Checklist to validate against (defaults to workflow's checklist.md)" />
|
|
7
|
+
<input name="document" desc="Document to validate (ask user if not specified)" />
|
|
8
|
+
</inputs>
|
|
9
|
+
|
|
10
|
+
<flow>
|
|
11
|
+
<step n="1" title="Setup">
|
|
12
|
+
<action>If checklist not provided, load checklist.md from workflow location</action>
|
|
13
|
+
<action>Try to fuzzy match for files similar to the input document name or if user did not provide the document. If document not
|
|
14
|
+
provided or unsure, ask user: "Which document should I validate?"</action>
|
|
15
|
+
<action>Load both the checklist and document</action>
|
|
16
|
+
</step>
|
|
17
|
+
|
|
18
|
+
<step n="2" title="Validate" critical="true">
|
|
19
|
+
<mandate>For EVERY checklist item, WITHOUT SKIPPING ANY:</mandate>
|
|
20
|
+
|
|
21
|
+
<for-each-item>
|
|
22
|
+
<action>Read requirement carefully</action>
|
|
23
|
+
<action>Search document for evidence along with any ancillary loaded documents or artifacts (quotes with line numbers)</action>
|
|
24
|
+
<action>Analyze deeply - look for explicit AND implied coverage</action>
|
|
25
|
+
|
|
26
|
+
<mark-as>
|
|
27
|
+
✓ PASS - Requirement fully met (provide evidence)
|
|
28
|
+
⚠ PARTIAL - Some coverage but incomplete (explain gaps)
|
|
29
|
+
✗ FAIL - Not met or severely deficient (explain why)
|
|
30
|
+
➖ N/A - Not applicable (explain reason)
|
|
31
|
+
</mark-as>
|
|
32
|
+
</for-each-item>
|
|
33
|
+
|
|
34
|
+
<critical>DO NOT SKIP ANY SECTIONS OR ITEMS</critical>
|
|
35
|
+
</step>
|
|
36
|
+
|
|
37
|
+
<step n="3" title="Generate Report">
|
|
38
|
+
<action>Create validation-report-{timestamp}.md in document's folder</action>
|
|
39
|
+
|
|
40
|
+
<report-format>
|
|
41
|
+
# Validation Report
|
|
42
|
+
|
|
43
|
+
**Document:** {document-path}
|
|
44
|
+
**Checklist:** {checklist-path}
|
|
45
|
+
**Date:** {timestamp}
|
|
46
|
+
|
|
47
|
+
## Summary
|
|
48
|
+
- Overall: X/Y passed (Z%)
|
|
49
|
+
- Critical Issues: {count}
|
|
50
|
+
|
|
51
|
+
## Section Results
|
|
52
|
+
|
|
53
|
+
### {Section Name}
|
|
54
|
+
Pass Rate: X/Y (Z%)
|
|
55
|
+
|
|
56
|
+
{For each item:}
|
|
57
|
+
[MARK] {Item description}
|
|
58
|
+
Evidence: {Quote with line# or explanation}
|
|
59
|
+
{If FAIL/PARTIAL: Impact: {why this matters}}
|
|
60
|
+
|
|
61
|
+
## Failed Items
|
|
62
|
+
{All ✗ items with recommendations}
|
|
63
|
+
|
|
64
|
+
## Partial Items
|
|
65
|
+
{All ⚠ items with what's missing}
|
|
66
|
+
|
|
67
|
+
## Recommendations
|
|
68
|
+
1. Must Fix: {critical failures}
|
|
69
|
+
2. Should Improve: {important gaps}
|
|
70
|
+
3. Consider: {minor improvements}
|
|
71
|
+
</report-format>
|
|
72
|
+
</step>
|
|
73
|
+
|
|
74
|
+
<step n="4" title="Summary for User">
|
|
75
|
+
<action>Present section-by-section summary</action>
|
|
76
|
+
<action>Highlight all critical issues</action>
|
|
77
|
+
<action>Provide path to saved report</action>
|
|
78
|
+
<action>HALT - do not continue unless user asks</action>
|
|
79
|
+
</step>
|
|
80
|
+
</flow>
|
|
81
|
+
|
|
82
|
+
<critical-rules>
|
|
83
|
+
<rule>NEVER skip sections - validate EVERYTHING</rule>
|
|
84
|
+
<rule>ALWAYS provide evidence (quotes + line numbers) for marks</rule>
|
|
85
|
+
<rule>Think deeply about each requirement - don't rush</rule>
|
|
86
|
+
<rule>Save report to document's folder automatically</rule>
|
|
87
|
+
<rule>HALT after presenting summary - wait for user</rule>
|
|
88
|
+
</critical-rules>
|
|
89
|
+
</task>
|