agentvibes 3.0.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.bmad/_cfg/agent-manifest.csv +9 -9
- package/.bmad/_cfg/agent-voice-map.csv +11 -11
- package/.bmad/_cfg/agents/bmm-quick-flow-solo-dev.customize.yaml +42 -0
- package/.bmad/_cfg/files-manifest.csv +286 -242
- package/.bmad/_cfg/ides/claude-code.yaml +1 -1
- package/.bmad/_cfg/manifest.yaml +5 -3
- package/.bmad/_cfg/task-manifest.csv +1 -0
- package/.bmad/_cfg/workflow-manifest.csv +37 -38
- package/.bmad/bmm/agents/analyst.md +40 -41
- package/.bmad/bmm/agents/{frame-expert.md → analyst.md.bak} +23 -16
- package/.bmad/bmm/agents/architect.md +34 -42
- package/.bmad/bmm/agents/dev.md +38 -34
- package/.bmad/bmm/agents/pm.md +34 -46
- package/.bmad/bmm/agents/quick-flow-solo-dev.md +64 -0
- package/.bmad/bmm/agents/sm.md +47 -53
- package/.bmad/bmm/agents/tea.md +41 -42
- package/.bmad/bmm/agents/tech-writer.md +37 -39
- package/.bmad/bmm/agents/ux-designer.md +42 -41
- package/.bmad/bmm/config.yaml +7 -5
- package/.bmad/bmm/data/README.md +29 -0
- package/.bmad/bmm/data/project-context-template.md +40 -0
- package/.bmad/bmm/docs/README.md +48 -10
- package/.bmad/bmm/docs/agents-guide.md +80 -53
- package/.bmad/bmm/docs/bmad-quick-flow.md +528 -0
- package/.bmad/bmm/docs/brownfield-guide.md +25 -39
- package/.bmad/bmm/docs/enterprise-agentic-development.md +3 -3
- package/.bmad/bmm/docs/faq.md +6 -39
- package/.bmad/bmm/docs/glossary.md +12 -25
- package/.bmad/bmm/docs/images/README.md +37 -0
- package/.bmad/bmm/docs/images/workflow-method-greenfield.excalidraw +5034 -0
- package/.bmad/bmm/docs/images/workflow-method-greenfield.svg +4 -0
- package/.bmad/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/.bmad/bmm/docs/quick-spec-flow.md +5 -5
- package/.bmad/bmm/docs/quick-start.md +15 -25
- package/.bmad/bmm/docs/scale-adaptive-system.md +11 -5
- package/.bmad/bmm/docs/test-architecture.md +90 -24
- package/.bmad/bmm/docs/troubleshooting.md +680 -0
- package/.bmad/bmm/docs/workflow-document-project-reference.md +1 -1
- package/.bmad/bmm/docs/workflows-analysis.md +36 -140
- package/.bmad/bmm/docs/workflows-implementation.md +182 -157
- package/.bmad/bmm/docs/workflows-planning.md +51 -212
- package/.bmad/bmm/docs/workflows-solutioning.md +26 -71
- package/.bmad/bmm/tasks/daily-standup.xml +85 -0
- package/.bmad/bmm/teams/default-party.csv +15 -14
- package/.bmad/bmm/teams/team-fullstack.yaml +0 -1
- package/.bmad/bmm/testarch/knowledge/api-request.md +303 -0
- package/.bmad/bmm/testarch/knowledge/auth-session.md +356 -0
- package/.bmad/bmm/testarch/knowledge/burn-in.md +273 -0
- package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +1 -1
- package/.bmad/bmm/testarch/knowledge/file-utils.md +260 -0
- package/.bmad/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/.bmad/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/.bmad/bmm/testarch/knowledge/log.md +294 -0
- package/.bmad/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/.bmad/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/.bmad/bmm/testarch/knowledge/overview.md +284 -0
- package/.bmad/bmm/testarch/knowledge/recurse.md +296 -0
- package/.bmad/bmm/testarch/tea-index.csv +11 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +442 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
- package/.bmad/bmm/workflows/1-analysis/research/research.template.md +15 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +238 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
- package/.bmad/bmm/workflows/1-analysis/research/workflow.md +204 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +59 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.md +49 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.xml +224 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.xml +354 -0
- package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +34 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +25 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +202 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +32 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/instructions.md +7 -8
- package/.bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/instructions.md +9 -10
- package/.bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/instructions.md +4 -5
- package/.bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/instructions.md +3 -3
- package/.bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/document-project/instructions.md +1 -1
- package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
- package/.bmad/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/.bmad/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
- package/.bmad/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/.bmad/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/.bmad/bmm/workflows/testarch/ci/checklist.md +1 -1
- package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
- package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
- package/.bmad/bmm/workflows/testarch/ci/instructions.md +20 -3
- package/.bmad/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/.bmad/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/.bmad/bmm/workflows/testarch/test-review/instructions.md +29 -9
- package/.bmad/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/.bmad/bmm/workflows/workflow-status/instructions.md +11 -4
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +22 -38
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +6 -22
- package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +6 -22
- package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +6 -23
- package/.bmad/core/agents/bmad-master.md +12 -17
- package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/.bmad/core/config.yaml +11 -0
- package/.bmad/core/resources/excalidraw/README.md +160 -0
- package/.bmad/core/resources/excalidraw/library-loader.md +50 -0
- package/.bmad/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/.bmad/core/tasks/advanced-elicitation.xml +18 -8
- package/.bmad/core/tasks/workflow.xml +36 -71
- package/.bmad/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/.bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/.bmad/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/.bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/.bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/.bmad/core/workflows/brainstorming/template.md +13 -104
- package/.bmad/core/workflows/brainstorming/workflow.md +51 -0
- package/.bmad/core/workflows/party-mode/instructions.md.bak +205 -0
- package/.bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +140 -0
- package/.bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +205 -0
- package/.bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +158 -0
- package/.bmad/core/workflows/party-mode/workflow.md +225 -0
- package/.claude/commands/bmad/bmm/agents/{frame-expert.md → quick-flow-solo-dev.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/check-implementation-readiness.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/code-review.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/create-architecture.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-epics-stories.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/{create-dataflow.md → create-excalidraw-dataflow.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-diagram.md → create-excalidraw-diagram.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-flowchart.md → create-excalidraw-flowchart.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-wireframe.md → create-excalidraw-wireframe.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/create-prd.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-product-brief.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-story.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/create-tech-spec.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +2 -10
- package/.claude/commands/bmad/bmm/workflows/generate-project-context.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/{domain-research.md → quick-dev.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/research.md +2 -10
- package/.claude/commands/bmad/bmm/workflows/{story-context.md → sprint-status.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/testarch-atdd.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-automate.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-ci.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-framework.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-nfr.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/{prd.md → testarch-test-design.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/testarch-test-review.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-trace.md +13 -0
- package/.claude/commands/bmad/core/workflows/brainstorming-session.md +5 -0
- package/.claude/config/tts-speech-rate.txt +1 -0
- package/.claude/github-star-reminder.txt +1 -1
- package/.claude/hooks/audio-processor.sh +12 -3
- package/.claude/hooks/piper-installer.sh +17 -0
- package/.claude/hooks/play-tts-piper.sh +4 -0
- package/.claude/hooks/termux-installer.sh +224 -0
- package/.clawdbot/README.md +105 -0
- package/.clawdbot/skill/SKILL.md +432 -0
- package/README.md +167 -11
- package/RELEASE_NOTES.md +255 -249
- package/package.json +4 -2
- package/src/installer.js +75 -21
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
- package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
- package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
- package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
- package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
- package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
- package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
- /package/.bmad/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-library.json +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-templates.yaml +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/checklist.md +0 -0
- /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/excalidraw-helpers.md +0 -0
- /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/validate-json-instructions.md +0 -0
package/.claude/commands/bmad/bmm/workflows/{create-wireframe.md → create-excalidraw-wireframe.md}
RENAMED
|
@@ -6,8 +6,8 @@ IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the c
|
|
|
6
6
|
|
|
7
7
|
<steps CRITICAL="TRUE">
|
|
8
8
|
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/
|
|
10
|
-
3. Pass the yaml path .bmad/bmm/workflows/
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
11
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
12
|
5. Save outputs after EACH section when generating any documents from templates
|
|
13
13
|
</steps>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Creates a comprehensive PRDs through collaborative step-by-step discovery between two product managers working as peers.'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/2-plan-workflows/prd/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Create comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers.'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/1-analysis/product-brief/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: 'Create the next user story
|
|
2
|
+
description: 'Create the next user story from epics+stories with enhanced context analysis and direct ready-for-dev marking'
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
|
+
|
|
7
|
+
<steps CRITICAL="TRUE">
|
|
8
|
+
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
+
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
+
</steps>
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: '
|
|
2
|
+
description: 'Work with a peer UX Design expert to plan your applications UX patterns, look and feel.'
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
IT IS CRITICAL THAT YOU FOLLOW
|
|
6
|
-
|
|
7
|
-
<steps CRITICAL="TRUE">
|
|
8
|
-
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml
|
|
10
|
-
3. Pass the yaml path .bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
-
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
-
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
-
</steps>
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Creates a concise project_context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency.'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/generate-project-context/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: '
|
|
2
|
+
description: 'Flexible development - execute tech-specs OR direct instructions with optional planning.'
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
6
|
|
|
7
7
|
<steps CRITICAL="TRUE">
|
|
8
8
|
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/
|
|
10
|
-
3. Pass the yaml path .bmad/bmm/workflows/
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
11
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
12
|
5. Save outputs after EACH section when generating any documents from templates
|
|
13
13
|
</steps>
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: '
|
|
2
|
+
description: 'Conduct comprehensive research across multiple domains using current web data and verified sources - Market, Technical, Domain and other research types.'
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
IT IS CRITICAL THAT YOU FOLLOW
|
|
6
|
-
|
|
7
|
-
<steps CRITICAL="TRUE">
|
|
8
|
-
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/1-analysis/research/workflow.yaml
|
|
10
|
-
3. Pass the yaml path .bmad/bmm/workflows/1-analysis/research/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
-
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
-
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
-
</steps>
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/bmm/workflows/1-analysis/research/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: '
|
|
2
|
+
description: 'Summarize sprint-status.yaml, surface risks, and route to the right implementation workflow.'
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
6
|
|
|
7
7
|
<steps CRITICAL="TRUE">
|
|
8
8
|
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/
|
|
10
|
-
3. Pass the yaml path .bmad/bmm/workflows/4-implementation/
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
11
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
12
|
5. Save outputs after EACH section when generating any documents from templates
|
|
13
13
|
</steps>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Generate failing acceptance tests before implementation using TDD red-green-refactor cycle'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
|
+
|
|
7
|
+
<steps CRITICAL="TRUE">
|
|
8
|
+
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/testarch/atdd/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/testarch/atdd/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
+
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
+
</steps>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Expand test automation coverage after implementation or analyze existing codebase to generate comprehensive test suite'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
|
+
|
|
7
|
+
<steps CRITICAL="TRUE">
|
|
8
|
+
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/testarch/automate/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/testarch/automate/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
+
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
+
</steps>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Scaffold CI/CD quality pipeline with test execution, burn-in loops, and artifact collection'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
|
+
|
|
7
|
+
<steps CRITICAL="TRUE">
|
|
8
|
+
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/testarch/ci/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/testarch/ci/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
+
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
+
</steps>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Initialize production-ready test framework architecture (Playwright or Cypress) with fixtures, helpers, and configuration'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
|
+
|
|
7
|
+
<steps CRITICAL="TRUE">
|
|
8
|
+
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/testarch/framework/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/testarch/framework/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
+
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
+
</steps>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Assess non-functional requirements (performance, security, reliability, maintainability) before release with evidence-based validation'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
|
+
|
|
7
|
+
<steps CRITICAL="TRUE">
|
|
8
|
+
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
+
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
+
</steps>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: '
|
|
2
|
+
description: 'Dual-mode workflow: (1) System-level testability review in Solutioning phase, or (2) Epic-level test planning in Implementation phase. Auto-detects mode based on project phase.'
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
6
|
|
|
7
7
|
<steps CRITICAL="TRUE">
|
|
8
8
|
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/
|
|
10
|
-
3. Pass the yaml path .bmad/bmm/workflows/
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/testarch/test-design/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/testarch/test-design/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
11
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
12
|
5. Save outputs after EACH section when generating any documents from templates
|
|
13
13
|
</steps>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Review test quality using comprehensive knowledge base and best practices validation'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
|
+
|
|
7
|
+
<steps CRITICAL="TRUE">
|
|
8
|
+
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/testarch/test-review/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/testarch/test-review/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
+
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
+
</steps>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Generate requirements-to-tests traceability matrix, analyze coverage, and make quality gate decision (PASS/CONCERNS/FAIL/WAIVED)'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
6
|
+
|
|
7
|
+
<steps CRITICAL="TRUE">
|
|
8
|
+
1. Always LOAD the FULL @.bmad/core/tasks/workflow.xml
|
|
9
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @.bmad/bmm/workflows/testarch/trace/workflow.yaml
|
|
10
|
+
3. Pass the yaml path .bmad/bmm/workflows/testarch/trace/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
11
|
+
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
12
|
+
5. Save outputs after EACH section when generating any documents from templates
|
|
13
|
+
</steps>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 'Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @.bmad/core/workflows/brainstorming/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.3
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
20260127
|
|
@@ -306,13 +306,22 @@ main() {
|
|
|
306
306
|
IFS='|' read -r _ sox_effects background_file bg_volume <<< "$config"
|
|
307
307
|
|
|
308
308
|
# Temporary files (using explicit paths to avoid unbound variable issues)
|
|
309
|
+
# Use Termux-compatible temp directory if on Termux, otherwise standard /tmp
|
|
310
|
+
local TEMP_DIR
|
|
311
|
+
if [[ -d "/data/data/com.termux" ]]; then
|
|
312
|
+
# On Termux
|
|
313
|
+
TEMP_DIR="${TMPDIR:-${PREFIX}/tmp}"
|
|
314
|
+
else
|
|
315
|
+
# Standard Linux/macOS
|
|
316
|
+
TEMP_DIR="${TMPDIR:-/tmp}"
|
|
317
|
+
fi
|
|
309
318
|
local temp_effects
|
|
310
319
|
local temp_final
|
|
311
|
-
temp_effects="/
|
|
312
|
-
temp_final="/
|
|
320
|
+
temp_effects="$TEMP_DIR/agentvibes-effects-$$.wav"
|
|
321
|
+
temp_final="$TEMP_DIR/agentvibes-final-$$.wav"
|
|
313
322
|
|
|
314
323
|
# Clean up on exit using explicit paths
|
|
315
|
-
trap 'rm -f /
|
|
324
|
+
trap 'rm -f "'"$TEMP_DIR"'/agentvibes-effects-'"$$"'.wav" "'"$TEMP_DIR"'/agentvibes-final-'"$$"'.wav"' EXIT
|
|
316
325
|
|
|
317
326
|
# Step 1: Apply sox effects
|
|
318
327
|
if [[ -n "$sox_effects" ]]; then
|
|
@@ -58,6 +58,23 @@ echo ""
|
|
|
58
58
|
PLATFORM="$(uname -s)"
|
|
59
59
|
ARCH="$(uname -m)"
|
|
60
60
|
|
|
61
|
+
# Check if running on Termux/Android first
|
|
62
|
+
if [[ -d "/data/data/com.termux" ]]; then
|
|
63
|
+
echo "📱 Detected Termux/Android"
|
|
64
|
+
echo ""
|
|
65
|
+
echo " Termux requires a special installation process using proot-distro."
|
|
66
|
+
echo " Running Termux-specific installer..."
|
|
67
|
+
echo ""
|
|
68
|
+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
69
|
+
if [[ -f "$SCRIPT_DIR/termux-installer.sh" ]]; then
|
|
70
|
+
exec "$SCRIPT_DIR/termux-installer.sh" "$@"
|
|
71
|
+
else
|
|
72
|
+
echo "❌ Error: termux-installer.sh not found"
|
|
73
|
+
echo " Please download it from the AgentVibes repository"
|
|
74
|
+
exit 1
|
|
75
|
+
fi
|
|
76
|
+
fi
|
|
77
|
+
|
|
61
78
|
# Check if running on macOS, WSL, or Linux
|
|
62
79
|
if [[ "$PLATFORM" == "Darwin" ]]; then
|
|
63
80
|
IS_MACOS=true
|
|
@@ -400,6 +400,10 @@ if [[ "${AGENTVIBES_TEST_MODE:-false}" != "true" ]] && [[ "${AGENTVIBES_NO_PLAYB
|
|
|
400
400
|
# macOS: Use afplay (native macOS audio player)
|
|
401
401
|
afplay "$TEMP_FILE" >/dev/null 2>&1 &
|
|
402
402
|
PLAYER_PID=$!
|
|
403
|
+
elif [[ -n "${TERMUX_VERSION:-}" ]] || [[ -d "/data/data/com.termux" ]]; then
|
|
404
|
+
# Android/Termux: Use termux-media-player
|
|
405
|
+
termux-media-player play "$TEMP_FILE" >/dev/null 2>&1 &
|
|
406
|
+
PLAYER_PID=$!
|
|
403
407
|
else
|
|
404
408
|
# Linux/WSL: Prefer paplay (PulseAudio) for best WSL audio quality
|
|
405
409
|
(paplay "$TEMP_FILE" || mpv "$TEMP_FILE" || aplay "$TEMP_FILE") >/dev/null 2>&1 &
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
#
|
|
3
|
+
# AgentVibes Termux/Android Installer
|
|
4
|
+
# Installs Piper TTS and dependencies for Android/Termux
|
|
5
|
+
#
|
|
6
|
+
# Usage: ./termux-installer.sh [--non-interactive]
|
|
7
|
+
#
|
|
8
|
+
# Requirements:
|
|
9
|
+
# - Termux app installed
|
|
10
|
+
# - termux-api package (for audio playback)
|
|
11
|
+
#
|
|
12
|
+
|
|
13
|
+
set -euo pipefail
|
|
14
|
+
|
|
15
|
+
# Colors
|
|
16
|
+
RED='\033[0;31m'
|
|
17
|
+
GREEN='\033[0;32m'
|
|
18
|
+
YELLOW='\033[1;33m'
|
|
19
|
+
BLUE='\033[0;34m'
|
|
20
|
+
NC='\033[0m' # No Color
|
|
21
|
+
|
|
22
|
+
# Parse arguments
|
|
23
|
+
NON_INTERACTIVE=false
|
|
24
|
+
if [[ "$1" == "--non-interactive" ]]; then
|
|
25
|
+
NON_INTERACTIVE=true
|
|
26
|
+
fi
|
|
27
|
+
|
|
28
|
+
echo -e "${BLUE}"
|
|
29
|
+
echo "╔════════════════════════════════════════════════════════════╗"
|
|
30
|
+
echo "║ AgentVibes Termux/Android Installer ║"
|
|
31
|
+
echo "║ TTS with Personality for AI Assistants ║"
|
|
32
|
+
echo "╚════════════════════════════════════════════════════════════╝"
|
|
33
|
+
echo -e "${NC}"
|
|
34
|
+
|
|
35
|
+
# Detect if running on Termux
|
|
36
|
+
if [[ ! -d "/data/data/com.termux" ]]; then
|
|
37
|
+
echo -e "${RED}Error: This installer is for Termux on Android only${NC}"
|
|
38
|
+
echo "For other platforms, use the standard installer."
|
|
39
|
+
exit 1
|
|
40
|
+
fi
|
|
41
|
+
|
|
42
|
+
echo -e "${GREEN}✓ Detected Termux environment${NC}"
|
|
43
|
+
echo ""
|
|
44
|
+
|
|
45
|
+
# Step 1: Update packages and install dependencies
|
|
46
|
+
echo -e "${BLUE}[1/6] Installing system dependencies...${NC}"
|
|
47
|
+
|
|
48
|
+
pkg update -y 2>/dev/null || true
|
|
49
|
+
|
|
50
|
+
DEPS="proot-distro ffmpeg sox bc termux-api curl"
|
|
51
|
+
for dep in $DEPS; do
|
|
52
|
+
if ! command -v "$dep" &> /dev/null && ! pkg list-installed 2>/dev/null | grep -q "^$dep/"; then
|
|
53
|
+
echo " Installing $dep..."
|
|
54
|
+
pkg install -y "$dep" 2>/dev/null || echo " Warning: Failed to install $dep"
|
|
55
|
+
else
|
|
56
|
+
echo -e " ${GREEN}✓${NC} $dep already installed"
|
|
57
|
+
fi
|
|
58
|
+
done
|
|
59
|
+
|
|
60
|
+
echo ""
|
|
61
|
+
|
|
62
|
+
# Step 2: Install proot-distro Debian
|
|
63
|
+
echo -e "${BLUE}[2/6] Setting up proot-distro Debian...${NC}"
|
|
64
|
+
|
|
65
|
+
if proot-distro list 2>/dev/null | grep -q "debian.*installed"; then
|
|
66
|
+
echo -e " ${GREEN}✓${NC} Debian already installed in proot-distro"
|
|
67
|
+
else
|
|
68
|
+
echo " Installing Debian (this may take a few minutes)..."
|
|
69
|
+
proot-distro install debian 2>/dev/null || {
|
|
70
|
+
# Check if it's already installed despite error
|
|
71
|
+
if proot-distro list 2>/dev/null | grep -q "debian"; then
|
|
72
|
+
echo -e " ${GREEN}✓${NC} Debian is available"
|
|
73
|
+
else
|
|
74
|
+
echo -e "${RED} Error: Failed to install Debian${NC}"
|
|
75
|
+
exit 1
|
|
76
|
+
fi
|
|
77
|
+
}
|
|
78
|
+
fi
|
|
79
|
+
|
|
80
|
+
echo ""
|
|
81
|
+
|
|
82
|
+
# Step 3: Download Piper binary inside Debian
|
|
83
|
+
echo -e "${BLUE}[3/6] Installing Piper TTS in Debian proot...${NC}"
|
|
84
|
+
|
|
85
|
+
PIPER_CHECK=$(proot-distro login debian -- ls /root/piper/piper 2>/dev/null || echo "not found")
|
|
86
|
+
if [[ "$PIPER_CHECK" != "not found" ]]; then
|
|
87
|
+
echo -e " ${GREEN}✓${NC} Piper binary already installed"
|
|
88
|
+
else
|
|
89
|
+
echo " Downloading Piper TTS binary..."
|
|
90
|
+
proot-distro login debian -- bash -c "
|
|
91
|
+
mkdir -p /root/piper /root/piper-voices
|
|
92
|
+
cd /root
|
|
93
|
+
curl -L -o piper.tar.gz 'https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_aarch64.tar.gz'
|
|
94
|
+
tar -xzf piper.tar.gz
|
|
95
|
+
rm piper.tar.gz
|
|
96
|
+
echo 'Piper installed successfully'
|
|
97
|
+
" 2>/dev/null || echo -e "${YELLOW} Warning: Piper download may have issues${NC}"
|
|
98
|
+
fi
|
|
99
|
+
|
|
100
|
+
# Verify piper works
|
|
101
|
+
PIPER_TEST=$(proot-distro login debian -- /root/piper/piper --help 2>/dev/null | head -1 || echo "failed")
|
|
102
|
+
if [[ "$PIPER_TEST" == *"usage"* ]]; then
|
|
103
|
+
echo -e " ${GREEN}✓${NC} Piper binary verified"
|
|
104
|
+
else
|
|
105
|
+
echo -e "${YELLOW} Warning: Piper verification failed, but may still work${NC}"
|
|
106
|
+
fi
|
|
107
|
+
|
|
108
|
+
echo ""
|
|
109
|
+
|
|
110
|
+
# Step 4: Download voice model
|
|
111
|
+
echo -e "${BLUE}[4/6] Downloading voice model...${NC}"
|
|
112
|
+
|
|
113
|
+
VOICE_MODEL="en_US-lessac-medium"
|
|
114
|
+
VOICES_DIR="$HOME/.claude/piper-voices"
|
|
115
|
+
mkdir -p "$VOICES_DIR"
|
|
116
|
+
|
|
117
|
+
if [[ -f "$VOICES_DIR/${VOICE_MODEL}.onnx" ]]; then
|
|
118
|
+
echo -e " ${GREEN}✓${NC} Voice model already downloaded"
|
|
119
|
+
else
|
|
120
|
+
echo " Downloading ${VOICE_MODEL} (~63MB)..."
|
|
121
|
+
|
|
122
|
+
# Download to Termux location (accessible from both Termux and proot)
|
|
123
|
+
curl -L -o "$VOICES_DIR/${VOICE_MODEL}.onnx" \
|
|
124
|
+
"https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx" \
|
|
125
|
+
2>/dev/null || echo -e "${YELLOW} Warning: Voice download may have failed${NC}"
|
|
126
|
+
|
|
127
|
+
curl -L -o "$VOICES_DIR/${VOICE_MODEL}.onnx.json" \
|
|
128
|
+
"https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx.json" \
|
|
129
|
+
2>/dev/null || true
|
|
130
|
+
|
|
131
|
+
if [[ -f "$VOICES_DIR/${VOICE_MODEL}.onnx" ]]; then
|
|
132
|
+
echo -e " ${GREEN}✓${NC} Voice model downloaded"
|
|
133
|
+
fi
|
|
134
|
+
fi
|
|
135
|
+
|
|
136
|
+
echo ""
|
|
137
|
+
|
|
138
|
+
# Step 5: Create piper wrapper script
|
|
139
|
+
echo -e "${BLUE}[5/6] Creating Piper wrapper for Termux...${NC}"
|
|
140
|
+
|
|
141
|
+
WRAPPER_PATH="/data/data/com.termux/files/usr/bin/piper"
|
|
142
|
+
|
|
143
|
+
cat > "$WRAPPER_PATH" << 'WRAPPER_EOF'
|
|
144
|
+
#!/bin/bash
|
|
145
|
+
#
|
|
146
|
+
# Piper TTS wrapper for Termux
|
|
147
|
+
# Runs piper through proot-distro Debian
|
|
148
|
+
#
|
|
149
|
+
|
|
150
|
+
PIPER_DIR="/root/piper"
|
|
151
|
+
|
|
152
|
+
# Build the piper command with proper quoting
|
|
153
|
+
PIPER_CMD="cd $PIPER_DIR && LD_LIBRARY_PATH=. ./piper"
|
|
154
|
+
|
|
155
|
+
# Add all arguments
|
|
156
|
+
for arg in "$@"; do
|
|
157
|
+
PIPER_CMD="$PIPER_CMD \"$arg\""
|
|
158
|
+
done
|
|
159
|
+
|
|
160
|
+
# Run piper, filtering only the proot warning
|
|
161
|
+
if [ -t 0 ]; then
|
|
162
|
+
# No stdin
|
|
163
|
+
proot-distro login debian -- bash -c "$PIPER_CMD" 2>&1 | grep -v "proot warning"
|
|
164
|
+
else
|
|
165
|
+
# With stdin - need to pass it through
|
|
166
|
+
cat | proot-distro login debian -- bash -c "$PIPER_CMD" 2>&1 | grep -v "proot warning"
|
|
167
|
+
fi
|
|
168
|
+
WRAPPER_EOF
|
|
169
|
+
|
|
170
|
+
chmod +x "$WRAPPER_PATH"
|
|
171
|
+
echo -e " ${GREEN}✓${NC} Piper wrapper created at $WRAPPER_PATH"
|
|
172
|
+
|
|
173
|
+
echo ""
|
|
174
|
+
|
|
175
|
+
# Step 6: Apply Termux-specific fixes
|
|
176
|
+
echo -e "${BLUE}[6/6] Applying Termux-specific fixes...${NC}"
|
|
177
|
+
|
|
178
|
+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
179
|
+
|
|
180
|
+
# Fix audio-processor.sh to use Termux temp directory
|
|
181
|
+
AUDIO_PROCESSOR="$SCRIPT_DIR/audio-processor.sh"
|
|
182
|
+
if [[ -f "$AUDIO_PROCESSOR" ]]; then
|
|
183
|
+
if grep -q 'temp_effects="/tmp/' "$AUDIO_PROCESSOR"; then
|
|
184
|
+
echo " Patching audio-processor.sh for Termux temp directory..."
|
|
185
|
+
sed -i 's|temp_effects="/tmp/|temp_effects="${TMPDIR:-/data/data/com.termux/files/usr/tmp}/|g' "$AUDIO_PROCESSOR"
|
|
186
|
+
sed -i 's|temp_final="/tmp/|temp_final="${TMPDIR:-/data/data/com.termux/files/usr/tmp}/|g' "$AUDIO_PROCESSOR"
|
|
187
|
+
sed -i "s|trap 'rm -f /tmp/|trap 'rm -f \"\${TMPDIR:-/data/data/com.termux/files/usr/tmp}/|g" "$AUDIO_PROCESSOR"
|
|
188
|
+
echo -e " ${GREEN}✓${NC} audio-processor.sh patched"
|
|
189
|
+
else
|
|
190
|
+
echo -e " ${GREEN}✓${NC} audio-processor.sh already patched"
|
|
191
|
+
fi
|
|
192
|
+
fi
|
|
193
|
+
|
|
194
|
+
# Set default voice
|
|
195
|
+
CLAUDE_DIR="$HOME/.claude"
|
|
196
|
+
mkdir -p "$CLAUDE_DIR"
|
|
197
|
+
if [[ ! -f "$CLAUDE_DIR/tts-voice.txt" ]]; then
|
|
198
|
+
echo "$VOICE_MODEL" > "$CLAUDE_DIR/tts-voice.txt"
|
|
199
|
+
echo -e " ${GREEN}✓${NC} Default voice set to $VOICE_MODEL"
|
|
200
|
+
fi
|
|
201
|
+
|
|
202
|
+
# Set provider to piper
|
|
203
|
+
if [[ ! -f "$CLAUDE_DIR/tts-provider.txt" ]]; then
|
|
204
|
+
echo "piper" > "$CLAUDE_DIR/tts-provider.txt"
|
|
205
|
+
echo -e " ${GREEN}✓${NC} TTS provider set to piper"
|
|
206
|
+
fi
|
|
207
|
+
|
|
208
|
+
echo ""
|
|
209
|
+
echo -e "${GREEN}════════════════════════════════════════════════════════════${NC}"
|
|
210
|
+
echo -e "${GREEN} Installation Complete!${NC}"
|
|
211
|
+
echo -e "${GREEN}════════════════════════════════════════════════════════════${NC}"
|
|
212
|
+
echo ""
|
|
213
|
+
echo " To test TTS:"
|
|
214
|
+
echo " echo 'Hello world' | piper -m ~/.claude/piper-voices/en_US-lessac-medium.onnx -f ~/test.wav"
|
|
215
|
+
echo " termux-media-player play ~/test.wav"
|
|
216
|
+
echo ""
|
|
217
|
+
echo " To enable background music:"
|
|
218
|
+
echo " .claude/hooks/background-music-manager.sh on"
|
|
219
|
+
echo ""
|
|
220
|
+
echo " Available background tracks:"
|
|
221
|
+
echo " .claude/hooks/background-music-manager.sh list"
|
|
222
|
+
echo ""
|
|
223
|
+
echo -e "${BLUE}Enjoy AgentVibes on Android! 🎤${NC}"
|
|
224
|
+
echo ""
|