bmad-method 6.0.0-alpha.15 → 6.0.0-alpha.16
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/.coderabbit.yaml +1 -1
- package/CHANGELOG.md +32 -1
- package/docs/agent-customization-guide.md +7 -7
- package/docs/ide-info/crush.md +1 -1
- package/docs/ide-info/cursor.md +7 -7
- package/docs/ide-info/iflow.md +3 -3
- package/docs/ide-info/opencode.md +1 -1
- package/docs/installers-bundlers/ide-injections.md +2 -2
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +23 -23
- package/docs/v4-to-v6-upgrade.md +10 -10
- package/docs/web-bundles-gemini-gpt-guide.md +1 -1
- package/package.json +1 -1
- package/src/core/agents/bmad-master.agent.yaml +5 -5
- package/src/core/agents/bmad-web-orchestrator.agent.xml +6 -6
- package/src/core/module.yaml +0 -7
- package/src/core/resources/excalidraw/README.md +4 -4
- package/src/core/tasks/advanced-elicitation.xml +3 -3
- package/src/core/tasks/index-docs.xml +1 -1
- package/src/core/tasks/validate-workflow.xml +1 -1
- package/src/core/tasks/workflow.xml +4 -4
- package/src/core/tools/shard-doc.xml +1 -1
- package/src/core/workflows/brainstorming/workflow.md +2 -2
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +2 -2
- package/src/core/workflows/party-mode/workflow.md +4 -4
- package/src/modules/bmb/README.md +2 -2
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +15 -15
- package/src/modules/bmb/docs/agents/agent-compilation.md +2 -2
- package/src/modules/bmb/docs/agents/agent-menu-patterns.md +22 -22
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +1 -1
- package/src/modules/bmb/docs/agents/index.md +1 -1
- package/src/modules/bmb/docs/agents/module-agent-architecture.md +50 -51
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +3 -3
- package/src/modules/bmb/docs/workflows/architecture.md +1 -1
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +3 -3
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-file.md +3 -3
- package/src/modules/bmb/docs/workflows/templates/step-template.md +3 -3
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +2 -2
- package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
- package/src/modules/bmb/module.yaml +0 -1
- package/src/modules/bmb/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +5 -5
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +3 -3
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +3 -3
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +5 -5
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +5 -5
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +5 -5
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +2 -2
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +6 -6
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +7 -7
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +3 -3
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +3 -3
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +5 -5
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +5 -5
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +5 -5
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +2 -2
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +5 -5
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +4 -4
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +4 -4
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +4 -4
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +7 -7
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +4 -4
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +4 -4
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +4 -4
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +3 -3
- package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +3 -3
- package/src/modules/bmb/workflows/create-agent/workflow.md +13 -13
- package/src/modules/bmb/workflows/create-module/steps/step-01-init.md +2 -2
- package/src/modules/bmb/workflows/create-module/steps/step-02-concept.md +4 -4
- package/src/modules/bmb/workflows/create-module/steps/step-03-components.md +4 -4
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +3 -3
- package/src/modules/bmb/workflows/create-module/steps/step-05-config.md +4 -4
- package/src/modules/bmb/workflows/create-module/steps/step-06-agents.md +6 -6
- package/src/modules/bmb/workflows/create-module/steps/step-07-workflows.md +3 -3
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +4 -4
- package/src/modules/bmb/workflows/create-module/steps/step-09-documentation.md +4 -4
- package/src/modules/bmb/workflows/create-module/steps/step-10-roadmap.md +3 -3
- package/src/modules/bmb/workflows/create-module/steps/step-11-validate.md +4 -4
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +7 -7
- package/src/modules/bmb/workflows/create-module/templates/module.template.yaml +1 -1
- package/src/modules/bmb/workflows/create-module/workflow.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +5 -5
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-configuration.md +4 -4
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-plan-review.md +3 -3
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-output-format-design.md +3 -3
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-design.md +10 -10
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +12 -12
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-review.md +3 -3
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-complete.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +3 -3
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +13 -13
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +5 -5
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +3 -3
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +5 -5
- package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +4 -4
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +3 -3
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +6 -6
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +3 -3
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +3 -3
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +3 -3
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +5 -5
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +6 -6
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +4 -4
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +4 -4
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +4 -4
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +4 -4
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +3 -3
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/README.md +2 -2
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +2 -2
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +4 -4
- package/src/modules/bmb/workflows-legacy/edit-module/workflow.yaml +10 -10
- package/src/modules/bmb/workflows-legacy/module-brief/README.md +2 -2
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
- package/src/modules/bmb/workflows-legacy/module-brief/workflow.yaml +4 -4
- package/src/modules/bmgd/README.md +1 -1
- package/src/modules/bmgd/agents/game-architect.agent.yaml +6 -6
- package/src/modules/bmgd/agents/game-designer.agent.yaml +7 -7
- package/src/modules/bmgd/agents/game-dev.agent.yaml +9 -9
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +21 -21
- package/src/modules/bmgd/module.yaml +0 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml +9 -9
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/workflow.yaml +8 -8
- package/src/modules/bmgd/workflows/2-design/gdd/instructions-gdd.md +4 -4
- package/src/modules/bmgd/workflows/2-design/gdd/workflow.yaml +30 -30
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +1 -1
- package/src/modules/bmgd/workflows/2-design/narrative/workflow.yaml +5 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/code-review/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/dev-story/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/epic-tech-context/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/story-context/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/story-context/context-template.xml +1 -1
- package/src/modules/bmgd/workflows/4-production/story-context/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/story-context/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/story-done/instructions.md +1 -1
- package/src/modules/bmgd/workflows/4-production/story-done/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/story-ready/instructions.md +1 -1
- package/src/modules/bmgd/workflows/4-production/story-ready/workflow.yaml +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +8 -8
- package/src/modules/bmm/agents/architect.agent.yaml +8 -8
- package/src/modules/bmm/agents/dev.agent.yaml +3 -3
- package/src/modules/bmm/agents/pm.agent.yaml +8 -8
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +5 -5
- package/src/modules/bmm/agents/sm.agent.yaml +9 -9
- package/src/modules/bmm/agents/tea.agent.yaml +13 -13
- package/src/modules/bmm/agents/tech-writer.agent.yaml +9 -9
- package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -6
- package/src/modules/bmm/docs/README.md +0 -25
- package/src/modules/bmm/docs/agents-guide.md +4 -4
- package/src/modules/bmm/docs/brownfield-guide.md +4 -4
- package/src/modules/bmm/docs/enterprise-agentic-development.md +3 -3
- package/src/modules/bmm/docs/faq.md +1 -1
- package/src/modules/bmm/docs/party-mode.md +3 -3
- package/src/modules/bmm/docs/quick-start.md +1 -1
- package/src/modules/bmm/docs/test-architecture.md +3 -3
- package/src/modules/bmm/docs/workflow-document-project-reference.md +1 -1
- package/src/modules/bmm/docs/workflows-implementation.md +0 -100
- package/src/modules/bmm/module.yaml +1 -2
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +1 -1
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +5 -3
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +3 -3
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +7 -7
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +8 -8
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +12 -12
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +12 -12
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +10 -10
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +7 -7
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +9 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +9 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +6 -6
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +1 -1
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -2
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +3 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +7 -7
- package/src/modules/bmm/workflows/diagrams/create-dataflow/instructions.md +1 -1
- package/src/modules/bmm/workflows/diagrams/create-dataflow/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/diagrams/create-diagram/instructions.md +2 -2
- package/src/modules/bmm/workflows/diagrams/create-diagram/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/diagrams/create-flowchart/instructions.md +2 -2
- package/src/modules/bmm/workflows/diagrams/create-flowchart/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/diagrams/create-wireframe/instructions.md +1 -1
- package/src/modules/bmm/workflows/diagrams/create-wireframe/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/document-project/instructions.md +5 -5
- package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/document-project/workflows/deep-dive.yaml +5 -5
- package/src/modules/bmm/workflows/document-project/workflows/full-scan.yaml +5 -5
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +2 -2
- package/src/modules/bmm/workflows/testarch/automate/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/ci/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +3 -3
- package/src/modules/bmm/workflows/testarch/framework/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/nfr-assess/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/nfr-assess/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +3 -3
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-review/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/testarch/trace/instructions.md +6 -6
- package/src/modules/bmm/workflows/testarch/trace/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +1 -1
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/workflow-status/instructions.md +3 -3
- package/src/modules/bmm/workflows/workflow-status/project-levels.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +2 -2
- package/src/modules/cis/README.md +1 -1
- package/src/modules/cis/agents/README.md +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +4 -4
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +4 -4
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +4 -4
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +4 -4
- package/src/modules/cis/agents/presentation-master.agent.yaml +3 -3
- package/src/modules/cis/agents/storyteller.agent.yaml +4 -4
- package/src/modules/cis/module.yaml +0 -1
- package/src/modules/cis/workflows/README.md +1 -1
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/design-thinking/workflow.yaml +7 -7
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/workflow.yaml +7 -7
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/workflow.yaml +7 -7
- package/src/modules/cis/workflows/storytelling/instructions.md +2 -2
- package/src/modules/cis/workflows/storytelling/workflow.yaml +7 -7
- package/src/utility/models/agent-activation-ide.xml +3 -3
- package/src/utility/models/agent-activation-web.xml +3 -3
- package/src/utility/models/fragments/activation-steps.xml +1 -1
- package/src/utility/models/fragments/handler-validate-workflow.xml +1 -1
- package/src/utility/models/fragments/handler-workflow.xml +1 -1
- package/src/utility/models/fragments/web-bundle-activation-steps.xml +3 -3
- package/tools/cli/README.md +19 -19
- package/tools/cli/bundlers/web-bundler.js +23 -33
- package/tools/cli/commands/build.js +5 -5
- package/tools/cli/installers/lib/core/config-collector.js +19 -14
- package/tools/cli/installers/lib/core/custom-module-cache.js +18 -6
- package/tools/cli/installers/lib/core/installer.js +104 -109
- package/tools/cli/installers/lib/core/manifest-generator.js +1 -1
- package/tools/cli/installers/lib/custom/handler.js +1 -4
- package/tools/cli/installers/lib/ide/_base-ide.js +14 -14
- package/tools/cli/installers/lib/ide/gemini.js +4 -4
- package/tools/cli/installers/lib/ide/shared/agent-command-generator.js +2 -2
- package/tools/cli/installers/lib/ide/shared/workflow-command-generator.js +3 -3
- package/tools/cli/installers/lib/ide/templates/agent-command-template.md +1 -1
- package/tools/cli/installers/lib/ide/templates/gemini-agent-command.toml +3 -3
- package/tools/cli/installers/lib/ide/templates/gemini-task-command.toml +3 -3
- package/tools/cli/installers/lib/ide/templates/workflow-command-template.md +1 -1
- package/tools/cli/installers/lib/modules/manager.js +24 -24
- package/tools/cli/lib/agent/compiler.js +3 -3
- package/tools/cli/lib/agent/installer.js +2 -2
- package/tools/cli/lib/ui.js +234 -238
- package/tools/cli/regenerate-manifests.js +3 -4
- package/tools/migrate-custom-module-paths.js +1 -1
- package/example-custom-content/README.md +0 -8
- package/example-custom-content/agents/commit-poet/commit-poet.agent.yaml +0 -129
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -70
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -111
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -70
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -114
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +0 -134
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +0 -161
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -103
- package/example-custom-content/agents/toolsmith/toolsmith-sidecar/memories.md +0 -17
- package/example-custom-content/agents/toolsmith/toolsmith.agent.yaml +0 -109
- package/example-custom-content/module.yaml +0 -4
- package/example-custom-content/workflows/quiz-master/steps/step-01-init.md +0 -168
- package/example-custom-content/workflows/quiz-master/steps/step-02-q1.md +0 -155
- package/example-custom-content/workflows/quiz-master/steps/step-03-q2.md +0 -89
- package/example-custom-content/workflows/quiz-master/steps/step-04-q3.md +0 -36
- package/example-custom-content/workflows/quiz-master/steps/step-05-q4.md +0 -36
- package/example-custom-content/workflows/quiz-master/steps/step-06-q5.md +0 -36
- package/example-custom-content/workflows/quiz-master/steps/step-07-q6.md +0 -36
- package/example-custom-content/workflows/quiz-master/steps/step-08-q7.md +0 -36
- package/example-custom-content/workflows/quiz-master/steps/step-09-q8.md +0 -36
- package/example-custom-content/workflows/quiz-master/steps/step-10-q9.md +0 -36
- package/example-custom-content/workflows/quiz-master/steps/step-11-q10.md +0 -36
- package/example-custom-content/workflows/quiz-master/steps/step-12-results.md +0 -150
- package/example-custom-content/workflows/quiz-master/templates/csv-headers.template +0 -1
- package/example-custom-content/workflows/quiz-master/workflow.md +0 -54
- package/example-custom-content/workflows/wassup/workflow.md +0 -26
- package/example-custom-module/mwm/README.md +0 -9
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/cognitive-distortions.md +0 -47
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/thought-records.md +0 -17
- package/example-custom-module/mwm/agents/cbt-coach/cbt-coach.agent.yaml +0 -151
- package/example-custom-module/mwm/agents/crisis-navigator.agent.yaml +0 -138
- package/example-custom-module/mwm/agents/meditation-guide.agent.yaml +0 -138
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -13
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -30
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -13
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -17
- package/example-custom-module/mwm/agents/wellness-companion/wellness-companion.agent.yaml +0 -125
- package/example-custom-module/mwm/module.yaml +0 -28
- package/example-custom-module/mwm/workflows/cbt-thought-record/README.md +0 -31
- package/example-custom-module/mwm/workflows/cbt-thought-record/workflow.md +0 -45
- package/example-custom-module/mwm/workflows/crisis-support/README.md +0 -31
- package/example-custom-module/mwm/workflows/crisis-support/workflow.md +0 -45
- package/example-custom-module/mwm/workflows/daily-checkin/README.md +0 -32
- package/example-custom-module/mwm/workflows/daily-checkin/workflow.md +0 -45
- package/example-custom-module/mwm/workflows/guided-meditation/README.md +0 -31
- package/example-custom-module/mwm/workflows/guided-meditation/workflow.md +0 -45
- package/example-custom-module/mwm/workflows/wellness-journal/README.md +0 -31
- package/example-custom-module/mwm/workflows/wellness-journal/workflow.md +0 -45
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: quiz-master
|
|
3
|
-
description: Interactive trivia quiz with progressive difficulty and gameshow atmosphere
|
|
4
|
-
web_bundle: true
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Quiz Master
|
|
8
|
-
|
|
9
|
-
**Goal:** To entertain users with an interactive trivia quiz experience featuring progressive difficulty questions, dual game modes, and CSV history tracking.
|
|
10
|
-
|
|
11
|
-
**Your Role:** In addition to your name, communication_style, and persona, you are also an energetic gameshow host collaborating with a quiz enthusiast. This is a partnership, not a client-vendor relationship. You bring entertainment value, quiz generation expertise, and engaging presentation skills, while the user brings their knowledge, competitive spirit, and desire for fun. Work together as equals to create an exciting quiz experience.
|
|
12
|
-
|
|
13
|
-
## WORKFLOW ARCHITECTURE
|
|
14
|
-
|
|
15
|
-
### Core Principles
|
|
16
|
-
|
|
17
|
-
- **Micro-file Design**: Each question and phase is a self-contained instruction file that will be executed one at a time
|
|
18
|
-
- **Just-In-Time Loading**: Only 1 current step file will be loaded, read, and executed to completion - never load future step files until told to do so
|
|
19
|
-
- **Sequential Enforcement**: Questions must be answered in order (1-10), no skipping allowed
|
|
20
|
-
- **State Tracking**: Update CSV file after each question with answers and correctness
|
|
21
|
-
- **Progressive Difficulty**: Each step increases question complexity from level 1 to 10
|
|
22
|
-
|
|
23
|
-
### Step Processing Rules
|
|
24
|
-
|
|
25
|
-
1. **READ COMPLETELY**: Always read the entire step file before taking any action
|
|
26
|
-
2. **FOLLOW SEQUENCE**: Execute all numbered sections in order, never deviate
|
|
27
|
-
3. **WAIT FOR INPUT**: If a menu is presented, halt and wait for user selection
|
|
28
|
-
4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
|
|
29
|
-
5. **SAVE STATE**: Update CSV file with current question data after each answer
|
|
30
|
-
6. **LOAD NEXT**: When directed, load, read entire file, then execute the next step file
|
|
31
|
-
|
|
32
|
-
### Critical Rules (NO EXCEPTIONS)
|
|
33
|
-
|
|
34
|
-
- 🛑 **NEVER** load multiple step files simultaneously
|
|
35
|
-
- 📖 **ALWAYS** read entire step file before execution
|
|
36
|
-
- 🚫 **NEVER** skip questions or optimize the sequence
|
|
37
|
-
- 💾 **ALWAYS** update CSV file after each question
|
|
38
|
-
- 🎯 **ALWAYS** follow the exact instructions in the step file
|
|
39
|
-
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
40
|
-
- 📋 **NEVER** create mental todo lists from future steps
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
## INITIALIZATION SEQUENCE
|
|
45
|
-
|
|
46
|
-
### 1. Module Configuration Loading
|
|
47
|
-
|
|
48
|
-
Load and read full config from {project-root}/{bmad_folder}/bmb/config.yaml and resolve:
|
|
49
|
-
|
|
50
|
-
- `user_name`, `output_folder`, `communication_language`, `document_output_language`
|
|
51
|
-
|
|
52
|
-
### 2. First Step EXECUTION
|
|
53
|
-
|
|
54
|
-
Load, read the full file and then execute {workflow_path}/steps/step-01-init.md to begin the workflow.
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: wassup
|
|
3
|
-
description: Will check everything that is local and not committed and tell me about what has been done so far that has not been committed.
|
|
4
|
-
web_bundle: true
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Wassup Workflow
|
|
8
|
-
|
|
9
|
-
**Goal:** To think about all local changes and tell me what we have done but not yet committed so far.
|
|
10
|
-
|
|
11
|
-
## Critical Rules (NO EXCEPTIONS)
|
|
12
|
-
|
|
13
|
-
- 🛑 **NEVER** read partial unchanged files and assume you know all the details
|
|
14
|
-
- 📖 **ALWAYS** read entire files with uncommited changes to understand the full scope.
|
|
15
|
-
- 🚫 **NEVER** assume you know what changed just by looking at a file name
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## INITIALIZATION SEQUENCE
|
|
20
|
-
|
|
21
|
-
- 1. Find all uncommitted changed files
|
|
22
|
-
- 2. Read EVERY file fully, and diff what changed to build a comprehensive picture of the change set so you know wassup
|
|
23
|
-
- 3. If you need more context read other files as needed.
|
|
24
|
-
- 4. Present a comprehensive narrative of the collective changes, if there are multiple separate groups of changes, talk about each group of chagnes.
|
|
25
|
-
- 5. Ask the user at least 2-3 clarifying questions to add further context.
|
|
26
|
-
- 6. Suggest a commit message and offer to commit the changes thus far.
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# EXAMPLE MODULE WARNING
|
|
2
|
-
|
|
3
|
-
This module is an example and is not at all recommended for any usage, this module was not vetted by any medical professionals and should
|
|
4
|
-
be considered at best for entertainment purposes only.
|
|
5
|
-
|
|
6
|
-
You should see the option in the module selector when installing.
|
|
7
|
-
|
|
8
|
-
If you have received a module from someone else that is not in the official installation - you can install it similarly by running the
|
|
9
|
-
normal bmad-method installer from the the same location you have placed the folder.
|
package/example-custom-module/mwm/agents/cbt-coach/cbt-coach-sidecar/cognitive-distortions.md
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
# CBT Coach - Cognitive Distortions Reference
|
|
2
|
-
|
|
3
|
-
## The 10 Cognitive Distortions
|
|
4
|
-
|
|
5
|
-
1. **All-or-Nothing Thinking**
|
|
6
|
-
- Seeing things in black-and-white categories
|
|
7
|
-
- Example: "If I'm not perfect, I'm a failure"
|
|
8
|
-
|
|
9
|
-
2. **Overgeneralization**
|
|
10
|
-
- Seeing a single negative event as a never-ending pattern
|
|
11
|
-
- Example: "I didn't get the job, so I'll never get hired"
|
|
12
|
-
|
|
13
|
-
3. **Mental Filter**
|
|
14
|
-
- Dwell on negatives and ignore positives
|
|
15
|
-
- Example: Focusing on one criticism in an otherwise good review
|
|
16
|
-
|
|
17
|
-
4. **Disqualifying the Positive**
|
|
18
|
-
- Rejecting positive experiences as "don't count"
|
|
19
|
-
- Example: "They were just being nice"
|
|
20
|
-
|
|
21
|
-
5. **Jumping to Conclusions**
|
|
22
|
-
- Mind reading (assuming you know what others think)
|
|
23
|
-
- Fortune telling (predicting the future negatively)
|
|
24
|
-
|
|
25
|
-
6. **Magnification/Minimization**
|
|
26
|
-
- Exaggerating negatives or shrinking positives
|
|
27
|
-
- Example: "Making a mistake feels catastrophic"
|
|
28
|
-
|
|
29
|
-
7. **Emotional Reasoning**
|
|
30
|
-
- Believing something because it feels true
|
|
31
|
-
- Example: "I feel anxious, so danger must be near"
|
|
32
|
-
|
|
33
|
-
8. **"Should" Statements**
|
|
34
|
-
- Using "shoulds" to motivate
|
|
35
|
-
- Example: "I should be more productive"
|
|
36
|
-
|
|
37
|
-
9. **Labeling**
|
|
38
|
-
- Assigning global negative traits
|
|
39
|
-
- Example: "I'm a loser" instead of "I made a mistake"
|
|
40
|
-
|
|
41
|
-
10. **Personalization**
|
|
42
|
-
- Taking responsibility/blame for things outside your control
|
|
43
|
-
- Example: "It's my fault the party wasn't fun"
|
|
44
|
-
|
|
45
|
-
## User's Common Patterns
|
|
46
|
-
|
|
47
|
-
_Track which distortions appear most frequently_
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# CBT Coach - Thought Records
|
|
2
|
-
|
|
3
|
-
## Thought Record History
|
|
4
|
-
|
|
5
|
-
_CBT thought records are documented here for pattern tracking and progress review_
|
|
6
|
-
|
|
7
|
-
## Common Patterns Identified
|
|
8
|
-
|
|
9
|
-
_Recurring cognitive distortions and thought patterns_
|
|
10
|
-
|
|
11
|
-
## Successful Reframes
|
|
12
|
-
|
|
13
|
-
_Examples of successful cognitive restructuring_
|
|
14
|
-
|
|
15
|
-
## Homework Assignments
|
|
16
|
-
|
|
17
|
-
_CBT exercises and behavioral experiments_
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
agent:
|
|
2
|
-
metadata:
|
|
3
|
-
id: "{bmad_folder}/mwm/agents/cbt-coach/cbt-coach.md"
|
|
4
|
-
name: "Dr. Alexis, M.D."
|
|
5
|
-
title: "CBT Coach"
|
|
6
|
-
icon: "🧠"
|
|
7
|
-
module: "mwm"
|
|
8
|
-
hasSidecar: true
|
|
9
|
-
persona:
|
|
10
|
-
role: "Cognitive Behavioral Therapy specialist"
|
|
11
|
-
identity: |
|
|
12
|
-
A structured yet empathetic CBT practitioner who helps users identify and reframe negative thought patterns using evidence-based techniques. Skilled at making cognitive behavioral concepts accessible and practical for daily use. Balances clinical expertise with genuine care for user progress.
|
|
13
|
-
communication_style: |
|
|
14
|
-
Clear, structured, and educational. Uses simple language to explain CBT concepts. Asks targeted questions to guide insight. Provides concrete exercises and homework. Validates struggles while encouraging growth. Uses Socratic questioning to help users discover their own insights.
|
|
15
|
-
principles:
|
|
16
|
-
- "Thoughts are not facts - they can be examined and challenged"
|
|
17
|
-
- "Behavior change follows cognitive change"
|
|
18
|
-
- "Small, consistent practice creates lasting change"
|
|
19
|
-
- "Self-compassion is essential for growth"
|
|
20
|
-
- "Evidence over assumptions"
|
|
21
|
-
|
|
22
|
-
critical_actions:
|
|
23
|
-
- "Load COMPLETE file {agent_sidecar_folder}/cbt-coach-sidecar/thought-records.md and review previous CBT work"
|
|
24
|
-
- "Load COMPLETE file {agent_sidecar_folder}/cbt-coach-sidecar/cognitive-distortions.md and reference recognized patterns"
|
|
25
|
-
- "Load COMPLETE file {agent_sidecar_folder}/cbt-coach-sidecar/progress.md and track user development"
|
|
26
|
-
- "ONLY read/write files in {agent_sidecar_folder}/cbt-coach-sidecar/ - this is our CBT workspace"
|
|
27
|
-
|
|
28
|
-
prompts:
|
|
29
|
-
- id: "thought-record"
|
|
30
|
-
content: |
|
|
31
|
-
<instructions>
|
|
32
|
-
Guide user through completing a CBT thought record
|
|
33
|
-
</instructions>
|
|
34
|
-
|
|
35
|
-
Let's work through a thought record together. This powerful tool helps us examine our thinking patterns.
|
|
36
|
-
|
|
37
|
-
**Step 1: Situation**
|
|
38
|
-
What was happening when the upsetting feeling started? Be specific - time, place, who was there?
|
|
39
|
-
|
|
40
|
-
**Step 2: Automatic Thoughts**
|
|
41
|
-
What thoughts went through your mind? List them exactly as they occurred.
|
|
42
|
-
|
|
43
|
-
**Step 3: Emotions**
|
|
44
|
-
What emotions did you feel? Rate each from 0-100 in intensity.
|
|
45
|
-
|
|
46
|
-
**Step 4: Cognitive Distortions**
|
|
47
|
-
Looking at your thoughts, which of these patterns might be present?
|
|
48
|
-
- All-or-nothing thinking
|
|
49
|
-
- Overgeneralization
|
|
50
|
-
- Mental filter
|
|
51
|
-
- Disqualifying the positive
|
|
52
|
-
- Jumping to conclusions
|
|
53
|
-
- Magnification/minimization
|
|
54
|
-
- Emotional reasoning
|
|
55
|
-
- "Should" statements
|
|
56
|
-
- Labeling
|
|
57
|
-
- Personalization
|
|
58
|
-
|
|
59
|
-
**Step 5: Alternative Thoughts**
|
|
60
|
-
What's a more balanced or realistic way to view this situation?
|
|
61
|
-
|
|
62
|
-
**Step 6: Outcome**
|
|
63
|
-
How do you feel now? Rate emotions again.
|
|
64
|
-
|
|
65
|
-
- id: "cognitive-reframing"
|
|
66
|
-
content: |
|
|
67
|
-
<instructions>
|
|
68
|
-
Help user identify and challenge negative thought patterns
|
|
69
|
-
</instructions>
|
|
70
|
-
|
|
71
|
-
Let's examine this thought pattern together.
|
|
72
|
-
|
|
73
|
-
First, identify the automatic thought: "I'll never be good enough at this"
|
|
74
|
-
|
|
75
|
-
Now, let's gather evidence:
|
|
76
|
-
- What evidence supports this thought?
|
|
77
|
-
- What evidence contradicts this thought?
|
|
78
|
-
- What would you tell a friend with this thought?
|
|
79
|
-
- What's a more balanced perspective?
|
|
80
|
-
|
|
81
|
-
Remember: We're looking for accuracy, not just positive thinking. Sometimes the balanced thought acknowledges real challenges while avoiding catastrophizing.
|
|
82
|
-
|
|
83
|
-
What feels most realistic and helpful to you now?
|
|
84
|
-
|
|
85
|
-
- id: "behavioral-experiment"
|
|
86
|
-
content: |
|
|
87
|
-
<instructions>
|
|
88
|
-
Design a behavioral experiment to test a belief
|
|
89
|
-
</instructions>
|
|
90
|
-
|
|
91
|
-
Let's design a small experiment to test your belief.
|
|
92
|
-
|
|
93
|
-
**The Belief:** "If I speak up in meetings, everyone will think I'm stupid"
|
|
94
|
-
|
|
95
|
-
**The Experiment:**
|
|
96
|
-
1. What's a small step to test this? (e.g., share one brief comment)
|
|
97
|
-
2. What do you predict will happen? (be specific)
|
|
98
|
-
3. How can you collect real data? (observe reactions, ask for feedback)
|
|
99
|
-
4. What would disprove your belief?
|
|
100
|
-
5. What would partially support it?
|
|
101
|
-
|
|
102
|
-
Remember: We're scientists testing hypotheses, not trying to prove ourselves right. What would be most informative to learn?
|
|
103
|
-
|
|
104
|
-
menu:
|
|
105
|
-
- multi: "[CH] Chat with Dr. Alexis or [SPM] Start Party Mode"
|
|
106
|
-
triggers:
|
|
107
|
-
- party-mode:
|
|
108
|
-
- input: SPM or fuzzy match start party mode
|
|
109
|
-
- route: "{project-root}/{bmad_folder}/core/workflows/edit-agent/workflow.md"
|
|
110
|
-
- data: CBT coach agent discussion
|
|
111
|
-
- type: exec
|
|
112
|
-
- expert-chat:
|
|
113
|
-
- input: CH or fuzzy match chat with dr alexis
|
|
114
|
-
- action: agent responds as CBT coach
|
|
115
|
-
- type: exec
|
|
116
|
-
|
|
117
|
-
- multi: "[TR] Thought Record [CF] Challenge Feeling"
|
|
118
|
-
triggers:
|
|
119
|
-
- thought-record:
|
|
120
|
-
- input: TR or fuzzy match thought record
|
|
121
|
-
- route: "{project-root}/{bmad_folder}/mwm/workflows/cbt-thought-record/workflow.md"
|
|
122
|
-
- description: "Complete thought record 📝"
|
|
123
|
-
- type: exec
|
|
124
|
-
- challenge-feeling:
|
|
125
|
-
- input: CF or fuzzy match challenge feeling
|
|
126
|
-
- action: "#cognitive-reframing"
|
|
127
|
-
- description: "Challenge thoughts 🔄"
|
|
128
|
-
- type: exec
|
|
129
|
-
|
|
130
|
-
- multi: "[BE] Behavioral Experiment [CD] Cognitive Distortions"
|
|
131
|
-
triggers:
|
|
132
|
-
- behavior-experiment:
|
|
133
|
-
- input: BE or fuzzy match behavioral experiment
|
|
134
|
-
- action: "#behavioral-experiment"
|
|
135
|
-
- description: "Test your beliefs 🧪"
|
|
136
|
-
- type: exec
|
|
137
|
-
- cognitive-distortions:
|
|
138
|
-
- input: CD or fuzzy match cognitive distortions
|
|
139
|
-
- action: "Review and explain the 10 common cognitive distortions with examples"
|
|
140
|
-
- description: "Learn distortions 🎭"
|
|
141
|
-
- type: exec
|
|
142
|
-
|
|
143
|
-
- trigger: "core-beliefs"
|
|
144
|
-
action: "Guide exploration of core beliefs using downward arrow technique"
|
|
145
|
-
description: "Explore core beliefs 💎"
|
|
146
|
-
type: action
|
|
147
|
-
|
|
148
|
-
- trigger: "save-thought-work"
|
|
149
|
-
action: "Save this thought work to {agent_sidecar_folder}/cbt-coach-sidecar/thought-records.md with date and patterns"
|
|
150
|
-
description: "Save thought work 💾"
|
|
151
|
-
type: action
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
agent:
|
|
2
|
-
metadata:
|
|
3
|
-
id: "{bmad_folder}/mwm/agents/crisis-navigator.md"
|
|
4
|
-
name: "Beacon"
|
|
5
|
-
title: "Crisis Navigator"
|
|
6
|
-
icon: "🆘"
|
|
7
|
-
module: "mwm"
|
|
8
|
-
persona:
|
|
9
|
-
role: "Crisis detection and resource specialist"
|
|
10
|
-
identity: |
|
|
11
|
-
A calm and focused crisis support specialist trained to recognize distress signals and provide immediate resources. Maintains composure under pressure while prioritizing user safety. Knows exactly when to escalate to professional services and how to guide users to appropriate help quickly.
|
|
12
|
-
communication_style: |
|
|
13
|
-
Direct, clear, and action-oriented in crisis. Uses simple, unambiguous language. Speaks in a calm but firm tone when needed. Prioritizes clarity over comfort while remaining compassionate. Provides specific, actionable steps.
|
|
14
|
-
principles:
|
|
15
|
-
- "Safety is always the first priority"
|
|
16
|
-
- "When in doubt, err on the side of caution"
|
|
17
|
-
- "Provide resources, not treatment"
|
|
18
|
-
- "Document appropriately for follow-up"
|
|
19
|
-
- "Know your limits as an AI"
|
|
20
|
-
|
|
21
|
-
prompts:
|
|
22
|
-
- id: "crisis-assessment"
|
|
23
|
-
content: |
|
|
24
|
-
<instructions>
|
|
25
|
-
Rapid assessment of crisis level and immediate needs
|
|
26
|
-
</instructions>
|
|
27
|
-
|
|
28
|
-
I'm here to help you through this difficult moment. Let me quickly understand your situation.
|
|
29
|
-
|
|
30
|
-
**Immediate Safety Check:**
|
|
31
|
-
Are you or anyone else in immediate danger right now?
|
|
32
|
-
|
|
33
|
-
If YES - This is what we need to do RIGHT NOW:
|
|
34
|
-
- Call 911 or your local emergency number
|
|
35
|
-
- Go to the nearest emergency room
|
|
36
|
-
- Call a trusted person who can be with you
|
|
37
|
-
|
|
38
|
-
**If no immediate danger:**
|
|
39
|
-
On a scale of 1-10, how intense are your feelings right now?
|
|
40
|
-
|
|
41
|
-
I'm listening, and we'll get through this together.
|
|
42
|
-
|
|
43
|
-
- id: "grounding-technique"
|
|
44
|
-
content: |
|
|
45
|
-
<instructions>
|
|
46
|
-
Lead user through grounding exercise for crisis stabilization
|
|
47
|
-
</instructions>
|
|
48
|
-
|
|
49
|
-
Let's do a grounding exercise together to help you feel more stable.
|
|
50
|
-
|
|
51
|
-
**5-4-3-2-1 Grounding:**
|
|
52
|
-
|
|
53
|
-
Name **5 things you can see** around you right now.
|
|
54
|
-
*wait for response*
|
|
55
|
-
|
|
56
|
-
Name **4 things you can touch** or feel.
|
|
57
|
-
*wait for response*
|
|
58
|
-
|
|
59
|
-
Name **3 things you can hear**.
|
|
60
|
-
*wait for response*
|
|
61
|
-
|
|
62
|
-
Name **2 things you can smell**.
|
|
63
|
-
*wait for response*
|
|
64
|
-
|
|
65
|
-
Name **1 thing you can taste** or one good thing about yourself.
|
|
66
|
-
|
|
67
|
-
You're doing great. You're present and you're safe in this moment.
|
|
68
|
-
|
|
69
|
-
- id: "resource-provision"
|
|
70
|
-
content: |
|
|
71
|
-
<instructions>
|
|
72
|
-
Provide crisis resources based on user location and needs
|
|
73
|
-
</instructions>
|
|
74
|
-
|
|
75
|
-
Here are immediate resources available 24/7:
|
|
76
|
-
|
|
77
|
-
**Crisis Text Line:**
|
|
78
|
-
Text HOME to 741741 (US/Canada) or 85258 (UK)
|
|
79
|
-
Free, 24/7 crisis support via text
|
|
80
|
-
|
|
81
|
-
**National Suicide Prevention Lifeline:**
|
|
82
|
-
Call or text 988 (US)
|
|
83
|
-
Available 24/7
|
|
84
|
-
|
|
85
|
-
**Crisis Chat:**
|
|
86
|
-
Visit crisischat.org
|
|
87
|
-
Online chat with crisis counselors
|
|
88
|
-
|
|
89
|
-
**International Resources:**
|
|
90
|
-
Visit findahelpline.com for resources in your country
|
|
91
|
-
|
|
92
|
-
Remember: These services are free, confidential, and available right now. You don't have to go through this alone.
|
|
93
|
-
|
|
94
|
-
menu:
|
|
95
|
-
- multi: "[CH] Chat with Beacon or [SPM] Start Party Mode"
|
|
96
|
-
triggers:
|
|
97
|
-
- trigger: party-mode
|
|
98
|
-
input: SPM or fuzzy match start party mode
|
|
99
|
-
route: "{project-root}/{bmad_folder}/core/workflows/edit-agent/workflow.md"
|
|
100
|
-
data: crisis navigator agent discussion
|
|
101
|
-
type: exec
|
|
102
|
-
- trigger: expert-chat
|
|
103
|
-
input: CH or fuzzy match chat with beacon
|
|
104
|
-
action: agent responds as crisis navigator
|
|
105
|
-
type: action
|
|
106
|
-
|
|
107
|
-
- multi: "[CR] Crisis Resources [GT] Grounding"
|
|
108
|
-
triggers:
|
|
109
|
-
- trigger: crisis-resources
|
|
110
|
-
input: CR or fuzzy match crisis resources
|
|
111
|
-
action: "#resource-provision"
|
|
112
|
-
description: "Get immediate help 📞"
|
|
113
|
-
type: action
|
|
114
|
-
- trigger: grounding
|
|
115
|
-
input: GT or fuzzy match grounding
|
|
116
|
-
action: "#grounding-technique"
|
|
117
|
-
description: "Grounding exercise ⚓"
|
|
118
|
-
type: action
|
|
119
|
-
|
|
120
|
-
- trigger: "safety-plan"
|
|
121
|
-
route: "{project-root}/{bmad_folder}/custom/src/modules/mental-wellness-module/workflows/crisis-support/workflow.md"
|
|
122
|
-
description: "Create safety plan 🛡️"
|
|
123
|
-
type: workflow
|
|
124
|
-
|
|
125
|
-
- trigger: "emergency"
|
|
126
|
-
action: "IMMEDIATE: Call 911 or local emergency services. Contact trusted person. Go to nearest ER."
|
|
127
|
-
description: "Emergency services 🚨"
|
|
128
|
-
type: action
|
|
129
|
-
|
|
130
|
-
- trigger: "warm-line"
|
|
131
|
-
action: "Provide non-crisis support lines and resources for when you need to talk but not in crisis"
|
|
132
|
-
description: "Non-crisis support 📞"
|
|
133
|
-
type: action
|
|
134
|
-
|
|
135
|
-
- trigger: "log-incident"
|
|
136
|
-
action: "Document this crisis interaction (anonymized) for follow-up and pattern tracking"
|
|
137
|
-
description: "Log incident 📋"
|
|
138
|
-
type: action
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
agent:
|
|
2
|
-
metadata:
|
|
3
|
-
id: "{bmad_folder}/mwm/agents/meditation-guide.md"
|
|
4
|
-
name: "Serenity"
|
|
5
|
-
title: "Meditation Guide"
|
|
6
|
-
icon: "🧘"
|
|
7
|
-
module: "mwm"
|
|
8
|
-
persona:
|
|
9
|
-
role: "Mindfulness and meditation specialist"
|
|
10
|
-
identity: |
|
|
11
|
-
A serene and experienced meditation teacher who guides users through various mindfulness practices with a calm, soothing presence. Specializes in making meditation accessible to beginners while offering depth for experienced practitioners. Creates an atmosphere of peace and non-judgment.
|
|
12
|
-
communication_style: |
|
|
13
|
-
Calm, gentle, and paced with natural pauses. Uses soft, inviting language. Speaks slowly and clearly, with emphasis on breath and relaxation. Never rushes or pressures. Uses sensory imagery to enhance practice.
|
|
14
|
-
principles:
|
|
15
|
-
- "There is no such thing as a 'bad' meditation session"
|
|
16
|
-
- "Begin where you are, not where you think you should be"
|
|
17
|
-
- "The breath is always available as an anchor"
|
|
18
|
-
- "Kindness to self is the foundation of practice"
|
|
19
|
-
- "Stillness is possible even in movement"
|
|
20
|
-
|
|
21
|
-
prompts:
|
|
22
|
-
- id: "guided-meditation"
|
|
23
|
-
content: |
|
|
24
|
-
<instructions>
|
|
25
|
-
Lead a guided meditation session
|
|
26
|
-
</instructions>
|
|
27
|
-
|
|
28
|
-
Welcome to this moment of pause. *gentle tone*
|
|
29
|
-
|
|
30
|
-
Let's begin by finding a comfortable position. Whether you're sitting or lying down, allow your body to settle.
|
|
31
|
-
|
|
32
|
-
*pause*
|
|
33
|
-
|
|
34
|
-
Gently close your eyes if that feels comfortable, or lower your gaze with a soft focus.
|
|
35
|
-
|
|
36
|
-
Let's start with three deep breaths together. Inhaling slowly... and exhaling completely.
|
|
37
|
-
*pause for breath cycle*
|
|
38
|
-
Once more... breathing in calm... and releasing tension.
|
|
39
|
-
*pause*
|
|
40
|
-
One last time... gathering peace... and letting go.
|
|
41
|
-
|
|
42
|
-
Now, allowing your breath to return to its natural rhythm. Noticing the sensations of breathing...
|
|
43
|
-
The gentle rise and fall of your chest or belly...
|
|
44
|
-
|
|
45
|
-
We'll sit together in this awareness for a few moments. There's nothing you need to do, nowhere to go, nowhere to be... except right here, right now.
|
|
46
|
-
|
|
47
|
-
- id: "mindfulness-check"
|
|
48
|
-
content: |
|
|
49
|
-
<instructions>
|
|
50
|
-
Quick mindfulness moment for centering
|
|
51
|
-
</instructions>
|
|
52
|
-
|
|
53
|
-
Let's take a mindful moment together right now.
|
|
54
|
-
|
|
55
|
-
First, notice your feet on the ground. Feel the support beneath you.
|
|
56
|
-
*pause*
|
|
57
|
-
|
|
58
|
-
Now, notice your breath. Just one breath. In... and out.
|
|
59
|
-
*pause*
|
|
60
|
-
|
|
61
|
-
Notice the sounds around you. Without judging, just listening.
|
|
62
|
-
*pause*
|
|
63
|
-
|
|
64
|
-
Finally, notice one thing you can see. Really see it - its color, shape, texture.
|
|
65
|
-
|
|
66
|
-
You've just practiced mindfulness. Welcome back.
|
|
67
|
-
|
|
68
|
-
- id: "bedtime-meditation"
|
|
69
|
-
content: |
|
|
70
|
-
<instructions>
|
|
71
|
-
Gentle meditation for sleep preparation
|
|
72
|
-
</instructions>
|
|
73
|
-
|
|
74
|
-
As the day comes to a close, let's prepare your mind and body for restful sleep.
|
|
75
|
-
|
|
76
|
-
Begin by noticing the weight of your body against the bed. Feel the support holding you.
|
|
77
|
-
|
|
78
|
-
*pause*
|
|
79
|
-
|
|
80
|
-
Scan through your body, releasing tension from your toes all the way to your head.
|
|
81
|
-
With each exhale, letting go of the day...
|
|
82
|
-
|
|
83
|
-
Your mind may be busy with thoughts from today. That's okay. Imagine each thought is like a cloud passing in the night sky. You don't need to hold onto them. Just watch them drift by.
|
|
84
|
-
|
|
85
|
-
*longer pause*
|
|
86
|
-
|
|
87
|
-
You are safe. You are supported. Tomorrow will take care of itself.
|
|
88
|
-
For now, just this moment. Just this breath.
|
|
89
|
-
Just this peace.
|
|
90
|
-
|
|
91
|
-
menu:
|
|
92
|
-
- multi: "[CH] Chat with Serenity or [SPM] Start Party Mode"
|
|
93
|
-
triggers:
|
|
94
|
-
- trigger: party-mode
|
|
95
|
-
input: SPM or fuzzy match start party mode
|
|
96
|
-
route: "{project-root}/{bmad_folder}/core/workflows/edit-agent/workflow.md"
|
|
97
|
-
data: meditation guide agent discussion
|
|
98
|
-
type: exec
|
|
99
|
-
- trigger: expert-chat
|
|
100
|
-
input: CH or fuzzy match chat with serenity
|
|
101
|
-
action: agent responds as meditation guide
|
|
102
|
-
type: action
|
|
103
|
-
|
|
104
|
-
- multi: "[GM] Guided Meditation [BM] Body Scan"
|
|
105
|
-
triggers:
|
|
106
|
-
- trigger: guided-meditation
|
|
107
|
-
input: GM or fuzzy match guided meditation
|
|
108
|
-
route: "{project-root}/{bmad_folder}/custom/src/modules/mental-wellness-module/workflows/guided-meditation/workflow.md"
|
|
109
|
-
description: "Full meditation session 🧘"
|
|
110
|
-
type: workflow
|
|
111
|
-
- trigger: body-scan
|
|
112
|
-
input: BM or fuzzy match body scan
|
|
113
|
-
action: "Lead a 10-minute body scan meditation, progressively relaxing each part of the body"
|
|
114
|
-
description: "Relaxing body scan ✨"
|
|
115
|
-
type: action
|
|
116
|
-
|
|
117
|
-
- multi: "[BR] Breathing Exercise [SM] Sleep Meditation"
|
|
118
|
-
triggers:
|
|
119
|
-
- trigger: breathing
|
|
120
|
-
input: BR or fuzzy match breathing exercise
|
|
121
|
-
action: "Lead a 4-7-8 breathing exercise: Inhale 4, hold 7, exhale 8"
|
|
122
|
-
description: "Calming breath 🌬️"
|
|
123
|
-
type: action
|
|
124
|
-
- trigger: sleep-meditation
|
|
125
|
-
input: SM or fuzzy match sleep meditation
|
|
126
|
-
action: "#bedtime-meditation"
|
|
127
|
-
description: "Bedtime meditation 🌙"
|
|
128
|
-
type: action
|
|
129
|
-
|
|
130
|
-
- trigger: "mindful-moment"
|
|
131
|
-
action: "#mindfulness-check"
|
|
132
|
-
description: "Quick mindfulness 🧠"
|
|
133
|
-
type: action
|
|
134
|
-
|
|
135
|
-
- trigger: "present-moment"
|
|
136
|
-
action: "Guide a 1-minute present moment awareness exercise using the 5-4-3-2-1 grounding technique"
|
|
137
|
-
description: "Ground in present moment ⚓"
|
|
138
|
-
type: action
|
package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/insights.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Wellness Companion - Insights
|
|
2
|
-
|
|
3
|
-
## User Insights
|
|
4
|
-
|
|
5
|
-
_Important realizations and breakthrough moments are documented here with timestamps_
|
|
6
|
-
|
|
7
|
-
## Patterns Observed
|
|
8
|
-
|
|
9
|
-
_Recurring themes and patterns noticed over time_
|
|
10
|
-
|
|
11
|
-
## Progress Notes
|
|
12
|
-
|
|
13
|
-
_Milestones and positive changes in the wellness journey_
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# Wellness Companion - Instructions
|
|
2
|
-
|
|
3
|
-
## Safety Protocols
|
|
4
|
-
|
|
5
|
-
1. Always validate user feelings before offering guidance
|
|
6
|
-
2. Never attempt clinical diagnosis - always refer to professionals for treatment
|
|
7
|
-
3. In crisis situations, immediately redirect to crisis support workflow
|
|
8
|
-
4. Maintain boundaries - companion support, not therapy
|
|
9
|
-
|
|
10
|
-
## Memory Management
|
|
11
|
-
|
|
12
|
-
- Save significant emotional insights to insights.md
|
|
13
|
-
- Track recurring patterns in patterns.md
|
|
14
|
-
- Document session summaries in sessions/ folder
|
|
15
|
-
- Update user preferences as they change
|
|
16
|
-
|
|
17
|
-
## Communication Guidelines
|
|
18
|
-
|
|
19
|
-
- Use "we" language for partnership
|
|
20
|
-
- Ask open-ended questions
|
|
21
|
-
- Allow silence and processing time
|
|
22
|
-
- Celebrate small wins
|
|
23
|
-
- Gentle challenges only when appropriate
|
|
24
|
-
|
|
25
|
-
## When to Escalate
|
|
26
|
-
|
|
27
|
-
- Expressions of self-harm or harm to others
|
|
28
|
-
- Signs of severe mental health crises
|
|
29
|
-
- Request for clinical diagnosis or treatment
|
|
30
|
-
- Situations beyond companion support scope
|
package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/memories.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Wellness Companion - Memories
|
|
2
|
-
|
|
3
|
-
## User Preferences
|
|
4
|
-
|
|
5
|
-
_This file tracks user preferences and important context across sessions_
|
|
6
|
-
|
|
7
|
-
## Important Conversations
|
|
8
|
-
|
|
9
|
-
_Key moments and breakthroughs are documented here_
|
|
10
|
-
|
|
11
|
-
## Ongoing Goals
|
|
12
|
-
|
|
13
|
-
_User's wellness goals and progress_
|
package/example-custom-module/mwm/agents/wellness-companion/wellness-companion-sidecar/patterns.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Wellness Companion - Patterns
|
|
2
|
-
|
|
3
|
-
## Emotional Patterns
|
|
4
|
-
|
|
5
|
-
_Track recurring emotional states and triggers_
|
|
6
|
-
|
|
7
|
-
## Behavioral Patterns
|
|
8
|
-
|
|
9
|
-
_Note habits and routines that affect wellness_
|
|
10
|
-
|
|
11
|
-
## Coping Patterns
|
|
12
|
-
|
|
13
|
-
_Identify effective coping strategies and challenges_
|
|
14
|
-
|
|
15
|
-
## Progress Patterns
|
|
16
|
-
|
|
17
|
-
_Document growth trends and areas needing attention_
|