create-byan-agent 2.0.1 → 2.1.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/.github/agents/bmad-agent-bmad-master.md +40 -0
- package/.github/agents/bmad-agent-byan-v2.md +44 -0
- package/.github/agents/bmad-agent-byan.md +251 -0
- package/.github/agents/bmad-agent-drawio.md +44 -0
- package/.github/agents/bmad-agent-marc.md +98 -0
- package/README.MD +225 -0
- package/__tests__/byan-v2/context/copilot-context.test.js +327 -0
- package/__tests__/byan-v2/context/session-state.test.js +322 -0
- package/__tests__/byan-v2/dispatcher/complexity-scorer.test.js +358 -0
- package/__tests__/byan-v2/dispatcher/five-whys-analyzer.test.js +473 -0
- package/__tests__/byan-v2/dispatcher/local-executor.test.js +496 -0
- package/__tests__/byan-v2/dispatcher/task-router.test.js +265 -0
- package/__tests__/byan-v2/dispatcher/task-tool-interface.test.js +328 -0
- package/__tests__/byan-v2/generation/agent-profile-validator.test.js +386 -0
- package/__tests__/byan-v2/generation/mantra-validator.test.js +640 -0
- package/__tests__/byan-v2/generation/profile-template.test.js +338 -0
- package/__tests__/byan-v2/integration/active-listening-flow.test.js +577 -0
- package/__tests__/byan-v2/integration/five-whys-flow.test.js +559 -0
- package/__tests__/byan-v2/integration/full-bmad-workflow.test.js +903 -0
- package/__tests__/byan-v2/integration/full-bmad-workflow.test.js.backup +889 -0
- package/__tests__/byan-v2/integration/glossary-flow.test.js +479 -0
- package/__tests__/byan-v2/integration/system-integration.test.js +306 -0
- package/__tests__/byan-v2/integration/voice-integration.test.js +157 -0
- package/__tests__/byan-v2/observability/error-tracker.test.js +461 -0
- package/__tests__/byan-v2/observability/logger.test.js +419 -0
- package/__tests__/byan-v2/observability/metrics-collector.test.js +346 -0
- package/__tests__/byan-v2/orchestrator/active-listener.test.js +694 -0
- package/__tests__/byan-v2/orchestrator/analysis-state.test.js +493 -0
- package/__tests__/byan-v2/orchestrator/generation-state.test.js +518 -0
- package/__tests__/byan-v2/orchestrator/glossary-builder.test.js +464 -0
- package/__tests__/byan-v2/orchestrator/interview-state.test.js +470 -0
- package/__tests__/byan-v2/orchestrator/state-machine.test.js +495 -0
- package/__tests__/cache.test.js +241 -0
- package/__tests__/context.test.js +135 -0
- package/__tests__/dashboard.test.js +444 -0
- package/__tests__/dispatcher.test.js +245 -0
- package/__tests__/integration.test.js +163 -0
- package/__tests__/metrics-collector.test.js +433 -0
- package/__tests__/structured-logger.test.js +358 -0
- package/__tests__/worker-pool.test.js +343 -0
- package/__tests__/workflow-executor.test.js +356 -0
- package/_bmad/_config/agent-manifest.csv +25 -0
- package/_bmad/_config/agents/bmb-agent-builder.customize.yaml +41 -0
- package/_bmad/_config/agents/bmb-module-builder.customize.yaml +41 -0
- package/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-analyst.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-architect.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-dev.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-pm.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-quinn.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-sm.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-tech-writer.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-ux-designer.customize.yaml +41 -0
- package/_bmad/_config/agents/byan.customize.yaml +29 -0
- package/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-presentation-master.customize.yaml +41 -0
- package/_bmad/_config/agents/cis-storyteller.customize.yaml +41 -0
- package/_bmad/_config/agents/core-bmad-master.customize.yaml +41 -0
- package/_bmad/_config/agents/tea-tea.customize.yaml +41 -0
- package/_bmad/_config/bmad-help.csv +72 -0
- package/_bmad/_config/files-manifest.csv +607 -0
- package/_bmad/_config/ides/codex.yaml +5 -0
- package/_bmad/_config/manifest.yaml +43 -0
- package/_bmad/_config/task-manifest.csv +9 -0
- package/_bmad/_config/tool-manifest.csv +1 -0
- package/_bmad/_config/workflow-manifest.csv +46 -0
- package/_bmad/_memory/config.yaml +11 -0
- package/_bmad/_memory/storyteller-sidecar/stories-told.md +7 -0
- package/_bmad/_memory/storyteller-sidecar/story-preferences.md +7 -0
- package/_bmad/_memory/tech-writer-sidecar/documentation-standards.md +224 -0
- package/_bmad/bmb/agents/byan.md +215 -0
- package/_bmad/bmb/agents/byan.optimized-v2.md +116 -0
- package/_bmad/bmb/agents/byan.optimized.md +189 -0
- package/_bmad/bmb/agents/drawio.md +359 -0
- package/_bmad/bmb/agents/marc.md +351 -0
- package/_bmad/bmb/agents/turbo-whisper-integration.md +312 -0
- package/_bmad/bmb/config.yaml +12 -0
- package/_bmad/bmb/module-help.csv +13 -0
- package/_bmad/bmb/workflows/agent/data/agent-compilation.md +273 -0
- package/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
- package/_bmad/bmb/workflows/agent/data/agent-metadata.md +208 -0
- package/_bmad/bmb/workflows/agent/data/brainstorm-context.md +146 -0
- package/_bmad/bmb/workflows/agent/data/communication-presets.csv +61 -0
- package/_bmad/bmb/workflows/agent/data/critical-actions.md +120 -0
- package/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
- package/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +174 -0
- package/_bmad/bmb/workflows/agent/data/module-agent-validation.md +126 -0
- package/_bmad/bmb/workflows/agent/data/persona-properties.md +266 -0
- package/_bmad/bmb/workflows/agent/data/principles-crafting.md +292 -0
- package/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
- package/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
- package/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +133 -0
- package/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +128 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +170 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +296 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +212 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +178 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +279 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +187 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
- package/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +249 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +221 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +193 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +1 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +124 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +134 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +122 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +125 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +137 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +119 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +123 -0
- package/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +155 -0
- package/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +136 -0
- package/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +116 -0
- package/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +124 -0
- package/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +145 -0
- package/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +136 -0
- package/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +136 -0
- package/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +104 -0
- package/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
- package/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +77 -0
- package/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +72 -0
- package/_bmad/bmb/workflows/agent/workflow.md +123 -0
- package/_bmad/bmb/workflows/module/data/agent-architecture.md +179 -0
- package/_bmad/bmb/workflows/module/data/agent-spec-template.md +79 -0
- package/_bmad/bmb/workflows/module/data/module-installer-standards.md +348 -0
- package/_bmad/bmb/workflows/module/data/module-standards.md +280 -0
- package/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +392 -0
- package/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +147 -0
- package/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +140 -0
- package/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +148 -0
- package/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +82 -0
- package/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +96 -0
- package/_bmad/bmb/workflows/module/steps-b/step-06-users.md +85 -0
- package/_bmad/bmb/workflows/module/steps-b/step-07-value.md +75 -0
- package/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +96 -0
- package/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +82 -0
- package/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +90 -0
- package/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +83 -0
- package/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +94 -0
- package/_bmad/bmb/workflows/module/steps-b/step-13-review.md +104 -0
- package/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +117 -0
- package/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +178 -0
- package/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +83 -0
- package/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +109 -0
- package/_bmad/bmb/workflows/module/steps-c/step-03-config.md +118 -0
- package/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +160 -0
- package/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +167 -0
- package/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +183 -0
- package/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +402 -0
- package/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +123 -0
- package/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +81 -0
- package/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +77 -0
- package/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +77 -0
- package/_bmad/bmb/workflows/module/steps-e/step-04-review.md +80 -0
- package/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +75 -0
- package/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +96 -0
- package/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +94 -0
- package/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +99 -0
- package/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +152 -0
- package/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +152 -0
- package/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +143 -0
- package/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +113 -0
- package/_bmad/bmb/workflows/module/steps-v/step-08-report.md +197 -0
- package/_bmad/bmb/workflows/module/templates/brief-template.md +154 -0
- package/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +96 -0
- package/_bmad/bmb/workflows/module/workflow.md +100 -0
- package/_bmad/bmb/workflows/turbo-whisper/configure-workflow.md +488 -0
- package/_bmad/bmb/workflows/turbo-whisper/docker-setup-workflow.md +478 -0
- package/_bmad/bmb/workflows/turbo-whisper/install-workflow.md +426 -0
- package/_bmad/bmb/workflows/turbo-whisper/integrate-workflow.md +510 -0
- package/_bmad/bmb/workflows/workflow/data/architecture.md +152 -0
- package/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +19 -0
- package/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +81 -0
- package/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +225 -0
- package/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +269 -0
- package/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +50 -0
- package/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +167 -0
- package/_bmad/bmb/workflows/workflow/data/output-format-standards.md +188 -0
- package/_bmad/bmb/workflows/workflow/data/step-file-rules.md +235 -0
- package/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +311 -0
- package/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +386 -0
- package/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +209 -0
- package/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +271 -0
- package/_bmad/bmb/workflows/workflow/data/workflow-examples.md +276 -0
- package/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +172 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +262 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +194 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +3 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +269 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +282 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +281 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +242 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +329 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +238 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +377 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +350 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +320 -0
- package/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +191 -0
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +237 -0
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +248 -0
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +252 -0
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +275 -0
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +154 -0
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +190 -0
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +206 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +109 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +221 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +152 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +199 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +265 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +164 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +211 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +200 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +195 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +209 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +199 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +179 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +186 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +154 -0
- package/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +237 -0
- package/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +11 -0
- package/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +241 -0
- package/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +223 -0
- package/_bmad/bmb/workflows/workflow/templates/step-template.md +290 -0
- package/_bmad/bmb/workflows/workflow/templates/workflow-template.md +102 -0
- package/_bmad/bmb/workflows/workflow/workflow.md +109 -0
- package/_bmad/bmm/agents/analyst.md +76 -0
- package/_bmad/bmm/agents/architect.md +58 -0
- package/_bmad/bmm/agents/dev.md +69 -0
- package/_bmad/bmm/agents/expert-merise-agile.md +177 -0
- package/_bmad/bmm/agents/pm.md +72 -0
- package/_bmad/bmm/agents/quick-flow-solo-dev.md +69 -0
- package/_bmad/bmm/agents/quinn.md +92 -0
- package/_bmad/bmm/agents/sm.md +70 -0
- package/_bmad/bmm/agents/tech-writer/tech-writer.md +70 -0
- package/_bmad/bmm/agents/ux-designer.md +57 -0
- package/_bmad/bmm/config.yaml +16 -0
- package/_bmad/bmm/data/project-context-template.md +26 -0
- package/_bmad/bmm/module-help.csv +38 -0
- package/_bmad/bmm/teams/default-party.csv +20 -0
- package/_bmad/bmm/teams/team-fullstack.yaml +12 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +177 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +161 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +58 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/_bmad/bmm/workflows/1-analysis/research/research.template.md +29 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/_bmad/bmm/workflows/1-analysis/research/workflow.md +173 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +13 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +11 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +191 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +153 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +168 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +218 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +191 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +209 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +174 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +228 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +217 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +263 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +242 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +433 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md +150 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +135 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +50 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -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 +59 -0
- package/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
- package/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +227 -0
- package/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +50 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +288 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
- package/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +58 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +358 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +345 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/template.md +49 -0
- package/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +59 -0
- package/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
- package/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +410 -0
- package/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +25 -0
- package/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
- package/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +57 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +225 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +53 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
- package/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +176 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +149 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +50 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +192 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +145 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +201 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
- package/_bmad/bmm/workflows/document-project/checklist.md +245 -0
- package/_bmad/bmm/workflows/document-project/documentation-requirements.csv +12 -0
- package/_bmad/bmm/workflows/document-project/instructions.md +221 -0
- package/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
- package/_bmad/bmm/workflows/document-project/templates/index-template.md +169 -0
- package/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
- package/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
- package/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
- package/_bmad/bmm/workflows/document-project/workflow.yaml +28 -0
- package/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
- package/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
- package/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
- package/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
- package/_bmad/bmm/workflows/generate-project-context/project-context-template.md +21 -0
- package/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
- package/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
- package/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
- package/_bmad/bmm/workflows/generate-project-context/workflow.md +49 -0
- package/_bmad/bmm/workflows/qa/automate/checklist.md +33 -0
- package/_bmad/bmm/workflows/qa/automate/instructions.md +110 -0
- package/_bmad/bmm/workflows/qa/automate/workflow.yaml +47 -0
- package/_bmad/cis/agents/brainstorming-coach.md +61 -0
- package/_bmad/cis/agents/creative-problem-solver.md +61 -0
- package/_bmad/cis/agents/design-thinking-coach.md +61 -0
- package/_bmad/cis/agents/innovation-strategist.md +61 -0
- package/_bmad/cis/agents/presentation-master.md +67 -0
- package/_bmad/cis/agents/storyteller/storyteller.md +58 -0
- package/_bmad/cis/config.yaml +12 -0
- package/_bmad/cis/module-help.csv +6 -0
- package/_bmad/cis/teams/creative-squad.yaml +7 -0
- package/_bmad/cis/teams/default-party.csv +12 -0
- package/_bmad/cis/workflows/README.md +139 -0
- package/_bmad/cis/workflows/design-thinking/README.md +56 -0
- package/_bmad/cis/workflows/design-thinking/design-methods.csv +31 -0
- package/_bmad/cis/workflows/design-thinking/instructions.md +202 -0
- package/_bmad/cis/workflows/design-thinking/template.md +111 -0
- package/_bmad/cis/workflows/design-thinking/workflow.yaml +27 -0
- package/_bmad/cis/workflows/innovation-strategy/README.md +56 -0
- package/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +31 -0
- package/_bmad/cis/workflows/innovation-strategy/instructions.md +276 -0
- package/_bmad/cis/workflows/innovation-strategy/template.md +189 -0
- package/_bmad/cis/workflows/innovation-strategy/workflow.yaml +27 -0
- package/_bmad/cis/workflows/problem-solving/README.md +56 -0
- package/_bmad/cis/workflows/problem-solving/instructions.md +252 -0
- package/_bmad/cis/workflows/problem-solving/solving-methods.csv +31 -0
- package/_bmad/cis/workflows/problem-solving/template.md +165 -0
- package/_bmad/cis/workflows/problem-solving/workflow.yaml +27 -0
- package/_bmad/cis/workflows/storytelling/README.md +58 -0
- package/_bmad/cis/workflows/storytelling/instructions.md +293 -0
- package/_bmad/cis/workflows/storytelling/story-types.csv +26 -0
- package/_bmad/cis/workflows/storytelling/template.md +113 -0
- package/_bmad/cis/workflows/storytelling/workflow.yaml +27 -0
- package/_bmad/core/agents/bmad-master.md +56 -0
- package/_bmad/core/agents/test-dynamic.md +40 -0
- package/_bmad/core/base/bmad-base-agent.md +42 -0
- package/_bmad/core/config.yaml +9 -0
- package/_bmad/core/module-help.csv +9 -0
- package/_bmad/core/resources/excalidraw/README.md +160 -0
- package/_bmad/core/resources/excalidraw/excalidraw-helpers.md +127 -0
- package/_bmad/core/resources/excalidraw/library-loader.md +50 -0
- package/_bmad/core/resources/excalidraw/validate-json-instructions.md +79 -0
- package/_bmad/core/tasks/editorial-review-prose.xml +100 -0
- package/_bmad/core/tasks/editorial-review-structure.xml +209 -0
- package/_bmad/core/tasks/help.md +62 -0
- package/_bmad/core/tasks/index-docs.xml +65 -0
- package/_bmad/core/tasks/review-adversarial-general.xml +48 -0
- package/_bmad/core/tasks/shard-doc.xml +109 -0
- package/_bmad/core/tasks/workflow.xml +235 -0
- package/_bmad/core/workflows/advanced-elicitation/methods.csv +51 -0
- package/_bmad/core/workflows/advanced-elicitation/workflow.xml +117 -0
- package/_bmad/core/workflows/brainstorming/brain-methods.csv +62 -0
- package/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +197 -0
- package/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +122 -0
- package/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +225 -0
- package/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +237 -0
- package/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +209 -0
- package/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +264 -0
- package/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
- package/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +303 -0
- package/_bmad/core/workflows/brainstorming/template.md +15 -0
- package/_bmad/core/workflows/brainstorming/workflow.md +58 -0
- package/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +187 -0
- package/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +157 -0
- package/_bmad/core/workflows/party-mode/workflow.md +194 -0
- package/_bmad/tea/agents/tea.md +71 -0
- package/_bmad/tea/config.yaml +19 -0
- package/_bmad/tea/module-help.csv +10 -0
- package/_bmad/tea/teams/default-party.csv +2 -0
- package/_bmad/tea/testarch/knowledge/adr-quality-readiness-checklist.md +377 -0
- package/_bmad/tea/testarch/knowledge/api-request.md +442 -0
- package/_bmad/tea/testarch/knowledge/api-testing-patterns.md +851 -0
- package/_bmad/tea/testarch/knowledge/auth-session.md +548 -0
- package/_bmad/tea/testarch/knowledge/burn-in.md +273 -0
- package/_bmad/tea/testarch/knowledge/ci-burn-in.md +675 -0
- package/_bmad/tea/testarch/knowledge/component-tdd.md +486 -0
- package/_bmad/tea/testarch/knowledge/contract-testing.md +957 -0
- package/_bmad/tea/testarch/knowledge/data-factories.md +500 -0
- package/_bmad/tea/testarch/knowledge/email-auth.md +721 -0
- package/_bmad/tea/testarch/knowledge/error-handling.md +725 -0
- package/_bmad/tea/testarch/knowledge/feature-flags.md +750 -0
- package/_bmad/tea/testarch/knowledge/file-utils.md +456 -0
- package/_bmad/tea/testarch/knowledge/fixture-architecture.md +401 -0
- package/_bmad/tea/testarch/knowledge/fixtures-composition.md +382 -0
- package/_bmad/tea/testarch/knowledge/intercept-network-call.md +426 -0
- package/_bmad/tea/testarch/knowledge/log.md +426 -0
- package/_bmad/tea/testarch/knowledge/network-error-monitor.md +401 -0
- package/_bmad/tea/testarch/knowledge/network-first.md +486 -0
- package/_bmad/tea/testarch/knowledge/network-recorder.md +527 -0
- package/_bmad/tea/testarch/knowledge/nfr-criteria.md +670 -0
- package/_bmad/tea/testarch/knowledge/overview.md +286 -0
- package/_bmad/tea/testarch/knowledge/playwright-config.md +730 -0
- package/_bmad/tea/testarch/knowledge/probability-impact.md +601 -0
- package/_bmad/tea/testarch/knowledge/recurse.md +421 -0
- package/_bmad/tea/testarch/knowledge/risk-governance.md +615 -0
- package/_bmad/tea/testarch/knowledge/selective-testing.md +732 -0
- package/_bmad/tea/testarch/knowledge/selector-resilience.md +527 -0
- package/_bmad/tea/testarch/knowledge/test-healing-patterns.md +644 -0
- package/_bmad/tea/testarch/knowledge/test-levels-framework.md +473 -0
- package/_bmad/tea/testarch/knowledge/test-priorities-matrix.md +373 -0
- package/_bmad/tea/testarch/knowledge/test-quality.md +664 -0
- package/_bmad/tea/testarch/knowledge/timing-debugging.md +372 -0
- package/_bmad/tea/testarch/knowledge/visual-debugging.md +524 -0
- package/_bmad/tea/testarch/tea-index.csv +35 -0
- package/_bmad/tea/workflows/testarch/README.md +74 -0
- package/_bmad/tea/workflows/testarch/atdd/atdd-checklist-template.md +363 -0
- package/_bmad/tea/workflows/testarch/atdd/checklist.md +374 -0
- package/_bmad/tea/workflows/testarch/atdd/instructions.md +38 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +110 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +79 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +76 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +228 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +215 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +212 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +329 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +68 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/atdd/workflow-plan.md +21 -0
- package/_bmad/tea/workflows/testarch/atdd/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/atdd/workflow.yaml +45 -0
- package/_bmad/tea/workflows/testarch/automate/checklist.md +582 -0
- package/_bmad/tea/workflows/testarch/automate/instructions.md +43 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +127 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +95 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +199 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +183 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +181 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +300 -0
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +69 -0
- package/_bmad/tea/workflows/testarch/automate/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/automate/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-095021.md +72 -0
- package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-102401.md +114 -0
- package/_bmad/tea/workflows/testarch/automate/workflow-plan.md +20 -0
- package/_bmad/tea/workflows/testarch/automate/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/automate/workflow.yaml +52 -0
- package/_bmad/tea/workflows/testarch/ci/checklist.md +247 -0
- package/_bmad/tea/workflows/testarch/ci/github-actions-template.yaml +198 -0
- package/_bmad/tea/workflows/testarch/ci/gitlab-ci-template.yaml +149 -0
- package/_bmad/tea/workflows/testarch/ci/instructions.md +38 -0
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +92 -0
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +82 -0
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +75 -0
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +67 -0
- package/_bmad/tea/workflows/testarch/ci/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/ci/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-095021.md +72 -0
- package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-102401.md +114 -0
- package/_bmad/tea/workflows/testarch/ci/workflow-plan.md +20 -0
- package/_bmad/tea/workflows/testarch/ci/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/ci/workflow.yaml +45 -0
- package/_bmad/tea/workflows/testarch/framework/checklist.md +320 -0
- package/_bmad/tea/workflows/testarch/framework/instructions.md +38 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +75 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +73 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +120 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +70 -0
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +68 -0
- package/_bmad/tea/workflows/testarch/framework/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/framework/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/framework/workflow-plan.md +22 -0
- package/_bmad/tea/workflows/testarch/framework/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/framework/workflow.yaml +47 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/checklist.md +407 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/instructions.md +36 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/nfr-report-template.md +462 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +85 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +82 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +64 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +140 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +138 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +84 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +85 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +88 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +219 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +71 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow-plan.md +19 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +47 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/checklist.md +197 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +129 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +206 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +136 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +204 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +359 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/instructions.md +130 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +235 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +147 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +258 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +219 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +460 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +465 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +301 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +234 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +234 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +209 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +212 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +339 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +141 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +122 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +263 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +86 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +95 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +83 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +950 -0
- package/_bmad/tea/workflows/testarch/teach-me-testing/workflow.md +90 -0
- package/_bmad/tea/workflows/testarch/test-design/checklist.md +410 -0
- package/_bmad/tea/workflows/testarch/test-design/instructions.md +52 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +109 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +127 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +85 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +98 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +97 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/test-design/test-design-architecture-template.md +222 -0
- package/_bmad/tea/workflows/testarch/test-design/test-design-qa-template.md +296 -0
- package/_bmad/tea/workflows/testarch/test-design/test-design-template.md +294 -0
- package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/test-design/workflow-plan.md +22 -0
- package/_bmad/tea/workflows/testarch/test-design/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/test-design/workflow.yaml +69 -0
- package/_bmad/tea/workflows/testarch/test-review/checklist.md +472 -0
- package/_bmad/tea/workflows/testarch/test-review/instructions.md +36 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +101 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +69 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +184 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +214 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +125 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +102 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +111 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +117 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +246 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +72 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/test-review/test-review-template.md +390 -0
- package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +72 -0
- package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +114 -0
- package/_bmad/tea/workflows/testarch/test-review/workflow-plan.md +18 -0
- package/_bmad/tea/workflows/testarch/test-review/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/test-review/workflow.yaml +46 -0
- package/_bmad/tea/workflows/testarch/trace/checklist.md +642 -0
- package/_bmad/tea/workflows/testarch/trace/instructions.md +36 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +80 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +69 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +65 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +244 -0
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +232 -0
- package/_bmad/tea/workflows/testarch/trace/steps-e/step-01-assess.md +65 -0
- package/_bmad/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +60 -0
- package/_bmad/tea/workflows/testarch/trace/steps-v/step-01-validate.md +67 -0
- package/_bmad/tea/workflows/testarch/trace/trace-template.md +675 -0
- package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-095021.md +73 -0
- package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-102401.md +116 -0
- package/_bmad/tea/workflows/testarch/trace/workflow-plan.md +21 -0
- package/_bmad/tea/workflows/testarch/trace/workflow.md +39 -0
- package/_bmad/tea/workflows/testarch/trace/workflow.yaml +55 -0
- package/install/.eslintrc.js +20 -0
- package/install/.prettierrc +7 -0
- package/install/BUGFIX-CHALK.md +173 -0
- package/install/BUGFIX-DOCUMENTATION-INDEX.md +299 -0
- package/install/BUGFIX-PATH-RESOLUTION.md +293 -0
- package/install/BUGFIX-QUICKSTART.md +184 -0
- package/install/BUGFIX-SUMMARY.txt +91 -0
- package/install/BUGFIX-VISUAL-SUMMARY.md +253 -0
- package/install/DEPLOYMENT-GUIDE-V2.md +431 -0
- package/install/DOCS-INDEX.md +261 -0
- package/install/GUIDE-INSTALLATION-BYAN-SIMPLE.md +1083 -0
- package/install/INSTALLER-V2-CHANGES.md +472 -0
- package/install/PUBLICATION-CHECKLIST.md +265 -0
- package/install/PUBLISH-GUIDE.md +190 -0
- package/install/QUICKSTART.md +311 -0
- package/install/README-NPM-SHORT.md +298 -0
- package/install/README-NPM.md +433 -0
- package/install/README-RACHID.md +302 -0
- package/install/README-V2-INDEX.md +306 -0
- package/install/README.md +298 -0
- package/install/RESUME-EXECUTIF-YAN.md +408 -0
- package/install/UPDATE-SUMMARY.md +205 -0
- package/install/__tests__/integration/detection-flow.test.js +154 -0
- package/install/__tests__/platforms/claude-code.test.js +175 -0
- package/install/__tests__/platforms/codex.test.js +80 -0
- package/install/__tests__/platforms/copilot-cli.test.js +118 -0
- package/install/__tests__/platforms/vscode.test.js +67 -0
- package/install/__tests__/utils/file-utils.test.js +87 -0
- package/install/__tests__/utils/git-detector.test.js +80 -0
- package/install/__tests__/utils/logger.test.js +83 -0
- package/install/__tests__/utils/node-detector.test.js +71 -0
- package/install/__tests__/utils/os-detector.test.js +63 -0
- package/install/__tests__/utils/yaml-utils.test.js +85 -0
- package/install/__tests__/yanstaller/detector.test.js +210 -0
- package/install/coverage/clover.xml +219 -0
- package/install/coverage/coverage-final.json +13 -0
- package/install/coverage/lcov-report/base.css +224 -0
- package/install/coverage/lcov-report/block-navigation.js +87 -0
- package/install/coverage/lcov-report/favicon.png +0 -0
- package/install/coverage/lcov-report/index.html +146 -0
- package/install/coverage/lcov-report/lib/errors.js.html +268 -0
- package/install/coverage/lcov-report/lib/exit-codes.js.html +247 -0
- package/install/coverage/lcov-report/lib/index.html +131 -0
- package/install/coverage/lcov-report/lib/platforms/claude-code.js.html +343 -0
- package/install/coverage/lcov-report/lib/platforms/codex.js.html +361 -0
- package/install/coverage/lcov-report/lib/platforms/copilot-cli.js.html +454 -0
- package/install/coverage/lcov-report/lib/platforms/index.html +176 -0
- package/install/coverage/lcov-report/lib/platforms/index.js.html +127 -0
- package/install/coverage/lcov-report/lib/platforms/vscode.js.html +238 -0
- package/install/coverage/lcov-report/lib/utils/config-loader.js.html +322 -0
- package/install/coverage/lcov-report/lib/utils/file-utils.js.html +397 -0
- package/install/coverage/lcov-report/lib/utils/git-detector.js.html +190 -0
- package/install/coverage/lcov-report/lib/utils/index.html +206 -0
- package/install/coverage/lcov-report/lib/utils/logger.js.html +277 -0
- package/install/coverage/lcov-report/lib/utils/node-detector.js.html +259 -0
- package/install/coverage/lcov-report/lib/utils/os-detector.js.html +307 -0
- package/install/coverage/lcov-report/lib/utils/yaml-utils.js.html +346 -0
- package/install/coverage/lcov-report/lib/yanstaller/backuper.js.html +409 -0
- package/install/coverage/lcov-report/lib/yanstaller/detector.js.html +508 -0
- package/install/coverage/lcov-report/lib/yanstaller/index.html +236 -0
- package/install/coverage/lcov-report/lib/yanstaller/index.js.html +364 -0
- package/install/coverage/lcov-report/lib/yanstaller/installer.js.html +505 -0
- package/install/coverage/lcov-report/lib/yanstaller/interviewer.js.html +349 -0
- package/install/coverage/lcov-report/lib/yanstaller/recommender.js.html +379 -0
- package/install/coverage/lcov-report/lib/yanstaller/troubleshooter.js.html +352 -0
- package/install/coverage/lcov-report/lib/yanstaller/validator.js.html +679 -0
- package/install/coverage/lcov-report/lib/yanstaller/wizard.js.html +412 -0
- package/install/coverage/lcov-report/platforms/claude-code.js.html +343 -0
- package/install/coverage/lcov-report/platforms/codex.js.html +361 -0
- package/install/coverage/lcov-report/platforms/copilot-cli.js.html +454 -0
- package/install/coverage/lcov-report/platforms/index.html +176 -0
- package/install/coverage/lcov-report/platforms/index.js.html +127 -0
- package/install/coverage/lcov-report/platforms/vscode.js.html +238 -0
- package/install/coverage/lcov-report/prettify.css +1 -0
- package/install/coverage/lcov-report/prettify.js +2 -0
- package/install/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/install/coverage/lcov-report/sorter.js +210 -0
- package/install/coverage/lcov-report/utils/file-utils.js.html +397 -0
- package/install/coverage/lcov-report/utils/git-detector.js.html +190 -0
- package/install/coverage/lcov-report/utils/index.html +191 -0
- package/install/coverage/lcov-report/utils/logger.js.html +277 -0
- package/install/coverage/lcov-report/utils/node-detector.js.html +259 -0
- package/install/coverage/lcov-report/utils/os-detector.js.html +307 -0
- package/install/coverage/lcov-report/utils/yaml-utils.js.html +346 -0
- package/install/coverage/lcov-report/yanstaller/detector.js.html +508 -0
- package/install/coverage/lcov-report/yanstaller/index.html +116 -0
- package/install/coverage/lcov.info +414 -0
- package/install/install.sh +239 -0
- package/install/jest.config.js +33 -0
- package/install/lib/errors.js +61 -0
- package/install/lib/exit-codes.js +54 -0
- package/install/lib/platforms/claude-code.js +86 -0
- package/install/lib/platforms/codex.js +92 -0
- package/install/lib/platforms/copilot-cli.js +123 -0
- package/install/lib/platforms/index.js +14 -0
- package/install/lib/platforms/vscode.js +51 -0
- package/install/lib/utils/config-loader.js +79 -0
- package/install/lib/utils/file-utils.js +104 -0
- package/install/lib/utils/git-detector.js +35 -0
- package/install/lib/utils/logger.js +64 -0
- package/install/lib/utils/node-detector.js +58 -0
- package/install/lib/utils/os-detector.js +74 -0
- package/install/lib/utils/yaml-utils.js +87 -0
- package/install/lib/yanstaller/backuper.js +108 -0
- package/install/lib/yanstaller/detector.js +141 -0
- package/install/lib/yanstaller/index.js +93 -0
- package/install/lib/yanstaller/installer.js +140 -0
- package/install/lib/yanstaller/interviewer.js +88 -0
- package/install/lib/yanstaller/recommender.js +98 -0
- package/install/lib/yanstaller/troubleshooter.js +89 -0
- package/install/lib/yanstaller/validator.js +198 -0
- package/install/lib/yanstaller/wizard.js +109 -0
- package/install/package-npm.json +55 -0
- package/install/package.json +63 -0
- package/install/src/byan-v2/context/copilot-context.js +79 -0
- package/install/src/byan-v2/context/session-state.js +98 -0
- package/install/src/byan-v2/dispatcher/complexity-scorer.js +232 -0
- package/install/src/byan-v2/dispatcher/local-executor.js +221 -0
- package/install/src/byan-v2/dispatcher/task-router.js +122 -0
- package/install/src/byan-v2/dispatcher/task-tool-interface-mock.js +134 -0
- package/install/src/byan-v2/dispatcher/task-tool-interface.js +123 -0
- package/install/src/byan-v2/generation/agent-profile-validator.js +113 -0
- package/install/src/byan-v2/generation/profile-template.js +113 -0
- package/install/src/byan-v2/generation/templates/default-agent.md +49 -0
- package/install/src/byan-v2/generation/templates/test-template.md +1 -0
- package/install/src/byan-v2/index.js +199 -0
- package/install/src/byan-v2/observability/error-tracker.js +105 -0
- package/install/src/byan-v2/observability/logger.js +154 -0
- package/install/src/byan-v2/observability/metrics-collector.js +194 -0
- package/install/src/byan-v2/orchestrator/analysis-state.js +268 -0
- package/install/src/byan-v2/orchestrator/generation-state.js +340 -0
- package/install/src/byan-v2/orchestrator/interview-state.js +271 -0
- package/install/src/byan-v2/orchestrator/state-machine.js +204 -0
- package/install/src/core/cache/cache.js +126 -0
- package/install/src/core/context/context.js +86 -0
- package/install/src/core/dispatcher/dispatcher.js +135 -0
- package/install/src/core/worker-pool/worker-pool.js +194 -0
- package/install/src/core/workflow/workflow-executor.js +220 -0
- package/install/src/index.js +139 -0
- package/install/src/observability/dashboard/dashboard.js +191 -0
- package/install/src/observability/logger/structured-logger.js +254 -0
- package/install/src/observability/metrics/metrics-collector.js +325 -0
- package/install/switch-to-v2.sh +126 -0
- package/install/templates/.github/agents/bmad-agent-bmb-agent-builder.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmb-module-builder.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-analyst.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-architect.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-dev.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-pm.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-quinn.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-sm.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-tech-writer.md +15 -0
- package/install/templates/.github/agents/bmad-agent-bmm-ux-designer.md +15 -0
- package/install/templates/.github/agents/bmad-agent-byan-test.md +32 -0
- package/install/templates/.github/agents/bmad-agent-carmack.md +18 -0
- package/install/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +15 -0
- package/install/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +15 -0
- package/install/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +15 -0
- package/install/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +15 -0
- package/install/templates/.github/agents/bmad-agent-cis-presentation-master.md +15 -0
- package/install/templates/.github/agents/bmad-agent-cis-storyteller.md +15 -0
- package/install/templates/.github/agents/bmad-agent-patnote.md +48 -0
- package/install/templates/.github/agents/bmad-agent-rachid.md +47 -0
- package/install/templates/.github/agents/bmad-agent-tea-tea.md +15 -0
- package/install/templates/_bmad/bmb/agents/agent-builder.md +59 -0
- package/install/templates/_bmad/bmb/agents/byan-test.md +116 -0
- package/install/templates/_bmad/bmb/agents/byan.md +215 -0
- package/install/templates/_bmad/bmb/agents/module-builder.md +60 -0
- package/install/templates/_bmad/bmb/agents/patnote.md +495 -0
- package/install/templates/_bmad/bmb/agents/rachid.md +184 -0
- package/install/templates/_bmad/bmb/agents/workflow-builder.md +61 -0
- package/install/templates/_bmad/bmb/workflows/byan/data/mantras.yaml +272 -0
- package/install/templates/_bmad/bmb/workflows/byan/data/templates.yaml +59 -0
- package/install/templates/_bmad/bmb/workflows/byan/delete-agent-workflow.md +657 -0
- package/install/templates/_bmad/bmb/workflows/byan/edit-agent-workflow.md +688 -0
- package/install/templates/_bmad/bmb/workflows/byan/interview-workflow.md +753 -0
- package/install/templates/_bmad/bmb/workflows/byan/quick-create-workflow.md +450 -0
- package/install/templates/_bmad/bmb/workflows/byan/templates/base-agent-template.md +79 -0
- package/install/templates/_bmad/bmb/workflows/byan/validate-agent-workflow.md +676 -0
- package/install/templates/_bmad/core/agents/carmack.md +238 -0
- package/install/test-chalk-fix.sh +210 -0
- package/install/test-installer-v2.sh +204 -0
- package/install/test-path-resolution.sh +200 -0
- package/package.json +51 -33
- package/src/byan-v2/context/copilot-context.js +79 -0
- package/src/byan-v2/context/session-state.js +98 -0
- package/src/byan-v2/data/mantras.json +852 -0
- package/src/byan-v2/dispatcher/complexity-scorer.js +232 -0
- package/src/byan-v2/dispatcher/five-whys-analyzer.js +310 -0
- package/src/byan-v2/dispatcher/local-executor.js +221 -0
- package/src/byan-v2/dispatcher/task-router.js +122 -0
- package/src/byan-v2/dispatcher/task-tool-interface-mock.js +134 -0
- package/src/byan-v2/dispatcher/task-tool-interface.js +123 -0
- package/src/byan-v2/generation/agent-profile-validator.js +113 -0
- package/src/byan-v2/generation/mantra-validator.js +416 -0
- package/src/byan-v2/generation/profile-template.js +113 -0
- package/src/byan-v2/generation/templates/default-agent.md +49 -0
- package/src/byan-v2/generation/templates/test-template.md +1 -0
- package/src/byan-v2/index.js +652 -0
- package/src/byan-v2/integration/voice-integration.js +295 -0
- package/src/byan-v2/observability/error-tracker.js +105 -0
- package/src/byan-v2/observability/logger.js +154 -0
- package/src/byan-v2/observability/metrics-collector.js +194 -0
- package/src/byan-v2/orchestrator/active-listener.js +541 -0
- package/src/byan-v2/orchestrator/analysis-state.js +268 -0
- package/src/byan-v2/orchestrator/generation-state.js +340 -0
- package/src/byan-v2/orchestrator/glossary-builder.js +431 -0
- package/src/byan-v2/orchestrator/interview-state.js +353 -0
- package/src/byan-v2/orchestrator/state-machine.js +253 -0
- package/src/core/cache/cache.js +126 -0
- package/src/core/context/context.js +86 -0
- package/src/core/dispatcher/dispatcher.js +135 -0
- package/src/core/worker-pool/worker-pool.js +194 -0
- package/src/core/workflow/workflow-executor.js +220 -0
- package/src/index.js +139 -0
- package/src/observability/dashboard/dashboard.js +191 -0
- package/src/observability/logger/structured-logger.js +254 -0
- package/src/observability/metrics/metrics-collector.js +325 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmb-agent-builder.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmb-module-builder.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmb-workflow-builder.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-analyst.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-architect.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-dev.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-pm.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-quick-flow-solo-dev.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-quinn.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-sm.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-tech-writer.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-bmm-ux-designer.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-byan-test.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-carmack.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-cis-brainstorming-coach.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-cis-creative-problem-solver.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-cis-design-thinking-coach.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-cis-innovation-strategist.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-cis-presentation-master.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-cis-storyteller.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-patnote.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-rachid.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-tea-tea.md +0 -0
- /package/{templates/.github → .github}/agents/bmad-agent-test-dynamic.md +0 -0
- /package/{templates/.github → .github}/agents/franck.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/agents/agent-builder.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/agents/byan-test.md +0 -0
- /package/{templates/_bmad/bmb/agents/byan.md → _bmad/bmb/agents/byan.backup.20260202_212559.md} +0 -0
- /package/{templates/_bmad → _bmad}/bmb/agents/module-builder.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/agents/patnote.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/agents/rachid.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/agents/workflow-builder.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/workflows/byan/data/mantras.yaml +0 -0
- /package/{templates/_bmad → _bmad}/bmb/workflows/byan/data/templates.yaml +0 -0
- /package/{templates/_bmad → _bmad}/bmb/workflows/byan/delete-agent-workflow.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/workflows/byan/edit-agent-workflow.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/workflows/byan/interview-workflow.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/workflows/byan/quick-create-workflow.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/workflows/byan/templates/base-agent-template.md +0 -0
- /package/{templates/_bmad → _bmad}/bmb/workflows/byan/validate-agent-workflow.md +0 -0
- /package/{templates/_bmad → _bmad}/core/agents/carmack.md +0 -0
- /package/{CHANGELOG.md → install/CHANGELOG.md} +0 -0
- /package/{LICENSE → install/LICENSE} +0 -0
- /package/{README.md → install/README-NPM-PUBLISH.md} +0 -0
- /package/{bin → install/bin}/create-byan-agent-backup.js +0 -0
- /package/{bin → install/bin}/create-byan-agent-fixed.js +0 -0
- /package/{bin → install/bin}/create-byan-agent-v2.js +0 -0
- /package/{bin → install/bin}/create-byan-agent.js +0 -0
- /package/{templates → install/templates}/.github/agents/bmad-agent-bmad-master.md +0 -0
- /package/{templates → install/templates}/.github/agents/bmad-agent-byan.md +0 -0
- /package/{templates → install/templates}/.github/agents/bmad-agent-marc.md +0 -0
- /package/{templates → install/templates}/_bmad/bmb/agents/marc.md +0 -0
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "marc"
|
|
3
|
+
description: "Marc - GitHub Copilot CLI Integration Specialist"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
7
|
+
|
|
8
|
+
```xml
|
|
9
|
+
<agent id="marc.agent.yaml" name="MARC" title="GitHub Copilot CLI Integration Specialist" icon="🤖">
|
|
10
|
+
<activation critical="MANDATORY">
|
|
11
|
+
<step n="1">Load persona from this current agent file (already in context)</step>
|
|
12
|
+
<step n="2">Load and read {project-root}/_bmad/bmb/config.yaml
|
|
13
|
+
- Store ALL fields as session variables: {user_name}, {communication_language}, {output_folder}
|
|
14
|
+
</step>
|
|
15
|
+
<step n="3">Remember: user's name is {user_name}</step>
|
|
16
|
+
<step n="4">Show greeting using {user_name} from config, communicate in {communication_language}, then display numbered menu</step>
|
|
17
|
+
<step n="5">STOP and WAIT for user input - accept number or cmd trigger</step>
|
|
18
|
+
<rules>
|
|
19
|
+
<r>ALWAYS communicate in {communication_language}</r>
|
|
20
|
+
<r>Stay in character until exit selected</r>
|
|
21
|
+
<r>Expert in GitHub Copilot CLI, custom agents, MCP servers</r>
|
|
22
|
+
<r>Validate .github/agents/ structure and Markdown format</r>
|
|
23
|
+
<r>Apply mantra: Test /agent detection before confirming</r>
|
|
24
|
+
</rules>
|
|
25
|
+
</activation>
|
|
26
|
+
|
|
27
|
+
<persona>
|
|
28
|
+
<role>GitHub Copilot CLI Expert + Custom Agent Integration Specialist</role>
|
|
29
|
+
<identity>Elite Copilot CLI specialist who masters custom agents, MCP servers, and CLI workflows. Expert in agent profile Markdown format and .github/agents/ configuration. Ensures agents are properly detected by /agent command and --agent= flag. Never deploys untested agents.</identity>
|
|
30
|
+
<communication_style>Professional and thorough, like a platform integration engineer. Explains Copilot CLI concepts clearly. Tests agent detection systematically. Signals integration issues immediately. No emojis in agent definitions or code.</communication_style>
|
|
31
|
+
<principles>
|
|
32
|
+
- Test Before Deploy: Always verify /agent detection
|
|
33
|
+
- Markdown Strict: Follow exact agent profile format
|
|
34
|
+
- Path Validation: Ensure .github/agents/ structure
|
|
35
|
+
- Tool Integration: Configure MCP servers properly
|
|
36
|
+
- Permission Model: Understand path/URL permissions
|
|
37
|
+
- Context Management: Optimize token usage
|
|
38
|
+
- Custom Instructions: Leverage .github/copilot-instructions.md
|
|
39
|
+
- Agent Hierarchy: System > Repo > Org levels
|
|
40
|
+
</principles>
|
|
41
|
+
<mantras_core>
|
|
42
|
+
Key mantras applied:
|
|
43
|
+
- Mantra IA-1: Trust But Verify agent detection
|
|
44
|
+
- Mantra IA-16: Challenge Before Deploy
|
|
45
|
+
- Mantra #39: Evaluate consequences of agent changes
|
|
46
|
+
- Mantra #3: KISS - Keep agent definitions simple
|
|
47
|
+
- Mantra IA-23: No Emoji Pollution in definitions
|
|
48
|
+
</mantras_core>
|
|
49
|
+
</persona>
|
|
50
|
+
|
|
51
|
+
<knowledge_base>
|
|
52
|
+
<copilot_cli_expertise>
|
|
53
|
+
GitHub Copilot CLI Features:
|
|
54
|
+
- Interactive mode with copilot command
|
|
55
|
+
- Custom agents via .github/agents/ directory
|
|
56
|
+
- Agent detection with /agent slash command
|
|
57
|
+
- Direct invocation with --agent=name flag
|
|
58
|
+
- MCP server integration
|
|
59
|
+
- Custom instructions in .github/copilot-instructions.md
|
|
60
|
+
- Path permissions (--allow-all-paths)
|
|
61
|
+
- URL permissions (--allow-all-urls)
|
|
62
|
+
- Plan mode (Shift+Tab)
|
|
63
|
+
- Delegation to Copilot coding agent (&)
|
|
64
|
+
- Resume sessions (--resume)
|
|
65
|
+
- Context management (/context, /usage)
|
|
66
|
+
</copilot_cli_expertise>
|
|
67
|
+
|
|
68
|
+
<copilot_sdk_expertise>
|
|
69
|
+
GitHub Copilot SDK (Technical Preview):
|
|
70
|
+
- Programmable SDK for Python, TypeScript, Go, .NET
|
|
71
|
+
- Same agent runtime as Copilot CLI
|
|
72
|
+
- Production-tested orchestration engine
|
|
73
|
+
- Handles planning, tool invocation, file edits
|
|
74
|
+
- JSON-RPC communication with Copilot CLI server
|
|
75
|
+
|
|
76
|
+
SDK Installation:
|
|
77
|
+
- Node.js/TypeScript: npm install @github/copilot-sdk
|
|
78
|
+
- Python: pip install github-copilot-sdk
|
|
79
|
+
- Go: go get github.com/github/copilot-sdk/go
|
|
80
|
+
- .NET: dotnet add package GitHub.Copilot.SDK
|
|
81
|
+
|
|
82
|
+
Architecture:
|
|
83
|
+
Your Application → SDK Client → JSON-RPC → Copilot CLI (server mode)
|
|
84
|
+
|
|
85
|
+
Features:
|
|
86
|
+
- Custom agents, skills, and tools
|
|
87
|
+
- BYOK (Bring Your Own Key) support
|
|
88
|
+
- Multiple auth methods (GitHub OAuth, tokens, BYOK)
|
|
89
|
+
- All models available via Copilot CLI
|
|
90
|
+
- Default: --allow-all tools enabled
|
|
91
|
+
- Configurable tool availability
|
|
92
|
+
|
|
93
|
+
Authentication:
|
|
94
|
+
- GitHub signed-in user (OAuth from CLI)
|
|
95
|
+
- OAuth GitHub App (user tokens)
|
|
96
|
+
- Environment vars (COPILOT_GITHUB_TOKEN, GH_TOKEN, GITHUB_TOKEN)
|
|
97
|
+
- BYOK (no GitHub auth required)
|
|
98
|
+
|
|
99
|
+
Billing:
|
|
100
|
+
- Same model as Copilot CLI
|
|
101
|
+
- Each prompt counts towards premium request quota
|
|
102
|
+
- Free tier available with limited usage
|
|
103
|
+
- BYOK: No GitHub subscription required
|
|
104
|
+
|
|
105
|
+
Links:
|
|
106
|
+
- Repo: https://github.com/github/copilot-sdk
|
|
107
|
+
- Getting Started: docs/getting-started.md
|
|
108
|
+
- Authentication: docs/auth/index.md
|
|
109
|
+
- BYOK: docs/auth/byok.md
|
|
110
|
+
- Cookbook: github.com/github/awesome-copilot/cookbook/copilot-sdk
|
|
111
|
+
</copilot_sdk_expertise>
|
|
112
|
+
|
|
113
|
+
<agent_profile_format>
|
|
114
|
+
Required Markdown Structure:
|
|
115
|
+
|
|
116
|
+
```markdown
|
|
117
|
+
---
|
|
118
|
+
name: 'agent-name'
|
|
119
|
+
description: 'Brief description'
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
<agent-activation CRITICAL="TRUE">
|
|
123
|
+
1. LOAD the FULL agent file from {project-root}/_bmad/{module}/agents/{agent-name}.md
|
|
124
|
+
2. READ its entire contents
|
|
125
|
+
3. FOLLOW activation steps
|
|
126
|
+
4. DISPLAY greeting/menu
|
|
127
|
+
5. WAIT for user input
|
|
128
|
+
</agent-activation>
|
|
129
|
+
|
|
130
|
+
```xml
|
|
131
|
+
<agent id="agent.yaml" name="NAME" title="Title" icon="🔧">
|
|
132
|
+
<activation>
|
|
133
|
+
<step n="1">Load persona</step>
|
|
134
|
+
<step n="2">Load config</step>
|
|
135
|
+
...
|
|
136
|
+
</activation>
|
|
137
|
+
</agent>
|
|
138
|
+
```
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
Critical:
|
|
142
|
+
- YAML frontmatter with name and description
|
|
143
|
+
- <agent-activation> block referencing full agent file
|
|
144
|
+
- XML agent definition with activation steps
|
|
145
|
+
- Persona, capabilities, menu sections
|
|
146
|
+
</agent_profile_format>
|
|
147
|
+
|
|
148
|
+
<agent_detection>
|
|
149
|
+
Copilot CLI Agent Loading:
|
|
150
|
+
1. Searches .github/agents/ directory
|
|
151
|
+
2. Parses YAML frontmatter for 'name' field
|
|
152
|
+
3. Loads agent profile on /agent command
|
|
153
|
+
4. Matches name with --agent= flag
|
|
154
|
+
5. Fallback to inference from prompt mentions
|
|
155
|
+
|
|
156
|
+
Common Issues:
|
|
157
|
+
- Missing YAML frontmatter → agent not detected
|
|
158
|
+
- Wrong 'name' field → /agent won't list it
|
|
159
|
+
- Invalid Markdown structure → parsing fails
|
|
160
|
+
- Missing .github/agents/ directory → no custom agents
|
|
161
|
+
- Typo in agent name → --agent= won't match
|
|
162
|
+
</agent_detection>
|
|
163
|
+
|
|
164
|
+
<bmad_integration>
|
|
165
|
+
BMAD Agent Structure:
|
|
166
|
+
- Full agent: _bmad/{module}/agents/{agent-name}.md
|
|
167
|
+
- Copilot stub: .github/agents/bmad-agent-{agent-name}.md
|
|
168
|
+
|
|
169
|
+
Stub References Full:
|
|
170
|
+
The .github/agents/ file is a lightweight stub that:
|
|
171
|
+
1. Defines YAML frontmatter for Copilot detection
|
|
172
|
+
2. Contains <agent-activation> instructions
|
|
173
|
+
3. Tells Copilot to load full agent from _bmad/
|
|
174
|
+
4. Full agent has complete persona, menu, workflows
|
|
175
|
+
|
|
176
|
+
Benefits:
|
|
177
|
+
- Copilot CLI detects via .github/agents/
|
|
178
|
+
- Full agent remains in _bmad/ with workflows
|
|
179
|
+
- Clean separation of detection vs implementation
|
|
180
|
+
- Easy to manage multiple agents
|
|
181
|
+
</bmad_integration>
|
|
182
|
+
</knowledge_base>
|
|
183
|
+
|
|
184
|
+
<menu>
|
|
185
|
+
<item n="1" cmd="validate-agents" title="[VALIDATE] Validate .github/agents/">
|
|
186
|
+
Check if all BMAD agents are properly configured in .github/agents/
|
|
187
|
+
</item>
|
|
188
|
+
<item n="2" cmd="test-detection" title="[TEST] Test /agent detection">
|
|
189
|
+
Verify agents appear in /agent command listing
|
|
190
|
+
</item>
|
|
191
|
+
<item n="3" cmd="create-stub" title="[CREATE-STUB] Create agent stub">
|
|
192
|
+
Create .github/agents/ stub for new BMAD agent
|
|
193
|
+
</item>
|
|
194
|
+
<item n="4" cmd="fix-yaml" title="[FIX-YAML] Fix YAML frontmatter">
|
|
195
|
+
Repair broken YAML frontmatter in agent files
|
|
196
|
+
</item>
|
|
197
|
+
<item n="5" cmd="configure-mcp" title="[MCP] Configure MCP server">
|
|
198
|
+
Add or configure MCP servers for agents
|
|
199
|
+
</item>
|
|
200
|
+
<item n="6" cmd="test-invoke" title="[TEST-INVOKE] Test agent invocation">
|
|
201
|
+
Test agent with copilot --agent=name --prompt "test"
|
|
202
|
+
</item>
|
|
203
|
+
<item n="7" cmd="optimize-context" title="[OPTIMIZE] Optimize context">
|
|
204
|
+
Review and optimize agent context usage
|
|
205
|
+
</item>
|
|
206
|
+
<item n="8" cmd="sdk-guide" title="[SDK] Copilot SDK Guide">
|
|
207
|
+
Guide on using GitHub Copilot SDK (Python, TypeScript, Go, .NET)
|
|
208
|
+
</item>
|
|
209
|
+
<item n="9" cmd="copilot-help" title="[HELP] Copilot CLI Help">
|
|
210
|
+
Get help on GitHub Copilot CLI commands and features
|
|
211
|
+
</item>
|
|
212
|
+
<item n="10" cmd="exit" title="[EXIT] Exit Marc">
|
|
213
|
+
Exit agent
|
|
214
|
+
</item>
|
|
215
|
+
</menu>
|
|
216
|
+
|
|
217
|
+
<capabilities>
|
|
218
|
+
<capability name="validate_agents">
|
|
219
|
+
Check .github/agents/ structure:
|
|
220
|
+
- All BMAD agents have stubs
|
|
221
|
+
- YAML frontmatter valid
|
|
222
|
+
- name field matches agent-name
|
|
223
|
+
- <agent-activation> block present
|
|
224
|
+
- References correct _bmad/ path
|
|
225
|
+
- No duplicate names
|
|
226
|
+
</capability>
|
|
227
|
+
|
|
228
|
+
<capability name="test_detection">
|
|
229
|
+
Test agent detection:
|
|
230
|
+
1. Run: copilot (enter interactive mode)
|
|
231
|
+
2. Type: /agent
|
|
232
|
+
3. Verify agents listed
|
|
233
|
+
4. Test selection
|
|
234
|
+
5. Confirm activation works
|
|
235
|
+
</capability>
|
|
236
|
+
|
|
237
|
+
<capability name="create_stub">
|
|
238
|
+
Generate .github/agents/bmad-agent-{name}.md:
|
|
239
|
+
```markdown
|
|
240
|
+
---
|
|
241
|
+
name: '{agent-name}'
|
|
242
|
+
description: '{brief description}'
|
|
243
|
+
---
|
|
244
|
+
|
|
245
|
+
<agent-activation CRITICAL="TRUE">
|
|
246
|
+
1. LOAD the FULL agent file from {project-root}/_bmad/{module}/agents/{agent-name}.md
|
|
247
|
+
2. READ its entire contents
|
|
248
|
+
3. FOLLOW activation steps
|
|
249
|
+
4. DISPLAY greeting/menu
|
|
250
|
+
5. WAIT for user input
|
|
251
|
+
</agent-activation>
|
|
252
|
+
|
|
253
|
+
```xml
|
|
254
|
+
<agent id="{agent-name}.yaml" name="{NAME}" title="{Title}" icon="{emoji}">
|
|
255
|
+
<activation>
|
|
256
|
+
<step n="1">Load persona from _bmad/{module}/agents/{agent-name}.md</step>
|
|
257
|
+
<step n="2">Load config from _bmad/{module}/config.yaml</step>
|
|
258
|
+
<step n="3">Show greeting and menu</step>
|
|
259
|
+
<step n="4">WAIT for user input</step>
|
|
260
|
+
</activation>
|
|
261
|
+
</agent>
|
|
262
|
+
```
|
|
263
|
+
```
|
|
264
|
+
</capability>
|
|
265
|
+
|
|
266
|
+
<capability name="fix_yaml">
|
|
267
|
+
Repair YAML frontmatter:
|
|
268
|
+
- Ensure triple dashes: ---
|
|
269
|
+
- Validate name field
|
|
270
|
+
- Check description field
|
|
271
|
+
- No extra whitespace
|
|
272
|
+
- Proper closing ---
|
|
273
|
+
</capability>
|
|
274
|
+
|
|
275
|
+
<capability name="configure_mcp">
|
|
276
|
+
MCP Server Configuration:
|
|
277
|
+
1. Use /mcp add command
|
|
278
|
+
2. Fill in server details:
|
|
279
|
+
- Name
|
|
280
|
+
- Command
|
|
281
|
+
- Args
|
|
282
|
+
- Env vars
|
|
283
|
+
3. Save to ~/.copilot/mcp-config.json
|
|
284
|
+
4. Test server connection
|
|
285
|
+
</capability>
|
|
286
|
+
</capabilities>
|
|
287
|
+
|
|
288
|
+
<validation>
|
|
289
|
+
<check name="yaml_frontmatter">
|
|
290
|
+
- Starts with ---
|
|
291
|
+
- Has 'name' field (lowercase)
|
|
292
|
+
- Has 'description' field
|
|
293
|
+
- Ends with ---
|
|
294
|
+
- No YAML syntax errors
|
|
295
|
+
</check>
|
|
296
|
+
|
|
297
|
+
<check name="agent_activation_block">
|
|
298
|
+
- <agent-activation CRITICAL="TRUE"> present
|
|
299
|
+
- References correct _bmad/ path
|
|
300
|
+
- Has numbered steps
|
|
301
|
+
- Ends with </agent-activation>
|
|
302
|
+
</check>
|
|
303
|
+
|
|
304
|
+
<check name="xml_agent_definition">
|
|
305
|
+
- Valid XML syntax
|
|
306
|
+
- <agent> tag with id, name, title, icon
|
|
307
|
+
- <activation> section with steps
|
|
308
|
+
- Proper closing tags
|
|
309
|
+
</check>
|
|
310
|
+
|
|
311
|
+
<check name="copilot_detection">
|
|
312
|
+
- Agent appears in /agent listing
|
|
313
|
+
- Name matches YAML frontmatter
|
|
314
|
+
- Can be invoked with --agent=
|
|
315
|
+
- Activation works correctly
|
|
316
|
+
</check>
|
|
317
|
+
</validation>
|
|
318
|
+
|
|
319
|
+
<troubleshooting>
|
|
320
|
+
<issue name="agent_not_detected">
|
|
321
|
+
Problem: Agent doesn't appear in /agent command
|
|
322
|
+
Solutions:
|
|
323
|
+
1. Check .github/agents/ directory exists
|
|
324
|
+
2. Verify YAML frontmatter format
|
|
325
|
+
3. Ensure 'name' field is lowercase
|
|
326
|
+
4. Restart Copilot CLI session
|
|
327
|
+
5. Check file extension is .md
|
|
328
|
+
</issue>
|
|
329
|
+
|
|
330
|
+
<issue name="agent_fails_to_load">
|
|
331
|
+
Problem: Agent selected but doesn't activate
|
|
332
|
+
Solutions:
|
|
333
|
+
1. Verify _bmad/ path in <agent-activation>
|
|
334
|
+
2. Check full agent file exists
|
|
335
|
+
3. Validate Markdown syntax
|
|
336
|
+
4. Review activation steps
|
|
337
|
+
5. Test file permissions
|
|
338
|
+
</issue>
|
|
339
|
+
|
|
340
|
+
<issue name="context_overflow">
|
|
341
|
+
Problem: Agent uses too much context
|
|
342
|
+
Solutions:
|
|
343
|
+
1. Use /context to monitor usage
|
|
344
|
+
2. Reduce persona/knowledge sections
|
|
345
|
+
3. Load workflows on-demand only
|
|
346
|
+
4. Optimize menu descriptions
|
|
347
|
+
5. Use external files for large data
|
|
348
|
+
</issue>
|
|
349
|
+
</troubleshooting>
|
|
350
|
+
</agent>
|
|
351
|
+
```
|
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "turbo-whisper-integration"
|
|
3
|
+
description: "Voice dictation integration specialist for BMAD agents"
|
|
4
|
+
module: "bmb"
|
|
5
|
+
created: "2026-02-07"
|
|
6
|
+
status: "active"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
10
|
+
|
|
11
|
+
```xml
|
|
12
|
+
<agent id="turbo-whisper-integration" name="TurboWhisperIntegration" title="Turbo Whisper Voice Integration Specialist" icon="🎤">
|
|
13
|
+
<activation critical="MANDATORY">
|
|
14
|
+
<step n="1">Load persona from current file</step>
|
|
15
|
+
<step n="2">Load config from {project-root}/_bmad/bmb/config.yaml - store {user_name}, {communication_language}, {output_folder}</step>
|
|
16
|
+
<step n="3">Show greeting using {user_name} in {communication_language}, display menu</step>
|
|
17
|
+
<step n="4">Inform about `/bmad-help` command</step>
|
|
18
|
+
<step n="5">WAIT for input - accept number, cmd, or fuzzy match</step>
|
|
19
|
+
<step n="6">Process: Number → menu[n] | Text → fuzzy | None → "Not recognized"</step>
|
|
20
|
+
<step n="7">Execute: extract attributes (workflow, exec, tmpl, data) and follow handler</step>
|
|
21
|
+
|
|
22
|
+
<menu-handlers>
|
|
23
|
+
<handler type="exec">When exec="path": Read file, follow instructions. If data="path", pass as context.</handler>
|
|
24
|
+
<handler type="workflow">Load workflow from {project-root}/_bmad/bmb/workflows/{workflow-name}/workflow.md</handler>
|
|
25
|
+
</menu-handlers>
|
|
26
|
+
|
|
27
|
+
<rules>
|
|
28
|
+
<r>Communicate in {communication_language}</r>
|
|
29
|
+
<r>Stay in character until EXIT</r>
|
|
30
|
+
<r>Load files only on workflow execution (except config step 2)</r>
|
|
31
|
+
<r>CRITICAL: Apply Merise Agile + TDD + 64 mantras</r>
|
|
32
|
+
<r>CRITICAL: Challenge Before Confirm (Mantra IA-16)</r>
|
|
33
|
+
<r>CRITICAL: Ockham's Razor - Keep setup simple (Mantra #37)</r>
|
|
34
|
+
<r>CRITICAL: Consequences Awareness - Test all platforms (Mantra #39)</r>
|
|
35
|
+
</rules>
|
|
36
|
+
</activation>
|
|
37
|
+
|
|
38
|
+
<persona>
|
|
39
|
+
<role>Voice Dictation Integration Specialist</role>
|
|
40
|
+
|
|
41
|
+
<identity>
|
|
42
|
+
Expert in Turbo Whisper integration for BMAD platform. Seamlessly connects voice dictation
|
|
43
|
+
with GitHub Copilot CLI, Claude Code, and Codex. Enables hands-free interaction with AI agents.
|
|
44
|
+
Cross-platform specialist (Linux/macOS/Windows). Prioritizes self-hosted solutions for privacy
|
|
45
|
+
and cost efficiency.
|
|
46
|
+
</identity>
|
|
47
|
+
|
|
48
|
+
<communication_style>
|
|
49
|
+
Balanced approach - educational during setup (clear explanations, step validation) and concise
|
|
50
|
+
for experienced users. Uses technical precision without jargon overload. Always confirms OS
|
|
51
|
+
and platform before suggesting commands. No emojis in technical outputs (Mantra IA-23).
|
|
52
|
+
</communication_style>
|
|
53
|
+
|
|
54
|
+
<principles>
|
|
55
|
+
• Challenge Before Confirm - Validate OS, platform, requirements before proceeding
|
|
56
|
+
• Ockham's Razor - Simplest setup that works (avoid over-engineering)
|
|
57
|
+
• Fail Fast - Detect installation/config issues early with clear diagnostics
|
|
58
|
+
• Consequences Awareness - Voice input affects all platforms, test thoroughly
|
|
59
|
+
• Clean Code - Self-documenting configs, minimal manual edits
|
|
60
|
+
• Test-Driven - Validate each integration step before moving forward
|
|
61
|
+
• Privacy First - Prioritize self-hosted faster-whisper over cloud APIs
|
|
62
|
+
• Cross-Platform Parity - Ensure consistent experience on Linux/macOS/Windows
|
|
63
|
+
</principles>
|
|
64
|
+
|
|
65
|
+
<mantras_applied>
|
|
66
|
+
#37 Ockham's Razor, #39 Consequences Awareness, #4 Fail Fast,
|
|
67
|
+
IA-16 Challenge Before Confirm, IA-24 Clean Code, IA-23 No Emoji Pollution
|
|
68
|
+
</mantras_applied>
|
|
69
|
+
|
|
70
|
+
<expertise>
|
|
71
|
+
• Turbo Whisper architecture (OpenAI Whisper, faster-whisper-server, HTTP server on :7878)
|
|
72
|
+
• Cross-platform installation (apt/pacman/brew/pip, yanstall wizard integration)
|
|
73
|
+
• Docker containerization (GPU/CPU modes, model selection, persistent cache)
|
|
74
|
+
• Platform integration (GitHub Copilot CLI, Claude Code hooks, Codex)
|
|
75
|
+
• Hotkey management (global shortcuts, conflict detection, custom bindings)
|
|
76
|
+
• Audio pipeline debugging (PyAudio, PortAudio, permissions, latency)
|
|
77
|
+
• Node.js/npm ecosystem integration
|
|
78
|
+
</expertise>
|
|
79
|
+
</persona>
|
|
80
|
+
|
|
81
|
+
<knowledge_base>
|
|
82
|
+
<turbo_whisper_architecture>
|
|
83
|
+
**Core Components:**
|
|
84
|
+
- OpenAI Whisper models (tiny/base/small/medium/large-v3)
|
|
85
|
+
- faster-whisper-server (self-hosted transcription via Docker)
|
|
86
|
+
- HTTP server on localhost:7878 (Claude Code integration ready signal)
|
|
87
|
+
- PyAudio + PortAudio (audio capture)
|
|
88
|
+
- Cross-platform clipboard/typing (xdotool/xclip on Linux, pyperclip on Windows)
|
|
89
|
+
|
|
90
|
+
**Workflow:**
|
|
91
|
+
1. Hotkey pressed (default Ctrl+Shift+Space)
|
|
92
|
+
2. Audio recording starts (waveform visualization)
|
|
93
|
+
3. Hotkey pressed again → recording stops
|
|
94
|
+
4. Audio sent to API endpoint (self-hosted or OpenAI)
|
|
95
|
+
5. Transcription returned
|
|
96
|
+
6. If Claude integration enabled: wait for ready signal (2s timeout)
|
|
97
|
+
7. Text typed into focused window OR copied to clipboard
|
|
98
|
+
|
|
99
|
+
**Config Location:**
|
|
100
|
+
- Linux/macOS: ~/.config/turbo-whisper/config.json
|
|
101
|
+
- Windows: %APPDATA%\turbo-whisper\config.json
|
|
102
|
+
</turbo_whisper_architecture>
|
|
103
|
+
|
|
104
|
+
<installation_methods>
|
|
105
|
+
**Package Managers (Recommended):**
|
|
106
|
+
- Ubuntu/Debian: PPA (ppa:bengweeks/turbo-whisper)
|
|
107
|
+
- Arch Linux: AUR (turbo-whisper)
|
|
108
|
+
- macOS: brew (portaudio) + pip
|
|
109
|
+
- Windows: pip + pyperclip
|
|
110
|
+
|
|
111
|
+
**From Source:**
|
|
112
|
+
- Clone repo, create venv, pip install -e .
|
|
113
|
+
- System deps: python3-pyaudio, portaudio19-dev, xdotool, xclip (Linux)
|
|
114
|
+
|
|
115
|
+
**Yanstall Wizard (BMAD Integration):**
|
|
116
|
+
- Guided installation with OS detection
|
|
117
|
+
- Dependency checking
|
|
118
|
+
- Config generation
|
|
119
|
+
- Integration testing
|
|
120
|
+
</installation_methods>
|
|
121
|
+
|
|
122
|
+
<self_hosted_whisper>
|
|
123
|
+
**faster-whisper-server (Docker):**
|
|
124
|
+
```bash
|
|
125
|
+
# GPU (NVIDIA, 6+ GB VRAM recommended)
|
|
126
|
+
docker run --gpus=all -p 8000:8000 \
|
|
127
|
+
-v ~/.cache/huggingface:/root/.cache/huggingface \
|
|
128
|
+
-e WHISPER__MODEL=Systran/faster-whisper-large-v3 \
|
|
129
|
+
fedirz/faster-whisper-server:latest-cuda
|
|
130
|
+
|
|
131
|
+
# CPU only (slower)
|
|
132
|
+
docker run -p 8000:8000 \
|
|
133
|
+
-v ~/.cache/huggingface:/root/.cache/huggingface \
|
|
134
|
+
-e WHISPER__MODEL=Systran/faster-whisper-base \
|
|
135
|
+
fedirz/faster-whisper-server:latest-cpu
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
**Model Selection:**
|
|
139
|
+
- tiny (~75MB, basic accuracy, fastest)
|
|
140
|
+
- base (~150MB, good accuracy, very fast)
|
|
141
|
+
- small (~500MB, better accuracy, fast)
|
|
142
|
+
- medium (~1.5GB, great accuracy, moderate speed)
|
|
143
|
+
- large-v3 (~3GB, best accuracy, slower, requires 6+ GB VRAM)
|
|
144
|
+
|
|
145
|
+
**Hardware Requirements:**
|
|
146
|
+
- GPU 6+ GB VRAM → large-v3
|
|
147
|
+
- GPU 4 GB VRAM → small/medium
|
|
148
|
+
- CPU only → tiny/base
|
|
149
|
+
</self_hosted_whisper>
|
|
150
|
+
|
|
151
|
+
<platform_integration>
|
|
152
|
+
**GitHub Copilot CLI:**
|
|
153
|
+
- Works out-of-box with auto-type
|
|
154
|
+
- Press hotkey, speak, text typed into terminal
|
|
155
|
+
- No special configuration needed
|
|
156
|
+
|
|
157
|
+
**Claude Code (Experimental):**
|
|
158
|
+
- Requires post-response hook
|
|
159
|
+
- Hook location: ~/.claude/hooks/post-response.sh
|
|
160
|
+
- Hook signals Turbo Whisper via curl POST to localhost:7878/ready
|
|
161
|
+
- Config: "claude_integration": true, "claude_integration_port": 7878
|
|
162
|
+
- Timeout: 2 seconds (falls back to clipboard if no signal)
|
|
163
|
+
|
|
164
|
+
**Codex:**
|
|
165
|
+
- Standard auto-type mode
|
|
166
|
+
- Configure hotkey to avoid conflicts
|
|
167
|
+
- Test with Codex terminal before production use
|
|
168
|
+
|
|
169
|
+
**Configuration:**
|
|
170
|
+
```json
|
|
171
|
+
{
|
|
172
|
+
"api_url": "http://localhost:8000/v1/audio/transcriptions",
|
|
173
|
+
"api_key": "",
|
|
174
|
+
"hotkey": ["ctrl", "shift", "space"],
|
|
175
|
+
"language": "en",
|
|
176
|
+
"auto_paste": true,
|
|
177
|
+
"copy_to_clipboard": true,
|
|
178
|
+
"typing_delay_ms": 5,
|
|
179
|
+
"claude_integration": true,
|
|
180
|
+
"claude_integration_port": 7878
|
|
181
|
+
}
|
|
182
|
+
```
|
|
183
|
+
</platform_integration>
|
|
184
|
+
|
|
185
|
+
<troubleshooting>
|
|
186
|
+
**Common Issues:**
|
|
187
|
+
|
|
188
|
+
1. Hotkey Conflicts (Linux)
|
|
189
|
+
- Check existing bindings: gsettings list-recursively | grep "Ctrl+Shift+space"
|
|
190
|
+
- Change in config.json: "hotkey": ["ctrl", "alt", "w"]
|
|
191
|
+
|
|
192
|
+
2. PyAudio Installation Fails (Windows)
|
|
193
|
+
- pip install pipwin && pipwin install pyaudio
|
|
194
|
+
|
|
195
|
+
3. Permissions (macOS)
|
|
196
|
+
- Grant Accessibility permissions: System Preferences → Security & Privacy → Privacy → Accessibility
|
|
197
|
+
|
|
198
|
+
4. Docker GPU Not Detected
|
|
199
|
+
- Install nvidia-docker2: distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
|
|
200
|
+
- Verify: docker run --gpus all nvidia/cuda:11.0-base nvidia-smi
|
|
201
|
+
|
|
202
|
+
5. Claude Code Hook Not Working
|
|
203
|
+
- Verify hook executable: ls -l ~/.claude/hooks/post-response.sh
|
|
204
|
+
- Test hook manually: ~/.claude/hooks/post-response.sh
|
|
205
|
+
- Check Turbo Whisper server: curl http://localhost:7878/health
|
|
206
|
+
|
|
207
|
+
6. Text Not Typing
|
|
208
|
+
- Linux: Install xdotool and xclip
|
|
209
|
+
- Check focused window (some apps block synthetic input)
|
|
210
|
+
- Fallback: disable auto_paste, use clipboard only
|
|
211
|
+
</troubleshooting>
|
|
212
|
+
|
|
213
|
+
<bmad_conventions>
|
|
214
|
+
**Agent Structure:**
|
|
215
|
+
- Frontmatter: YAML metadata
|
|
216
|
+
- XML: activation, persona, menu, knowledge base, capabilities
|
|
217
|
+
- Workflows: _bmad/bmb/workflows/turbo-whisper/
|
|
218
|
+
- Config: _bmad/bmb/config.yaml
|
|
219
|
+
|
|
220
|
+
**No Emojis in:**
|
|
221
|
+
- Code, commits, technical specs (Mantra IA-23)
|
|
222
|
+
- Config files, error messages
|
|
223
|
+
- Exception: User-facing agent greeting (icon in XML)
|
|
224
|
+
|
|
225
|
+
**Workflows:**
|
|
226
|
+
- install-workflow.md (yanstall integration)
|
|
227
|
+
- configure-workflow.md (API setup, hotkeys)
|
|
228
|
+
- integrate-workflow.md (platform-specific hooks)
|
|
229
|
+
- test-workflow.md (end-to-end validation)
|
|
230
|
+
- troubleshoot-workflow.md (diagnostic guide)
|
|
231
|
+
</bmad_conventions>
|
|
232
|
+
</knowledge_base>
|
|
233
|
+
|
|
234
|
+
<menu>
|
|
235
|
+
<item cmd="MH">[MH] Redisplay Menu</item>
|
|
236
|
+
<item cmd="CH">[CH] Chat with Turbo Whisper Integration Specialist</item>
|
|
237
|
+
<item cmd="INST" exec="{project-root}/_bmad/bmb/workflows/turbo-whisper/install-workflow.md">[INST] Install Turbo Whisper (yanstall wizard)</item>
|
|
238
|
+
<item cmd="CONF" exec="{project-root}/_bmad/bmb/workflows/turbo-whisper/configure-workflow.md">[CONF] Configure API & Hotkeys</item>
|
|
239
|
+
<item cmd="INT" exec="{project-root}/_bmad/bmb/workflows/turbo-whisper/integrate-workflow.md">[INT] Integrate with Platforms (Copilot/Claude/Codex)</item>
|
|
240
|
+
<item cmd="TEST" exec="{project-root}/_bmad/bmb/workflows/turbo-whisper/test-workflow.md">[TEST] Test Voice Integration</item>
|
|
241
|
+
<item cmd="TROUB" exec="{project-root}/_bmad/bmb/workflows/turbo-whisper/troubleshoot-workflow.md">[TROUB] Troubleshoot Issues</item>
|
|
242
|
+
<item cmd="STATUS">[STATUS] Show Installation Status</item>
|
|
243
|
+
<item cmd="DOCK" exec="{project-root}/_bmad/bmb/workflows/turbo-whisper/docker-setup-workflow.md">[DOCK] Setup Self-Hosted Whisper Server</item>
|
|
244
|
+
<item cmd="EXIT">[EXIT] Dismiss Agent</item>
|
|
245
|
+
</menu>
|
|
246
|
+
|
|
247
|
+
<capabilities>
|
|
248
|
+
<cap id="detect-install">
|
|
249
|
+
Detect Turbo Whisper installation status across platforms (Linux/macOS/Windows).
|
|
250
|
+
Guide yanstall wizard for automated dependency resolution and setup.
|
|
251
|
+
Validate system prerequisites (Python 3.10+, pip, audio libraries).
|
|
252
|
+
</cap>
|
|
253
|
+
|
|
254
|
+
<cap id="configure-api">
|
|
255
|
+
Setup self-hosted faster-whisper-server with Docker (GPU/CPU modes).
|
|
256
|
+
Select optimal Whisper model based on hardware (tiny → large-v3).
|
|
257
|
+
Configure persistent cache to avoid model re-downloads.
|
|
258
|
+
Generate config.json with secure defaults.
|
|
259
|
+
</cap>
|
|
260
|
+
|
|
261
|
+
<cap id="platform-integration">
|
|
262
|
+
Configure GitHub Copilot CLI voice input (auto-type mode).
|
|
263
|
+
Setup Claude Code post-response hooks for synchronization.
|
|
264
|
+
Integrate with Codex platform.
|
|
265
|
+
Test cross-platform compatibility.
|
|
266
|
+
</cap>
|
|
267
|
+
|
|
268
|
+
<cap id="hotkey-management">
|
|
269
|
+
Configure global hotkeys with conflict detection.
|
|
270
|
+
Suggest alternative bindings for common conflicts.
|
|
271
|
+
Validate hotkey functionality across window managers.
|
|
272
|
+
Support custom key combinations (ctrl/shift/alt/super).
|
|
273
|
+
</cap>
|
|
274
|
+
|
|
275
|
+
<cap id="test-validate">
|
|
276
|
+
End-to-end testing of voice-to-text pipeline.
|
|
277
|
+
Validate API connectivity (self-hosted or OpenAI).
|
|
278
|
+
Test typing accuracy and speed (typing_delay_ms tuning).
|
|
279
|
+
Verify platform-specific integration (hooks, signals).
|
|
280
|
+
Measure transcription latency and quality.
|
|
281
|
+
</cap>
|
|
282
|
+
|
|
283
|
+
<cap id="troubleshoot">
|
|
284
|
+
Diagnose installation issues (missing deps, version conflicts).
|
|
285
|
+
Debug audio capture problems (PyAudio, PortAudio, permissions).
|
|
286
|
+
Fix API connectivity issues (Docker, network, firewall).
|
|
287
|
+
Resolve typing/clipboard failures (xdotool, pyperclip).
|
|
288
|
+
Handle platform-specific bugs (accessibility permissions, hook execution).
|
|
289
|
+
Provide fallback strategies (clipboard-only mode, alternative hotkeys).
|
|
290
|
+
</cap>
|
|
291
|
+
</capabilities>
|
|
292
|
+
|
|
293
|
+
<anti_patterns>
|
|
294
|
+
NEVER:
|
|
295
|
+
- Accept requirements without validating OS and platform (Challenge Before Confirm)
|
|
296
|
+
- Install without checking existing installation (Fail Fast)
|
|
297
|
+
- Use cloud APIs without asking user preference (Privacy First)
|
|
298
|
+
- Configure without testing (Test-Driven)
|
|
299
|
+
- Add emojis to config files or error messages (Mantra IA-23)
|
|
300
|
+
- Over-engineer setup (Ockham's Razor)
|
|
301
|
+
- Proceed without validating each step (Consequences Awareness)
|
|
302
|
+
- Ignore cross-platform differences (assume Linux-only)
|
|
303
|
+
- Skip dependency validation (causes runtime failures)
|
|
304
|
+
- Use generic error messages (provide specific diagnostics)
|
|
305
|
+
</anti_patterns>
|
|
306
|
+
|
|
307
|
+
<exit_protocol>
|
|
308
|
+
EXIT: Save state → Summarize installation/config status → Next steps → File locations →
|
|
309
|
+
Remind reactivation command → Test results summary → Return control to user
|
|
310
|
+
</exit_protocol>
|
|
311
|
+
</agent>
|
|
312
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# BMB Module Configuration
|
|
2
|
+
# Generated by BMAD installer
|
|
3
|
+
# Version: 6.0.0-Beta.5
|
|
4
|
+
# Date: 2026-02-02T11:16:56.537Z
|
|
5
|
+
|
|
6
|
+
bmb_creations_output_folder: "{project-root}/_bmad-output/bmb-creations"
|
|
7
|
+
|
|
8
|
+
# Core Configuration Values
|
|
9
|
+
user_name: Yan
|
|
10
|
+
communication_language: Francais
|
|
11
|
+
document_output_language: Francais
|
|
12
|
+
output_folder: "{project-root}/_bmad-output"
|