aiox-core 5.0.4 → 5.0.7
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/.aiox-core/core/config/config-cache.js +10 -1
- package/.aiox-core/core/config/config-loader.js +2 -2
- package/.aiox-core/core/execution/build-state-manager.js +1 -1
- package/.aiox-core/core/synapse/runtime/hook-runtime.js +11 -2
- package/.aiox-core/core/utils/yaml-validator.js +1 -1
- package/.aiox-core/data/entity-registry.yaml +761 -796
- package/.aiox-core/development/scripts/workflow-validator.js +92 -18
- package/.aiox-core/development/tasks/create-workflow.md +44 -42
- package/.aiox-core/development/tasks/project-status.md +280 -0
- package/.aiox-core/development/tasks/validate-workflow.md +2 -2
- package/.aiox-core/development/templates/squad/workflow-template.yaml +106 -91
- package/.aiox-core/development/templates/squad-template/workflows/example-workflow.yaml +72 -51
- package/.aiox-core/development/workflows/README.md +12 -5
- package/.aiox-core/development/workflows/development-cycle.yaml +90 -0
- package/.aiox-core/infrastructure/scripts/config-cache.js +10 -1
- package/.aiox-core/install-manifest.yaml +35 -39
- package/.aiox-core/lib/build.json +1 -0
- package/.claude/hooks/precompact-session-digest.cjs +47 -12
- package/.claude/hooks/synapse-engine.cjs +13 -13
- package/README.en.md +23 -37
- package/README.md +26 -38
- package/bin/utils/validate-publish.js +5 -4
- package/package.json +1 -1
- package/packages/installer/src/wizard/i18n.js +18 -15
- package/packages/installer/src/wizard/pro-setup.js +304 -69
- package/pro/README.md +1 -1
- package/pro/feature-registry.yaml +2 -2
- package/pro/license/degradation.js +7 -7
- package/pro/license/errors.js +7 -7
- package/pro/license/index.js +2 -2
- package/pro/license/license-api.js +0 -22
- package/pro/package.json +17 -4
- package/pro/pro-config.yaml +2 -2
- package/pro/squads/README.md +23 -5
- package/pro/squads/aiox-sop/ARCHITECTURE.md +86 -0
- package/pro/squads/aiox-sop/CHANGELOG.md +27 -0
- package/pro/squads/aiox-sop/HEADLINE.md +3 -0
- package/pro/squads/aiox-sop/README.md +77 -0
- package/pro/squads/aiox-sop/agents/sop-analyst.md +363 -0
- package/pro/squads/aiox-sop/agents/sop-auditor.md +294 -0
- package/pro/squads/aiox-sop/agents/sop-chief.md +279 -0
- package/pro/squads/aiox-sop/agents/sop-creator.md +322 -0
- package/pro/squads/aiox-sop/agents/sop-extractor.md +246 -0
- package/pro/squads/aiox-sop/agents/sop-ml-architect.md +310 -0
- package/pro/squads/aiox-sop/checklists/14-point-crosby-checklist.md +84 -0
- package/pro/squads/aiox-sop/checklists/extraction-completeness-checklist.md +78 -0
- package/pro/squads/aiox-sop/checklists/sop-completeness-checklist.md +283 -0
- package/pro/squads/aiox-sop/checklists/sop-ml-validation-checklist.md +157 -0
- package/pro/squads/aiox-sop/checklists/sop-quality-checklist.md +138 -0
- package/pro/squads/aiox-sop/checklists/stranger-test-checklist.md +108 -0
- package/pro/squads/aiox-sop/config.yaml +460 -0
- package/pro/squads/aiox-sop/data/category-map.yaml +647 -0
- package/pro/squads/aiox-sop/data/confidence-levels.yaml +133 -0
- package/pro/squads/aiox-sop/data/infrastructure-connections.yaml +730 -0
- package/pro/squads/aiox-sop/data/market-categories.yaml +65 -0
- package/pro/squads/aiox-sop/data/risk-register.yaml +90 -0
- package/pro/squads/aiox-sop/data/sop-ml-schema-examples.yaml +420 -0
- package/pro/squads/aiox-sop/data/sop-ml-schema.yaml +780 -0
- package/pro/squads/aiox-sop/data/sop-registry.yaml +42 -0
- package/pro/squads/aiox-sop/data/sop-scoring-rubric.yaml +601 -0
- package/pro/squads/aiox-sop/data/sop-standards-reference.yaml +475 -0
- package/pro/squads/aiox-sop/data/task-definitions.yaml +1602 -0
- package/pro/squads/aiox-sop/data/token-assignments.yaml +304 -0
- package/pro/squads/aiox-sop/data/verdict-thresholds.yaml +117 -0
- package/pro/squads/aiox-sop/data/workflow-quality-rubric.yaml +579 -0
- package/pro/squads/aiox-sop/docs/README.md +10 -0
- package/pro/squads/aiox-sop/docs/optimization-doc-drift-2026-03-18.json +20 -0
- package/pro/squads/aiox-sop/docs/optimization-economy-2026-03-18.md +40 -0
- package/pro/squads/aiox-sop/docs/optimization-environment-2026-03-18.json +24 -0
- package/pro/squads/aiox-sop/docs/optimization-material-inventory-2026-03-18.yaml +73 -0
- package/pro/squads/aiox-sop/docs/optimization-repo-baseline-2026-03-18.json +38 -0
- package/pro/squads/aiox-sop/docs/optimization-runtime-smoke-2026-03-18.json +57 -0
- package/pro/squads/aiox-sop/docs/optimization-split-verdict-2026-03-18.json +21 -0
- package/pro/squads/aiox-sop/docs/optimization-validation-2026-03-18.json +53 -0
- package/pro/squads/aiox-sop/docs/optimization-validation-fallback-2026-03-18.json +6 -0
- package/pro/squads/aiox-sop/docs/optimization-workflow-contracts-2026-03-18.json +81 -0
- package/pro/squads/aiox-sop/docs/optimization-yolo-plan-2026-03-18.md +177 -0
- package/pro/squads/aiox-sop/docs/optimization-yolo-report-2026-03-18.md +181 -0
- package/pro/squads/aiox-sop/docs/scaling-strategy.md +129 -0
- package/pro/squads/aiox-sop/examples/README.md +14 -0
- package/pro/squads/aiox-sop/examples/sample-human-sop.md +11 -0
- package/pro/squads/aiox-sop/examples/sample-ml-sop.yaml +14 -0
- package/pro/squads/aiox-sop/outputs/README.md +20 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-001.md +864 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-001.yaml +1225 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-002.md +904 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-002.yaml +431 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-003.md +964 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-003.yaml +392 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-004.md +975 -0
- package/pro/squads/aiox-sop/outputs/SOP-SLIDES-004.yaml +786 -0
- package/pro/squads/aiox-sop/protocols/sop-workflow-integration.md +209 -0
- package/pro/squads/aiox-sop/scripts/convert-sop-format-worker.py +299 -0
- package/pro/squads/aiox-sop/scripts/load-workspace-context.cjs +296 -0
- package/pro/squads/aiox-sop/scripts/normalize-thiagoroas-vsl-extractions.cjs +1448 -0
- package/pro/squads/aiox-sop/scripts/refresh-sop-registry.cjs +331 -0
- package/pro/squads/aiox-sop/scripts/resolve-environment-contract.cjs +107 -0
- package/pro/squads/aiox-sop/scripts/test-load-workspace-context.cjs +100 -0
- package/pro/squads/aiox-sop/scripts/test-resolve-environment-contract.cjs +159 -0
- package/pro/squads/aiox-sop/tasks/analyze-sop.md +464 -0
- package/pro/squads/aiox-sop/tasks/analyze-squad.md +317 -0
- package/pro/squads/aiox-sop/tasks/analyze-workflow.md +343 -0
- package/pro/squads/aiox-sop/tasks/audit-batch.md +354 -0
- package/pro/squads/aiox-sop/tasks/audit-sop.md +528 -0
- package/pro/squads/aiox-sop/tasks/benchmark-sop.md +408 -0
- package/pro/squads/aiox-sop/tasks/certify-sop.md +193 -0
- package/pro/squads/aiox-sop/tasks/check-environment.md +47 -0
- package/pro/squads/aiox-sop/tasks/compliance-check.md +84 -0
- package/pro/squads/aiox-sop/tasks/convert-sop-format.md +413 -0
- package/pro/squads/aiox-sop/tasks/create-checklist.md +267 -0
- package/pro/squads/aiox-sop/tasks/create-sop-human.md +306 -0
- package/pro/squads/aiox-sop/tasks/create-sop-ml.md +313 -0
- package/pro/squads/aiox-sop/tasks/create-sop-operations-suite.md +177 -0
- package/pro/squads/aiox-sop/tasks/delete-aiox-sop.md +38 -0
- package/pro/squads/aiox-sop/tasks/extract-from-video.md +354 -0
- package/pro/squads/aiox-sop/tasks/extract-sop.md +389 -0
- package/pro/squads/aiox-sop/tasks/load-workspace-context.md +112 -0
- package/pro/squads/aiox-sop/tasks/map-core-sop-backlog.md +651 -0
- package/pro/squads/aiox-sop/tasks/re-audit.md +97 -0
- package/pro/squads/aiox-sop/tasks/structured-interview.md +243 -0
- package/pro/squads/aiox-sop/tasks/update-aiox-sop.md +39 -0
- package/pro/squads/aiox-sop/templates/audit-report-template.md +119 -0
- package/pro/squads/aiox-sop/templates/certification-template.md +31 -0
- package/pro/squads/aiox-sop/templates/checklist-from-sop-tmpl.md +142 -0
- package/pro/squads/aiox-sop/templates/decision-tree-template.yaml +209 -0
- package/pro/squads/aiox-sop/templates/extraction-output-template.md +150 -0
- package/pro/squads/aiox-sop/templates/handoff-tmpl.yaml +85 -0
- package/pro/squads/aiox-sop/templates/ml-sop-json-template.json +208 -0
- package/pro/squads/aiox-sop/templates/ml-sop-yaml-template.yaml +204 -0
- package/pro/squads/aiox-sop/templates/nonconformity-register-template.md +85 -0
- package/pro/squads/aiox-sop/templates/sop-analysis-report-tmpl.md +378 -0
- package/pro/squads/aiox-sop/templates/sop-human-tmpl.md +385 -0
- package/pro/squads/aiox-sop/templates/sop-ml-tmpl.md +352 -0
- package/pro/squads/aiox-sop/templates/sop-scorecard-tmpl.md +123 -0
- package/pro/squads/aiox-sop/templates/state-machine-template.yaml +232 -0
- package/pro/squads/aiox-sop/templates/tool-binding-template.yaml +255 -0
- package/pro/squads/aiox-sop/templates/workflow-gap-report-tmpl.yaml +227 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-audit-pipeline.yaml +381 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-audit-pipeline.yaml.bak +332 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-creation-pipeline.yaml +200 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-creation-pipeline.yaml.bak +147 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-extraction-pipeline.yaml +476 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-extraction-pipeline.yaml.bak +441 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-pipeline-definition.yaml +813 -0
- package/pro/squads/aiox-sop/workflows/wf-sop-quality-gates.yaml +473 -0
- package/pro/squads/brand/ARCHITECTURE.md +79 -0
- package/pro/squads/brand/CHANGELOG.md +38 -0
- package/pro/squads/brand/README.md +213 -0
- package/pro/squads/brand/agents/aaker-brand-identity.md +475 -0
- package/pro/squads/brand/agents/archetype-consultant.md +424 -0
- package/pro/squads/brand/agents/brand-chief.md +502 -0
- package/pro/squads/brand/agents/brand-strategist.md +661 -0
- package/pro/squads/brand/agents/domain-scout.md +412 -0
- package/pro/squads/brand/agents/heyward-dtc-brand.md +399 -0
- package/pro/squads/brand/agents/keller-brand-equity.md +390 -0
- package/pro/squads/brand/agents/miller-sticky-brand.md +510 -0
- package/pro/squads/brand/agents/naming-strategist.md +638 -0
- package/pro/squads/brand/agents/nano-banana-generator.md +38 -0
- package/pro/squads/brand/agents/neumeier-differentiation.md +390 -0
- package/pro/squads/brand/agents/ries-positioning.md +413 -0
- package/pro/squads/brand/agents/sharp-brand-science.md +444 -0
- package/pro/squads/brand/agents/storybrand-narrator.md +442 -0
- package/pro/squads/brand/agents/wheeler-brand-design.md +700 -0
- package/pro/squads/brand/agents/yohn-brand-culture.md +391 -0
- package/pro/squads/brand/checklists/brand-naming-checklist.md +46 -0
- package/pro/squads/brand/checklists/brand-quality-gate.md +58 -0
- package/pro/squads/brand/config/veto-conditions.yaml +54 -0
- package/pro/squads/brand/config.yaml +634 -0
- package/pro/squads/brand/data/brand-mappings.yaml +140 -0
- package/pro/squads/brand/data/logo-scds-templates.yaml +224 -0
- package/pro/squads/brand/data/logo-style-library.yaml +226 -0
- package/pro/squads/brand/data/swipe-file.yaml +282 -0
- package/pro/squads/brand/docs/optimization-economy-2026-03-10.md +25 -0
- package/pro/squads/brand/docs/optimization-material-inventory-2026-03-10.yaml +40 -0
- package/pro/squads/brand/docs/optimization-validation-2026-03-10.json +26 -0
- package/pro/squads/brand/docs/optimization-yolo-plan-2026-03-10.md +80 -0
- package/pro/squads/brand/docs/optimization-yolo-report-2026-03-10.md +158 -0
- package/pro/squads/brand/scripts/bootstrap-brand-workspace.sh +47 -0
- package/pro/squads/brand/scripts/validate-brand-essentials.sh +289 -0
- package/pro/squads/brand/tasks/brand-activation.md +86 -0
- package/pro/squads/brand/tasks/brand-book.md +224 -0
- package/pro/squads/brand/tasks/brand-consulting.md +189 -0
- package/pro/squads/brand/tasks/brand-diagnosis.md +81 -0
- package/pro/squads/brand/tasks/brand-identity.md +255 -0
- package/pro/squads/brand/tasks/brand-messaging.md +226 -0
- package/pro/squads/brand/tasks/brand-quality-gate.md +213 -0
- package/pro/squads/brand/tasks/create-brand-epic.md +129 -0
- package/pro/squads/brand/tasks/create-brand-story.md +155 -0
- package/pro/squads/brand/tasks/delete-brand.md +56 -0
- package/pro/squads/brand/tasks/domain-check.md +120 -0
- package/pro/squads/brand/tasks/load-workspace-context.md +112 -0
- package/pro/squads/brand/tasks/logo-curate.md +180 -0
- package/pro/squads/brand/tasks/logo-deliverable.md +210 -0
- package/pro/squads/brand/tasks/logo-generate.md +143 -0
- package/pro/squads/brand/tasks/logo-intake.md +151 -0
- package/pro/squads/brand/tasks/logo-prompt-engineering.md +151 -0
- package/pro/squads/brand/tasks/logo-refine.md +156 -0
- package/pro/squads/brand/tasks/logo-strategic-direction.md +160 -0
- package/pro/squads/brand/tasks/naming-generation.md +118 -0
- package/pro/squads/brand/tasks/positioning-narrative.md +93 -0
- package/pro/squads/brand/tasks/update-brand.md +52 -0
- package/pro/squads/brand/templates/brand-epic-tmpl.md +124 -0
- package/pro/squads/brand/templates/brand-story-tmpl.md +133 -0
- package/pro/squads/brand/templates/brandbook-tmpl.yaml +38 -0
- package/pro/squads/brand/templates/naming-report-tmpl.md +36 -0
- package/pro/squads/brand/workflows/wf-brand-activation-system.yaml +148 -0
- package/pro/squads/brand/workflows/wf-brand-all-hands.yaml +368 -0
- package/pro/squads/brand/workflows/wf-brand-complete.yaml +223 -0
- package/pro/squads/brand/workflows/wf-brand-consulting.yaml +301 -0
- package/pro/squads/brand/workflows/wf-brand-foundations.yaml +129 -0
- package/pro/squads/brand/workflows/wf-brand-mockup-generation.yaml +247 -0
- package/pro/squads/brand/workflows/wf-brand-positioning-narrative.yaml +146 -0
- package/pro/squads/brand/workflows/wf-logo-brainstorm.yaml +297 -0
- package/pro/squads/brand/workflows/wf-naming-to-domain.yaml +152 -0
- package/pro/squads/claude-code-mastery/ARCHITECTURE.md +224 -0
- package/pro/squads/claude-code-mastery/CHANGELOG.md +41 -0
- package/pro/squads/claude-code-mastery/README.md +146 -0
- package/pro/squads/claude-code-mastery/agents/claude-mastery-chief.md +542 -0
- package/pro/squads/claude-code-mastery/agents/config-engineer.md +1051 -0
- package/pro/squads/claude-code-mastery/agents/hooks-architect.md +1088 -0
- package/pro/squads/claude-code-mastery/agents/mcp-integrator.md +790 -0
- package/pro/squads/claude-code-mastery/agents/project-integrator.md +1184 -0
- package/pro/squads/claude-code-mastery/agents/roadmap-sentinel.md +922 -0
- package/pro/squads/claude-code-mastery/agents/skill-craftsman.md +1302 -0
- package/pro/squads/claude-code-mastery/agents/swarm-orchestrator.md +1072 -0
- package/pro/squads/claude-code-mastery/checklists/agent-team-readiness-checklist.md +88 -0
- package/pro/squads/claude-code-mastery/checklists/brownfield-readiness-checklist.md +91 -0
- package/pro/squads/claude-code-mastery/checklists/change-checklist.md +75 -0
- package/pro/squads/claude-code-mastery/checklists/context-rot-checklist.md +116 -0
- package/pro/squads/claude-code-mastery/checklists/integration-audit-checklist.md +104 -0
- package/pro/squads/claude-code-mastery/checklists/multi-agent-review-checklist.md +77 -0
- package/pro/squads/claude-code-mastery/checklists/pre-push-checklist.md +79 -0
- package/pro/squads/claude-code-mastery/config.yaml +351 -0
- package/pro/squads/claude-code-mastery/data/cc-architecture-map.yaml +217 -0
- package/pro/squads/claude-code-mastery/data/cc-permission-rules.yaml +281 -0
- package/pro/squads/claude-code-mastery/data/ci-cd-patterns.yaml +412 -0
- package/pro/squads/claude-code-mastery/data/claude-code-quick-ref.yaml +436 -0
- package/pro/squads/claude-code-mastery/data/frontmatter-schemas.yaml +395 -0
- package/pro/squads/claude-code-mastery/data/hook-patterns.yaml +799 -0
- package/pro/squads/claude-code-mastery/data/infrastructure-map.yaml +53 -0
- package/pro/squads/claude-code-mastery/data/journey-log-events.yaml +115 -0
- package/pro/squads/claude-code-mastery/data/mcp-integration-catalog.yaml +323 -0
- package/pro/squads/claude-code-mastery/data/project-type-signatures.yaml +335 -0
- package/pro/squads/claude-code-mastery/data/quality-gates.yaml +43 -0
- package/pro/squads/claude-code-mastery/data/swarm-agent-schema.yaml +35 -0
- package/pro/squads/claude-code-mastery/data/token-registry.yaml +213 -0
- package/pro/squads/claude-code-mastery/scripts/README-Permission-Sync.md +38 -0
- package/pro/squads/claude-code-mastery/scripts/generate-tool-allowlists.js +232 -0
- package/pro/squads/claude-code-mastery/scripts/inject-accountability-tokens.js +91 -0
- package/pro/squads/claude-code-mastery/scripts/inject-output-schemas.js +131 -0
- package/pro/squads/claude-code-mastery/scripts/inject-swarm-fields.js +92 -0
- package/pro/squads/claude-code-mastery/scripts/prepare-claude-runtime.sh +26 -0
- package/pro/squads/claude-code-mastery/scripts/publish-mastery-report.sh +17 -0
- package/pro/squads/claude-code-mastery/scripts/session-usage-report.py +982 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_cache.py +163 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_claude_adapter.py +375 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_facets.py +1128 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_html.py +989 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_inventory.py +66 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_markdown.py +506 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_mock_insights_adapter.py +277 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_pipeline.py +519 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_recommendations.py +317 -0
- package/pro/squads/claude-code-mastery/scripts/session_usage_report_usage.py +235 -0
- package/pro/squads/claude-code-mastery/scripts/test_session_usage_report.py +1910 -0
- package/pro/squads/claude-code-mastery/scripts/validate-setup.js +597 -0
- package/pro/squads/claude-code-mastery/squad-io.yaml +151 -0
- package/pro/squads/claude-code-mastery/tasks/align-memory-context.md +212 -0
- package/pro/squads/claude-code-mastery/tasks/audit-integration.md +252 -0
- package/pro/squads/claude-code-mastery/tasks/audit-settings.md +239 -0
- package/pro/squads/claude-code-mastery/tasks/audit-setup.md +258 -0
- package/pro/squads/claude-code-mastery/tasks/brownfield-setup.md +355 -0
- package/pro/squads/claude-code-mastery/tasks/ci-cd-setup.md +368 -0
- package/pro/squads/claude-code-mastery/tasks/claude-md-engineer.md +367 -0
- package/pro/squads/claude-code-mastery/tasks/configure-claude-code.md +248 -0
- package/pro/squads/claude-code-mastery/tasks/context-rot-audit.md +363 -0
- package/pro/squads/claude-code-mastery/tasks/create-agent-definition.md +311 -0
- package/pro/squads/claude-code-mastery/tasks/create-rules.md +239 -0
- package/pro/squads/claude-code-mastery/tasks/create-team-topology.md +291 -0
- package/pro/squads/claude-code-mastery/tasks/delete-claude-code-mastery.md +224 -0
- package/pro/squads/claude-code-mastery/tasks/diagnose.md +199 -0
- package/pro/squads/claude-code-mastery/tasks/enterprise-config.md +379 -0
- package/pro/squads/claude-code-mastery/tasks/hook-designer.md +315 -0
- package/pro/squads/claude-code-mastery/tasks/integrate-project.md +337 -0
- package/pro/squads/claude-code-mastery/tasks/mcp-integration-plan.md +284 -0
- package/pro/squads/claude-code-mastery/tasks/mcp-workflow.md +330 -0
- package/pro/squads/claude-code-mastery/tasks/multi-project-setup.md +261 -0
- package/pro/squads/claude-code-mastery/tasks/optimize-context.md +250 -0
- package/pro/squads/claude-code-mastery/tasks/optimize-workflow.md +270 -0
- package/pro/squads/claude-code-mastery/tasks/parallel-decomposition.md +326 -0
- package/pro/squads/claude-code-mastery/tasks/permission-strategy.md +315 -0
- package/pro/squads/claude-code-mastery/tasks/rebuild-runtime-validator.md +234 -0
- package/pro/squads/claude-code-mastery/tasks/refresh-runtime-contract.md +235 -0
- package/pro/squads/claude-code-mastery/tasks/sandbox-setup.md +312 -0
- package/pro/squads/claude-code-mastery/tasks/setup-repository.md +263 -0
- package/pro/squads/claude-code-mastery/tasks/setup-wizard.md +269 -0
- package/pro/squads/claude-code-mastery/tasks/update-claude-code-mastery.md +227 -0
- package/pro/squads/claude-code-mastery/tasks/worktree-strategy.md +353 -0
- package/pro/squads/claude-code-mastery/templates/baseline-kpis-tmpl.yaml +0 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-fullstack.md +147 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-library.md +175 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-microservices.md +186 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-mobile.md +198 -0
- package/pro/squads/claude-code-mastery/templates/claude-md-monorepo.md +139 -0
- package/pro/squads/claude-code-mastery/templates/concept-mapping-tmpl.yaml +0 -0
- package/pro/squads/claude-code-mastery/templates/cross-domain-handoff-tmpl.yaml +15 -0
- package/pro/squads/claude-code-mastery/templates/github-actions-claude-ci.yml +348 -0
- package/pro/squads/claude-code-mastery/templates/github-actions-claude-review.yml +179 -0
- package/pro/squads/claude-code-mastery/templates/hook-implementation-tmpl.md +24 -0
- package/pro/squads/claude-code-mastery/templates/mcp-config-tmpl.yaml +18 -0
- package/pro/squads/claude-code-mastery/templates/session-usage-report-page.css +591 -0
- package/pro/squads/claude-code-mastery/templates/session-usage-report-page.html +32 -0
- package/pro/squads/claude-code-mastery/templates/session-usage-report-tmpl.yaml +224 -0
- package/pro/squads/claude-code-mastery/templates/skill-definition-tmpl.md +67 -0
- package/pro/squads/claude-code-mastery/templates/violations-log-tmpl.jsonl +0 -0
- package/pro/squads/claude-code-mastery/workflows/wf-audit-complete.yaml +178 -0
- package/pro/squads/claude-code-mastery/workflows/wf-knowledge-update.yaml +447 -0
- package/pro/squads/claude-code-mastery/workflows/wf-project-setup.yaml +236 -0
- package/pro/squads/data/HEADLINE.md +3 -0
- package/pro/squads/data/README.md +292 -0
- package/pro/squads/data/agents/avinash-kaushik.md +1117 -0
- package/pro/squads/data/agents/data-chief.md +1035 -0
- package/pro/squads/data/agents/david-spinks.md +1896 -0
- package/pro/squads/data/agents/nick-mehta.md +1338 -0
- package/pro/squads/data/agents/peter-fader.md +1815 -0
- package/pro/squads/data/agents/sean-ellis.md +2460 -0
- package/pro/squads/data/agents/wes-kao.md +2124 -0
- package/pro/squads/data/checklists/cbc-readiness-checklist.md +155 -0
- package/pro/squads/data/checklists/community-health-checklist.md +131 -0
- package/pro/squads/data/checklists/customer-360-checklist.md +997 -0
- package/pro/squads/data/checklists/customer-centricity-checklist.md +105 -0
- package/pro/squads/data/checklists/health-score-checklist.md +984 -0
- package/pro/squads/data/checklists/pre-implementation-checklist.md +291 -0
- package/pro/squads/data/checklists/so-what-checklist.md +326 -0
- package/pro/squads/data/config.yaml +705 -0
- package/pro/squads/data/data/.gitkeep +0 -0
- package/pro/squads/data/data/README.md +84 -0
- package/pro/squads/data/data/framework/01_arquitetura_geral.md +134 -0
- package/pro/squads/data/data/framework/02_tier0_fundacao.md +198 -0
- package/pro/squads/data/data/framework/03_tier0_fundamentadores.md +297 -0
- package/pro/squads/data/data/framework/04_tier1_operacionalizadores.md +447 -0
- package/pro/squads/data/data/framework/05_tier2_comunicadores.md +297 -0
- package/pro/squads/data/data/framework/06_matriz_decisao.md +328 -0
- package/pro/squads/data/data/framework/07_workflows.md +552 -0
- package/pro/squads/data/data/framework/08_cheatsheet.md +216 -0
- package/pro/squads/data/examples/cohorts-diagnostic-sample-output.yaml +10 -0
- package/pro/squads/data/outputs/workspace-hardening-summary.md +12 -0
- package/pro/squads/data/projects/data-v1-setup/prd.json +440 -0
- package/pro/squads/data/projects/data-v1-setup/prompt.md +184 -0
- package/pro/squads/data/scripts/bootstrap-data-workspace.sh +186 -0
- package/pro/squads/data/scripts/validate-data-essentials.sh +237 -0
- package/pro/squads/data/tasks/analyze-cohort.md +1777 -0
- package/pro/squads/data/tasks/build-attribution.md +1695 -0
- package/pro/squads/data/tasks/calculate-clv.md +1660 -0
- package/pro/squads/data/tasks/create-dashboard.md +2305 -0
- package/pro/squads/data/tasks/define-north-star.md +1779 -0
- package/pro/squads/data/tasks/design-health-score.md +1952 -0
- package/pro/squads/data/tasks/design-learning-outcomes.md +2122 -0
- package/pro/squads/data/tasks/load-workspace-context.md +115 -0
- package/pro/squads/data/tasks/measure-community.md +1376 -0
- package/pro/squads/data/tasks/predict-churn.md +1979 -0
- package/pro/squads/data/tasks/run-growth-experiment.md +1863 -0
- package/pro/squads/data/tasks/run-pmf-test.md +1514 -0
- package/pro/squads/data/tasks/segment-rfm.md +2070 -0
- package/pro/squads/data/templates/attribution-report-tmpl.yaml +94 -0
- package/pro/squads/data/templates/churn-alert-tmpl.yaml +529 -0
- package/pro/squads/data/templates/clv-report-tmpl.yaml +818 -0
- package/pro/squads/data/templates/cohort-analysis-tmpl.yaml +72 -0
- package/pro/squads/data/templates/cohorts/community-health-cohort-tmpl.yaml +60 -0
- package/pro/squads/data/templates/cohorts/executive-summary-tmpl.yaml +54 -0
- package/pro/squads/data/templates/cohorts/icp-deep-analysis-tmpl.yaml +49 -0
- package/pro/squads/data/templates/cohorts/learning-journey-tmpl.yaml +52 -0
- package/pro/squads/data/templates/cohorts/segmentation-rfm-tmpl.yaml +48 -0
- package/pro/squads/data/templates/cohorts/student-health-score-tmpl.yaml +50 -0
- package/pro/squads/data/templates/community-health-tmpl.yaml +106 -0
- package/pro/squads/data/templates/customer-360-tmpl.yaml +80 -0
- package/pro/squads/data/templates/dmmm-tmpl.yaml +134 -0
- package/pro/squads/data/templates/executive-report-tmpl.yaml +432 -0
- package/pro/squads/data/templates/health-score-report-tmpl.yaml +644 -0
- package/pro/squads/data/templates/learning-outcomes-tmpl.yaml +112 -0
- package/pro/squads/data/workflows/cohort-analysis-workflow.md +356 -0
- package/pro/squads/data/workflows/cohorts-diagnostic.md +96 -0
- package/pro/squads/data/workflows/create-churn-system.md +354 -0
- package/pro/squads/data/workflows/fix-completion-rate.md +436 -0
- package/pro/squads/data/workflows/implement-attribution.md +371 -0
- package/pro/squads/data/workflows/implement-customer-360.md +297 -0
- package/pro/squads/data/workflows/optimize-community-workflow.md +463 -0
- package/pro/squads/data/workspace-hardening-state.json +6 -0
- package/pro/squads/db-sage/README.md +331 -0
- package/pro/squads/db-sage/agents/db-sage.md +317 -0
- package/pro/squads/db-sage/checklists/database-design-checklist.md +79 -0
- package/pro/squads/db-sage/checklists/database-migration-documentation-checklist.md +348 -0
- package/pro/squads/db-sage/checklists/db-kiss-validation-checklist.md +246 -0
- package/pro/squads/db-sage/checklists/dba-predeploy-checklist.md +276 -0
- package/pro/squads/db-sage/checklists/dba-rollback-checklist.md +65 -0
- package/pro/squads/db-sage/checklists/migration-validation-checklist.md +195 -0
- package/pro/squads/db-sage/checklists/supabase-best-practices-audit.md +256 -0
- package/pro/squads/db-sage/config.yaml +165 -0
- package/pro/squads/db-sage/data/database-best-practices.md +42 -0
- package/pro/squads/db-sage/data/migration-safety-guide.md +64 -0
- package/pro/squads/db-sage/data/postgres-tuning-guide.md +39 -0
- package/pro/squads/db-sage/data/rls-security-patterns.md +46 -0
- package/pro/squads/db-sage/data/supabase-agent-skills.md +970 -0
- package/pro/squads/db-sage/data/supabase-patterns.md +482 -0
- package/pro/squads/db-sage/docs/.gitkeep +0 -0
- package/pro/squads/db-sage/scripts/database-adapters/detect-database.sh +113 -0
- package/pro/squads/db-sage/scripts/database-adapters/postgresql-schema-loader.sh +334 -0
- package/pro/squads/db-sage/scripts/database-adapters/unified-db-loader.sh +176 -0
- package/pro/squads/db-sage/scripts/database-operations/README.md +638 -0
- package/pro/squads/db-sage/scripts/database-operations/backup-manager.sh +341 -0
- package/pro/squads/db-sage/scripts/database-operations/connection-monitor.sh +433 -0
- package/pro/squads/db-sage/scripts/database-operations/constraint-validator.sh +588 -0
- package/pro/squads/db-sage/scripts/database-operations/data-anonymizer.sh +446 -0
- package/pro/squads/db-sage/scripts/database-operations/data-loader.sh +346 -0
- package/pro/squads/db-sage/scripts/database-operations/explain-analyzer.sh +285 -0
- package/pro/squads/db-sage/scripts/database-operations/health-checker.sh +512 -0
- package/pro/squads/db-sage/scripts/database-operations/index-manager.sh +380 -0
- package/pro/squads/db-sage/scripts/database-operations/migration-generator.sh +490 -0
- package/pro/squads/db-sage/scripts/database-operations/migration-safe-runner.sh +228 -0
- package/pro/squads/db-sage/scripts/database-operations/permission-auditor.sh +513 -0
- package/pro/squads/db-sage/scripts/database-operations/query-killer.sh +306 -0
- package/pro/squads/db-sage/scripts/database-operations/replication-monitor.sh +366 -0
- package/pro/squads/db-sage/scripts/database-operations/rls-policy-installer.sh +480 -0
- package/pro/squads/db-sage/scripts/database-operations/rls-test-suite.sh +172 -0
- package/pro/squads/db-sage/scripts/database-operations/schema-differ.sh +265 -0
- package/pro/squads/db-sage/scripts/database-operations/security-scanner.sh +683 -0
- package/pro/squads/db-sage/scripts/database-operations/setup-pgpass.sh +185 -0
- package/pro/squads/db-sage/scripts/database-operations/vacuum-optimizer.sh +448 -0
- package/pro/squads/db-sage/scripts/db-ops/backup-manager.sh +321 -0
- package/pro/squads/db-sage/scripts/db-ops/best-practices-auditor.sh +534 -0
- package/pro/squads/db-sage/scripts/db-ops/bootstrap-runner.sh +255 -0
- package/pro/squads/db-sage/scripts/db-ops/data-loader.sh +616 -0
- package/pro/squads/db-sage/scripts/db-ops/detect-database.sh +25 -0
- package/pro/squads/db-sage/scripts/db-ops/explain-analyzer.sh +90 -0
- package/pro/squads/db-sage/scripts/db-ops/health-checker.sh +323 -0
- package/pro/squads/db-sage/scripts/db-ops/migration-runner.sh +308 -0
- package/pro/squads/db-sage/scripts/db-ops/query-runner.sh +171 -0
- package/pro/squads/db-sage/scripts/db-ops/rls-policy-installer.sh +46 -0
- package/pro/squads/db-sage/scripts/db-ops/rls-test-suite.sh +38 -0
- package/pro/squads/db-sage/scripts/db-ops/schema-context-loader.sh +25 -0
- package/pro/squads/db-sage/scripts/db-ops/squad-integration-preflight.sh +155 -0
- package/pro/squads/db-sage/tasks/create-doc.md +107 -0
- package/pro/squads/db-sage/tasks/db-analyze-hotpaths.md +406 -0
- package/pro/squads/db-sage/tasks/db-apply-migration.md +206 -0
- package/pro/squads/db-sage/tasks/db-best-practices-audit.md +523 -0
- package/pro/squads/db-sage/tasks/db-bootstrap.md +464 -0
- package/pro/squads/db-sage/tasks/db-dry-run.md +122 -0
- package/pro/squads/db-sage/tasks/db-env-check.md +94 -0
- package/pro/squads/db-sage/tasks/db-explain.md +461 -0
- package/pro/squads/db-sage/tasks/db-impersonate.md +326 -0
- package/pro/squads/db-sage/tasks/db-load-csv.md +433 -0
- package/pro/squads/db-sage/tasks/db-policy-apply.md +464 -0
- package/pro/squads/db-sage/tasks/db-rls-audit.md +241 -0
- package/pro/squads/db-sage/tasks/db-rollback.md +573 -0
- package/pro/squads/db-sage/tasks/db-run-sql.md +453 -0
- package/pro/squads/db-sage/tasks/db-seed.md +230 -0
- package/pro/squads/db-sage/tasks/db-smoke-test.md +181 -0
- package/pro/squads/db-sage/tasks/db-snapshot.md +403 -0
- package/pro/squads/db-sage/tasks/db-squad-integration.md +487 -0
- package/pro/squads/db-sage/tasks/db-verify-order.md +344 -0
- package/pro/squads/db-sage/tasks/domain-modeling.md +517 -0
- package/pro/squads/db-sage/tasks/execute-checklist.md +99 -0
- package/pro/squads/db-sage/tasks/kiss.md +129 -0
- package/pro/squads/db-sage/tasks/query-optimization.md +599 -0
- package/pro/squads/db-sage/tasks/schema-audit.md +833 -0
- package/pro/squads/db-sage/tasks/supabase-setup.md +536 -0
- package/pro/squads/db-sage/templates/backup-metadata.json.tmpl +7 -0
- package/pro/squads/db-sage/templates/db-analysis-template.yaml +291 -0
- package/pro/squads/db-sage/templates/index-strategy-tmpl.yaml +53 -0
- package/pro/squads/db-sage/templates/migration-plan-tmpl.yaml +1022 -0
- package/pro/squads/db-sage/templates/migration.sql.tmpl +9 -0
- package/pro/squads/db-sage/templates/rls-policies-tmpl.yaml +1201 -0
- package/pro/squads/db-sage/templates/rollback.sql.tmpl +9 -0
- package/pro/squads/db-sage/templates/schema-design-tmpl.yaml +426 -0
- package/pro/squads/db-sage/workflows/analyze-data-workflow.yaml +407 -0
- package/pro/squads/db-sage/workflows/backup-restore-workflow.yaml +121 -0
- package/pro/squads/db-sage/workflows/kiss-gate-workflow.yaml +143 -0
- package/pro/squads/db-sage/workflows/modify-schema-workflow.yaml +440 -0
- package/pro/squads/db-sage/workflows/performance-tuning-workflow.yaml +104 -0
- package/pro/squads/db-sage/workflows/query-database-workflow.yaml +394 -0
- package/pro/squads/db-sage/workflows/setup-database-workflow.yaml +428 -0
- package/pro/squads/design/agents/nano-banana-generator.md +2 -2
- package/pro/squads/design/config.yaml +3 -0
- package/pro/squads/design/docs/tool-discovery-report.md +1 -1
- package/pro/squads/design/tasks/create-doc.md +1 -1
- package/pro/squads/etl-ops/HEADLINE.md +3 -0
- package/pro/squads/etl-ops/README.md +121 -0
- package/pro/squads/etl-ops/agents/etl-chief.md +440 -0
- package/pro/squads/etl-ops/agents/etl-extractor.md +352 -0
- package/pro/squads/etl-ops/agents/etl-transformer.md +409 -0
- package/pro/squads/etl-ops/checklists/.gitkeep +0 -0
- package/pro/squads/etl-ops/checklists/README.md +1 -0
- package/pro/squads/etl-ops/config.yaml +405 -0
- package/pro/squads/etl-ops/data/checkpoints.yaml +92 -0
- package/pro/squads/etl-ops/data/enriched-transcript.schema.json +107 -0
- package/pro/squads/etl-ops/data/infrastructure-map.yaml +27 -0
- package/pro/squads/etl-ops/data/output-contract.yaml +85 -0
- package/pro/squads/etl-ops/data/process.schema.json +293 -0
- package/pro/squads/etl-ops/data/quality-gates.yaml +40 -0
- package/pro/squads/etl-ops/data/routing-profiles.yaml +239 -0
- package/pro/squads/etl-ops/data/service-catalog.yaml +13 -0
- package/pro/squads/etl-ops/data/token-registry.yaml +58 -0
- package/pro/squads/etl-ops/docs/.gitkeep +0 -0
- package/pro/squads/etl-ops/scripts/bootstrap-etl-workspace.sh +42 -0
- package/pro/squads/etl-ops/scripts/etl-env-bootstrap.sh +876 -0
- package/pro/squads/etl-ops/scripts/validate-etl-essentials.sh +164 -0
- package/pro/squads/etl-ops/squad-io.yaml +61 -0
- package/pro/squads/etl-ops/tasks/compile.md +191 -0
- package/pro/squads/etl-ops/tasks/enrich.md +236 -0
- package/pro/squads/etl-ops/tasks/etl-env-bootstrap.md +140 -0
- package/pro/squads/etl-ops/tasks/extract-keyframes.md +318 -0
- package/pro/squads/etl-ops/tasks/extract-podcast.md +146 -0
- package/pro/squads/etl-ops/tasks/load-workspace-context.md +140 -0
- package/pro/squads/etl-ops/tasks/process.md +185 -0
- package/pro/squads/etl-ops/tasks/summarize-book.md +121 -0
- package/pro/squads/etl-ops/templates/cross-domain-handoff-tmpl.yaml +9 -0
- package/pro/squads/etl-ops/workflows/etl-pipeline.yaml +25 -0
- package/pro/squads/etl-ops/workflows/etl-thresholds.yaml +15 -0
- package/pro/squads/hormozi/HEADLINE.md +3 -0
- package/pro/squads/hormozi/README.md +313 -0
- package/pro/squads/hormozi/agents/hormozi-ads.md +1863 -0
- package/pro/squads/hormozi/agents/hormozi-advisor.md +1866 -0
- package/pro/squads/hormozi/agents/hormozi-audit.md +2301 -0
- package/pro/squads/hormozi/agents/hormozi-chief.md +1671 -0
- package/pro/squads/hormozi/agents/hormozi-closer.md +2631 -0
- package/pro/squads/hormozi/agents/hormozi-content.md +2148 -0
- package/pro/squads/hormozi/agents/hormozi-copy.md +2000 -0
- package/pro/squads/hormozi/agents/hormozi-hooks.md +1790 -0
- package/pro/squads/hormozi/agents/hormozi-launch.md +1734 -0
- package/pro/squads/hormozi/agents/hormozi-leads.md +1022 -0
- package/pro/squads/hormozi/agents/hormozi-models.md +1429 -0
- package/pro/squads/hormozi/agents/hormozi-offers.md +2228 -0
- package/pro/squads/hormozi/agents/hormozi-pricing.md +1784 -0
- package/pro/squads/hormozi/agents/hormozi-retention.md +1467 -0
- package/pro/squads/hormozi/agents/hormozi-scale.md +2312 -0
- package/pro/squads/hormozi/agents/hormozi-workshop.md +2715 -0
- package/pro/squads/hormozi/checklists/5-horsemen-checklist.md +188 -0
- package/pro/squads/hormozi/checklists/activation-point-checklist.md +156 -0
- package/pro/squads/hormozi/checklists/ad-angles-checklist.md +395 -0
- package/pro/squads/hormozi/checklists/affiliates-referrals-checklist.md +411 -0
- package/pro/squads/hormozi/checklists/antipattern-screening.md +319 -0
- package/pro/squads/hormozi/checklists/bonuses-checklist.md +282 -0
- package/pro/squads/hormozi/checklists/branding-checklist.md +547 -0
- package/pro/squads/hormozi/checklists/churn-diagnosis-checklist.md +148 -0
- package/pro/squads/hormozi/checklists/content-creation-checklist.md +598 -0
- package/pro/squads/hormozi/checklists/core-four-checklist.md +543 -0
- package/pro/squads/hormozi/checklists/customer-journey-checklist.md +207 -0
- package/pro/squads/hormozi/checklists/downsell-strategy-checklist.md +306 -0
- package/pro/squads/hormozi/checklists/email-campaign-checklist.md +484 -0
- package/pro/squads/hormozi/checklists/engagement-scoring-checklist.md +227 -0
- package/pro/squads/hormozi/checklists/exit-interview-checklist.md +206 -0
- package/pro/squads/hormozi/checklists/fast-cash-checklist.md +434 -0
- package/pro/squads/hormozi/checklists/goated-ads-checklist.md +558 -0
- package/pro/squads/hormozi/checklists/golden-ratios-veto.md +340 -0
- package/pro/squads/hormozi/checklists/guarantees-checklist.md +312 -0
- package/pro/squads/hormozi/checklists/hooks-checklist.md +621 -0
- package/pro/squads/hormozi/checklists/landing-page-checklist.md +514 -0
- package/pro/squads/hormozi/checklists/launch-checklist.md +1033 -0
- package/pro/squads/hormozi/checklists/lead-magnet-checklist.md +421 -0
- package/pro/squads/hormozi/checklists/lead-nurture-checklist.md +730 -0
- package/pro/squads/hormozi/checklists/ltv-checklist.md +953 -0
- package/pro/squads/hormozi/checklists/market-validation-veto.md +248 -0
- package/pro/squads/hormozi/checklists/marketing-machine-checklist.md +570 -0
- package/pro/squads/hormozi/checklists/money-model-checklist.md +226 -0
- package/pro/squads/hormozi/checklists/naming-framework-checklist.md +325 -0
- package/pro/squads/hormozi/checklists/offer-architecture-checklist.md +542 -0
- package/pro/squads/hormozi/checklists/onboarding-30-day-checklist.md +223 -0
- package/pro/squads/hormozi/checklists/price-raise-checklist.md +399 -0
- package/pro/squads/hormozi/checklists/pricing-checklist.md +228 -0
- package/pro/squads/hormozi/checklists/pricing-framework-checklist.md +627 -0
- package/pro/squads/hormozi/checklists/registration-page-checklist.md +429 -0
- package/pro/squads/hormozi/checklists/retention-checklist.md +977 -0
- package/pro/squads/hormozi/checklists/sales-page-checklist.md +682 -0
- package/pro/squads/hormozi/checklists/scarcity-urgency-checklist.md +423 -0
- package/pro/squads/hormozi/checklists/subscription-model-checklist.md +342 -0
- package/pro/squads/hormozi/checklists/upsell-page-checklist.md +374 -0
- package/pro/squads/hormozi/checklists/upsell-sequence-checklist.md +217 -0
- package/pro/squads/hormozi/checklists/upsell-strategy-checklist.md +424 -0
- package/pro/squads/hormozi/checklists/value-equation-checklist.md +387 -0
- package/pro/squads/hormozi/checklists/vsl-script-checklist.md +464 -0
- package/pro/squads/hormozi/checklists/workshop-launch-checklist.md +585 -0
- package/pro/squads/hormozi/config/veto-conditions.yaml +324 -0
- package/pro/squads/hormozi/config.yaml +617 -0
- package/pro/squads/hormozi/data/antipatterns-database.yaml +402 -0
- package/pro/squads/hormozi/data/hormozi-case-library.yaml +469 -0
- package/pro/squads/hormozi/data/hormozi-infrastructure-map.yaml +16 -0
- package/pro/squads/hormozi/data/hormozi-service-catalog.yaml +14 -0
- package/pro/squads/hormozi/data/minds/hormozi-ads_dna.yaml +75 -0
- package/pro/squads/hormozi/data/minds/hormozi-advisor_dna.yaml +112 -0
- package/pro/squads/hormozi/data/minds/hormozi-audit_dna.yaml +124 -0
- package/pro/squads/hormozi/data/minds/hormozi-closer_dna.yaml +109 -0
- package/pro/squads/hormozi/data/minds/hormozi-content_dna.yaml +112 -0
- package/pro/squads/hormozi/data/minds/hormozi-copy_dna.yaml +115 -0
- package/pro/squads/hormozi/data/minds/hormozi-hooks_dna.yaml +134 -0
- package/pro/squads/hormozi/data/minds/hormozi-launch_dna.yaml +122 -0
- package/pro/squads/hormozi/data/minds/hormozi-leads_dna.yaml +64 -0
- package/pro/squads/hormozi/data/minds/hormozi-models_dna.yaml +111 -0
- package/pro/squads/hormozi/data/minds/hormozi-offers_dna.yaml +100 -0
- package/pro/squads/hormozi/data/minds/hormozi-pricing_dna.yaml +129 -0
- package/pro/squads/hormozi/data/minds/hormozi-retention_dna.yaml +120 -0
- package/pro/squads/hormozi/data/minds/hormozi-scale_dna.yaml +112 -0
- package/pro/squads/hormozi/data/minds/hormozi-thinking-dna.yaml +421 -0
- package/pro/squads/hormozi/data/minds/hormozi-voice-dna.yaml +548 -0
- package/pro/squads/hormozi/data/minds/hormozi-workshop_dna.yaml +109 -0
- package/pro/squads/hormozi/data/quality-gates.yaml +76 -0
- package/pro/squads/hormozi/data/scaling-by-business-type.yaml +166 -0
- package/pro/squads/hormozi/data/source-index.yaml +215 -0
- package/pro/squads/hormozi/data/swipefiles/ads-swipefile.yaml +378 -0
- package/pro/squads/hormozi/data/swipefiles/blueprint-swipefile.yaml +1223 -0
- package/pro/squads/hormozi/data/swipefiles/branding-swipefile.yaml +142 -0
- package/pro/squads/hormozi/data/swipefiles/closing-swipefile.yaml +716 -0
- package/pro/squads/hormozi/data/swipefiles/content-swipefile.yaml +579 -0
- package/pro/squads/hormozi/data/swipefiles/copy-sales-swipefile.yaml +1085 -0
- package/pro/squads/hormozi/data/swipefiles/fast-cash-swipefile.yaml +190 -0
- package/pro/squads/hormozi/data/swipefiles/goated-ads-swipefile.yaml +770 -0
- package/pro/squads/hormozi/data/swipefiles/hooks-swipefile.yaml +1982 -0
- package/pro/squads/hormozi/data/swipefiles/lead-nurture-swipefile.yaml +191 -0
- package/pro/squads/hormozi/data/swipefiles/ltv-swipefile.yaml +216 -0
- package/pro/squads/hormozi/data/swipefiles/marketing-machine-swipefile.yaml +191 -0
- package/pro/squads/hormozi/data/swipefiles/naming-swipefile-brasil.yaml +596 -0
- package/pro/squads/hormozi/data/swipefiles/naming-swipefile-global.yaml +543 -0
- package/pro/squads/hormozi/data/swipefiles/price-raise-swipefile.yaml +213 -0
- package/pro/squads/hormozi/data/swipefiles/pricing-swipefile.yaml +203 -0
- package/pro/squads/hormozi/data/swipefiles/proof-swipefile.yaml +443 -0
- package/pro/squads/hormozi/data/swipefiles/retention-swipefile.yaml +245 -0
- package/pro/squads/hormozi/data/swipefiles/scaling-roadmap-swipefile.yaml +529 -0
- package/pro/squads/hormozi/data/swipefiles/workshop-launch-swipefile.yaml +912 -0
- package/pro/squads/hormozi/data/token-registry.yaml +89 -0
- package/pro/squads/hormozi/docs/MIGRATION-PLAN-AGENT-CONFORMITY.md +326 -0
- package/pro/squads/hormozi/docs/frameworks/100m-offers-framework.md +363 -0
- package/pro/squads/hormozi/docs/frameworks/attraction-offers-framework.md +720 -0
- package/pro/squads/hormozi/docs/frameworks/bonuses-framework.md +501 -0
- package/pro/squads/hormozi/docs/frameworks/core-four-framework.md +685 -0
- package/pro/squads/hormozi/docs/frameworks/goated-ads-framework.md +916 -0
- package/pro/squads/hormozi/docs/frameworks/guarantees-framework.md +709 -0
- package/pro/squads/hormozi/docs/frameworks/hooks-framework.md +1007 -0
- package/pro/squads/hormozi/docs/frameworks/lead-magnet-framework.md +485 -0
- package/pro/squads/hormozi/docs/frameworks/money-models-framework.md +891 -0
- package/pro/squads/hormozi/docs/frameworks/scarcity-framework.md +793 -0
- package/pro/squads/hormozi/docs/frameworks/urgency-framework.md +533 -0
- package/pro/squads/hormozi/docs/frameworks/value-equation-framework.md +428 -0
- package/pro/squads/hormozi/docs/frameworks/workshop-framework.md +289 -0
- package/pro/squads/hormozi/docs/sops/.parallel-execution-plan-batch2.md +344 -0
- package/pro/squads/hormozi/docs/sops/.parallel-execution-plan-batch3.md +331 -0
- package/pro/squads/hormozi/docs/sops/.parallel-execution-plan.md +558 -0
- package/pro/squads/hormozi/docs/sops/ad-angles-sop.md +1247 -0
- package/pro/squads/hormozi/docs/sops/ad-angles-squad-blueprint.yaml +739 -0
- package/pro/squads/hormozi/docs/sops/affiliates-referrals-sop.md +1105 -0
- package/pro/squads/hormozi/docs/sops/affiliates-referrals-squad-blueprint.yaml +1131 -0
- package/pro/squads/hormozi/docs/sops/bonuses-sop.md +1014 -0
- package/pro/squads/hormozi/docs/sops/bonuses-squad-blueprint.yaml +994 -0
- package/pro/squads/hormozi/docs/sops/branding-sop.md +870 -0
- package/pro/squads/hormozi/docs/sops/branding-squad-blueprint.yaml +1107 -0
- package/pro/squads/hormozi/docs/sops/content-creation-sop.md +877 -0
- package/pro/squads/hormozi/docs/sops/content-creation-squad-blueprint.yaml +1362 -0
- package/pro/squads/hormozi/docs/sops/core-four-sop.md +1231 -0
- package/pro/squads/hormozi/docs/sops/core-four-squad-blueprint.yaml +1205 -0
- package/pro/squads/hormozi/docs/sops/downsell-strategy-sop.md +832 -0
- package/pro/squads/hormozi/docs/sops/downsell-strategy-squad-blueprint.yaml +1230 -0
- package/pro/squads/hormozi/docs/sops/email-campaign-sop.md +1547 -0
- package/pro/squads/hormozi/docs/sops/email-campaign-squad-blueprint.yaml +1150 -0
- package/pro/squads/hormozi/docs/sops/fast-cash-sop.md +1224 -0
- package/pro/squads/hormozi/docs/sops/fast-cash-squad-blueprint.yaml +1128 -0
- package/pro/squads/hormozi/docs/sops/goated-ads-sop.md +671 -0
- package/pro/squads/hormozi/docs/sops/goated-ads-squad-blueprint.yaml +627 -0
- package/pro/squads/hormozi/docs/sops/guarantees-sop.md +1017 -0
- package/pro/squads/hormozi/docs/sops/guarantees-squad-blueprint.yaml +1252 -0
- package/pro/squads/hormozi/docs/sops/hooks-sop.md +958 -0
- package/pro/squads/hormozi/docs/sops/hooks-squad-blueprint.yaml +740 -0
- package/pro/squads/hormozi/docs/sops/landing-page-sop.md +1079 -0
- package/pro/squads/hormozi/docs/sops/landing-page-squad-blueprint.yaml +1373 -0
- package/pro/squads/hormozi/docs/sops/launch-sop.md +1055 -0
- package/pro/squads/hormozi/docs/sops/launch-squad-blueprint.yaml +1276 -0
- package/pro/squads/hormozi/docs/sops/lead-magnet-sop.md +807 -0
- package/pro/squads/hormozi/docs/sops/lead-magnet-squad-blueprint.yaml +1144 -0
- package/pro/squads/hormozi/docs/sops/lead-nurture-sop.md +867 -0
- package/pro/squads/hormozi/docs/sops/lead-nurture-squad-blueprint.yaml +1168 -0
- package/pro/squads/hormozi/docs/sops/ltv-sop.md +897 -0
- package/pro/squads/hormozi/docs/sops/ltv-squad-blueprint.yaml +1286 -0
- package/pro/squads/hormozi/docs/sops/marketing-machine-sop.md +1257 -0
- package/pro/squads/hormozi/docs/sops/marketing-machine-squad-blueprint.yaml +1433 -0
- package/pro/squads/hormozi/docs/sops/naming-framework-sop.md +1006 -0
- package/pro/squads/hormozi/docs/sops/naming-framework-squad-blueprint.yaml +543 -0
- package/pro/squads/hormozi/docs/sops/offer-architecture-sop.md +843 -0
- package/pro/squads/hormozi/docs/sops/offer-architecture-squad-blueprint.yaml +794 -0
- package/pro/squads/hormozi/docs/sops/price-raise-sop.md +983 -0
- package/pro/squads/hormozi/docs/sops/price-raise-squad-blueprint.yaml +919 -0
- package/pro/squads/hormozi/docs/sops/pricing-framework-sop.md +459 -0
- package/pro/squads/hormozi/docs/sops/pricing-squad-blueprint.yaml +517 -0
- package/pro/squads/hormozi/docs/sops/registration-page-sop.md +1111 -0
- package/pro/squads/hormozi/docs/sops/registration-page-squad-blueprint.yaml +762 -0
- package/pro/squads/hormozi/docs/sops/retention-sop.md +1065 -0
- package/pro/squads/hormozi/docs/sops/retention-squad-blueprint.yaml +1356 -0
- package/pro/squads/hormozi/docs/sops/sales-page-sop.md +924 -0
- package/pro/squads/hormozi/docs/sops/sales-page-squad-blueprint.yaml +1096 -0
- package/pro/squads/hormozi/docs/sops/scarcity-urgency-sop.md +1092 -0
- package/pro/squads/hormozi/docs/sops/scarcity-urgency-squad-blueprint.yaml +1206 -0
- package/pro/squads/hormozi/docs/sops/subscription-model-sop.md +1077 -0
- package/pro/squads/hormozi/docs/sops/subscription-model-squad-blueprint.yaml +1007 -0
- package/pro/squads/hormozi/docs/sops/upsell-page-sop.md +886 -0
- package/pro/squads/hormozi/docs/sops/upsell-page-squad-blueprint.yaml +1100 -0
- package/pro/squads/hormozi/docs/sops/upsell-strategy-sop.md +1265 -0
- package/pro/squads/hormozi/docs/sops/upsell-strategy-squad-blueprint.yaml +1245 -0
- package/pro/squads/hormozi/docs/sops/value-equation-sop.md +793 -0
- package/pro/squads/hormozi/docs/sops/value-equation-squad-blueprint.yaml +777 -0
- package/pro/squads/hormozi/docs/sops/vsl-script-sop.md +1145 -0
- package/pro/squads/hormozi/docs/sops/vsl-script-squad-blueprint.yaml +777 -0
- package/pro/squads/hormozi/docs/sops/workshop-launch-sop.md +1273 -0
- package/pro/squads/hormozi/docs/sops/workshop-launch-squad-blueprint.yaml +1292 -0
- package/pro/squads/hormozi/docs/validation-report-2026-02-10.md +79 -0
- package/pro/squads/hormozi/scripts/generate-hormozi-greeting.cjs +132 -0
- package/pro/squads/hormozi/scripts/load-context.cjs +139 -0
- package/pro/squads/hormozi/scripts/resolve-readiness.cjs +45 -0
- package/pro/squads/hormozi/scripts/runtime-paths.cjs +44 -0
- package/pro/squads/hormozi/scripts/set-active-context.cjs +104 -0
- package/pro/squads/hormozi/scripts/show-context.cjs +22 -0
- package/pro/squads/hormozi/scripts/validate-antipattern.py +287 -0
- package/pro/squads/hormozi/scripts/validate-handoff.py +166 -0
- package/pro/squads/hormozi/scripts/validate-mvn.py +198 -0
- package/pro/squads/hormozi/sops/pricing-squad-blueprint.yaml +1445 -0
- package/pro/squads/hormozi/squad-io.yaml +917 -0
- package/pro/squads/hormozi/tasks/architect-offer-stack.md +228 -0
- package/pro/squads/hormozi/tasks/build-marketing-machine.md +205 -0
- package/pro/squads/hormozi/tasks/build-scaling-team.md +271 -0
- package/pro/squads/hormozi/tasks/calculate-30-day-profit.md +418 -0
- package/pro/squads/hormozi/tasks/calculate-ppd.md +200 -0
- package/pro/squads/hormozi/tasks/create-ad-angles.md +182 -0
- package/pro/squads/hormozi/tasks/create-ad-campaign.md +399 -0
- package/pro/squads/hormozi/tasks/create-bonus-stack.md +287 -0
- package/pro/squads/hormozi/tasks/create-closer-script.md +240 -0
- package/pro/squads/hormozi/tasks/create-content-unit.md +176 -0
- package/pro/squads/hormozi/tasks/create-contingency-plan.md +426 -0
- package/pro/squads/hormozi/tasks/create-downsell-sequence.md +427 -0
- package/pro/squads/hormozi/tasks/create-email-sequence.md +196 -0
- package/pro/squads/hormozi/tasks/create-engagement-scoring.md +484 -0
- package/pro/squads/hormozi/tasks/create-exit-interview-system.md +382 -0
- package/pro/squads/hormozi/tasks/create-grand-slam-offer.md +499 -0
- package/pro/squads/hormozi/tasks/create-guarantee-stack.md +246 -0
- package/pro/squads/hormozi/tasks/create-hook-set.md +368 -0
- package/pro/squads/hormozi/tasks/create-landing-page.md +130 -0
- package/pro/squads/hormozi/tasks/create-launch-narrative.md +406 -0
- package/pro/squads/hormozi/tasks/create-launch-timeline.md +473 -0
- package/pro/squads/hormozi/tasks/create-lead-magnet.md +479 -0
- package/pro/squads/hormozi/tasks/create-nurture-sequence.md +207 -0
- package/pro/squads/hormozi/tasks/create-offer-name.md +165 -0
- package/pro/squads/hormozi/tasks/create-pricing-strategy.md +177 -0
- package/pro/squads/hormozi/tasks/create-registration-page.md +190 -0
- package/pro/squads/hormozi/tasks/create-sales-page.md +157 -0
- package/pro/squads/hormozi/tasks/create-upsell-page.md +138 -0
- package/pro/squads/hormozi/tasks/create-upsell-sequence.md +449 -0
- package/pro/squads/hormozi/tasks/create-vsl-script.md +175 -0
- package/pro/squads/hormozi/tasks/design-brand-identity.md +186 -0
- package/pro/squads/hormozi/tasks/design-continuity-offer.md +462 -0
- package/pro/squads/hormozi/tasks/design-core-four-strategy.md +733 -0
- package/pro/squads/hormozi/tasks/design-customer-journey.md +426 -0
- package/pro/squads/hormozi/tasks/design-launch-value-stack.md +379 -0
- package/pro/squads/hormozi/tasks/design-money-model.md +391 -0
- package/pro/squads/hormozi/tasks/design-onboarding-sequence.md +380 -0
- package/pro/squads/hormozi/tasks/design-scarcity-urgency.md +216 -0
- package/pro/squads/hormozi/tasks/design-subscription-model.md +162 -0
- package/pro/squads/hormozi/tasks/design-systems-automation.md +234 -0
- package/pro/squads/hormozi/tasks/design-workshop.md +167 -0
- package/pro/squads/hormozi/tasks/diagnose-business-stage.md +323 -0
- package/pro/squads/hormozi/tasks/diagnose-cfa-level.md +198 -0
- package/pro/squads/hormozi/tasks/diagnose-churn-rate.md +265 -0
- package/pro/squads/hormozi/tasks/diagnose-scaling-constraint.md +257 -0
- package/pro/squads/hormozi/tasks/diagnose-value-equation.md +431 -0
- package/pro/squads/hormozi/tasks/discover-activation-points.md +329 -0
- package/pro/squads/hormozi/tasks/execute-price-raise.md +221 -0
- package/pro/squads/hormozi/tasks/execute-rule-of-100.md +423 -0
- package/pro/squads/hormozi/tasks/generate-fast-cash.md +217 -0
- package/pro/squads/hormozi/tasks/implement-5-horsemen.md +430 -0
- package/pro/squads/hormozi/tasks/optimize-ltv-cac-ratio.md +505 -0
- package/pro/squads/hormozi/tasks/plan-launch-evento.md +395 -0
- package/pro/squads/hormozi/tasks/run-launch-post-mortem.md +461 -0
- package/pro/squads/hormozi/tasks/setup-affiliate-program.md +406 -0
- package/pro/squads/hormozi/tasks/setup-war-room.md +407 -0
- package/pro/squads/hormozi/tasks/validate-market-selection.md +331 -0
- package/pro/squads/hormozi/templates/capacity-planning-worksheet.yaml +151 -0
- package/pro/squads/hormozi/templates/grand-slam-offer-output.yaml +462 -0
- package/pro/squads/hormozi/templates/grand-slam-offer-tmpl.md +34 -0
- package/pro/squads/hormozi/templates/handoff-context-tmpl.yaml +215 -0
- package/pro/squads/hormozi/templates/money-model-tmpl.md +29 -0
- package/pro/squads/hormozi/templates/offer-analysis-tmpl.md +33 -0
- package/pro/squads/hormozi/templates/value-equation-scorecard.md +267 -0
- package/pro/squads/hormozi/workflows/wf-context-diagnosis.yaml +569 -0
- package/pro/squads/hormozi/workflows/wf-full-launch-sequence.yaml +995 -0
- package/pro/squads/hormozi/workflows/wf-grand-slam-offer.yaml +1138 -0
- package/pro/squads/hormozi/workflows/wf-growth-decision.yaml +135 -0
- package/pro/squads/hormozi/workflows/wf-lead-magnet-pipeline.yaml +1147 -0
- package/pro/squads/hormozi/workflows/wf-money-model-design.yaml +1168 -0
- package/pro/squads/hormozi/workflows/wf-opportunity-screening.yaml +511 -0
- package/pro/squads/hormozi/workflows/wf-paid-ads-campaign.yaml +1204 -0
- package/pro/squads/hormozi/workflows/wf-scaling-diagnostic.yaml +636 -0
- package/pro/squads/index.js +2 -2
- package/pro/squads/spy/HEADLINE.md +3 -0
- package/pro/squads/spy/README.md +115 -0
- package/pro/squads/spy/agents/bench-analyst.md +654 -0
- package/pro/squads/spy/agents/research-head.md +673 -0
- package/pro/squads/spy/agents/spy.md +498 -0
- package/pro/squads/spy/checklists/bench-quality-checklist.md +119 -0
- package/pro/squads/spy/checklists/content-creation-checklist.md +136 -0
- package/pro/squads/spy/config.yaml +587 -0
- package/pro/squads/spy/data/bench-data-sources.yaml +46 -0
- package/pro/squads/spy/data/bench-dimension-packs.yaml +182 -0
- package/pro/squads/spy/data/bench-output-formats.yaml +44 -0
- package/pro/squads/spy/data/bench-skeleton.md +184 -0
- package/pro/squads/spy/data/capability-tools.yaml +109 -0
- package/pro/squads/spy/data/knowledge-base.md +337 -0
- package/pro/squads/spy/data/quality-gates.yaml +48 -0
- package/pro/squads/spy/data/spy-infrastructure-map.yaml +27 -0
- package/pro/squads/spy/data/spy-service-catalog.yaml +13 -0
- package/pro/squads/spy/data/token-registry.yaml +57 -0
- package/pro/squads/spy/data/viral-content-framework.md +304 -0
- package/pro/squads/spy/docs/tool-discovery-report.md +110 -0
- package/pro/squads/spy/docs/tool-integration-plan.md +47 -0
- package/pro/squads/spy/scripts/prepare-benchmark-workspace.sh +14 -0
- package/pro/squads/spy/scripts/publish-benchmark-report.sh +16 -0
- package/pro/squads/spy/squad-io.yaml +24 -0
- package/pro/squads/spy/tasks/bench-absorb.md +266 -0
- package/pro/squads/spy/tasks/bench-battle-card.md +398 -0
- package/pro/squads/spy/tasks/bench-codebase-recon.md +339 -0
- package/pro/squads/spy/tasks/bench-company-intel.md +360 -0
- package/pro/squads/spy/tasks/bench-deep-compare.md +573 -0
- package/pro/squads/spy/tasks/bench-detect.md +349 -0
- package/pro/squads/spy/tasks/bench-framework.md +105 -0
- package/pro/squads/spy/tasks/bench-gap-analysis.md +168 -0
- package/pro/squads/spy/tasks/bench-gap-company.md +48 -0
- package/pro/squads/spy/tasks/bench-gap-llm.md +48 -0
- package/pro/squads/spy/tasks/bench-gap-product.md +48 -0
- package/pro/squads/spy/tasks/bench-gap-technology.md +48 -0
- package/pro/squads/spy/tasks/bench-gap.md +78 -0
- package/pro/squads/spy/tasks/bench-hooks.md +209 -0
- package/pro/squads/spy/tasks/bench-inventory.md +98 -0
- package/pro/squads/spy/tasks/bench-llm-eval.md +359 -0
- package/pro/squads/spy/tasks/bench-matrix-codebase.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix-company.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix-llm.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix-product.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix-technology.md +50 -0
- package/pro/squads/spy/tasks/bench-matrix.md +78 -0
- package/pro/squads/spy/tasks/bench-migrate.md +207 -0
- package/pro/squads/spy/tasks/bench-product-research.md +370 -0
- package/pro/squads/spy/tasks/bench-quick-compare.md +287 -0
- package/pro/squads/spy/tasks/bench-report-load-evidence.md +49 -0
- package/pro/squads/spy/tasks/bench-report-publish.md +49 -0
- package/pro/squads/spy/tasks/bench-report-synthesize-findings.md +48 -0
- package/pro/squads/spy/tasks/bench-report.md +70 -0
- package/pro/squads/spy/tasks/bench-score.md +406 -0
- package/pro/squads/spy/tasks/bench-synergy.md +248 -0
- package/pro/squads/spy/tasks/bench-tech-eval.md +417 -0
- package/pro/squads/spy/tasks/bench-traceability.md +225 -0
- package/pro/squads/spy/tasks/deep-research-collect.md +50 -0
- package/pro/squads/spy/tasks/deep-research-comments.md +48 -0
- package/pro/squads/spy/tasks/deep-research-patterns.md +49 -0
- package/pro/squads/spy/tasks/deep-research-publish.md +49 -0
- package/pro/squads/spy/tasks/deep-research-select.md +48 -0
- package/pro/squads/spy/tasks/deep-research-synthesis.md +49 -0
- package/pro/squads/spy/tasks/deep-research-transcribe.md +48 -0
- package/pro/squads/spy/tasks/deep-research.md +116 -0
- package/pro/squads/spy/tasks/quick-analysis.md +130 -0
- package/pro/squads/spy/templates/bench-battle-card-tmpl.md +52 -0
- package/pro/squads/spy/templates/bench-codebase-comparativo-tmpl.md +84 -0
- package/pro/squads/spy/templates/bench-codebase-scores-tmpl.md +41 -0
- package/pro/squads/spy/templates/bench-comparativo-tmpl.md +86 -0
- package/pro/squads/spy/templates/bench-deep-compare-tmpl.md +117 -0
- package/pro/squads/spy/templates/bench-gap-tmpl.md +194 -0
- package/pro/squads/spy/templates/bench-matrix-tmpl.md +130 -0
- package/pro/squads/spy/templates/bench-migration-tmpl.md +127 -0
- package/pro/squads/spy/templates/bench-quadrant-tmpl.md +227 -0
- package/pro/squads/spy/templates/bench-report-tmpl.md +167 -0
- package/pro/squads/spy/templates/bench-scorecard-tmpl.md +113 -0
- package/pro/squads/spy/templates/bench-scores-tmpl.md +43 -0
- package/pro/squads/spy/templates/bench-synergy-tmpl.md +381 -0
- package/pro/squads/spy/templates/cross-domain-handoff-tmpl.yaml +9 -0
- package/pro/squads/spy/templates/player-analysis-tmpl.md +145 -0
- package/pro/squads/spy/workflows/bench-comparison-pipeline.yaml +1193 -0
- package/pro/squads/squad-creator/CHANGELOG.md +162 -0
- package/pro/squads/squad-creator/README.md +1176 -0
- package/pro/squads/squad-creator/agents/squad-chief.md +1449 -0
- package/pro/squads/squad-creator/checklists/agent-quality-gate.md +433 -0
- package/pro/squads/squad-creator/checklists/analysis-quality-checklist.md +70 -0
- package/pro/squads/squad-creator/checklists/create-agent-checklist.md +239 -0
- package/pro/squads/squad-creator/checklists/create-squad-checklist.md +326 -0
- package/pro/squads/squad-creator/checklists/create-task-checklist.md +225 -0
- package/pro/squads/squad-creator/checklists/create-workflow-checklist.md +243 -0
- package/pro/squads/squad-creator/checklists/greeting-script-checklist.md +110 -0
- package/pro/squads/squad-creator/checklists/install-skills-checklist.md +197 -0
- package/pro/squads/squad-creator/checklists/pipeline-runner-checklist.md +135 -0
- package/pro/squads/squad-creator/checklists/report-quality-checklist.md +49 -0
- package/pro/squads/squad-creator/checklists/squad-checklist.md +1000 -0
- package/pro/squads/squad-creator/checklists/squad-consistency-patterns.md +134 -0
- package/pro/squads/squad-creator/checklists/squad-overview-checklist.md +381 -0
- package/pro/squads/squad-creator/checklists/squad-structural-completeness.md +394 -0
- package/pro/squads/squad-creator/checklists/task-anatomy-checklist.md +687 -0
- package/pro/squads/squad-creator/checklists/upgrade-squad-checklist.md +222 -0
- package/pro/squads/squad-creator/config/squad-config.yaml +202 -0
- package/pro/squads/squad-creator/config/workflow-yaml-schema.yaml +323 -0
- package/pro/squads/squad-creator/config.yaml +429 -0
- package/pro/squads/squad-creator/data/base-core-contract.yaml +22 -0
- package/pro/squads/squad-creator/data/baselines/ecosystem-baseline.yaml +88 -0
- package/pro/squads/squad-creator/data/baselines/initial-radar.yaml +89 -0
- package/pro/squads/squad-creator/data/best-practices.md +986 -0
- package/pro/squads/squad-creator/data/cc-agent-schema-ref.yaml +405 -0
- package/pro/squads/squad-creator/data/core-heuristics.md +510 -0
- package/pro/squads/squad-creator/data/decision-heuristics-framework.md +695 -0
- package/pro/squads/squad-creator/data/design-heuristics-diagnostic-systems.md +140 -0
- package/pro/squads/squad-creator/data/executor-matrix-framework.md +441 -0
- package/pro/squads/squad-creator/data/hybridops-patterns.md +1351 -0
- package/pro/squads/squad-creator/data/journey-log-events.yaml +72 -0
- package/pro/squads/squad-creator/data/kaizen-legacy/kaizen-infrastructure-map.yaml +16 -0
- package/pro/squads/squad-creator/data/kpi-baseline.yaml +72 -0
- package/pro/squads/squad-creator/data/process-token-map.yaml +225 -0
- package/pro/squads/squad-creator/data/quality-dimensions-framework.md +405 -0
- package/pro/squads/squad-creator/data/quality-gates.yaml +135 -0
- package/pro/squads/squad-creator/data/radar/initial-radar.yaml +76 -0
- package/pro/squads/squad-creator/data/recommendation-tracker.yaml +53 -0
- package/pro/squads/squad-creator/data/reports/self-improve-2026-02-15.md +111 -0
- package/pro/squads/squad-creator/data/reports/week-07-2026-02-15.md +210 -0
- package/pro/squads/squad-creator/data/reports/week-09-2026-02-28.md +295 -0
- package/pro/squads/squad-creator/data/reports/week-14-2026-04-04.md +234 -0
- package/pro/squads/squad-creator/data/squad-analytics-guide.md +252 -0
- package/pro/squads/squad-creator/data/squad-creator-infrastructure-map.yaml +36 -0
- package/pro/squads/squad-creator/data/squad-creator-service-catalog.yaml +17 -0
- package/pro/squads/squad-creator/data/squad-kb.md +987 -0
- package/pro/squads/squad-creator/data/squad-registry.yaml +14 -0
- package/pro/squads/squad-creator/data/tier-system-framework.md +475 -0
- package/pro/squads/squad-creator/data/tool-discovery-sources.yaml +68 -0
- package/pro/squads/squad-creator/docs/ADR-001-model-tier-qualification.md +344 -0
- package/pro/squads/squad-creator/docs/AGENT-COLLABORATION.md +820 -0
- package/pro/squads/squad-creator/docs/COMMANDS.md +895 -0
- package/pro/squads/squad-creator/docs/CONCEPTS.md +979 -0
- package/pro/squads/squad-creator/docs/FAQ.md +773 -0
- package/pro/squads/squad-creator/docs/HITL-FLOW.md +406 -0
- package/pro/squads/squad-creator/docs/MODEL-TIER-QUALIFICATION.md +337 -0
- package/pro/squads/squad-creator/docs/PATTERN-LIBRARY.md +620 -0
- package/pro/squads/squad-creator/docs/PEDRO-VALERIO-ARCHITECTURE.md +456 -0
- package/pro/squads/squad-creator/docs/POR-ONDE-COMECAR.md +211 -0
- package/pro/squads/squad-creator/docs/QUICK-START.md +205 -0
- package/pro/squads/squad-creator/docs/TUTORIAL-COMPLETO.md +458 -0
- package/pro/squads/squad-creator/docs/sop-extraction-process.md +675 -0
- package/pro/squads/squad-creator/docs/squad-free-vs-open.md +596 -0
- package/pro/squads/squad-creator/package-lock.json +38 -0
- package/pro/squads/squad-creator/package.json +27 -0
- package/pro/squads/squad-creator/protocols/ai-first-governance.md +63 -0
- package/pro/squads/squad-creator/requirements.txt +1 -0
- package/pro/squads/squad-creator/rules/agent-naming-convention.md +58 -0
- package/pro/squads/squad-creator/rules/recommendation-defensibility.md +161 -0
- package/pro/squads/squad-creator/schemas/agent-persona.schema.json +64 -0
- package/pro/squads/squad-creator/schemas/squad-config.schema.json +92 -0
- package/pro/squads/squad-creator/schemas/validation-report.schema.json +158 -0
- package/pro/squads/squad-creator/scripts/README.md +262 -0
- package/pro/squads/squad-creator/scripts/checklist_validator.py +451 -0
- package/pro/squads/squad-creator/scripts/coherence-validator.py +62 -0
- package/pro/squads/squad-creator/scripts/dependency_check.py +341 -0
- package/pro/squads/squad-creator/scripts/detect-environment-contract.cjs +583 -0
- package/pro/squads/squad-creator/scripts/export-antigravity-workflows.cjs +199 -0
- package/pro/squads/squad-creator/scripts/generate-squad-greeting.js +1150 -0
- package/pro/squads/squad-creator/scripts/generate-squad-guide.js +596 -0
- package/pro/squads/squad-creator/scripts/inventory.py +286 -0
- package/pro/squads/squad-creator/scripts/kaizen/kaizen-trigger.sh +126 -0
- package/pro/squads/squad-creator/scripts/lib/config-loader.js +151 -0
- package/pro/squads/squad-creator/scripts/lib/doom-loop-detector.js +120 -0
- package/pro/squads/squad-creator/scripts/lib/squad-runtime-paths.cjs +187 -0
- package/pro/squads/squad-creator/scripts/lib/validate-runtime-state.cjs +271 -0
- package/pro/squads/squad-creator/scripts/naming_validator.py +303 -0
- package/pro/squads/squad-creator/scripts/on-specialist-complete.py +98 -0
- package/pro/squads/squad-creator/scripts/refresh-registry.py +933 -0
- package/pro/squads/squad-creator/scripts/rename-squad.sh +395 -0
- package/pro/squads/squad-creator/scripts/scaffold-squad.cjs +317 -0
- package/pro/squads/squad-creator/scripts/scoring.py +65 -0
- package/pro/squads/squad-creator/scripts/security_scanner.py +378 -0
- package/pro/squads/squad-creator/scripts/squad-analytics.py +810 -0
- package/pro/squads/squad-creator/scripts/squad_utils.py +267 -0
- package/pro/squads/squad-creator/scripts/sync-chief-codex-skill.js +242 -0
- package/pro/squads/squad-creator/scripts/sync-ide-skills.py +705 -0
- package/pro/squads/squad-creator/scripts/tests/__init__.py +1 -0
- package/pro/squads/squad-creator/scripts/tests/test_adapters.py +73 -0
- package/pro/squads/squad-creator/scripts/tests/test_assess_sources.sh +216 -0
- package/pro/squads/squad-creator/scripts/tests/test_clone_review.sh +239 -0
- package/pro/squads/squad-creator/scripts/tests/test_fidelity_score.sh +298 -0
- package/pro/squads/squad-creator/scripts/tests/test_refresh_registry_contract.py +110 -0
- package/pro/squads/squad-creator/scripts/tests/test_squad_analytics.py +332 -0
- package/pro/squads/squad-creator/scripts/tests/test_validate_squad_contextual_lifecycle.py +111 -0
- package/pro/squads/squad-creator/scripts/tests/test_validate_squad_tested_inference.py +102 -0
- package/pro/squads/squad-creator/scripts/tests/test_validate_squad_yolo_warning.py +108 -0
- package/pro/squads/squad-creator/scripts/update-aiox-sync-config.py +144 -0
- package/pro/squads/squad-creator/scripts/update-claude-command-registry.py +171 -0
- package/pro/squads/squad-creator/scripts/validate-all.sh +49 -0
- package/pro/squads/squad-creator/scripts/validate-report.sh +98 -0
- package/pro/squads/squad-creator/scripts/validate-squad-deep.sh +318 -0
- package/pro/squads/squad-creator/scripts/validate-squad-quality.py +514 -0
- package/pro/squads/squad-creator/scripts/validate-squad-structure.py +881 -0
- package/pro/squads/squad-creator/scripts/validate-squad.sh +4340 -0
- package/pro/squads/squad-creator/scripts/validate-tokens.sh +178 -0
- package/pro/squads/squad-creator/scripts/verify-squad-completeness.sh +294 -0
- package/pro/squads/squad-creator/scripts/yaml_validator.py +528 -0
- package/pro/squads/squad-creator/squad-io.yaml +71 -0
- package/pro/squads/squad-creator/tasks/audit-output-quality.md +135 -0
- package/pro/squads/squad-creator/tasks/auto-heal-close.md +134 -0
- package/pro/squads/squad-creator/tasks/auto-heal-resolve.md +128 -0
- package/pro/squads/squad-creator/tasks/auto-heal.md +86 -0
- package/pro/squads/squad-creator/tasks/auto-healing-gate.md +166 -0
- package/pro/squads/squad-creator/tasks/cost-analysis.md +117 -0
- package/pro/squads/squad-creator/tasks/create-agent-commands.md +197 -0
- package/pro/squads/squad-creator/tasks/create-agent-generate.md +224 -0
- package/pro/squads/squad-creator/tasks/create-agent-persona.md +207 -0
- package/pro/squads/squad-creator/tasks/create-agent-publish.md +136 -0
- package/pro/squads/squad-creator/tasks/create-agent-research.md +201 -0
- package/pro/squads/squad-creator/tasks/create-agent-validate.md +213 -0
- package/pro/squads/squad-creator/tasks/create-agent.md +145 -0
- package/pro/squads/squad-creator/tasks/create-documentation.md +284 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-discovery.md +59 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-gap-map.md +59 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-generate.md +60 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-integrate.md +59 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script-validate.md +59 -0
- package/pro/squads/squad-creator/tasks/create-greeting-script.md +130 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-design.md +143 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-persist.md +100 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-qualify.md +103 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-render.md +296 -0
- package/pro/squads/squad-creator/tasks/create-pipeline-validate.md +121 -0
- package/pro/squads/squad-creator/tasks/create-pipeline.md +171 -0
- package/pro/squads/squad-creator/tasks/create-squad-build.md +383 -0
- package/pro/squads/squad-creator/tasks/create-squad-design.md +349 -0
- package/pro/squads/squad-creator/tasks/create-squad-discover.md +392 -0
- package/pro/squads/squad-creator/tasks/create-squad-publish.md +225 -0
- package/pro/squads/squad-creator/tasks/create-squad-validate.md +327 -0
- package/pro/squads/squad-creator/tasks/create-squad.md +113 -0
- package/pro/squads/squad-creator/tasks/create-task-anatomy.md +273 -0
- package/pro/squads/squad-creator/tasks/create-task-classify.md +222 -0
- package/pro/squads/squad-creator/tasks/create-task-executor.md +205 -0
- package/pro/squads/squad-creator/tasks/create-task-generate.md +224 -0
- package/pro/squads/squad-creator/tasks/create-task-register.md +192 -0
- package/pro/squads/squad-creator/tasks/create-task-validate.md +232 -0
- package/pro/squads/squad-creator/tasks/create-task.md +113 -0
- package/pro/squads/squad-creator/tasks/create-template-elicitation.md +59 -0
- package/pro/squads/squad-creator/tasks/create-template-identity.md +59 -0
- package/pro/squads/squad-creator/tasks/create-template-register.md +58 -0
- package/pro/squads/squad-creator/tasks/create-template-structure.md +59 -0
- package/pro/squads/squad-creator/tasks/create-template-validate.md +59 -0
- package/pro/squads/squad-creator/tasks/create-template.md +95 -0
- package/pro/squads/squad-creator/tasks/create-workflow-classify.md +213 -0
- package/pro/squads/squad-creator/tasks/create-workflow-design.md +494 -0
- package/pro/squads/squad-creator/tasks/create-workflow-from-sop.md +301 -0
- package/pro/squads/squad-creator/tasks/create-workflow-generate.md +262 -0
- package/pro/squads/squad-creator/tasks/create-workflow.md +108 -0
- package/pro/squads/squad-creator/tasks/detect-gaps.md +116 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-classify.md +112 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-infrastructure.md +104 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-outputs.md +94 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-systems.md +91 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode-verbs.md +94 -0
- package/pro/squads/squad-creator/tasks/detect-operational-mode.md +115 -0
- package/pro/squads/squad-creator/tasks/detect-squad-context.md +120 -0
- package/pro/squads/squad-creator/tasks/discover-tools-classify.md +191 -0
- package/pro/squads/squad-creator/tasks/discover-tools-evaluate.md +173 -0
- package/pro/squads/squad-creator/tasks/discover-tools-recommend.md +180 -0
- package/pro/squads/squad-creator/tasks/discover-tools-report.md +184 -0
- package/pro/squads/squad-creator/tasks/discover-tools-scan.md +188 -0
- package/pro/squads/squad-creator/tasks/discover-tools.md +139 -0
- package/pro/squads/squad-creator/tasks/generate-recommendations.md +162 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-from-report.md +127 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-apply-p1.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-apply-secondary.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-backup.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-ingest.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-target.md +59 -0
- package/pro/squads/squad-creator/tasks/improve-workflow-report-validate-report.md +59 -0
- package/pro/squads/squad-creator/tasks/install-skills-finalize.md +415 -0
- package/pro/squads/squad-creator/tasks/install-skills-prepare.md +353 -0
- package/pro/squads/squad-creator/tasks/install-skills-write.md +395 -0
- package/pro/squads/squad-creator/tasks/install-skills.md +282 -0
- package/pro/squads/squad-creator/tasks/next-squad-ranking.md +58 -0
- package/pro/squads/squad-creator/tasks/next-squad-registry.md +58 -0
- package/pro/squads/squad-creator/tasks/next-squad-report.md +59 -0
- package/pro/squads/squad-creator/tasks/next-squad-scoring.md +59 -0
- package/pro/squads/squad-creator/tasks/next-squad-signals.md +58 -0
- package/pro/squads/squad-creator/tasks/next-squad.md +98 -0
- package/pro/squads/squad-creator/tasks/operational-test-baseline.md +69 -0
- package/pro/squads/squad-creator/tasks/operational-test-preflight.md +70 -0
- package/pro/squads/squad-creator/tasks/operational-test-report.md +71 -0
- package/pro/squads/squad-creator/tasks/operational-test-smoke.md +72 -0
- package/pro/squads/squad-creator/tasks/operational-test-target.md +71 -0
- package/pro/squads/squad-creator/tasks/operational-test.md +102 -0
- package/pro/squads/squad-creator/tasks/performance-dashboard.md +118 -0
- package/pro/squads/squad-creator/tasks/qa-after-creation.md +129 -0
- package/pro/squads/squad-creator/tasks/qa-check-compatibility.md +191 -0
- package/pro/squads/squad-creator/tasks/qa-check-completeness.md +218 -0
- package/pro/squads/squad-creator/tasks/qa-check-references.md +172 -0
- package/pro/squads/squad-creator/tasks/qa-check-schema.md +190 -0
- package/pro/squads/squad-creator/tasks/qa-check-structure.md +176 -0
- package/pro/squads/squad-creator/tasks/qa-generate-report.md +240 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-baseline.md +122 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-compare.md +159 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-preflight.md +143 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-ptbr.md +166 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-reliability.md +140 -0
- package/pro/squads/squad-creator/tasks/qualify-provider-report.md +178 -0
- package/pro/squads/squad-creator/tasks/reexecute-squad-phase.md +97 -0
- package/pro/squads/squad-creator/tasks/refresh-registry.md +299 -0
- package/pro/squads/squad-creator/tasks/rename-squad-map.md +59 -0
- package/pro/squads/squad-creator/tasks/rename-squad-propagate.md +59 -0
- package/pro/squads/squad-creator/tasks/rename-squad-structural.md +59 -0
- package/pro/squads/squad-creator/tasks/rename-squad-validate.md +59 -0
- package/pro/squads/squad-creator/tasks/rename-squad.md +118 -0
- package/pro/squads/squad-creator/tasks/self-improve.md +107 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-handoff.md +74 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-persist.md +81 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-requirements.md +84 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-validate.md +82 -0
- package/pro/squads/squad-creator/tasks/setup-runtime-wizard.md +84 -0
- package/pro/squads/squad-creator/tasks/setup-runtime.md +103 -0
- package/pro/squads/squad-creator/tasks/squad-analytics.md +276 -0
- package/pro/squads/squad-creator/tasks/squad-overview-agents.md +110 -0
- package/pro/squads/squad-creator/tasks/squad-overview-generate.md +102 -0
- package/pro/squads/squad-creator/tasks/squad-overview-metadata.md +121 -0
- package/pro/squads/squad-creator/tasks/squad-overview-minds.md +100 -0
- package/pro/squads/squad-creator/tasks/squad-overview-structure.md +106 -0
- package/pro/squads/squad-creator/tasks/squad-overview-write.md +103 -0
- package/pro/squads/squad-creator/tasks/squad-overview.md +117 -0
- package/pro/squads/squad-creator/tasks/sync-chief-codex-skill.md +73 -0
- package/pro/squads/squad-creator/tasks/sync-ide-skills.md +240 -0
- package/pro/squads/squad-creator/tasks/update-radar.md +151 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-apply.md +187 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-gap.md +203 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-inventory.md +186 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-plan.md +163 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad-verify.md +178 -0
- package/pro/squads/squad-creator/tasks/upgrade-squad.md +138 -0
- package/pro/squads/squad-creator/tasks/validate-final-artifacts.md +104 -0
- package/pro/squads/squad-creator/tasks/validate-squad-classify.md +335 -0
- package/pro/squads/squad-creator/tasks/validate-squad-deep-review.md +226 -0
- package/pro/squads/squad-creator/tasks/validate-squad-preflight.md +189 -0
- package/pro/squads/squad-creator/tasks/validate-squad-verdict.md +442 -0
- package/pro/squads/squad-creator/tasks/validate-squad.md +117 -0
- package/pro/squads/squad-creator/templates/agent-flow-doc-tmpl.md +512 -0
- package/pro/squads/squad-creator/templates/agent-tmpl.md +703 -0
- package/pro/squads/squad-creator/templates/auto-heal-task-tmpl.md +417 -0
- package/pro/squads/squad-creator/templates/capability-map-tmpl.md +95 -0
- package/pro/squads/squad-creator/templates/config-tmpl.yaml +534 -0
- package/pro/squads/squad-creator/templates/cross-domain-handoff-tmpl.yaml +18 -0
- package/pro/squads/squad-creator/templates/ecosystem-health-tmpl.md +19 -0
- package/pro/squads/squad-creator/templates/gap-analysis-tmpl.md +13 -0
- package/pro/squads/squad-creator/templates/greeting-script-tmpl.cjs +169 -0
- package/pro/squads/squad-creator/templates/journey-log-tmpl.yaml +93 -0
- package/pro/squads/squad-creator/templates/operational-test-task-tmpl.md +514 -0
- package/pro/squads/squad-creator/templates/performance-dashboard-tmpl.md +77 -0
- package/pro/squads/squad-creator/templates/pipeline-prompt-tmpl.md +94 -0
- package/pro/squads/squad-creator/templates/pop-extractor-prompt.md +549 -0
- package/pro/squads/squad-creator/templates/quality-gate-tmpl.yaml +589 -0
- package/pro/squads/squad-creator/templates/readme-tmpl.md +254 -0
- package/pro/squads/squad-creator/templates/research-output-tmpl.md +625 -0
- package/pro/squads/squad-creator/templates/research-prompt-tmpl.md +479 -0
- package/pro/squads/squad-creator/templates/setup-runtime-task-tmpl.md +627 -0
- package/pro/squads/squad-creator/templates/squad-mappings-tmpl.yaml +71 -0
- package/pro/squads/squad-creator/templates/squad-prd-tmpl.md +488 -0
- package/pro/squads/squad-creator/templates/story-create-agent-tmpl.md +284 -0
- package/pro/squads/squad-creator/templates/task-tmpl.md +533 -0
- package/pro/squads/squad-creator/templates/tech-radar-tmpl.md +73 -0
- package/pro/squads/squad-creator/templates/template-tmpl.yaml +227 -0
- package/pro/squads/squad-creator/templates/weekly-digest-tmpl.md +11 -0
- package/pro/squads/squad-creator/templates/weekly-report-tmpl.md +155 -0
- package/pro/squads/squad-creator/templates/workflow-doc-tmpl.md +860 -0
- package/pro/squads/squad-creator/templates/workflow-tmpl.yaml +486 -0
- package/pro/squads/squad-creator/test-cases/an-assess-sources/TEST-REPORT-v2.1.md +351 -0
- package/pro/squads/squad-creator/test-cases/an-assess-sources/formal-qualification-report.yaml +389 -0
- package/pro/squads/squad-creator/test-cases/an-clone-review/opus-baseline.yaml +566 -0
- package/pro/squads/squad-creator/test-cases/pv-axioma-assessment/opus-baseline.yaml +96 -0
- package/pro/squads/squad-creator/test-cases/pv-modernization-score/opus-baseline.yaml +488 -0
- package/pro/squads/squad-creator/test-cases/smoke-test-model-routing/test-case.yaml +100 -0
- package/pro/squads/squad-creator/workflows/wf-auto-heal.yaml +33 -0
- package/pro/squads/squad-creator/workflows/wf-create-agent.yaml +252 -0
- package/pro/squads/squad-creator/workflows/wf-create-greeting-script.yaml +60 -0
- package/pro/squads/squad-creator/workflows/wf-create-pipeline.yaml +60 -0
- package/pro/squads/squad-creator/workflows/wf-create-squad.yaml +1916 -0
- package/pro/squads/squad-creator/workflows/wf-create-task.yaml +172 -0
- package/pro/squads/squad-creator/workflows/wf-create-template.yaml +60 -0
- package/pro/squads/squad-creator/workflows/wf-create-workflow.yaml +138 -0
- package/pro/squads/squad-creator/workflows/wf-cross-provider-qualification.yaml +769 -0
- package/pro/squads/squad-creator/workflows/wf-detect-operational-mode.yaml +112 -0
- package/pro/squads/squad-creator/workflows/wf-discover-tools.yaml +1695 -0
- package/pro/squads/squad-creator/workflows/wf-ecosystem-analysis.yaml +338 -0
- package/pro/squads/squad-creator/workflows/wf-improve-workflow-from-report.yaml +69 -0
- package/pro/squads/squad-creator/workflows/wf-install-skills.yaml +52 -0
- package/pro/squads/squad-creator/workflows/wf-next-squad.yaml +60 -0
- package/pro/squads/squad-creator/workflows/wf-operational-test.yaml +86 -0
- package/pro/squads/squad-creator/workflows/wf-qa-after-creation.yaml +339 -0
- package/pro/squads/squad-creator/workflows/wf-rename-squad.yaml +51 -0
- package/pro/squads/squad-creator/workflows/wf-self-improve.yaml +206 -0
- package/pro/squads/squad-creator/workflows/wf-setup-runtime.yaml +86 -0
- package/pro/squads/squad-creator/workflows/wf-squad-overview.yaml +100 -0
- package/pro/squads/squad-creator/workflows/wf-sync-ide-skills.yaml +24 -0
- package/pro/squads/squad-creator/workflows/wf-upgrade-squad.yaml +236 -0
- package/pro/squads/squad-creator/workflows/wf-weekly-report.yaml +139 -0
- package/pro/squads/squad-creator-pro/ARCHITECTURE.md +37 -0
- package/pro/squads/squad-creator-pro/CHANGELOG.md +12 -12
- package/pro/squads/squad-creator-pro/README.md +19 -17
- package/pro/squads/squad-creator-pro/agents/ecosystem-analyst.md +989 -0
- package/pro/squads/squad-creator-pro/agents/heuristic-ops.md +369 -0
- package/pro/squads/squad-creator-pro/agents/oalanicolas.md +582 -22
- package/pro/squads/squad-creator-pro/agents/pedro-valerio.md +957 -115
- package/pro/squads/squad-creator-pro/agents/squad-chief.md +580 -412
- package/pro/squads/squad-creator-pro/agents/thiago_finch.md +31 -21
- package/pro/squads/squad-creator-pro/benchmarks/golden/hormozi-golden.yaml +382 -0
- package/pro/squads/squad-creator-pro/benchmarks/scripts/run-benchmark.sh +363 -0
- package/pro/squads/squad-creator-pro/checklists/agent-depth-checklist.md +4 -4
- package/pro/squads/squad-creator-pro/checklists/agent-quality-gate.md +1 -1
- package/pro/squads/squad-creator-pro/checklists/create-squad-checklist.md +78 -6
- package/pro/squads/squad-creator-pro/checklists/deep-research-quality.md +3 -4
- package/pro/squads/squad-creator-pro/checklists/executor-matrix-checklist.md +3 -3
- package/pro/squads/squad-creator-pro/checklists/mental-model-integration-checklist.md +3 -3
- package/pro/squads/squad-creator-pro/checklists/mind-validation.md +2 -3
- package/pro/squads/squad-creator-pro/checklists/pipeline-quality-checklist.md +84 -0
- package/pro/squads/squad-creator-pro/checklists/quality-gate-checklist.md +3 -3
- package/pro/squads/squad-creator-pro/checklists/session-heuristics-extraction.md +65 -0
- package/pro/squads/squad-creator-pro/checklists/sop-validation.md +2 -2
- package/pro/squads/squad-creator-pro/checklists/squad-checklist.md +20 -20
- package/pro/squads/squad-creator-pro/checklists/task-anatomy-checklist.md +1 -1
- package/pro/squads/squad-creator-pro/config/heuristic-watcher-rubric.yaml +300 -0
- package/pro/squads/squad-creator-pro/config/heuristics.yaml +196 -12
- package/pro/squads/squad-creator-pro/config/model-routing.yaml +10 -10
- package/pro/squads/squad-creator-pro/config/scoring-rubric.yaml +1 -1
- package/pro/squads/squad-creator-pro/config/squad-config.yaml +1 -1
- package/pro/squads/squad-creator-pro/config.yaml +452 -32
- package/pro/squads/squad-creator-pro/data/an-output-examples.yaml +9 -9
- package/pro/squads/squad-creator-pro/data/best-practices.md +8 -8
- package/pro/squads/squad-creator-pro/data/core-heuristics.md +5 -5
- package/pro/squads/squad-creator-pro/data/decision-heuristics-framework.md +2 -2
- package/pro/squads/squad-creator-pro/data/executor-matrix-framework.md +2 -2
- package/pro/squads/squad-creator-pro/data/extraction-mentoria-processos-dec19.yaml +337 -0
- package/pro/squads/squad-creator-pro/data/fusion-dry-runs/traffic-masters-absorve-_traffic-2026-03-09.md +135 -0
- package/pro/squads/squad-creator-pro/data/fusion-executor-analysis.md +1 -1
- package/pro/squads/squad-creator-pro/data/hybridops-patterns.md +3 -3
- package/pro/squads/squad-creator-pro/data/internal-infrastructure-library.yaml +5 -1
- package/pro/squads/squad-creator-pro/data/mental-model-task-matrix.yaml +4 -4
- package/pro/squads/squad-creator-pro/data/pm-best-practices.md +71 -7
- package/pro/squads/squad-creator-pro/data/pv-output-examples.yaml +1 -1
- package/pro/squads/squad-creator-pro/data/pv-workflow-validation.yaml +4 -4
- package/pro/squads/squad-creator-pro/data/quality-dimensions-framework.md +2 -2
- package/pro/squads/squad-creator-pro/data/quality-gate-coverage.yaml +169 -0
- package/pro/squads/squad-creator-pro/data/squad-analytics-guide.md +2 -2
- package/pro/squads/squad-creator-pro/data/squad-kb.md +14 -14
- package/pro/squads/squad-creator-pro/data/squad-kpis.yaml +60 -0
- package/pro/squads/squad-creator-pro/data/squad-registry.yaml +4868 -809
- package/pro/squads/squad-creator-pro/data/tier-system-framework.md +2 -2
- package/pro/squads/squad-creator-pro/data/token-registry.yaml +386 -0
- package/pro/squads/squad-creator-pro/data/tool-registry.yaml +130 -14
- package/pro/squads/squad-creator-pro/docs/COMMANDS.md +1 -1
- package/pro/squads/squad-creator-pro/docs/FAQ.md +4 -4
- package/pro/squads/squad-creator-pro/docs/PATTERN-LIBRARY.md +12 -4
- package/pro/squads/squad-creator-pro/docs/PEDRO-VALERIO-ARCHITECTURE.md +2 -2
- package/pro/squads/squad-creator-pro/docs/POR-ONDE-COMECAR.md +4 -4
- package/pro/squads/squad-creator-pro/docs/QUICK-START.md +2 -2
- package/pro/squads/squad-creator-pro/docs/TOOL-RECOMMENDATIONS.md +3 -1
- package/pro/squads/squad-creator-pro/docs/TUTORIAL-COMPLETO.md +3 -3
- package/pro/squads/squad-creator-pro/docs/sop-extraction-process.md +2 -2
- package/pro/squads/squad-creator-pro/docs/squad-chief-agent-flow.md +8 -8
- package/pro/squads/squad-creator-pro/minds/oalanicolas/artifacts/HANDOFF_PROTOCOL.md +1 -1
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_001.md +85 -134
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_002.md +88 -179
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_003.md +82 -211
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_004.md +79 -123
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_005.md +90 -135
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_006.md +17 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_007.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_008.md +13 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_009.md +12 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_010.md +27 -2
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_011.md +72 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_012.md +59 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_013.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_014.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_015.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_016.md +67 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_017.md +64 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_018.md +79 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_019.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_020.md +67 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_021.md +114 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_022.md +75 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_023.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_024.md +66 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_025.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_026.md +82 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_027.md +85 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_028.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_029.md +73 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_030.md +80 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_031.md +78 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_032.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_033.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_034.md +119 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_035.md +120 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_036.md +134 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_037.md +123 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_038.md +85 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_039.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_040.md +130 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_041.md +87 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_042.md +89 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_043.md +78 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_044.md +97 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_045.md +82 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_046.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_047.md +77 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_048.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_049.md +102 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_050.md +85 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_051.md +90 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_052.md +84 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_053.md +83 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_054.md +96 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_055.md +137 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_056.md +114 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_057.md +82 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_058.md +79 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_059.md +88 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_060.md +78 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_061.md +79 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_062.md +99 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_063.md +73 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_064.md +106 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_065.md +87 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_066.md +66 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_067.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_068.md +70 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_069.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_070.md +67 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_071.md +87 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_072.md +84 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_073.md +89 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_074.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_075.md +87 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_076.md +107 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_077.md +98 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_078.md +66 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_079.md +91 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_080.md +59 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_081.md +64 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_082.md +71 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_083.md +62 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_084.md +66 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_085.md +62 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_086.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_087.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_088.md +89 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_089.md +88 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_090.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_091.md +76 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_092.md +61 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_093.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_094.md +58 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_095.md +58 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_096.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_097.md +63 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_098.md +98 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_099.md +97 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_100.md +100 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_101.md +62 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_102.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_103.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_104.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_105.md +67 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_106.md +64 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_107.md +63 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_108.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_109.md +62 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_110.md +58 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_111.md +88 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_112.md +60 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_113.md +74 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_114.md +55 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_115.md +126 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_116.md +76 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_117.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_118.md +72 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_119.md +58 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_120.md +77 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_121.md +65 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_122.md +57 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_123.md +63 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_124.md +69 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_125.md +73 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_126.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_127.md +77 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_128.md +76 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_129.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_130.md +88 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_131.md +85 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_132.md +81 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_133.md +86 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/decision-cards.yaml +1010 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/heuristic-analytics.md +24 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_BS_001.md +7 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_041.md +80 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_042.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_043.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_044.md +83 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_045.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_046.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_047.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_048.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_049.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_050.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_051.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_052.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_053.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_054.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_055.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_056.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_057.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_058.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_059.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_060.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_061.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_062.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_063.md +80 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_064.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_065.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_066.md +76 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_067.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_068.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_069.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_070.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_071.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_072.md +76 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_073.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_074.md +80 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_075.md +85 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_076.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_077.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_078.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_079.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_080.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_081.md +76 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_082.md +84 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_083.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_084.md +76 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_085.md +83 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_086.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_087.md +87 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_088.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_089.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_090.md +75 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_091.md +77 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_092.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_093.md +74 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_094.md +73 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_095.md +84 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_096.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_097.md +79 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_098.md +85 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_099.md +82 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_100.md +81 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_KE_101.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_001.md +23 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_002.md +165 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_003.md +164 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_004.md +163 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_005.md +161 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_006.md +164 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_007.md +162 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_008.md +156 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_009.md +157 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_010.md +166 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_011.md +161 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_012.md +80 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_013.md +66 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_014.md +64 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_015.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_016.md +60 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_017.md +66 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_018.md +56 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_019.md +63 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_020.md +64 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_021.md +71 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_022.md +69 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_023.md +56 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_024.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_025.md +60 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_026.md +71 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_027.md +65 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_028.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_029.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_030.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_031.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_032.md +59 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_033.md +64 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_034.md +65 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_035.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_036.md +63 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_037.md +60 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_038.md +78 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_039.md +58 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_040.md +62 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_041.md +61 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PM_001.md +7 -0
- package/pro/squads/squad-creator-pro/package-lock.json +38 -0
- package/pro/squads/squad-creator-pro/package.json +10 -6
- package/pro/squads/squad-creator-pro/requirements.txt +1 -0
- package/pro/squads/squad-creator-pro/schemas/agent-persona.schema.json +78 -0
- package/pro/squads/squad-creator-pro/schemas/squad-config.schema.json +146 -0
- package/pro/squads/squad-creator-pro/scripts/README.md +123 -203
- package/pro/squads/squad-creator-pro/scripts/WAVE-LOOP.md +157 -0
- package/pro/squads/squad-creator-pro/scripts/checklist_validator.py +34 -426
- package/pro/squads/squad-creator-pro/scripts/create-agent-preflight.py +2 -2
- package/pro/squads/squad-creator-pro/scripts/cross-mind-linker.py +143 -0
- package/pro/squads/squad-creator-pro/scripts/cross_map.json +338 -0
- package/pro/squads/squad-creator-pro/scripts/dependency_check.py +8 -4
- package/pro/squads/squad-creator-pro/scripts/detect-environment-contract.cjs +37 -0
- package/pro/squads/squad-creator-pro/scripts/export-antigravity-workflows.cjs +12 -0
- package/pro/squads/squad-creator-pro/scripts/generate-heuristic-registry.py +83 -0
- package/pro/squads/squad-creator-pro/scripts/generate-squad-greeting.js +3 -3
- package/pro/squads/squad-creator-pro/scripts/generate-squad-guide.js +13 -533
- package/pro/squads/squad-creator-pro/scripts/inventory.py +35 -245
- package/pro/squads/squad-creator-pro/scripts/lib/config-loader.js +10 -149
- package/pro/squads/squad-creator-pro/scripts/lib/squad-runtime-paths.cjs +14 -0
- package/pro/squads/squad-creator-pro/scripts/lib/validate-runtime-state.cjs +14 -0
- package/pro/squads/squad-creator-pro/scripts/load-business-sops.cjs +460 -0
- package/pro/squads/squad-creator-pro/scripts/model-usage-logger.cjs +1 -1
- package/pro/squads/squad-creator-pro/scripts/modernization-score.sh +14 -14
- package/pro/squads/squad-creator-pro/scripts/naming_validator.py +34 -274
- package/pro/squads/squad-creator-pro/scripts/on-specialist-complete.py +72 -18
- package/pro/squads/squad-creator-pro/scripts/refresh-registry.py +157 -2
- package/pro/squads/squad-creator-pro/scripts/rename-squad.sh +8 -0
- package/pro/squads/squad-creator-pro/scripts/save-session-metrics.py +72 -19
- package/pro/squads/squad-creator-pro/scripts/scaffold-squad.cjs +8 -277
- package/pro/squads/squad-creator-pro/scripts/security_scanner.py +34 -353
- package/pro/squads/squad-creator-pro/scripts/squad-analytics.py +34 -560
- package/pro/squads/squad-creator-pro/scripts/squad-context-loader.cjs +48 -21
- package/pro/squads/squad-creator-pro/scripts/squad-state-manager.cjs +322 -66
- package/pro/squads/squad-creator-pro/scripts/squad-workflow-runner.cjs +615 -202
- package/pro/squads/squad-creator-pro/scripts/squad_utils.py +37 -239
- package/pro/squads/squad-creator-pro/scripts/sync-chief-codex-skill.js +242 -0
- package/pro/squads/squad-creator-pro/scripts/sync-ide-skills.py +59 -0
- package/pro/squads/squad-creator-pro/scripts/tests/__init__.py +1 -1
- package/pro/squads/squad-creator-pro/scripts/tests/test_load_business_sops.cjs +158 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_modernization_score.sh +4 -4
- package/pro/squads/squad-creator-pro/scripts/tests/test_refresh_registry.py +243 -253
- package/pro/squads/squad-creator-pro/scripts/tests/test_security_scanner.py +2 -2
- package/pro/squads/squad-creator-pro/scripts/tests/test_squad_analytics.py +210 -351
- package/pro/squads/squad-creator-pro/scripts/tests/test_squad_runtime_pipeline_e2e.cjs +267 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_validate_squad_runtime_state_e2e.cjs +99 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_wave_loop_runtime_e2e.cjs +216 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_wave_loop_runtime_unit.cjs +336 -0
- package/pro/squads/squad-creator-pro/scripts/validate-clone.sh +345 -0
- package/pro/squads/squad-creator-pro/scripts/validate-squad-structure.py +35 -511
- package/pro/squads/squad-creator-pro/scripts/validate-squad.sh +6 -938
- package/pro/squads/squad-creator-pro/scripts/validate-workspace-contract.py +204 -0
- package/pro/squads/squad-creator-pro/scripts/verify-squad-completeness.sh +8 -0
- package/pro/squads/squad-creator-pro/scripts/wave-loop.cjs +911 -0
- package/pro/squads/squad-creator-pro/scripts/wave-loop.sh +5 -0
- package/pro/squads/squad-creator-pro/scripts/yaml_validator.py +34 -503
- package/pro/squads/squad-creator-pro/skills/fidelity-score.md +245 -0
- package/pro/squads/squad-creator-pro/skills/squad.md +7 -14
- package/pro/squads/squad-creator-pro/squad-io.yaml +49 -0
- package/pro/squads/squad-creator-pro/tasks/CHANGELOG.md +38 -0
- package/pro/squads/squad-creator-pro/tasks/an-assess-sources-collect.md +197 -0
- package/pro/squads/squad-creator-pro/tasks/an-assess-sources-score.md +471 -0
- package/pro/squads/squad-creator-pro/tasks/an-assess-sources.md +157 -58
- package/pro/squads/squad-creator-pro/tasks/an-clone-review-report.md +171 -0
- package/pro/squads/squad-creator-pro/tasks/an-clone-review-source-trinity.md +227 -0
- package/pro/squads/squad-creator-pro/tasks/an-clone-review-stages-fidelity.md +158 -0
- package/pro/squads/squad-creator-pro/tasks/an-clone-review.md +146 -77
- package/pro/squads/squad-creator-pro/tasks/an-compare-outputs-score.md +340 -0
- package/pro/squads/squad-creator-pro/tasks/an-compare-outputs.md +105 -305
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-blueprint.md +51 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-contexts.md +48 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-memory.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-stages.md +48 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone-trinity.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone.md +86 -59
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone-prescribe.md +147 -0
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone-symptoms.md +147 -0
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone-verify-trinity.md +200 -0
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone.md +105 -60
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-layer-extraction.md +54 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-report.md +55 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-source-assessment.md +54 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-thinking-dna.md +54 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna-voice-dna.md +54 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna.md +86 -70
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework-analyze.md +178 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework-integrate.md +239 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework-trinity.md +206 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework.md +119 -75
- package/pro/squads/squad-creator-pro/tasks/an-extract-heuristics.md +560 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-session-heuristics.md +633 -0
- package/pro/squads/squad-creator-pro/tasks/an-fidelity-score-calculate.md +317 -0
- package/pro/squads/squad-creator-pro/tasks/an-fidelity-score.md +113 -89
- package/pro/squads/squad-creator-pro/tasks/an-validate-clone-hackability.md +346 -0
- package/pro/squads/squad-creator-pro/tasks/an-validate-clone.md +89 -78
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources-consolidate.md +186 -0
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources-expand.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources-search.md +200 -0
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources.md +103 -285
- package/pro/squads/squad-creator-pro/tasks/batch-closeout.md +96 -0
- package/pro/squads/squad-creator-pro/tasks/clone-mind-quality-dashboard.md +142 -0
- package/pro/squads/squad-creator-pro/tasks/clone-mind-smoke-test.md +137 -0
- package/pro/squads/squad-creator-pro/tasks/clone-mind-synthesis.md +147 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-classify.md +209 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-discover.md +244 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-gap-analysis.md +201 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-quality-gate.md +227 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources-validate.md +234 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources.md +111 -466
- package/pro/squads/squad-creator-pro/tasks/create-agent.md +101 -747
- package/pro/squads/squad-creator-pro/tasks/create-documentation.md +149 -205
- package/pro/squads/squad-creator-pro/tasks/create-from-sop-brief.md +139 -0
- package/pro/squads/squad-creator-pro/tasks/create-from-sop-load-classify.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/create-from-sop-map-workflow.md +172 -0
- package/pro/squads/squad-creator-pro/tasks/create-from-sop.md +130 -0
- package/pro/squads/squad-creator-pro/tasks/create-greeting-script.md +148 -0
- package/pro/squads/squad-creator-pro/tasks/create-pipeline.md +99 -288
- package/pro/squads/squad-creator-pro/tasks/create-squad.md +135 -927
- package/pro/squads/squad-creator-pro/tasks/create-task.md +102 -1125
- package/pro/squads/squad-creator-pro/tasks/create-template.md +87 -456
- package/pro/squads/squad-creator-pro/tasks/create-workflow.md +107 -697
- package/pro/squads/squad-creator-pro/tasks/deconstruct-extract.md +221 -0
- package/pro/squads/squad-creator-pro/tasks/deconstruct-synthesize.md +154 -0
- package/pro/squads/squad-creator-pro/tasks/deconstruct.md +89 -133
- package/pro/squads/squad-creator-pro/tasks/deep-research-check-local-knowledge.md +164 -0
- package/pro/squads/squad-creator-pro/tasks/deep-research-execute.md +200 -0
- package/pro/squads/squad-creator-pro/tasks/deep-research-generate-prompt.md +245 -0
- package/pro/squads/squad-creator-pro/tasks/deep-research-pre-agent.md +114 -512
- package/pro/squads/squad-creator-pro/tasks/deep-research-validate.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/delete-squad.md +104 -0
- package/pro/squads/squad-creator-pro/tasks/discover-tools-execute.md +293 -0
- package/pro/squads/squad-creator-pro/tasks/discover-tools.md +142 -885
- package/pro/squads/squad-creator-pro/tasks/etd-assemble-output.md +183 -0
- package/pro/squads/squad-creator-pro/tasks/etd-discovery.md +216 -0
- package/pro/squads/squad-creator-pro/tasks/etd-extract-and-classify.md +250 -0
- package/pro/squads/squad-creator-pro/tasks/etd-extract-heuristics.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/etd-handoff-triggers.md +166 -0
- package/pro/squads/squad-creator-pro/tasks/etd-l4-card-generation.md +224 -0
- package/pro/squads/squad-creator-pro/tasks/etd-objection-handling.md +167 -0
- package/pro/squads/squad-creator-pro/tasks/etd-resolve-and-consolidate.md +158 -0
- package/pro/squads/squad-creator-pro/tasks/evd-assemble-voice-dna.md +218 -0
- package/pro/squads/squad-creator-pro/tasks/evd-collect-sources.md +176 -0
- package/pro/squads/squad-creator-pro/tasks/evd-extract-dimensions.md +667 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-context-load.md +180 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-enrichment.md +181 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-filter.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-multi-lense.md +158 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold-validation.md +167 -0
- package/pro/squads/squad-creator-pro/tasks/extract-expert-gold.md +185 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-analyze.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-prioritize.md +212 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-scan.md +231 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-synthesize.md +176 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit-validate.md +234 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit.md +137 -317
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-checklist.md +220 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-framework.md +244 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-sop.md +244 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-source-validation.md +191 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge-validation.md +224 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge.md +92 -476
- package/pro/squads/squad-creator-pro/tasks/extract-sop-analyze.md +180 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop-assemble.md +184 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop-extract.md +178 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop-prepare.md +189 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop.md +129 -267
- package/pro/squads/squad-creator-pro/tasks/extract-thinking-dna.md +103 -596
- package/pro/squads/squad-creator-pro/tasks/extract-voice-dna.md +102 -551
- package/pro/squads/squad-creator-pro/tasks/find-0-8-classify.md +203 -0
- package/pro/squads/squad-creator-pro/tasks/find-0-8-recommend.md +166 -0
- package/pro/squads/squad-creator-pro/tasks/find-0-8.md +136 -0
- package/pro/squads/squad-creator-pro/tasks/ics-audit.md +211 -0
- package/pro/squads/squad-creator-pro/tasks/ics-domain-mapping.md +172 -0
- package/pro/squads/squad-creator-pro/tasks/ics-generate-scripts.md +241 -0
- package/pro/squads/squad-creator-pro/tasks/ics-integration.md +182 -0
- package/pro/squads/squad-creator-pro/tasks/ics-validation.md +181 -0
- package/pro/squads/squad-creator-pro/tasks/install-context-stack.md +228 -0
- package/pro/squads/squad-creator-pro/tasks/install-skills.md +180 -0
- package/pro/squads/squad-creator-pro/tasks/lookup-model.md +61 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-analyze.md +154 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-archive.md +162 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-convert.md +167 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-to-yaml.md +77 -239
- package/pro/squads/squad-creator-pro/tasks/modernize-squad.md +338 -0
- package/pro/squads/squad-creator-pro/tasks/next-action-discovery.md +191 -0
- package/pro/squads/squad-creator-pro/tasks/next-action-gap-map.md +220 -0
- package/pro/squads/squad-creator-pro/tasks/next-action-implement.md +183 -0
- package/pro/squads/squad-creator-pro/tasks/next-action.md +149 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-binary-checkpoints.md +114 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-determinism-analysis.md +164 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-empirical-validation.md +138 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-gap-zero.md +111 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-gatekeeper-detection.md +113 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-hybrid-executor.md +117 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-post-economy.md +158 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-scope-clarification.md +110 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-apply.md +142 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-checkpoints.md +108 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-executor-distribution.md +107 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-gap-zero.md +113 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-parallelization.md +107 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-phase-necessity.md +139 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow-report.md +146 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow.md +119 -831
- package/pro/squads/squad-creator-pro/tasks/optimize.md +149 -1059
- package/pro/squads/squad-creator-pro/tasks/parallel-discovery.md +56 -3
- package/pro/squads/squad-creator-pro/tasks/plan-squad-architecture.md +34 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-challenge-reorder.md +34 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-contract.md +38 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-depth-calibration.md +34 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-domain-mapping.md +32 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-prd-assembly.md +37 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad-roadmap.md +32 -0
- package/pro/squads/squad-creator-pro/tasks/plan-squad.md +90 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit-deep-dive.md +157 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit-overview.md +157 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit-sample.md +188 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit.md +118 -191
- package/pro/squads/squad-creator-pro/tasks/pv-axioma-assessment.md +89 -0
- package/pro/squads/squad-creator-pro/tasks/pv-modernization-score.md +87 -8
- package/pro/squads/squad-creator-pro/tasks/qa-after-creation.md +94 -455
- package/pro/squads/squad-creator-pro/tasks/qualify-task.md +93 -241
- package/pro/squads/squad-creator-pro/tasks/refresh-registry-enrich.md +171 -0
- package/pro/squads/squad-creator-pro/tasks/refresh-registry-scan.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/refresh-registry-write.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/refresh-registry.md +111 -351
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-comparison.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-execution.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-lookup.md +49 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-preflight.md +48 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing-report.md +51 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing.md +84 -146
- package/pro/squads/squad-creator-pro/tasks/squad-analytics.md +141 -214
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-cleanup.md +93 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-command-sync.md +97 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-deduplication.md +234 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-discovery.md +98 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-execution.md +246 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-initialize.md +247 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-integration.md +95 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-resolution.md +205 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-scope.md +95 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-structure.md +128 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion-validation.md +96 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion.md +115 -784
- package/pro/squads/squad-creator-pro/tasks/sync-chief-codex-skill.md +107 -0
- package/pro/squads/squad-creator-pro/tasks/sync-ide-skills.md +192 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-apply.md +207 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-extract-merge.md +257 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-extract.md +201 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-load-snapshot.md +177 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-load.md +173 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind-merge.md +193 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind.md +113 -364
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-apply.md +104 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-gap.md +110 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-inventory.md +110 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-plan.md +107 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-qualitative.md +104 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad-verify.md +106 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad.md +143 -907
- package/pro/squads/squad-creator-pro/tasks/validate-extraction-adversarial.md +182 -0
- package/pro/squads/squad-creator-pro/tasks/validate-extraction-checklist.md +155 -0
- package/pro/squads/squad-creator-pro/tasks/validate-extraction-gate.md +175 -0
- package/pro/squads/squad-creator-pro/tasks/validate-extraction.md +114 -172
- package/pro/squads/squad-creator-pro/tasks/validate-squad-contextual.md +120 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad-cross-references.md +122 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad-deterministic.md +261 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad-quality.md +138 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad-verdict.md +183 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad.md +102 -1352
- package/pro/squads/squad-creator-pro/tasks/workspace-integration-hardening.md +187 -0
- package/pro/squads/squad-creator-pro/templates/agent-flow-doc-tmpl.md +3 -3
- package/pro/squads/squad-creator-pro/templates/agent-tmpl.md +1 -1
- package/pro/squads/squad-creator-pro/templates/config-tmpl.yaml +87 -5
- package/pro/squads/squad-creator-pro/templates/cross-domain-handoff-tmpl.yaml +17 -0
- package/pro/squads/squad-creator-pro/templates/journey-log-tmpl.yaml +75 -0
- package/pro/squads/squad-creator-pro/templates/pop-extractor-prompt.md +4 -4
- package/pro/squads/squad-creator-pro/templates/quality-gate-tmpl.yaml +4 -4
- package/pro/squads/squad-creator-pro/templates/readme-tmpl.md +5 -5
- package/pro/squads/squad-creator-pro/templates/report-tmpl.yaml +14 -0
- package/pro/squads/squad-creator-pro/templates/session-heuristic-tmpl.md +100 -0
- package/pro/squads/squad-creator-pro/templates/squad-prd-deep-tmpl.md +434 -0
- package/pro/squads/squad-creator-pro/templates/task-tmpl.md +1 -1
- package/pro/squads/squad-creator-pro/templates/workflow-doc-tmpl.md +2 -2
- package/pro/squads/squad-creator-pro/templates/workflow-tmpl.yaml +4 -4
- package/pro/squads/squad-creator-pro/test-cases/BATCH-PROGRESS.md +3 -3
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/README.md +1 -1
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/TEST-REPORT-v2.1.md +2 -2
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/VERIFICATION-CHECKLIST.txt +2 -2
- package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/opus-baseline.yaml +2 -2
- package/pro/squads/squad-creator-pro/test-cases/create-task/test-case.yaml +2 -2
- package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/opus-baseline.yaml +3 -3
- package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/opus-baseline.yaml +1 -1
- package/pro/squads/squad-creator-pro/test-cases/upgrade-squad/test-case.yaml +3 -3
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/opus-round-3-v4-task.yaml +1 -1
- package/pro/squads/squad-creator-pro/workflows/create-squad.yaml +219 -267
- package/pro/squads/squad-creator-pro/workflows/modules/module-discovery.yaml +3 -3
- package/pro/squads/squad-creator-pro/workflows/modules/module-integration.yaml +19 -1
- package/pro/squads/squad-creator-pro/workflows/modules/module-quality-gates.yaml +6 -1
- package/pro/squads/squad-creator-pro/workflows/validate-squad.yaml +461 -491
- package/pro/squads/squad-creator-pro/workflows/wf-assess-sources.yaml +62 -0
- package/pro/squads/squad-creator-pro/workflows/wf-auto-acquire-sources.yaml +258 -256
- package/pro/squads/squad-creator-pro/workflows/wf-brownfield-upgrade-squad.yaml +115 -19
- package/pro/squads/squad-creator-pro/workflows/wf-clone-mind.yaml +327 -241
- package/pro/squads/squad-creator-pro/workflows/wf-clone-review.yaml +111 -0
- package/pro/squads/squad-creator-pro/workflows/wf-collect-sources.yaml +104 -0
- package/pro/squads/squad-creator-pro/workflows/wf-compare-outputs.yaml +77 -0
- package/pro/squads/squad-creator-pro/workflows/wf-context-aware-create-squad.yaml +150 -20
- package/pro/squads/squad-creator-pro/workflows/wf-create-from-sop.yaml +117 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-pipeline.yaml +19 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-squad.yaml +1053 -909
- package/pro/squads/squad-creator-pro/workflows/wf-create-task.yaml +22 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-template.yaml +17 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-workflow.yaml +22 -0
- package/pro/squads/squad-creator-pro/workflows/wf-cross-provider-qualification.yaml +289 -340
- package/pro/squads/squad-creator-pro/workflows/wf-deconstruct.yaml +92 -0
- package/pro/squads/squad-creator-pro/workflows/wf-deep-research.yaml +148 -0
- package/pro/squads/squad-creator-pro/workflows/wf-design-clone.yaml +103 -0
- package/pro/squads/squad-creator-pro/workflows/wf-diagnose-clone.yaml +115 -0
- package/pro/squads/squad-creator-pro/workflows/wf-discover-tools.yaml +881 -609
- package/pro/squads/squad-creator-pro/workflows/wf-extract-dna.yaml +103 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-expert-gold.yaml +101 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-framework.yaml +108 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-implicit.yaml +101 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-knowledge.yaml +162 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-sop.yaml +143 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-thinking-dna.yaml +210 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extract-voice-dna.yaml +76 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extraction-pipeline.yaml +267 -278
- package/pro/squads/squad-creator-pro/workflows/wf-fidelity-score.yaml +88 -0
- package/pro/squads/squad-creator-pro/workflows/wf-find-08.yaml +71 -0
- package/pro/squads/squad-creator-pro/workflows/wf-install-context-stack.yaml +88 -0
- package/pro/squads/squad-creator-pro/workflows/wf-install-workspace-context.yaml +764 -0
- package/pro/squads/squad-creator-pro/workflows/wf-migrate-workflows.yaml +103 -0
- package/pro/squads/squad-creator-pro/workflows/wf-mind-research-loop.yaml +364 -361
- package/pro/squads/squad-creator-pro/workflows/wf-model-tier-qualification.yaml +297 -360
- package/pro/squads/squad-creator-pro/workflows/wf-modernize-squad.yaml +178 -0
- package/pro/squads/squad-creator-pro/workflows/wf-next-action.yaml +113 -0
- package/pro/squads/squad-creator-pro/workflows/wf-optimize-squad.yaml +450 -373
- package/pro/squads/squad-creator-pro/workflows/wf-optimize-workflow.yaml +122 -0
- package/pro/squads/squad-creator-pro/workflows/wf-optimize-yolo.yaml +595 -0
- package/pro/squads/squad-creator-pro/workflows/wf-plan-squad.yaml +255 -0
- package/pro/squads/squad-creator-pro/workflows/wf-pv-audit.yaml +115 -0
- package/pro/squads/squad-creator-pro/workflows/wf-refresh-registry.yaml +110 -0
- package/pro/squads/squad-creator-pro/workflows/wf-research-then-create-agent.yaml +489 -552
- package/pro/squads/squad-creator-pro/workflows/wf-smoke-test-model-routing.yaml +103 -0
- package/pro/squads/squad-creator-pro/workflows/wf-squad-fusion.yaml +697 -690
- package/pro/squads/squad-creator-pro/workflows/wf-update-mind.yaml +148 -0
- package/pro/squads/squad-creator-pro/workflows/wf-upgrade-squad.yaml +141 -0
- package/pro/squads/squad-creator-pro/workflows/wf-validate-clone.yaml +120 -0
- package/pro/squads/squad-creator-pro/workflows/wf-validate-extraction.yaml +111 -0
- package/pro/squads/squad-creator-pro/workflows/wf-workspace-integration-hardening.yaml +119 -0
- package/pro/squads/storytelling/CHANGELOG.md +30 -0
- package/pro/squads/storytelling/HEADLINE.md +3 -0
- package/pro/squads/storytelling/README.md +137 -0
- package/pro/squads/storytelling/agents/blake-snyder.md +451 -0
- package/pro/squads/storytelling/agents/dan-harmon.md +742 -0
- package/pro/squads/storytelling/agents/donald-miller.md +662 -0
- package/pro/squads/storytelling/agents/joseph-campbell.md +625 -0
- package/pro/squads/storytelling/agents/keith-johnstone.md +467 -0
- package/pro/squads/storytelling/agents/kindra-hall.md +953 -0
- package/pro/squads/storytelling/agents/marshall-ganz.md +473 -0
- package/pro/squads/storytelling/agents/matthew-dicks.md +526 -0
- package/pro/squads/storytelling/agents/nancy-duarte.md +528 -0
- package/pro/squads/storytelling/agents/oren-klaff.md +785 -0
- package/pro/squads/storytelling/agents/park-howell.md +807 -0
- package/pro/squads/storytelling/agents/shawn-coyne.md +540 -0
- package/pro/squads/storytelling/agents/story-chief.md +409 -0
- package/pro/squads/storytelling/checklists/story-quality-checklist.md +100 -0
- package/pro/squads/storytelling/config.yaml +248 -0
- package/pro/squads/storytelling/data/story-mappings.yaml +200 -0
- package/pro/squads/storytelling/docs/.gitkeep +0 -0
- package/pro/squads/storytelling/research/blake-snyder-save-the-cat-research.md +958 -0
- package/pro/squads/storytelling/research/donald-miller-storybrand-research.md +1205 -0
- package/pro/squads/storytelling/research/joseph-campbell-heros-journey-research.md +1170 -0
- package/pro/squads/storytelling/research/keith-johnstone-improv-spontaneity-research.md +574 -0
- package/pro/squads/storytelling/research/marshall-ganz-public-narrative-research.md +658 -0
- package/pro/squads/storytelling/research/nancy-duarte-sparkline-research.md +892 -0
- package/pro/squads/storytelling/research/shawn-coyne-story-grid-research.md +760 -0
- package/pro/squads/storytelling/scripts/generate-story-greeting.cjs +140 -0
- package/pro/squads/storytelling/scripts/load-context.cjs +141 -0
- package/pro/squads/storytelling/scripts/resolve-readiness.cjs +45 -0
- package/pro/squads/storytelling/scripts/runtime-paths.cjs +44 -0
- package/pro/squads/storytelling/scripts/set-active-context.cjs +108 -0
- package/pro/squads/storytelling/scripts/show-context.cjs +22 -0
- package/pro/squads/storytelling/squad-io.yaml +573 -0
- package/pro/squads/storytelling/tasks/apply-abt.md +856 -0
- package/pro/squads/storytelling/tasks/apply-beat-sheet.md +1245 -0
- package/pro/squads/storytelling/tasks/apply-heros-journey.md +1100 -0
- package/pro/squads/storytelling/tasks/apply-save-the-cat.md +1075 -0
- package/pro/squads/storytelling/tasks/apply-story-circle.md +1116 -0
- package/pro/squads/storytelling/tasks/craft-personal-story.md +1004 -0
- package/pro/squads/storytelling/tasks/craft-public-narrative.md +1193 -0
- package/pro/squads/storytelling/tasks/craft-ted-talk.md +773 -0
- package/pro/squads/storytelling/tasks/create-brandscript.md +1376 -0
- package/pro/squads/storytelling/tasks/create-business-story.md +1472 -0
- package/pro/squads/storytelling/tasks/create-pitch.md +1128 -0
- package/pro/squads/storytelling/tasks/diagnose-story-grid.md +979 -0
- package/pro/squads/storytelling/tasks/improvise-story.md +772 -0
- package/pro/squads/storytelling/templates/narrative-output-tmpl.md +44 -0
- package/pro/squads/storytelling/workflows/story-creation.yaml +80 -0
- package/scripts/validate-package-completeness.js +4 -1
- package/.aiox-core/core/execution/predictive-pipeline.js +0 -1283
- package/.aiox-core/core/memory/decision-memory.js +0 -564
- package/.aiox-core/data/registry-update-log.jsonl +0 -2
- package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/ARQUITETURA_COGNITIVA_DE_ALEX_HORMOZI_EXTRA/303/207/303/203O_COMPLETA.md +0 -215
- package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/A_Rotina_de_Alta_Performance_de_Alex_Hormozi_Arquitetura,_Motiva/303/247/303/265es_e_Replica/303/247/303/243o.md +0 -309
- package/pro/squads/mmos-squad/minds/alex_hormozi/artifacts/O_sistema_completo_de_cria/303/247/303/243o_de_conte/303/272do_de_Alex_Hormozi.md +0 -416
- package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/DECIS/303/225ES_ESTRAT/303/211GICAS_DE_DESIGN_SYSTEMS_(2022_2025).md +0 -1038
- package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_ATOMIC_DESIGN.md +0 -797
- package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/O_Cemit/303/251rio_de_Design_Systems.md +0 -447
- package/pro/squads/mmos-squad/minds/brad_frost/.backup/2026-01-13/artifacts/PRINC/303/215PIOS_DE_RACIOC/303/215NIO.md +0 -190
- package/pro/squads/mmos-squad/minds/brad_frost/artifacts/DECIS/303/225ES_ESTRAT/303/211GICAS_DE_DESIGN_SYSTEMS_(2022_2025).md +0 -1038
- package/pro/squads/mmos-squad/minds/brad_frost/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_ATOMIC_DESIGN.md +0 -797
- package/pro/squads/mmos-squad/minds/brad_frost/artifacts/O_Cemit/303/251rio_de_Design_Systems.md +0 -447
- package/pro/squads/mmos-squad/minds/brad_frost/artifacts/PRINC/303/215PIOS_DE_RACIOC/303/215NIO.md +0 -190
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_ELON_MUSK.md +0 -291
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/ASSINATURA_LINGU/303/215STICA_ELON_MUSK.md +0 -485
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/A_Arquitetura_Mental_de_Elon_Musk_Uma_An/303/241lise_Sistem/303/241tica_dos_Frameworks_de_Pensamento.md +0 -907
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Dossi/303/252_Estrat/303/251gico_A_Arquitetura_Psicol/303/263gica_de_Elon_Musk.md +0 -252
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Os_Padr/303/265es_de_Leitura_de_Elon_Musk_e_Sua_Influ/303/252ncia_Sistem/303/241tica.md +0 -287
- package/pro/squads/mmos-squad/minds/elon_musk/artifacts/Uma_an/303/241lise_psicol/303/263gica_abrangente.md +0 -187
- package/pro/squads/mmos-squad/minds/eugene_schwartz/artifacts/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_EUGENE_M._SCHWARTZ.md +0 -790
- package/pro/squads/mmos-squad/minds/eugene_schwartz/artifacts/An/303/241lise_Completa_Eugene_Schwartz_Arquitetura_Cognitiva_DEEP.md +0 -210
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/5H_EXTRA/303/207/303/203O_COGNITIVA_COMPLETA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -226
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_COMPARATIVA_REVISADA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -246
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_LINGU/303/215STICA_CARIOCA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -274
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_PSICOM/303/211TRICA_DEFINITIVA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -821
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/AN/303/201LISE_PSICOM/303/211TRICA_PROFUNDA_PEDRO_VAL/303/211RIO.md +0 -1844
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/C/303/201LCULO_DE_RARIDADE_ESTAT/303/215STICA_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -154
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/EXTRA/303/207/303/203O_PEDRO_VAL/303/211RIO.md +0 -237
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/MAPEAMENTO_LINGU/303/215STICO_PROFUNDO.md +0 -161
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/META_AXIOMAS_DE_PEDRO_VAL/303/211RIO.md +0 -256
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/SISTEMA_IMUNOL/303/223GICO_COGNITIVO_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -586
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/SISTEMA_IMUNOL/303/223GICO_COGNITIVO_V2_/342/200/224_CLONE_IA.md +0 -452
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/TABELA_COMPARATIVA_AN/303/201LISE_COMPLETA_DOS_CLONES_IA.md +0 -102
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/WHATSAPP_PADR/303/225ES_LINGU/303/215STICOS_PEDRO_VAL/303/211RIO_LOPEZ.md +0 -286
- package/pro/squads/mmos-squad/minds/pedro_valerio/sources/artifacts_v1.6/heur/303/255sticas_de_decis/303/243o_e_algoritmos_mentais_/303/272nicos.md +0 -268
- package/pro/squads/mmos-squad/minds/ray_kurzweil/sources/books/PROTOCOLO_COMPLETO_DE_INTERROGA/303/207/303/203O_-_NAVAL_RAVIKANT.md +0 -3624
- package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/FRAMEWORK_COMPLETO_DE_IMPLEMENTA/303/207/303/203O_JOBS.md +0 -488
- package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Framework_Cabe/303/247a_Steve.md +0 -257
- package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Relat/303/263rio_Abrangente_sobre_Steve_Jobs_para_Cria/303/247/303/243o_de_Clone_de_IA.md +0 -370
- package/pro/squads/mmos-squad/minds/steve_jobs/artifacts/Steve_Jobs_An/303/241lise_Psicol/303/263gica_Profunda_e_Valida/303/247/303/243o_Comportamental.md +0 -65
- package/pro/squads/squad-creator-pro/assessments/axioma-assessment-wf-create-squad.yaml +0 -325
- package/pro/squads/squad-creator-pro/checklists/create-agent-checklist.md +0 -184
- package/pro/squads/squad-creator-pro/checklists/create-workflow-checklist.md +0 -224
- package/pro/squads/squad-creator-pro/checklists/squad-overview-checklist.md +0 -393
- package/pro/squads/squad-creator-pro/docs/ADR-001-model-tier-qualification.md +0 -344
- package/pro/squads/squad-creator-pro/docs/AGENT-COLLABORATION.md +0 -609
- package/pro/squads/squad-creator-pro/docs/MIGRATION-PLAN-AGENT-CONFORMITY.md +0 -861
- package/pro/squads/squad-creator-pro/docs/MIGRATION-ROADMAP-HYBRIDOPS.md +0 -1161
- package/pro/squads/squad-creator-pro/docs/MODEL-TIER-QUALIFICATION.md +0 -337
- package/pro/squads/squad-creator-pro/docs/RFC-001-deterministic-refactoring.md +0 -463
- package/pro/squads/squad-creator-pro/docs/optimize-v4-proposal.md +0 -354
- package/pro/squads/squad-creator-pro/docs/session-report-2026-02-01.md +0 -411
- package/pro/squads/squad-creator-pro/docs/validation-report-2026-02-01.md +0 -439
- package/pro/squads/squad-creator-pro/protocols/ai-first-governance.md +0 -63
- package/pro/squads/squad-creator-pro/scripts/__pycache__/dependency_check.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/inventory.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/naming_validator.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/quality_gate.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/scoring.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/__pycache__/yaml_validator.cpython-314.pyc +0 -0
- package/pro/squads/squad-creator-pro/scripts/sync-ide-command.py +0 -590
- package/pro/squads/squad-creator-pro/squad.yaml +0 -36
- package/pro/squads/squad-creator-pro/tasks/detect-squad-context.md +0 -81
- package/pro/squads/squad-creator-pro/tasks/find-0.8.md +0 -222
- package/pro/squads/squad-creator-pro/tasks/install-commands.md +0 -373
- package/pro/squads/squad-creator-pro/tasks/next-squad.md +0 -487
- package/pro/squads/squad-creator-pro/tasks/pv-axioma-assessment-wf-clone-mind.yaml +0 -256
- package/pro/squads/squad-creator-pro/tasks/reexecute-squad-phase.md +0 -64
- package/pro/squads/squad-creator-pro/tasks/squad-overview.md +0 -683
- package/pro/squads/squad-creator-pro/tasks/sync-ide-command.md +0 -392
- package/pro/squads/squad-creator-pro/tasks/validate-final-artifacts.md +0 -80
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-output.yaml +0 -366
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.1-output.yaml +0 -452
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.2.1-output.yaml +0 -281
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.2.2-output.yaml +0 -332
- package/pro/squads/squad-creator-pro/test-cases/an-clone-review/haiku-round-1.yaml +0 -213
- package/pro/squads/squad-creator-pro/test-cases/an-fidelity-score/haiku-round-1.yaml +0 -262
- package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/haiku-round-1.yaml +0 -282
- package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/haiku-output.yaml +0 -209
- package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/haiku-round-1.yaml +0 -393
- package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/haiku-round-1.yaml +0 -292
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-1-MINE.yaml +0 -36
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-1.yaml +0 -193
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-2.yaml +0 -303
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-3-v4-task.yaml +0 -149
- package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/haiku-output-v2-calibrated.yaml +0 -200
- package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/haiku-output.yaml +0 -183
- /package/pro/squads/{mmos-squad/minds/alex_hormozi/artifacts/Processo_Cria/303/247/303/243o_Conte/303/272do_Hormozi.md" → claude-code-mastery/docs/.gitkeep} +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/HEADLINE.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/checklists/smoke-test-agent.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/data/executor-decision-tree.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/data/pipeline-patterns.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/data/squad-type-definitions.yaml +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/docs/TROUBLESHOOTING.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/docs/task-optimization-framework.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/handoff-insumos-tmpl.yaml +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/orchestrator-tmpl.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/pipeline-progress-tmpl.py +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/pipeline-runner-tmpl.py +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/pipeline-state-tmpl.py +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/quality-dashboard-tmpl.md +0 -0
- /package/pro/squads/{squad-creator-pro → squad-creator}/templates/squad-readme-tmpl.md +0 -0
|
@@ -1,124 +1,334 @@
|
|
|
1
|
-
# wf-discover-tools.yaml
|
|
2
|
-
# Workflow: Deep Tool Discovery with Parallel Sub-Agents
|
|
3
|
-
# Version: 2.0
|
|
4
|
-
# Last Updated: 2026-02-03
|
|
5
|
-
|
|
6
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
7
|
-
# WORKFLOW METADATA
|
|
8
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
9
|
-
|
|
10
1
|
workflow:
|
|
11
2
|
id: wf-discover-tools
|
|
12
|
-
name:
|
|
13
|
-
version: "2
|
|
3
|
+
name: Deep Tool Discovery
|
|
4
|
+
version: "3.2"
|
|
14
5
|
purpose: |
|
|
15
6
|
Orquestrar pesquisa PROFUNDA e PARALELA de ferramentas que potencializam
|
|
16
7
|
os entregáveis de um squad, usando subagentes especializados para cada
|
|
17
8
|
categoria de ferramenta.
|
|
18
9
|
orchestrator: "@squad-chief"
|
|
19
|
-
mode:
|
|
20
|
-
|
|
10
|
+
mode: autonomous
|
|
11
|
+
description: Legacy phase-based workflow for deep tool discovery.
|
|
12
|
+
type: discovery
|
|
13
|
+
state_machine:
|
|
14
|
+
states: [init, domain-context-validation, internal-infrastructure-discovery, capability-gap-analysis, parallel-deep-search, comparative-evaluation, decision-matrix, handoff, complete, failed]
|
|
15
|
+
transitions:
|
|
16
|
+
- trigger: start
|
|
17
|
+
source: init
|
|
18
|
+
dest: domain-context-validation
|
|
19
|
+
- trigger: domain_context_validation_complete
|
|
20
|
+
source: domain-context-validation
|
|
21
|
+
dest: internal-infrastructure-discovery
|
|
22
|
+
- trigger: domain_context_validation_failed
|
|
23
|
+
source: domain-context-validation
|
|
24
|
+
dest: failed
|
|
25
|
+
- trigger: internal_infrastructure_discovery_complete
|
|
26
|
+
source: internal-infrastructure-discovery
|
|
27
|
+
dest: capability-gap-analysis
|
|
28
|
+
- trigger: internal_infrastructure_discovery_failed
|
|
29
|
+
source: internal-infrastructure-discovery
|
|
30
|
+
dest: failed
|
|
31
|
+
- trigger: capability_gap_analysis_complete
|
|
32
|
+
source: capability-gap-analysis
|
|
33
|
+
dest: parallel-deep-search
|
|
34
|
+
- trigger: capability_gap_analysis_failed
|
|
35
|
+
source: capability-gap-analysis
|
|
36
|
+
dest: failed
|
|
37
|
+
- trigger: parallel_deep_search_complete
|
|
38
|
+
source: parallel-deep-search
|
|
39
|
+
dest: comparative-evaluation
|
|
40
|
+
- trigger: parallel_deep_search_failed
|
|
41
|
+
source: parallel-deep-search
|
|
42
|
+
dest: failed
|
|
43
|
+
- trigger: comparative_evaluation_complete
|
|
44
|
+
source: comparative-evaluation
|
|
45
|
+
dest: decision-matrix
|
|
46
|
+
- trigger: comparative_evaluation_failed
|
|
47
|
+
source: comparative-evaluation
|
|
48
|
+
dest: failed
|
|
49
|
+
- trigger: decision_matrix_complete
|
|
50
|
+
source: decision-matrix
|
|
51
|
+
dest: handoff
|
|
52
|
+
- trigger: decision_matrix_failed
|
|
53
|
+
source: decision-matrix
|
|
54
|
+
dest: failed
|
|
55
|
+
- trigger: handoff_complete
|
|
56
|
+
source: handoff
|
|
57
|
+
dest: complete
|
|
58
|
+
- trigger: handoff_failed
|
|
59
|
+
source: handoff
|
|
60
|
+
dest: failed
|
|
61
|
+
- trigger: fail
|
|
62
|
+
source: "*"
|
|
63
|
+
dest: failed
|
|
64
|
+
sequence:
|
|
65
|
+
- step: phase-minus-2
|
|
66
|
+
id: phase-minus-2
|
|
67
|
+
phase: 1
|
|
68
|
+
phase_name: DOMAIN CONTEXT VALIDATION
|
|
69
|
+
agent: "@squad-chief"
|
|
70
|
+
action: execute_domain-context-validation
|
|
71
|
+
task_ref: discover-tools-execute
|
|
72
|
+
next: phase-minus-1
|
|
73
|
+
- step: phase-minus-1
|
|
74
|
+
id: phase-minus-1
|
|
75
|
+
phase: 2
|
|
76
|
+
phase_name: INTERNAL INFRASTRUCTURE DISCOVERY
|
|
77
|
+
agent: "@squad-chief"
|
|
78
|
+
action: execute_internal-infrastructure-discovery
|
|
79
|
+
task_ref: discover-tools-execute
|
|
80
|
+
next: phase-0
|
|
81
|
+
- step: phase-0
|
|
82
|
+
id: phase-0
|
|
83
|
+
phase: 3
|
|
84
|
+
phase_name: CAPABILITY GAP ANALYSIS
|
|
85
|
+
agent: "@squad-chief"
|
|
86
|
+
action: execute_capability-gap-analysis
|
|
87
|
+
task_ref: discover-tools-execute
|
|
88
|
+
next: phase-1
|
|
89
|
+
- step: phase-1
|
|
90
|
+
id: phase-1
|
|
91
|
+
phase: 4
|
|
92
|
+
phase_name: PARALLEL DEEP SEARCH
|
|
93
|
+
agent: "@squad-chief"
|
|
94
|
+
action: execute_this-phase-launches-6-subagents-simultaneously-using-the-task-to
|
|
95
|
+
task_ref: discover-tools-execute
|
|
96
|
+
next: phase-2
|
|
97
|
+
- step: phase-2
|
|
98
|
+
id: phase-2
|
|
99
|
+
phase: 5
|
|
100
|
+
phase_name: COMPARATIVE EVALUATION
|
|
101
|
+
agent: "@squad-chief"
|
|
102
|
+
action: execute_comparative-evaluation
|
|
103
|
+
task_ref: discover-tools-execute
|
|
104
|
+
next: phase-3
|
|
105
|
+
- step: phase-3
|
|
106
|
+
id: phase-3
|
|
107
|
+
phase: 6
|
|
108
|
+
phase_name: DECISION MATRIX & INTEGRATION PLAN
|
|
109
|
+
agent: "@squad-chief"
|
|
110
|
+
action: execute_decision-matrix-integration-plan
|
|
111
|
+
task_ref: discover-tools-execute
|
|
112
|
+
next: phase-4
|
|
113
|
+
- step: phase-4
|
|
114
|
+
id: phase-4
|
|
115
|
+
phase: 7
|
|
116
|
+
phase_name: HANDOFF
|
|
117
|
+
agent: "@squad-chief"
|
|
118
|
+
action: execute_handoff
|
|
119
|
+
task_ref: discover-tools-execute
|
|
120
|
+
- workflow_end:
|
|
121
|
+
id: complete
|
|
122
|
+
action: workflow_complete
|
|
21
123
|
philosophy: |
|
|
124
|
+
"INTERNAL-FIRST: use what AIOX already has before searching outside."
|
|
125
|
+
|
|
22
126
|
"A squad should leverage ALL available tools to deliver maximum value
|
|
23
127
|
with minimum user intervention."
|
|
24
128
|
|
|
25
129
|
Este workflow NÃO é um check superficial - é uma pesquisa PROFUNDA
|
|
26
|
-
que lança
|
|
130
|
+
que lança 6 subagentes em PARALELO, cada um especializado em uma
|
|
27
131
|
categoria de ferramenta.
|
|
28
|
-
|
|
29
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
30
|
-
# EXECUTION STRATEGY
|
|
31
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
32
|
-
|
|
33
132
|
execution_strategy:
|
|
34
|
-
mode:
|
|
133
|
+
mode: parallel_then_synthesize
|
|
35
134
|
description: |
|
|
36
|
-
1. PHASE
|
|
37
|
-
2. PHASE 1:
|
|
135
|
+
1. PHASE -2: Domain Context Validation (sequential, mandatory)
|
|
136
|
+
2. PHASE -1: Internal Infrastructure Discovery (sequential, mandatory)
|
|
137
|
+
3. PHASE 0: Capability Gap Analysis + Local Skills/Squads Scan (sequential, fast)
|
|
138
|
+
4. PHASE 1: Deep Search (6 subagents in PARALLEL, external-only gaps)
|
|
38
139
|
- MCP Discovery Agent
|
|
39
140
|
- API Discovery Agent
|
|
40
141
|
- CLI Discovery Agent
|
|
41
142
|
- Library Discovery Agent
|
|
42
143
|
- GitHub Project Discovery Agent
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
144
|
+
- Skill Discovery Agent
|
|
145
|
+
5. PHASE 2: Synthesis & Scoring (sequential, after all agents complete)
|
|
146
|
+
6. PHASE 3: Decision Matrix & Integration Plan
|
|
46
147
|
parallelization:
|
|
47
148
|
enabled: true
|
|
48
|
-
max_concurrent_agents:
|
|
49
|
-
timeout_per_agent:
|
|
50
|
-
fail_strategy:
|
|
51
|
-
|
|
52
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
53
|
-
# INPUTS
|
|
54
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
55
|
-
|
|
149
|
+
max_concurrent_agents: 6
|
|
150
|
+
timeout_per_agent: 15 minutes
|
|
151
|
+
fail_strategy: continue_others
|
|
56
152
|
inputs:
|
|
57
153
|
required:
|
|
58
154
|
- name: domain
|
|
59
155
|
type: string
|
|
60
|
-
description:
|
|
61
|
-
example:
|
|
62
|
-
|
|
156
|
+
description: Squad domain (e.g., 'copywriting', 'legal', 'cybersecurity')
|
|
157
|
+
example: copywriting
|
|
63
158
|
- name: use_cases
|
|
64
159
|
type: list
|
|
65
|
-
description:
|
|
66
|
-
example:
|
|
67
|
-
|
|
160
|
+
description: Key use cases the squad must handle
|
|
161
|
+
example:
|
|
162
|
+
- sales pages
|
|
163
|
+
- email sequences
|
|
164
|
+
- ad copy
|
|
68
165
|
optional:
|
|
69
166
|
- name: existing_tools
|
|
70
167
|
type: list
|
|
71
|
-
description:
|
|
168
|
+
description: Tools already in use (to avoid duplicates)
|
|
72
169
|
default: []
|
|
73
|
-
|
|
74
170
|
- name: budget_tier
|
|
75
171
|
type: enum
|
|
76
|
-
values:
|
|
77
|
-
|
|
78
|
-
|
|
172
|
+
values:
|
|
173
|
+
- free_only
|
|
174
|
+
- low_cost
|
|
175
|
+
- enterprise
|
|
176
|
+
default: low_cost
|
|
79
177
|
- name: priority_capabilities
|
|
80
178
|
type: list
|
|
81
|
-
description:
|
|
179
|
+
description: Capabilities to prioritize in search
|
|
82
180
|
default: []
|
|
83
|
-
|
|
84
181
|
- name: search_depth
|
|
85
182
|
type: enum
|
|
86
|
-
values:
|
|
87
|
-
|
|
183
|
+
values:
|
|
184
|
+
- quick
|
|
185
|
+
- standard
|
|
186
|
+
- exhaustive
|
|
187
|
+
default: standard
|
|
88
188
|
description: |
|
|
89
189
|
quick: 5 results per category, 5 min timeout
|
|
90
190
|
standard: 15 results per category, 10 min timeout
|
|
91
191
|
exhaustive: 30 results per category, 20 min timeout
|
|
92
|
-
|
|
93
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
94
|
-
# PRECONDITIONS
|
|
95
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
96
|
-
|
|
97
192
|
preconditions:
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
193
|
+
- squad-chief agent is active
|
|
194
|
+
- domain scope validated from canonical artifacts (no name-only inference)
|
|
195
|
+
- data/internal-infrastructure-library.yaml exists
|
|
196
|
+
- WebSearch/EXA tool available
|
|
197
|
+
- WebFetch tool available
|
|
198
|
+
- Task tool available (for spawning subagents)
|
|
199
|
+
- Write permissions for .aiox/squad-runtime/discovery/{domain}/
|
|
200
|
+
phases:
|
|
201
|
+
- id: phase_minus_2
|
|
202
|
+
name: DOMAIN CONTEXT VALIDATION
|
|
203
|
+
task_ref: discover-tools-execute
|
|
204
|
+
purpose: Resolve real domain scope from canonical artifacts before any discovery
|
|
205
|
+
duration: 2-6 minutes
|
|
206
|
+
mode: sequential
|
|
207
|
+
steps:
|
|
208
|
+
- id: step_m2_1
|
|
209
|
+
name: Resolve Canonical Scope
|
|
210
|
+
action: Load canonical files for the requested domain/squad and extract explicit purpose
|
|
211
|
+
logic: |
|
|
212
|
+
canonical_sources_priority:
|
|
213
|
+
- squads/{domain}/squad.yaml
|
|
214
|
+
- squads/{domain}/config.yaml
|
|
215
|
+
- squads/{domain}/README.md
|
|
216
|
+
- {registry_path}
|
|
217
|
+
- related tasks/workflows/agents
|
|
218
|
+
|
|
219
|
+
rules:
|
|
220
|
+
- never infer scope from domain name/slug alone
|
|
221
|
+
- extract explicit domain + purpose + use_cases statements
|
|
222
|
+
- mark missing/conflicting evidence
|
|
223
|
+
- id: step_m2_2
|
|
224
|
+
name: Build Evidence Pack
|
|
225
|
+
action: Create canonical evidence with status and contradiction log
|
|
226
|
+
logic: |
|
|
227
|
+
canonical_scope:
|
|
228
|
+
declared_domain: ""
|
|
229
|
+
declared_purpose: ""
|
|
230
|
+
evidence:
|
|
231
|
+
- path: ""
|
|
232
|
+
status: "implemented|partial|concept"
|
|
233
|
+
extracted_scope: ""
|
|
234
|
+
contradictions: []
|
|
235
|
+
confidence: "high|medium|low"
|
|
236
|
+
- id: step_m2_3
|
|
237
|
+
name: Apply Ambiguity Gate
|
|
238
|
+
action: Block discovery when scope is unresolved or inferred by name
|
|
239
|
+
logic: |
|
|
240
|
+
fail_when:
|
|
241
|
+
- no explicit purpose in canonical files
|
|
242
|
+
- conflicting canonical sources
|
|
243
|
+
- confidence == low
|
|
244
|
+
- scope came from name-only inference
|
|
245
|
+
|
|
246
|
+
on_fail:
|
|
247
|
+
- halt external discovery
|
|
248
|
+
- request user clarification with explicit options
|
|
249
|
+
output:
|
|
250
|
+
scope_validation:
|
|
251
|
+
status: verified|partial|unverified
|
|
252
|
+
requires_clarification: true/false
|
|
253
|
+
evidence_paths: []
|
|
254
|
+
contradictions: []
|
|
255
|
+
checkpoint:
|
|
256
|
+
id: CP_DOMAIN_INTENT
|
|
257
|
+
name: Domain Context Validation Gate
|
|
258
|
+
blocking: true
|
|
259
|
+
criteria:
|
|
260
|
+
- scope_validation_status: verified
|
|
261
|
+
- name_only_inference_used: false
|
|
262
|
+
- contradictions_resolved_or_logged: true
|
|
263
|
+
- id: phase_minus_1
|
|
264
|
+
name: INTERNAL INFRASTRUCTURE DISCOVERY
|
|
265
|
+
task_ref: discover-tools-execute
|
|
266
|
+
purpose: Map internal capabilities first and constrain external search scope
|
|
267
|
+
duration: 3-8 minutes
|
|
268
|
+
mode: sequential
|
|
269
|
+
depends_on:
|
|
270
|
+
- phase_minus_2
|
|
271
|
+
steps:
|
|
272
|
+
- id: step_m1_1
|
|
273
|
+
name: Load Internal Library
|
|
274
|
+
action: Read data/internal-infrastructure-library.yaml
|
|
275
|
+
logic: |
|
|
276
|
+
load: "data/internal-infrastructure-library.yaml"
|
|
277
|
+
assert_exists:
|
|
278
|
+
- internal_assets
|
|
279
|
+
- decision_policy
|
|
280
|
+
- output_contract
|
|
281
|
+
- id: step_m1_2
|
|
282
|
+
name: Map Internal Coverage
|
|
283
|
+
action: Match required capabilities against internal assets
|
|
284
|
+
logic: |
|
|
285
|
+
for each use_case in inputs.use_cases:
|
|
286
|
+
derive required_capabilities
|
|
103
287
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
288
|
+
for each capability in required_capabilities:
|
|
289
|
+
match against internal_assets[].provides[].capability
|
|
107
290
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
291
|
+
classify:
|
|
292
|
+
- INTERNAL_COVERED
|
|
293
|
+
- INTERNAL_PARTIAL
|
|
294
|
+
- INTERNAL_GAP
|
|
295
|
+
output:
|
|
296
|
+
internal_coverage:
|
|
297
|
+
covered: []
|
|
298
|
+
partial: []
|
|
299
|
+
gaps: []
|
|
300
|
+
- id: step_m1_3
|
|
301
|
+
name: Define External-Only Scope
|
|
302
|
+
action: Prepare external search list based on true internal gaps
|
|
303
|
+
logic: |
|
|
304
|
+
external_search_scope.required = internal_coverage.gaps
|
|
305
|
+
external_search_scope.optional = internal_coverage.partial
|
|
306
|
+
external_search_scope.excluded = internal_coverage.covered
|
|
307
|
+
output:
|
|
308
|
+
external_search_scope:
|
|
309
|
+
required: []
|
|
310
|
+
optional: []
|
|
311
|
+
excluded: []
|
|
312
|
+
checkpoint:
|
|
313
|
+
id: CP_INTERNAL_FIRST
|
|
314
|
+
name: Internal Coverage Gate
|
|
315
|
+
blocking: true
|
|
316
|
+
criteria:
|
|
317
|
+
- internal_library_loaded: true
|
|
318
|
+
- internal_coverage_mapped: true
|
|
319
|
+
- external_scope_defined: true
|
|
112
320
|
- id: phase_0
|
|
113
|
-
name:
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
321
|
+
name: CAPABILITY GAP ANALYSIS
|
|
322
|
+
task_ref: discover-tools-execute
|
|
323
|
+
purpose: Map required capabilities and identify gaps that need tools
|
|
324
|
+
duration: 5-10 minutes
|
|
325
|
+
mode: sequential
|
|
326
|
+
depends_on:
|
|
327
|
+
- phase_minus_1
|
|
118
328
|
steps:
|
|
119
329
|
- id: step_0_1
|
|
120
|
-
name:
|
|
121
|
-
action:
|
|
330
|
+
name: Map Use Case Requirements
|
|
331
|
+
action: Analyze each use case to identify required capabilities
|
|
122
332
|
logic: |
|
|
123
333
|
for each use_case in inputs.use_cases:
|
|
124
334
|
analyze:
|
|
@@ -127,19 +337,21 @@ phases:
|
|
|
127
337
|
- OUTPUT_NEEDS: What should be produced?
|
|
128
338
|
- INTEGRATION_NEEDS: What external systems?
|
|
129
339
|
- AUTOMATION_POTENTIAL: What can be automated?
|
|
130
|
-
|
|
131
340
|
output:
|
|
132
341
|
capability_requirements:
|
|
133
|
-
- use_case:
|
|
342
|
+
- use_case: sales pages
|
|
134
343
|
capabilities:
|
|
135
|
-
-
|
|
136
|
-
|
|
137
|
-
-
|
|
138
|
-
|
|
344
|
+
- name: competitor_analysis
|
|
345
|
+
priority: high
|
|
346
|
+
- name: headline_generation
|
|
347
|
+
priority: high
|
|
348
|
+
- name: screenshot_capture
|
|
349
|
+
priority: medium
|
|
139
350
|
- id: step_0_2
|
|
140
|
-
name:
|
|
141
|
-
action:
|
|
351
|
+
name: Check Existing Coverage
|
|
352
|
+
action: Load tool-registry.yaml and check what's already covered
|
|
142
353
|
logic: |
|
|
354
|
+
load: "data/internal-infrastructure-library.yaml"
|
|
143
355
|
load: "data/tool-registry.yaml"
|
|
144
356
|
|
|
145
357
|
for each capability in capability_requirements:
|
|
@@ -149,72 +361,132 @@ phases:
|
|
|
149
361
|
- known_mcp_coverage
|
|
150
362
|
|
|
151
363
|
classify:
|
|
364
|
+
- INTERNAL_COVERED: Internal tool exists and is ready
|
|
365
|
+
- INTERNAL_PARTIAL: Internal tool exists but with limitations
|
|
152
366
|
- COVERED: Tool exists and is installed
|
|
153
367
|
- KNOWN: Tool exists but not installed
|
|
154
368
|
- GAP: No known tool for this capability
|
|
155
|
-
|
|
156
369
|
output:
|
|
157
370
|
coverage_report:
|
|
158
371
|
covered: []
|
|
159
372
|
known_not_installed: []
|
|
160
|
-
gaps: []
|
|
161
|
-
|
|
373
|
+
gaps: []
|
|
374
|
+
- id: step_0_2b
|
|
375
|
+
name: Scan Local Skills & Squads
|
|
376
|
+
action: Scan existing skills and squad capabilities for domain coverage
|
|
377
|
+
logic: |
|
|
378
|
+
# 1. Scan project-level skills
|
|
379
|
+
scan: ".claude/skills/*/SKILL.md"
|
|
380
|
+
for each skill:
|
|
381
|
+
extract:
|
|
382
|
+
- name (from frontmatter)
|
|
383
|
+
- description (from frontmatter)
|
|
384
|
+
- capabilities (inferred from description + body)
|
|
385
|
+
- agent (if skill delegates to specific agent)
|
|
386
|
+
- tools_used (allowed-tools from frontmatter)
|
|
387
|
+
|
|
388
|
+
match_against: capability_requirements
|
|
389
|
+
classify:
|
|
390
|
+
- COVERS: Skill directly solves this capability
|
|
391
|
+
- ADAPTABLE: Skill partially covers, can be forked/extended
|
|
392
|
+
- UNRELATED: No match
|
|
393
|
+
|
|
394
|
+
# 2. Scan squad capabilities
|
|
395
|
+
scan: "squads/*/config.yaml"
|
|
396
|
+
for each squad:
|
|
397
|
+
extract:
|
|
398
|
+
- domain
|
|
399
|
+
- agents (names + specialties)
|
|
400
|
+
- tasks (names + purposes)
|
|
401
|
+
- workflows (names + purposes)
|
|
402
|
+
- skills (if any embedded)
|
|
403
|
+
|
|
404
|
+
match_against: capability_requirements
|
|
405
|
+
classify:
|
|
406
|
+
- REUSABLE: Squad component directly applicable
|
|
407
|
+
- ADAPTABLE: Component can be modified for this domain
|
|
408
|
+
- UNRELATED: Different domain, no overlap
|
|
409
|
+
|
|
410
|
+
# 3. Scan global skills
|
|
411
|
+
scan: "~/.claude/skills/*/SKILL.md"
|
|
412
|
+
for each skill:
|
|
413
|
+
same extraction and matching as project skills
|
|
414
|
+
output:
|
|
415
|
+
local_skills_coverage:
|
|
416
|
+
skills_scanned: "N"
|
|
417
|
+
squads_scanned: "N"
|
|
418
|
+
covers:
|
|
419
|
+
- capability: web_research
|
|
420
|
+
covered_by:
|
|
421
|
+
- type: skill
|
|
422
|
+
name: tech-search
|
|
423
|
+
path: .claude/skills/tech-search/SKILL.md
|
|
424
|
+
adaptable:
|
|
425
|
+
- capability: competitor_analysis
|
|
426
|
+
adaptable_from:
|
|
427
|
+
- type: squad
|
|
428
|
+
name: spy
|
|
429
|
+
component: deep-research task
|
|
430
|
+
effort: low
|
|
431
|
+
gaps: []
|
|
162
432
|
- id: step_0_3
|
|
163
|
-
name:
|
|
164
|
-
action:
|
|
433
|
+
name: Prioritize Gaps
|
|
434
|
+
action: Score and prioritize capability gaps for deep search
|
|
435
|
+
note: Only prioritize INTERNAL_GAP and justified INTERNAL_PARTIAL capabilities
|
|
165
436
|
scoring:
|
|
166
437
|
impact:
|
|
167
438
|
weight: 0.35
|
|
168
|
-
question:
|
|
439
|
+
question: How much value does filling this gap add?
|
|
169
440
|
frequency:
|
|
170
441
|
weight: 0.25
|
|
171
|
-
question:
|
|
442
|
+
question: How often is this capability needed?
|
|
172
443
|
user_dependency:
|
|
173
444
|
weight: 0.25
|
|
174
|
-
question:
|
|
445
|
+
question: How much manual work does the gap require?
|
|
175
446
|
uniqueness:
|
|
176
447
|
weight: 0.15
|
|
177
|
-
question:
|
|
178
|
-
|
|
448
|
+
question: Is this a differentiating capability?
|
|
179
449
|
output:
|
|
180
450
|
prioritized_gaps:
|
|
181
|
-
- capability:
|
|
451
|
+
- capability: competitor_analysis
|
|
182
452
|
priority_score: 8.7
|
|
183
|
-
search_keywords:
|
|
184
|
-
|
|
453
|
+
search_keywords:
|
|
454
|
+
- competitor
|
|
455
|
+
- analysis
|
|
456
|
+
- monitoring
|
|
457
|
+
- scraping
|
|
458
|
+
- capability: email_automation
|
|
185
459
|
priority_score: 8.2
|
|
186
|
-
search_keywords:
|
|
187
|
-
|
|
460
|
+
search_keywords:
|
|
461
|
+
- email
|
|
462
|
+
- smtp
|
|
463
|
+
- sendgrid
|
|
464
|
+
- mailgun
|
|
188
465
|
checkpoint:
|
|
189
466
|
id: CP_GAP_ANALYSIS
|
|
190
|
-
name:
|
|
467
|
+
name: Gap Analysis Complete
|
|
191
468
|
blocking: true
|
|
192
469
|
criteria:
|
|
193
470
|
- capabilities_mapped: true
|
|
471
|
+
- local_skills_scanned: true
|
|
472
|
+
- local_squads_scanned: true
|
|
194
473
|
- gaps_identified: ">= 1"
|
|
195
474
|
- gaps_prioritized: true
|
|
196
|
-
|
|
197
|
-
# ─────────────────────────────────────────────────────────────────────────────
|
|
198
|
-
# PHASE 1: PARALLEL DEEP SEARCH
|
|
199
|
-
# ─────────────────────────────────────────────────────────────────────────────
|
|
475
|
+
- skills_coverage_report_generated: true
|
|
200
476
|
- id: phase_1
|
|
201
|
-
name:
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
477
|
+
name: PARALLEL DEEP SEARCH
|
|
478
|
+
task_ref: discover-tools-execute
|
|
479
|
+
purpose: Launch 6 specialized subagents to search each tool category for external-only gaps
|
|
480
|
+
duration: 10-20 minutes (parallel)
|
|
481
|
+
mode: parallel
|
|
206
482
|
description: |
|
|
207
|
-
This phase launches
|
|
483
|
+
This phase launches 6 subagents SIMULTANEOUSLY using the Task tool.
|
|
208
484
|
Each subagent is specialized in searching one category of tools.
|
|
209
|
-
All agents receive the same inputs (domain, gaps, keywords) but
|
|
485
|
+
All agents receive the same inputs (domain, external-only gaps, keywords) but
|
|
210
486
|
search in different ecosystems.
|
|
211
|
-
|
|
212
487
|
parallel_agents:
|
|
213
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
214
|
-
# AGENT 1: MCP DISCOVERY
|
|
215
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
216
488
|
- id: agent_mcp
|
|
217
|
-
name:
|
|
489
|
+
name: MCP Discovery Agent
|
|
218
490
|
task_prompt: |
|
|
219
491
|
You are a specialized MCP (Model Context Protocol) discovery agent.
|
|
220
492
|
|
|
@@ -225,9 +497,9 @@ phases:
|
|
|
225
497
|
## Search Strategy
|
|
226
498
|
|
|
227
499
|
### 1. Official Sources (Priority 1)
|
|
228
|
-
-
|
|
229
|
-
-
|
|
230
|
-
-
|
|
500
|
+
- GitHub MCP server registry
|
|
501
|
+
- Anthropic tools registry
|
|
502
|
+
- Glama MCP directory
|
|
231
503
|
|
|
232
504
|
### 2. Community Sources (Priority 2)
|
|
233
505
|
Search GitHub with these queries:
|
|
@@ -264,16 +536,11 @@ phases:
|
|
|
264
536
|
## Output Format
|
|
265
537
|
Return a YAML list of all MCPs found, sorted by relevance to our gaps.
|
|
266
538
|
Include at least {search_depth_count} results.
|
|
267
|
-
|
|
268
|
-
subagent_type: "Explore"
|
|
539
|
+
subagent_type: Explore
|
|
269
540
|
timeout: "{search_timeout}"
|
|
270
|
-
output_key:
|
|
271
|
-
|
|
272
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
273
|
-
# AGENT 2: API DISCOVERY
|
|
274
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
541
|
+
output_key: mcp_results
|
|
275
542
|
- id: agent_api
|
|
276
|
-
name:
|
|
543
|
+
name: API Discovery Agent
|
|
277
544
|
task_prompt: |
|
|
278
545
|
You are a specialized API discovery agent.
|
|
279
546
|
|
|
@@ -284,9 +551,9 @@ phases:
|
|
|
284
551
|
## Search Strategy
|
|
285
552
|
|
|
286
553
|
### 1. API Directories
|
|
287
|
-
- RapidAPI
|
|
288
|
-
- Public APIs
|
|
289
|
-
- API List
|
|
554
|
+
- RapidAPI directory search
|
|
555
|
+
- Public APIs directory
|
|
556
|
+
- API List directory
|
|
290
557
|
- ProgrammableWeb categories
|
|
291
558
|
|
|
292
559
|
### 2. Search Queries
|
|
@@ -354,16 +621,11 @@ phases:
|
|
|
354
621
|
3. Documentation quality
|
|
355
622
|
|
|
356
623
|
Include at least {search_depth_count} results.
|
|
357
|
-
|
|
358
|
-
subagent_type: "Explore"
|
|
624
|
+
subagent_type: Explore
|
|
359
625
|
timeout: "{search_timeout}"
|
|
360
|
-
output_key:
|
|
361
|
-
|
|
362
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
363
|
-
# AGENT 3: CLI DISCOVERY
|
|
364
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
626
|
+
output_key: api_results
|
|
365
627
|
- id: agent_cli
|
|
366
|
-
name:
|
|
628
|
+
name: CLI Tool Discovery Agent
|
|
367
629
|
task_prompt: |
|
|
368
630
|
You are a specialized CLI tool discovery agent.
|
|
369
631
|
|
|
@@ -428,16 +690,11 @@ phases:
|
|
|
428
690
|
3. Cross-platform support
|
|
429
691
|
|
|
430
692
|
Include at least {search_depth_count} results.
|
|
431
|
-
|
|
432
|
-
subagent_type: "Explore"
|
|
693
|
+
subagent_type: Explore
|
|
433
694
|
timeout: "{search_timeout}"
|
|
434
|
-
output_key:
|
|
435
|
-
|
|
436
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
437
|
-
# AGENT 4: LIBRARY DISCOVERY
|
|
438
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
695
|
+
output_key: cli_results
|
|
439
696
|
- id: agent_library
|
|
440
|
-
name:
|
|
697
|
+
name: Library Discovery Agent
|
|
441
698
|
task_prompt: |
|
|
442
699
|
You are a specialized library/SDK discovery agent.
|
|
443
700
|
|
|
@@ -509,16 +766,11 @@ phases:
|
|
|
509
766
|
3. Quality metrics
|
|
510
767
|
|
|
511
768
|
Include at least {search_depth_count} results.
|
|
512
|
-
|
|
513
|
-
subagent_type: "Explore"
|
|
769
|
+
subagent_type: Explore
|
|
514
770
|
timeout: "{search_timeout}"
|
|
515
|
-
output_key:
|
|
516
|
-
|
|
517
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
518
|
-
# AGENT 5: GITHUB PROJECT DISCOVERY
|
|
519
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
771
|
+
output_key: library_results
|
|
520
772
|
- id: agent_github
|
|
521
|
-
name:
|
|
773
|
+
name: GitHub Project Discovery Agent
|
|
522
774
|
task_prompt: |
|
|
523
775
|
You are a specialized GitHub project discovery agent.
|
|
524
776
|
|
|
@@ -598,12 +850,96 @@ phases:
|
|
|
598
850
|
3. Relevance to our gaps
|
|
599
851
|
|
|
600
852
|
Include at least {search_depth_count} results.
|
|
601
|
-
|
|
602
|
-
subagent_type: "Explore"
|
|
853
|
+
subagent_type: Explore
|
|
603
854
|
timeout: "{search_timeout}"
|
|
604
|
-
output_key:
|
|
855
|
+
output_key: github_results
|
|
856
|
+
- id: agent_skill
|
|
857
|
+
name: Skill Discovery Agent
|
|
858
|
+
task_prompt: |
|
|
859
|
+
You are a specialized AI Skill & Prompt discovery agent.
|
|
860
|
+
|
|
861
|
+
## Your Mission
|
|
862
|
+
Find reusable AI skills, prompt templates, agent frameworks, and workflow
|
|
863
|
+
patterns that can fill these capability gaps for a {domain} squad:
|
|
864
|
+
{prioritized_gaps}
|
|
865
|
+
|
|
866
|
+
IMPORTANT: The local skills scan (Phase 0) already identified these
|
|
867
|
+
LOCAL coverages: {local_skills_coverage}
|
|
868
|
+
Focus your search on EXTERNAL/COMMUNITY sources that ADD to local coverage.
|
|
869
|
+
|
|
870
|
+
## Search Strategy
|
|
871
|
+
|
|
872
|
+
### 1. Claude Code / Anthropic Ecosystem
|
|
873
|
+
- GitHub: "claude code skills" OR "claude skills" OR ".claude/skills"
|
|
874
|
+
- GitHub: "claude agent" OR "claude code agent" OR ".claude/agents"
|
|
875
|
+
- GitHub topic: "claude-code", "anthropic-tools", "claude-agent"
|
|
876
|
+
|
|
877
|
+
### 2. AI Agent Framework Skills
|
|
878
|
+
- LangChain Hub
|
|
879
|
+
- CrewAI
|
|
880
|
+
- AutoGen
|
|
881
|
+
- Semantic Kernel
|
|
882
|
+
- GitHub: "awesome ai agents {domain}"
|
|
883
|
+
- GitHub: "ai agent {domain} prompt"
|
|
884
|
+
|
|
885
|
+
### 3. Prompt Libraries & Templates
|
|
886
|
+
- Prompt marketplaces and prompt directories
|
|
887
|
+
- Community prompt hubs
|
|
888
|
+
- Domain-specific prompt libraries
|
|
889
|
+
- GitHub: "awesome prompts {domain}"
|
|
890
|
+
- GitHub: "system prompt {domain}"
|
|
891
|
+
|
|
892
|
+
### 4. Workflow & Automation Patterns
|
|
893
|
+
- GitHub: "{domain} automation workflow"
|
|
894
|
+
- GitHub: "ai workflow {domain}"
|
|
895
|
+
- n8n workflow templates
|
|
896
|
+
|
|
897
|
+
### 5. Filter Criteria
|
|
898
|
+
- Has clear documentation or README
|
|
899
|
+
- Reusable (not one-off personal projects)
|
|
900
|
+
- Domain-relevant or easily adaptable
|
|
901
|
+
- Active maintenance preferred but not required
|
|
902
|
+
- License allows adaptation (MIT, Apache, CC-BY preferred)
|
|
903
|
+
|
|
904
|
+
## For Each Skill/Prompt Found, Extract:
|
|
905
|
+
```yaml
|
|
906
|
+
skill:
|
|
907
|
+
name: ""
|
|
908
|
+
source_url: ""
|
|
909
|
+
source_type: "claude_skill | agent_framework | prompt_library | workflow_template"
|
|
910
|
+
description: ""
|
|
911
|
+
capabilities: []
|
|
912
|
+
domain_fit:
|
|
913
|
+
relevance: "direct | adaptable | inspirational"
|
|
914
|
+
adaptation_effort: "none | low | medium | high"
|
|
915
|
+
technical:
|
|
916
|
+
format: "markdown | yaml | python | json"
|
|
917
|
+
framework: "claude_code | langchain | crewai | autogen | standalone"
|
|
918
|
+
dependencies: []
|
|
919
|
+
self_contained: true/false
|
|
920
|
+
quality:
|
|
921
|
+
has_documentation: true/false
|
|
922
|
+
has_examples: true/false
|
|
923
|
+
community_usage: "N stars/downloads/forks"
|
|
924
|
+
reusability:
|
|
925
|
+
can_fork: true/false
|
|
926
|
+
can_import: true/false
|
|
927
|
+
prompt_extractable: true/false
|
|
928
|
+
workflow_extractable: true/false
|
|
929
|
+
fills_gaps: []
|
|
930
|
+
```
|
|
931
|
+
|
|
932
|
+
## Output Format
|
|
933
|
+
Return a YAML list of all skills found, sorted by:
|
|
934
|
+
1. Direct domain relevance
|
|
935
|
+
2. Adaptation effort (lower is better)
|
|
936
|
+
3. Quality signals
|
|
937
|
+
4. Self-contained preference
|
|
605
938
|
|
|
606
|
-
|
|
939
|
+
Include at least {search_depth_count} results.
|
|
940
|
+
subagent_type: Explore
|
|
941
|
+
timeout: "{search_timeout}"
|
|
942
|
+
output_key: skill_results
|
|
607
943
|
execution:
|
|
608
944
|
launch_all_parallel: true
|
|
609
945
|
wait_for_all: true
|
|
@@ -613,29 +949,25 @@ phases:
|
|
|
613
949
|
- cli_results
|
|
614
950
|
- library_results
|
|
615
951
|
- github_results
|
|
616
|
-
|
|
952
|
+
- skill_results
|
|
617
953
|
checkpoint:
|
|
618
954
|
id: CP_DEEP_SEARCH
|
|
619
|
-
name:
|
|
955
|
+
name: Deep Search Complete
|
|
620
956
|
blocking: true
|
|
621
957
|
criteria:
|
|
622
|
-
-
|
|
958
|
+
- at_least_4_agents_succeeded: true
|
|
623
959
|
- total_tools_found: ">= 10"
|
|
624
960
|
on_partial_failure:
|
|
625
|
-
action:
|
|
626
|
-
|
|
627
|
-
# ─────────────────────────────────────────────────────────────────────────────
|
|
628
|
-
# PHASE 2: COMPARATIVE EVALUATION (Tiers Relativos)
|
|
629
|
-
# ─────────────────────────────────────────────────────────────────────────────
|
|
961
|
+
action: Continue with available results, note failures
|
|
630
962
|
- id: phase_2
|
|
631
|
-
name:
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
963
|
+
name: COMPARATIVE EVALUATION
|
|
964
|
+
task_ref: discover-tools-execute
|
|
965
|
+
purpose: Evaluate tools using RELATIVE TIERS - comparing tools against each other, not absolute values
|
|
966
|
+
duration: 10-15 minutes
|
|
967
|
+
mode: sequential
|
|
968
|
+
depends_on:
|
|
969
|
+
- phase_1
|
|
970
|
+
framework_reference: data/tool-evaluation-framework.md
|
|
639
971
|
philosophy: |
|
|
640
972
|
NÃO EXISTEM VALORES ABSOLUTOS UNIVERSAIS.
|
|
641
973
|
|
|
@@ -644,39 +976,44 @@ phases:
|
|
|
644
976
|
tiverem 50,000.
|
|
645
977
|
|
|
646
978
|
SEMPRE comparar ferramentas ENTRE SI, dentro do contexto da pesquisa.
|
|
647
|
-
|
|
648
979
|
principles:
|
|
649
|
-
-
|
|
650
|
-
-
|
|
651
|
-
-
|
|
652
|
-
-
|
|
653
|
-
|
|
980
|
+
- COMPARAÇÃO RELATIVA - Tiers baseados nos projetos encontrados, não em números mágicos
|
|
981
|
+
- CONTEXTO DE DOMÍNIO - Ferramentas de nicho competem com ferramentas de nicho
|
|
982
|
+
- FLAGS, NÃO VETOS - Problemas são destacados para decisão humana, não eliminados automaticamente
|
|
983
|
+
- DADOS > HEURÍSTICAS - Normalizar dentro do dataset encontrado
|
|
654
984
|
steps:
|
|
655
985
|
- id: step_2_1
|
|
656
|
-
name:
|
|
657
|
-
action:
|
|
986
|
+
name: Consolidate & Deduplicate
|
|
987
|
+
action: Merge all subagent results (including skills) and local scan, remove duplicates
|
|
658
988
|
logic: |
|
|
659
989
|
all_tools = []
|
|
660
|
-
for category in [mcp, api, cli, library, github]:
|
|
990
|
+
for category in [mcp, api, cli, library, github, skill]:
|
|
661
991
|
for tool in category_results:
|
|
662
992
|
tool.category = category
|
|
663
993
|
tool.source_agent = agent_name
|
|
664
994
|
all_tools.append(tool)
|
|
665
995
|
|
|
666
|
-
|
|
996
|
+
# Add local skills from Phase 0 scan
|
|
997
|
+
for local_skill in local_skills_coverage.covers + local_skills_coverage.adaptable:
|
|
998
|
+
local_skill.category = "local_skill"
|
|
999
|
+
local_skill.source_agent = "local_scan"
|
|
1000
|
+
all_tools.append(local_skill)
|
|
667
1001
|
|
|
1002
|
+
deduplicated = deduplicate_by_name_and_url(all_tools)
|
|
668
1003
|
output:
|
|
669
1004
|
consolidated_tools:
|
|
670
|
-
total: N
|
|
671
|
-
by_category:
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
1005
|
+
total: "N"
|
|
1006
|
+
by_category:
|
|
1007
|
+
mcp: "N"
|
|
1008
|
+
api: "N"
|
|
1009
|
+
cli: "N"
|
|
1010
|
+
library: "N"
|
|
1011
|
+
github: "N"
|
|
1012
|
+
skill: "N"
|
|
1013
|
+
local_skill: "N"
|
|
676
1014
|
- id: step_2_2
|
|
677
|
-
name:
|
|
678
|
-
action:
|
|
679
|
-
|
|
1015
|
+
name: Collect Raw Metrics
|
|
1016
|
+
action: Gather all metrics for each tool to enable relative comparison
|
|
680
1017
|
metrics_to_collect:
|
|
681
1018
|
social_proof:
|
|
682
1019
|
- github_stars
|
|
@@ -689,7 +1026,6 @@ phases:
|
|
|
689
1026
|
- last_commit_days_ago
|
|
690
1027
|
- releases_last_year
|
|
691
1028
|
- stackoverflow_questions
|
|
692
|
-
|
|
693
1029
|
security:
|
|
694
1030
|
- critical_cves_count
|
|
695
1031
|
- high_cves_count
|
|
@@ -698,150 +1034,141 @@ phases:
|
|
|
698
1034
|
- has_security_policy
|
|
699
1035
|
- has_security_audit
|
|
700
1036
|
- signed_releases
|
|
701
|
-
|
|
702
1037
|
maturity:
|
|
703
1038
|
- age_months
|
|
704
1039
|
- major_version
|
|
705
1040
|
- has_documentation
|
|
706
1041
|
- has_examples
|
|
707
1042
|
- has_tests
|
|
708
|
-
|
|
709
1043
|
output:
|
|
710
1044
|
raw_metrics_matrix:
|
|
711
|
-
tool_name:
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
# STEP 2.3: CALCULATE RELATIVE TIERS (Percentis)
|
|
715
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
1045
|
+
tool_name:
|
|
1046
|
+
metric_name: value
|
|
1047
|
+
...: null
|
|
716
1048
|
- id: step_2_3
|
|
717
|
-
name:
|
|
718
|
-
action:
|
|
719
|
-
|
|
1049
|
+
name: Calculate Relative Tiers
|
|
1050
|
+
action: For each dimension, rank tools by percentile within the dataset
|
|
720
1051
|
tier_calculation:
|
|
721
|
-
method:
|
|
1052
|
+
method: percentile
|
|
722
1053
|
tiers:
|
|
723
|
-
tier_1:
|
|
724
|
-
tier_2:
|
|
725
|
-
tier_3:
|
|
726
|
-
tier_4:
|
|
727
|
-
|
|
1054
|
+
tier_1: Top 20% (above P80)
|
|
1055
|
+
tier_2: 21-50% (P50 to P80)
|
|
1056
|
+
tier_3: 51-80% (P20 to P50)
|
|
1057
|
+
tier_4: Bottom 20% (below P20)
|
|
728
1058
|
dimensions:
|
|
729
1059
|
social_proof:
|
|
730
1060
|
components:
|
|
731
|
-
- name:
|
|
732
|
-
metrics:
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
1061
|
+
- name: popularity
|
|
1062
|
+
metrics:
|
|
1063
|
+
- github_stars
|
|
1064
|
+
- npm_downloads
|
|
1065
|
+
- pypi_downloads
|
|
1066
|
+
weight: 0.3
|
|
1067
|
+
- name: community_health
|
|
1068
|
+
metrics:
|
|
1069
|
+
- contributors_count
|
|
1070
|
+
- issues_response_ratio
|
|
736
1071
|
weight: 0.25
|
|
737
|
-
- name:
|
|
738
|
-
metrics:
|
|
1072
|
+
- name: activity
|
|
1073
|
+
metrics:
|
|
1074
|
+
- last_commit_days_ago
|
|
1075
|
+
- releases_last_year
|
|
739
1076
|
weight: 0.25
|
|
740
|
-
inverse:
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
1077
|
+
inverse:
|
|
1078
|
+
- last_commit_days_ago
|
|
1079
|
+
- name: adoption
|
|
1080
|
+
metrics:
|
|
1081
|
+
- stackoverflow_questions
|
|
1082
|
+
weight: 0.2
|
|
745
1083
|
security:
|
|
746
|
-
note:
|
|
1084
|
+
note: For CVEs, compare relative counts - lower tier = fewer CVEs
|
|
747
1085
|
components:
|
|
748
|
-
- name:
|
|
749
|
-
metrics:
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
1086
|
+
- name: vulnerabilities
|
|
1087
|
+
metrics:
|
|
1088
|
+
- critical_cves
|
|
1089
|
+
- high_cves
|
|
1090
|
+
- deps_vulnerabilities
|
|
1091
|
+
weight: 0.6
|
|
1092
|
+
inverse: true
|
|
1093
|
+
- name: practices
|
|
1094
|
+
metrics:
|
|
1095
|
+
- has_security_policy
|
|
1096
|
+
- has_security_audit
|
|
1097
|
+
- signed_releases
|
|
1098
|
+
weight: 0.4
|
|
756
1099
|
maturity:
|
|
757
1100
|
components:
|
|
758
|
-
- name:
|
|
759
|
-
metrics:
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
1101
|
+
- name: longevity
|
|
1102
|
+
metrics:
|
|
1103
|
+
- age_months
|
|
1104
|
+
- major_version
|
|
1105
|
+
weight: 0.4
|
|
1106
|
+
- name: documentation
|
|
1107
|
+
metrics:
|
|
1108
|
+
- has_documentation
|
|
1109
|
+
- has_examples
|
|
1110
|
+
weight: 0.3
|
|
1111
|
+
- name: quality
|
|
1112
|
+
metrics:
|
|
1113
|
+
- has_tests
|
|
1114
|
+
weight: 0.3
|
|
768
1115
|
output:
|
|
769
1116
|
tier_matrix:
|
|
770
1117
|
tool_name:
|
|
771
1118
|
social_proof_tier: 1-4
|
|
772
1119
|
security_tier: 1-4
|
|
773
1120
|
maturity_tier: 1-4
|
|
774
|
-
|
|
775
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
776
|
-
# STEP 2.4: FLAG ATTENTION ITEMS (Not VETOs)
|
|
777
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
778
1121
|
- id: step_2_4
|
|
779
|
-
name:
|
|
780
|
-
action:
|
|
781
|
-
|
|
1122
|
+
name: Flag Attention Items
|
|
1123
|
+
action: Identify items that require human attention (flags, not automatic vetos)
|
|
782
1124
|
note: |
|
|
783
1125
|
FLAGS highlight concerns but do NOT automatically eliminate tools.
|
|
784
1126
|
A tool with a flag may still be the best option if all alternatives
|
|
785
1127
|
have worse issues.
|
|
786
|
-
|
|
787
1128
|
flags:
|
|
788
1129
|
security:
|
|
789
|
-
- flag:
|
|
790
|
-
condition:
|
|
791
|
-
action:
|
|
792
|
-
note:
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
condition: "History of security incident"
|
|
800
|
-
action: "Research if resolved"
|
|
801
|
-
|
|
1130
|
+
- flag: 🔴 CRITICAL_CVE
|
|
1131
|
+
condition: Has unpatched critical CVE
|
|
1132
|
+
action: Highlight for human review
|
|
1133
|
+
note: Check if patch available or workaround exists
|
|
1134
|
+
- flag: 🟠 HIGH_CVE
|
|
1135
|
+
condition: Has unpatched high CVE
|
|
1136
|
+
action: Compare with alternatives
|
|
1137
|
+
- flag: 🟡 SECURITY_INCIDENT
|
|
1138
|
+
condition: History of security incident
|
|
1139
|
+
action: Research if resolved
|
|
802
1140
|
maturity:
|
|
803
|
-
- flag:
|
|
804
|
-
condition:
|
|
805
|
-
action:
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
condition: "No releases in 12 months"
|
|
813
|
-
action: "Check if stable or abandoned"
|
|
814
|
-
|
|
1141
|
+
- flag: 🔵 VERY_NEW
|
|
1142
|
+
condition: Project < 3 months old
|
|
1143
|
+
action: May be innovative or unstable
|
|
1144
|
+
- flag: 🟤 SINGLE_MAINTAINER
|
|
1145
|
+
condition: Only 1 contributor
|
|
1146
|
+
action: Bus factor concern
|
|
1147
|
+
- flag: ⚪ NO_RECENT_RELEASES
|
|
1148
|
+
condition: No releases in 12 months
|
|
1149
|
+
action: Check if stable or abandoned
|
|
815
1150
|
licensing:
|
|
816
|
-
- flag:
|
|
817
|
-
condition:
|
|
818
|
-
action:
|
|
819
|
-
|
|
1151
|
+
- flag: ⚫ NO_LICENSE
|
|
1152
|
+
condition: No OSS license
|
|
1153
|
+
action: Cannot use without license clarification
|
|
820
1154
|
output:
|
|
821
1155
|
flagged_tools:
|
|
822
|
-
tool_name:
|
|
823
|
-
|
|
824
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
825
|
-
# STEP 2.5: COST-BENEFIT COMPARISON (Relative)
|
|
826
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
1156
|
+
tool_name:
|
|
1157
|
+
- list of flags
|
|
827
1158
|
- id: step_2_5
|
|
828
|
-
name:
|
|
829
|
-
action:
|
|
830
|
-
|
|
1159
|
+
name: Cost-Benefit Comparison
|
|
1160
|
+
action: Compare paid vs OSS alternatives within same tier
|
|
831
1161
|
principle: |
|
|
832
1162
|
NO fixed ROI thresholds.
|
|
833
1163
|
Compare tiers between paid and OSS options for same capability.
|
|
834
1164
|
Present analysis for human decision.
|
|
835
|
-
|
|
836
1165
|
analysis:
|
|
837
1166
|
step_1:
|
|
838
|
-
action:
|
|
839
|
-
|
|
1167
|
+
action: Group tools by capability gap they fill
|
|
840
1168
|
step_2:
|
|
841
|
-
action:
|
|
842
|
-
|
|
1169
|
+
action: For each gap, identify paid and OSS options
|
|
843
1170
|
step_3:
|
|
844
|
-
action:
|
|
1171
|
+
action: Compare tiers within each group
|
|
845
1172
|
logic: |
|
|
846
1173
|
If OSS is Tier 1-2 and Paid is also Tier 1-2:
|
|
847
1174
|
→ Prefer OSS (cost advantage)
|
|
@@ -849,57 +1176,51 @@ phases:
|
|
|
849
1176
|
→ Present both with tier comparison
|
|
850
1177
|
If only Paid options exist:
|
|
851
1178
|
→ Present with cost analysis
|
|
852
|
-
|
|
853
1179
|
step_4:
|
|
854
|
-
action:
|
|
855
|
-
|
|
1180
|
+
action: Generate comparison table for human decision
|
|
856
1181
|
output:
|
|
857
1182
|
cost_comparison:
|
|
858
1183
|
by_capability:
|
|
859
1184
|
capability_name:
|
|
860
|
-
oss_options:
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
1185
|
+
oss_options:
|
|
1186
|
+
- tool: null
|
|
1187
|
+
tier: null
|
|
1188
|
+
cost: free
|
|
1189
|
+
paid_options:
|
|
1190
|
+
- tool: null
|
|
1191
|
+
tier: null
|
|
1192
|
+
cost: $X/mo
|
|
1193
|
+
recommendation: OSS Tier 1 exists | Consider paid | Only paid available
|
|
867
1194
|
- id: step_2_6
|
|
868
|
-
name:
|
|
869
|
-
action:
|
|
870
|
-
|
|
1195
|
+
name: RICE Scoring (Relative)
|
|
1196
|
+
action: Calculate RICE for each tool, then rank by percentile
|
|
871
1197
|
rice_components:
|
|
872
1198
|
reach:
|
|
873
|
-
description:
|
|
874
|
-
calculation:
|
|
875
|
-
|
|
1199
|
+
description: Proportion of squad use cases affected
|
|
1200
|
+
calculation: (use_cases_affected / total_use_cases) * 10
|
|
876
1201
|
impact:
|
|
877
|
-
description:
|
|
1202
|
+
description: Magnitude of benefit when implemented
|
|
878
1203
|
assessment:
|
|
879
|
-
-
|
|
880
|
-
-
|
|
881
|
-
-
|
|
882
|
-
-
|
|
883
|
-
calculation:
|
|
884
|
-
|
|
1204
|
+
- Manual work reduction %
|
|
1205
|
+
- Quality improvement %
|
|
1206
|
+
- Necessity (can squad work without it?)
|
|
1207
|
+
- Differentiation value
|
|
1208
|
+
calculation: weighted average of assessments
|
|
885
1209
|
confidence:
|
|
886
|
-
description:
|
|
1210
|
+
description: Certainty about Reach and Impact estimates
|
|
887
1211
|
based_on:
|
|
888
|
-
-
|
|
889
|
-
-
|
|
890
|
-
-
|
|
891
|
-
-
|
|
892
|
-
|
|
1212
|
+
- Have we tested similar tool?
|
|
1213
|
+
- Quality of documentation
|
|
1214
|
+
- Number of reviews/case studies
|
|
1215
|
+
- Community activity
|
|
893
1216
|
effort:
|
|
894
|
-
description:
|
|
1217
|
+
description: Time and resources to implement
|
|
895
1218
|
components:
|
|
896
1219
|
- installation_complexity
|
|
897
1220
|
- integration_effort
|
|
898
1221
|
- learning_curve
|
|
899
1222
|
- maintenance_burden
|
|
900
|
-
|
|
901
|
-
formula: "RICE = (Reach * Impact * Confidence) / Effort"
|
|
902
|
-
|
|
1223
|
+
formula: RICE = (Reach * Impact * Confidence) / Effort
|
|
903
1224
|
tier_assignment: |
|
|
904
1225
|
Calculate RICE for ALL tools, then assign tiers by percentile:
|
|
905
1226
|
- Tier 1: Top 20% RICE scores
|
|
@@ -909,60 +1230,44 @@ phases:
|
|
|
909
1230
|
|
|
910
1231
|
NOTE: NO absolute threshold like "RICE > 50 is good".
|
|
911
1232
|
A tool with RICE 15 can be Tier 1 if it's the best in the dataset.
|
|
912
|
-
|
|
913
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
914
|
-
# STEP 2.7: WSJF SCORING (Relative)
|
|
915
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
916
1233
|
- id: step_2_7
|
|
917
|
-
name:
|
|
918
|
-
action:
|
|
919
|
-
|
|
1234
|
+
name: WSJF Scoring (Relative)
|
|
1235
|
+
action: Calculate WSJF for prioritization, rank by percentile
|
|
920
1236
|
cost_of_delay:
|
|
921
1237
|
user_business_value:
|
|
922
|
-
weight: 0.
|
|
923
|
-
question:
|
|
924
|
-
comparison:
|
|
925
|
-
|
|
1238
|
+
weight: 0.4
|
|
1239
|
+
question: How much business value does user gain?
|
|
1240
|
+
comparison: Rank tools against each other
|
|
926
1241
|
time_criticality:
|
|
927
|
-
weight: 0.
|
|
928
|
-
question:
|
|
929
|
-
context:
|
|
930
|
-
|
|
1242
|
+
weight: 0.3
|
|
1243
|
+
question: How urgent is this capability?
|
|
1244
|
+
context: Depends on squad project timeline
|
|
931
1245
|
risk_reduction:
|
|
932
|
-
weight: 0.
|
|
933
|
-
question:
|
|
934
|
-
|
|
1246
|
+
weight: 0.3
|
|
1247
|
+
question: How much risk does this tool mitigate?
|
|
935
1248
|
job_duration:
|
|
936
|
-
description:
|
|
1249
|
+
description: Estimated implementation time
|
|
937
1250
|
mapping:
|
|
938
|
-
1:
|
|
939
|
-
2:
|
|
940
|
-
3:
|
|
941
|
-
5:
|
|
942
|
-
7:
|
|
943
|
-
10: "> 3 months"
|
|
944
|
-
|
|
945
|
-
formula: "WSJF = Cost_of_Delay / Job_Duration"
|
|
946
|
-
|
|
1251
|
+
"1": < 1 hour
|
|
1252
|
+
"2": 1-4 hours
|
|
1253
|
+
"3": 1 day
|
|
1254
|
+
"5": 1 week
|
|
1255
|
+
"7": 2-4 weeks
|
|
1256
|
+
"10": "> 3 months"
|
|
1257
|
+
formula: WSJF = Cost_of_Delay / Job_Duration
|
|
947
1258
|
tier_assignment: |
|
|
948
1259
|
Same as RICE - assign tiers by percentile within dataset.
|
|
949
1260
|
High WSJF = High value, low effort (prioritize first)
|
|
950
|
-
|
|
951
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
952
|
-
# STEP 2.8: COMPOSITE TIER & RANKING
|
|
953
|
-
# ─────────────────────────────────────────────────────────────────────────
|
|
954
1261
|
- id: step_2_8
|
|
955
|
-
name:
|
|
956
|
-
action:
|
|
957
|
-
|
|
1262
|
+
name: Calculate Composite Tier
|
|
1263
|
+
action: Combine all dimension tiers into final ranking
|
|
958
1264
|
composite_calculation:
|
|
959
1265
|
weights:
|
|
960
|
-
rice_tier: 0.
|
|
1266
|
+
rice_tier: 0.3
|
|
961
1267
|
wsjf_tier: 0.25
|
|
962
|
-
social_proof_tier: 0.
|
|
1268
|
+
social_proof_tier: 0.2
|
|
963
1269
|
security_tier: 0.15
|
|
964
|
-
maturity_tier: 0.
|
|
965
|
-
|
|
1270
|
+
maturity_tier: 0.1
|
|
966
1271
|
formula: |
|
|
967
1272
|
# Convert tiers to scores (Tier 1 = 4, Tier 2 = 3, etc.)
|
|
968
1273
|
tier_to_score = {1: 4, 2: 3, 3: 2, 4: 1}
|
|
@@ -974,31 +1279,26 @@ phases:
|
|
|
974
1279
|
elif composite_score >= 2.5: Tier 2
|
|
975
1280
|
elif composite_score >= 1.5: Tier 3
|
|
976
1281
|
else: Tier 4
|
|
977
|
-
|
|
978
1282
|
decision_matrix:
|
|
979
|
-
note:
|
|
1283
|
+
note: Based on VALUE tier (RICE+WSJF) vs EFFORT tier
|
|
980
1284
|
quadrants:
|
|
981
1285
|
quick_wins:
|
|
982
|
-
criteria:
|
|
983
|
-
action:
|
|
984
|
-
|
|
1286
|
+
criteria: Tier 1-2 Value AND Tier 1-2 Effort
|
|
1287
|
+
action: Implement first
|
|
985
1288
|
strategic:
|
|
986
|
-
criteria:
|
|
987
|
-
action:
|
|
988
|
-
|
|
1289
|
+
criteria: Tier 1-2 Value AND Tier 3-4 Effort
|
|
1290
|
+
action: Plan and schedule
|
|
989
1291
|
fill_ins:
|
|
990
|
-
criteria:
|
|
991
|
-
action:
|
|
992
|
-
|
|
1292
|
+
criteria: Tier 3-4 Value AND Tier 1-2 Effort
|
|
1293
|
+
action: If time permits
|
|
993
1294
|
backlog:
|
|
994
|
-
criteria:
|
|
995
|
-
action:
|
|
996
|
-
|
|
1295
|
+
criteria: Tier 3-4 Value AND Tier 3-4 Effort
|
|
1296
|
+
action: Low priority
|
|
997
1297
|
output:
|
|
998
1298
|
ranked_tools:
|
|
999
|
-
- tool:
|
|
1299
|
+
- tool: Tool A
|
|
1000
1300
|
composite_tier: 1
|
|
1001
|
-
quadrant:
|
|
1301
|
+
quadrant: Quick Win
|
|
1002
1302
|
flags: []
|
|
1003
1303
|
tiers:
|
|
1004
1304
|
rice: 1
|
|
@@ -1006,41 +1306,39 @@ phases:
|
|
|
1006
1306
|
social_proof: 2
|
|
1007
1307
|
security: 1
|
|
1008
1308
|
maturity: 2
|
|
1009
|
-
|
|
1010
1309
|
- id: step_2_9
|
|
1011
|
-
name:
|
|
1012
|
-
action:
|
|
1013
|
-
|
|
1310
|
+
name: Generate Comparative Report
|
|
1311
|
+
action: Create report showing relative rankings and comparisons
|
|
1014
1312
|
report_sections:
|
|
1015
1313
|
tier_distribution:
|
|
1016
|
-
description:
|
|
1314
|
+
description: How many tools in each tier
|
|
1017
1315
|
format: |
|
|
1018
1316
|
Tier 1 (Top 20%): N tools
|
|
1019
1317
|
Tier 2 (21-50%): N tools
|
|
1020
1318
|
Tier 3 (51-80%): N tools
|
|
1021
1319
|
Tier 4 (Bottom 20%): N tools
|
|
1022
|
-
|
|
1023
1320
|
top_by_category:
|
|
1024
|
-
description:
|
|
1025
|
-
categories:
|
|
1026
|
-
|
|
1027
|
-
|
|
1321
|
+
description: Best tools per category
|
|
1322
|
+
categories:
|
|
1323
|
+
- mcp
|
|
1324
|
+
- api
|
|
1325
|
+
- cli
|
|
1326
|
+
- library
|
|
1327
|
+
- github
|
|
1328
|
+
show: Top 3 per category with tier info
|
|
1028
1329
|
gap_coverage:
|
|
1029
|
-
description:
|
|
1330
|
+
description: Which gaps have Tier 1-2 options
|
|
1030
1331
|
format: |
|
|
1031
1332
|
✅ Gap X: Tool A (Tier 1), Tool B (Tier 2)
|
|
1032
1333
|
⚠️ Gap Y: Only Tier 3-4 options available
|
|
1033
1334
|
❌ Gap Z: No tools found
|
|
1034
|
-
|
|
1035
1335
|
flags_summary:
|
|
1036
|
-
description:
|
|
1336
|
+
description: All flagged items requiring attention
|
|
1037
1337
|
format: |
|
|
1038
1338
|
🔴 CRITICAL_CVE: Tool X, Tool Y
|
|
1039
1339
|
🔵 VERY_NEW: Tool Z
|
|
1040
|
-
|
|
1041
1340
|
paid_vs_oss:
|
|
1042
|
-
description:
|
|
1043
|
-
|
|
1341
|
+
description: Comparison for gaps where both exist
|
|
1044
1342
|
output:
|
|
1045
1343
|
comparative_report:
|
|
1046
1344
|
tier_distribution: {}
|
|
@@ -1049,183 +1347,178 @@ phases:
|
|
|
1049
1347
|
gap_coverage: {}
|
|
1050
1348
|
flags_summary: {}
|
|
1051
1349
|
paid_vs_oss_analysis: {}
|
|
1052
|
-
|
|
1053
1350
|
checkpoint:
|
|
1054
1351
|
id: CP_SCORING
|
|
1055
|
-
name:
|
|
1352
|
+
name: Scoring Complete
|
|
1056
1353
|
blocking: true
|
|
1057
1354
|
criteria:
|
|
1058
1355
|
- all_tools_scored: true
|
|
1059
1356
|
- rankings_generated: true
|
|
1060
|
-
|
|
1061
|
-
# ─────────────────────────────────────────────────────────────────────────────
|
|
1062
|
-
# PHASE 3: DECISION MATRIX & INTEGRATION PLAN
|
|
1063
|
-
# ─────────────────────────────────────────────────────────────────────────────
|
|
1064
1357
|
- id: phase_3
|
|
1065
|
-
name:
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1358
|
+
name: DECISION MATRIX & INTEGRATION PLAN
|
|
1359
|
+
task_ref: discover-tools-execute
|
|
1360
|
+
purpose: Create actionable decision matrix and implementation plan
|
|
1361
|
+
duration: 5-10 minutes
|
|
1362
|
+
mode: sequential
|
|
1363
|
+
depends_on:
|
|
1364
|
+
- phase_2
|
|
1071
1365
|
steps:
|
|
1072
1366
|
- id: step_3_1
|
|
1073
|
-
name:
|
|
1074
|
-
action:
|
|
1367
|
+
name: Generate Decision Matrix
|
|
1368
|
+
action: Create impact vs effort quadrant matrix
|
|
1075
1369
|
matrix:
|
|
1076
1370
|
quadrants:
|
|
1077
1371
|
quick_wins:
|
|
1078
|
-
criteria:
|
|
1079
|
-
action:
|
|
1372
|
+
criteria: impact_score >= 7 AND effort_score >= 7
|
|
1373
|
+
action: Implement immediately
|
|
1080
1374
|
priority: 1
|
|
1081
|
-
|
|
1082
1375
|
strategic:
|
|
1083
|
-
criteria:
|
|
1084
|
-
action:
|
|
1376
|
+
criteria: impact_score >= 7 AND effort_score < 7
|
|
1377
|
+
action: Plan for implementation
|
|
1085
1378
|
priority: 2
|
|
1086
|
-
|
|
1087
1379
|
fill_ins:
|
|
1088
|
-
criteria:
|
|
1089
|
-
action:
|
|
1380
|
+
criteria: impact_score < 7 AND effort_score >= 7
|
|
1381
|
+
action: Nice to have, low priority
|
|
1090
1382
|
priority: 3
|
|
1091
|
-
|
|
1092
1383
|
avoid:
|
|
1093
|
-
criteria:
|
|
1094
|
-
action:
|
|
1384
|
+
criteria: impact_score < 7 AND effort_score < 7
|
|
1385
|
+
action: Don't implement
|
|
1095
1386
|
priority: 4
|
|
1096
|
-
|
|
1097
1387
|
output:
|
|
1098
1388
|
decision_matrix:
|
|
1099
1389
|
quick_wins: []
|
|
1100
1390
|
strategic: []
|
|
1101
1391
|
fill_ins: []
|
|
1102
1392
|
avoid: []
|
|
1103
|
-
|
|
1104
1393
|
- id: step_3_2
|
|
1105
|
-
name:
|
|
1106
|
-
action:
|
|
1394
|
+
name: Generate Integration Plan
|
|
1395
|
+
action: Create phased implementation plan
|
|
1107
1396
|
plan_structure:
|
|
1108
1397
|
immediate:
|
|
1109
|
-
timeframe:
|
|
1110
|
-
criteria:
|
|
1398
|
+
timeframe: Today
|
|
1399
|
+
criteria: Quick wins with < 30 min setup
|
|
1111
1400
|
actions:
|
|
1112
1401
|
- tool_name: ""
|
|
1113
|
-
action:
|
|
1114
|
-
effort:
|
|
1402
|
+
action: Install via {command}
|
|
1403
|
+
effort: 5-30 min
|
|
1115
1404
|
fills_gap: ""
|
|
1116
|
-
|
|
1117
1405
|
short_term:
|
|
1118
|
-
timeframe:
|
|
1119
|
-
criteria:
|
|
1406
|
+
timeframe: This Week
|
|
1407
|
+
criteria: Quick wins and high-value strategic
|
|
1120
1408
|
actions:
|
|
1121
1409
|
- tool_name: ""
|
|
1122
|
-
action:
|
|
1123
|
-
effort:
|
|
1410
|
+
action: Configure and integrate
|
|
1411
|
+
effort: 1-4 hours
|
|
1124
1412
|
fills_gap: ""
|
|
1125
|
-
|
|
1126
1413
|
medium_term:
|
|
1127
|
-
timeframe:
|
|
1128
|
-
criteria:
|
|
1414
|
+
timeframe: This Month
|
|
1415
|
+
criteria: Strategic tools requiring planning
|
|
1129
1416
|
actions:
|
|
1130
1417
|
- tool_name: ""
|
|
1131
|
-
action:
|
|
1132
|
-
effort:
|
|
1418
|
+
action: Full integration with squad
|
|
1419
|
+
effort: 1-2 days
|
|
1133
1420
|
fills_gap: ""
|
|
1134
|
-
|
|
1135
1421
|
backlog:
|
|
1136
|
-
timeframe:
|
|
1137
|
-
criteria:
|
|
1422
|
+
timeframe: Future
|
|
1423
|
+
criteria: Fill-ins and tools needing evaluation
|
|
1138
1424
|
actions:
|
|
1139
1425
|
- tool_name: ""
|
|
1140
|
-
action:
|
|
1426
|
+
action: Evaluate when time permits
|
|
1141
1427
|
reason: ""
|
|
1142
|
-
|
|
1143
1428
|
output:
|
|
1144
1429
|
integration_plan:
|
|
1145
1430
|
immediate: []
|
|
1146
1431
|
short_term: []
|
|
1147
1432
|
medium_term: []
|
|
1148
1433
|
backlog: []
|
|
1149
|
-
|
|
1150
1434
|
- id: step_3_3
|
|
1151
|
-
name:
|
|
1152
|
-
action:
|
|
1435
|
+
name: Update Tool Registry
|
|
1436
|
+
action: Add discovered tools to global registry
|
|
1437
|
+
policy: internal-first
|
|
1153
1438
|
updates:
|
|
1154
|
-
- add_to:
|
|
1155
|
-
status:
|
|
1439
|
+
- add_to: mcp_servers
|
|
1440
|
+
status: discovered
|
|
1156
1441
|
tools: "{new_mcps}"
|
|
1157
|
-
|
|
1158
|
-
- add_to: "domain_recommendations.{domain}"
|
|
1442
|
+
- add_to: domain_recommendations.{domain}
|
|
1159
1443
|
essential: "{quick_wins}"
|
|
1160
1444
|
recommended: "{strategic}"
|
|
1161
1445
|
optional: "{fill_ins}"
|
|
1162
|
-
|
|
1163
|
-
|
|
1446
|
+
constraints:
|
|
1447
|
+
- if capability is internal-covered, keep internal tool as primary
|
|
1448
|
+
- external tools for internal-covered capabilities must be fallback/enhancement
|
|
1449
|
+
- add_to: domain_recommendations.{domain}.skills
|
|
1450
|
+
reusable_local: "{local_skills_that_cover}"
|
|
1451
|
+
adaptable_local: "{local_skills_adaptable}"
|
|
1452
|
+
community: "{community_skills_recommended}"
|
|
1453
|
+
- add_to: capability_mapping
|
|
1164
1454
|
new_mappings: "{gap_to_tool_mappings}"
|
|
1165
|
-
|
|
1455
|
+
- add_to: skill_recommendations.{domain}
|
|
1456
|
+
local_skills: "{matched_local_skills}"
|
|
1457
|
+
community_skills: "{matched_community_skills}"
|
|
1458
|
+
fork_candidates: "{skills_to_fork}"
|
|
1166
1459
|
output:
|
|
1167
1460
|
registry_updates:
|
|
1168
|
-
mcps_added: N
|
|
1169
|
-
apis_added: N
|
|
1170
|
-
|
|
1171
|
-
|
|
1461
|
+
mcps_added: "N"
|
|
1462
|
+
apis_added: "N"
|
|
1463
|
+
skills_matched: "N"
|
|
1464
|
+
skills_to_fork: "N"
|
|
1465
|
+
mappings_added: "N"
|
|
1466
|
+
registry_path: .aiox/squad-runtime/discovery/{domain}/tool-registry.yaml
|
|
1172
1467
|
- id: step_3_4
|
|
1173
|
-
name:
|
|
1174
|
-
action:
|
|
1468
|
+
name: Generate Reports
|
|
1469
|
+
action: Create comprehensive documentation
|
|
1175
1470
|
reports:
|
|
1176
|
-
- name:
|
|
1177
|
-
location:
|
|
1471
|
+
- name: Tool Discovery Report
|
|
1472
|
+
location: .aiox/squad-runtime/discovery/{domain}/tool-discovery-report.md
|
|
1178
1473
|
sections:
|
|
1179
1474
|
- executive_summary
|
|
1475
|
+
- internal_coverage_summary
|
|
1476
|
+
- external_search_scope
|
|
1180
1477
|
- capability_gaps_analyzed
|
|
1181
1478
|
- tools_discovered_by_category
|
|
1182
1479
|
- decision_matrix_visual
|
|
1183
1480
|
- top_recommendations
|
|
1184
1481
|
- detailed_tool_profiles
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
location: "squads/{pack_name}/docs/tool-integration-plan.md"
|
|
1482
|
+
- name: Integration Plan
|
|
1483
|
+
location: .aiox/squad-runtime/discovery/{domain}/tool-integration-plan.md
|
|
1188
1484
|
sections:
|
|
1189
1485
|
- timeline_overview
|
|
1190
1486
|
- immediate_actions
|
|
1191
1487
|
- short_term_plan
|
|
1192
1488
|
- medium_term_plan
|
|
1193
1489
|
- backlog
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
format: "yaml"
|
|
1198
|
-
|
|
1490
|
+
- name: Capability-Tools Mapping
|
|
1491
|
+
location: .aiox/squad-runtime/discovery/{domain}/capability-tools.yaml
|
|
1492
|
+
format: yaml
|
|
1199
1493
|
checkpoint:
|
|
1200
1494
|
id: CP_DECISION
|
|
1201
|
-
name:
|
|
1495
|
+
name: Decision Matrix Complete
|
|
1202
1496
|
blocking: true
|
|
1203
1497
|
criteria:
|
|
1204
1498
|
- matrix_generated: true
|
|
1205
1499
|
- plan_created: true
|
|
1206
1500
|
- registry_updated: true
|
|
1207
1501
|
- reports_generated: true
|
|
1208
|
-
|
|
1209
|
-
# ─────────────────────────────────────────────────────────────────────────────
|
|
1210
|
-
# PHASE 4: HANDOFF
|
|
1211
|
-
# ─────────────────────────────────────────────────────────────────────────────
|
|
1212
1502
|
- id: phase_4
|
|
1213
|
-
name:
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1503
|
+
name: HANDOFF
|
|
1504
|
+
task_ref: discover-tools-execute
|
|
1505
|
+
purpose: Present findings and get approval
|
|
1506
|
+
duration: 2-5 minutes
|
|
1507
|
+
mode: interactive
|
|
1508
|
+
depends_on:
|
|
1509
|
+
- phase_3
|
|
1219
1510
|
steps:
|
|
1220
1511
|
- id: step_4_1
|
|
1221
|
-
name:
|
|
1222
|
-
action:
|
|
1512
|
+
name: Present Summary
|
|
1513
|
+
action: Display comprehensive discovery summary
|
|
1223
1514
|
template: |
|
|
1224
1515
|
═══════════════════════════════════════════════════════════════════
|
|
1225
1516
|
🔧 DEEP TOOL DISCOVERY COMPLETE
|
|
1226
1517
|
═══════════════════════════════════════════════════════════════════
|
|
1227
1518
|
|
|
1228
1519
|
DOMAIN: {domain}
|
|
1520
|
+
INTERNAL CAPABILITIES COVERED: {internal_covered_count}
|
|
1521
|
+
EXTERNAL-ONLY GAPS: {external_only_gaps_count}
|
|
1229
1522
|
CAPABILITY GAPS ANALYZED: {gaps_count}
|
|
1230
1523
|
TOTAL TOOLS DISCOVERED: {tools_count}
|
|
1231
1524
|
|
|
@@ -1236,6 +1529,8 @@ phases:
|
|
|
1236
1529
|
│ APIs: {api_count:>3} found │ Top: {top_api} │
|
|
1237
1530
|
│ CLIs: {cli_count:>3} found │ Top: {top_cli} │
|
|
1238
1531
|
│ Libraries: {lib_count:>3} found │ Top: {top_lib} │
|
|
1532
|
+
│ Skills (Comm): {skill_count:>3} found │ Top: {top_skill} │
|
|
1533
|
+
│ Skills (Local): {local_skill_count:>3} match │ Top: {top_local_skill} │
|
|
1239
1534
|
│ GitHub Projects:{gh_count:>3} found │ Top: {top_gh} │
|
|
1240
1535
|
└─────────────────────────────────────────────────────────────────┘
|
|
1241
1536
|
|
|
@@ -1252,188 +1547,165 @@ phases:
|
|
|
1252
1547
|
{quick_wins_table}
|
|
1253
1548
|
|
|
1254
1549
|
REPORTS GENERATED:
|
|
1255
|
-
•
|
|
1256
|
-
•
|
|
1257
|
-
•
|
|
1550
|
+
• .aiox/squad-runtime/discovery/{domain}/tool-discovery-report.md
|
|
1551
|
+
• .aiox/squad-runtime/discovery/{domain}/tool-integration-plan.md
|
|
1552
|
+
• .aiox/squad-runtime/discovery/{domain}/capability-tools.yaml
|
|
1258
1553
|
|
|
1259
1554
|
═══════════════════════════════════════════════════════════════════
|
|
1260
|
-
|
|
1261
1555
|
- id: step_4_2
|
|
1262
|
-
name:
|
|
1263
|
-
action:
|
|
1264
|
-
question:
|
|
1556
|
+
name: Request Approval
|
|
1557
|
+
action: Ask user to approve integration plan
|
|
1558
|
+
question: How would you like to proceed?
|
|
1265
1559
|
options:
|
|
1266
|
-
- id:
|
|
1267
|
-
label:
|
|
1268
|
-
action:
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
- id: "skip"
|
|
1279
|
-
label: "Skip tool integration for now"
|
|
1280
|
-
action: "Save reports, continue to next phase"
|
|
1281
|
-
|
|
1282
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1283
|
-
# OUTPUTS
|
|
1284
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1285
|
-
|
|
1560
|
+
- id: approve_all
|
|
1561
|
+
label: Approve all quick wins - integrate now
|
|
1562
|
+
action: Execute immediate actions from integration plan
|
|
1563
|
+
- id: review_first
|
|
1564
|
+
label: Review detailed report first
|
|
1565
|
+
action: Open .aiox/squad-runtime/discovery/{domain}/tool-discovery-report.md
|
|
1566
|
+
- id: selective
|
|
1567
|
+
label: Select specific tools to integrate
|
|
1568
|
+
action: Present tool list for selection
|
|
1569
|
+
- id: skip
|
|
1570
|
+
label: Skip tool integration for now
|
|
1571
|
+
action: Save reports, continue to next phase
|
|
1286
1572
|
outputs:
|
|
1287
1573
|
primary:
|
|
1288
|
-
- name:
|
|
1289
|
-
location:
|
|
1290
|
-
description:
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
location: "Embedded in tool-discovery-report.md"
|
|
1298
|
-
description: "Impact vs Effort quadrant visualization"
|
|
1299
|
-
|
|
1574
|
+
- name: Tool Discovery Report
|
|
1575
|
+
location: .aiox/squad-runtime/discovery/{domain}/tool-discovery-report.md
|
|
1576
|
+
description: Comprehensive research findings with all discovered tools
|
|
1577
|
+
- name: Integration Plan
|
|
1578
|
+
location: .aiox/squad-runtime/discovery/{domain}/tool-integration-plan.md
|
|
1579
|
+
description: Prioritized implementation timeline
|
|
1580
|
+
- name: Decision Matrix
|
|
1581
|
+
location: Embedded in .aiox/squad-runtime/discovery/{domain}/tool-discovery-report.md
|
|
1582
|
+
description: Impact vs Effort quadrant visualization
|
|
1300
1583
|
secondary:
|
|
1301
|
-
- name:
|
|
1302
|
-
location:
|
|
1303
|
-
description:
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
description: "Global registry updated with discoveries"
|
|
1308
|
-
|
|
1309
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1310
|
-
# HEURISTICS
|
|
1311
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1312
|
-
|
|
1584
|
+
- name: Capability-Tools Mapping
|
|
1585
|
+
location: .aiox/squad-runtime/discovery/{domain}/capability-tools.yaml
|
|
1586
|
+
description: Domain capability to tool mapping
|
|
1587
|
+
- name: Updated Tool Registry
|
|
1588
|
+
location: .aiox/squad-runtime/discovery/{domain}/tool-registry.yaml
|
|
1589
|
+
description: Runtime registry snapshot updated with discoveries
|
|
1313
1590
|
heuristics:
|
|
1591
|
+
- id: SC_DCV_001
|
|
1592
|
+
name: Domain Context Validation Complete
|
|
1593
|
+
phase: phase_minus_2
|
|
1594
|
+
blocking: true
|
|
1595
|
+
criteria:
|
|
1596
|
+
- canonical_scope_extracted: true
|
|
1597
|
+
- scope_from_name_only: false
|
|
1598
|
+
- ambiguity_gate_passed: true
|
|
1599
|
+
notes:
|
|
1600
|
+
- Discovery is forbidden when scope is inferred from name/slug only
|
|
1601
|
+
- If canonical sources conflict, pause and request clarification
|
|
1602
|
+
- id: SC_INT_001
|
|
1603
|
+
name: Internal-First Coverage Complete
|
|
1604
|
+
phase: phase_minus_1
|
|
1605
|
+
blocking: true
|
|
1606
|
+
criteria:
|
|
1607
|
+
- internal_library_loaded: true
|
|
1608
|
+
- capabilities_mapped_to_internal: true
|
|
1609
|
+
- external_scope_restricted_to_internal_gaps: true
|
|
1610
|
+
notes:
|
|
1611
|
+
- External search is forbidden before internal coverage mapping
|
|
1612
|
+
- Internal tools remain primary when coverage exists
|
|
1314
1613
|
- id: SC_TLD_001
|
|
1315
|
-
name:
|
|
1316
|
-
phase:
|
|
1614
|
+
name: Tool Discovery Complete
|
|
1615
|
+
phase: phase_3
|
|
1317
1616
|
blocking: true
|
|
1318
1617
|
criteria:
|
|
1319
|
-
- parallel_agents_executed: ">=
|
|
1320
|
-
- tools_discovered: ">= 5"
|
|
1618
|
+
- parallel_agents_executed: ">= 4 of 6"
|
|
1619
|
+
- tools_discovered: ">= 5"
|
|
1321
1620
|
- tier_distribution_calculated: true
|
|
1322
1621
|
- comparative_report_generated: true
|
|
1323
1622
|
notes:
|
|
1324
|
-
-
|
|
1325
|
-
-
|
|
1326
|
-
|
|
1623
|
+
- No minimum tool count threshold - even 5 tools can be valuable if ranked
|
|
1624
|
+
- Quality is determined by relative ranking, not absolute counts
|
|
1327
1625
|
- id: SC_TLD_002
|
|
1328
|
-
name:
|
|
1329
|
-
phase:
|
|
1626
|
+
name: Relative Ranking Complete
|
|
1627
|
+
phase: phase_2.step_2_3
|
|
1330
1628
|
blocking: true
|
|
1331
1629
|
criteria:
|
|
1332
1630
|
- all_tools_have_tiers: true
|
|
1333
1631
|
- percentile_calculation_done: true
|
|
1334
1632
|
notes:
|
|
1335
|
-
-
|
|
1336
|
-
-
|
|
1337
|
-
|
|
1633
|
+
- NO absolute thresholds - all tools get tiers based on comparison
|
|
1634
|
+
- Even Tier 4 tools are included - they may be the only option
|
|
1338
1635
|
- id: SC_TLD_003
|
|
1339
|
-
name:
|
|
1340
|
-
phase:
|
|
1636
|
+
name: Flags Identified
|
|
1637
|
+
phase: phase_2.step_2_4
|
|
1341
1638
|
blocking: false
|
|
1342
1639
|
criteria:
|
|
1343
1640
|
- security_flags_checked: true
|
|
1344
1641
|
- maturity_flags_checked: true
|
|
1345
1642
|
- license_flags_checked: true
|
|
1346
1643
|
notes:
|
|
1347
|
-
-
|
|
1348
|
-
-
|
|
1349
|
-
|
|
1644
|
+
- Flags are for ATTENTION, not automatic elimination
|
|
1645
|
+
- A tool with flags may still be recommended if best in tier
|
|
1350
1646
|
- id: SC_TLD_004
|
|
1351
|
-
name:
|
|
1352
|
-
phase:
|
|
1647
|
+
name: Cost Comparison Done
|
|
1648
|
+
phase: phase_2.step_2_5
|
|
1353
1649
|
blocking: false
|
|
1354
1650
|
criteria:
|
|
1355
1651
|
- paid_vs_oss_grouped: true
|
|
1356
1652
|
- tier_comparison_per_gap: true
|
|
1357
1653
|
notes:
|
|
1358
|
-
-
|
|
1359
|
-
-
|
|
1360
|
-
-
|
|
1361
|
-
|
|
1654
|
+
- NO fixed ROI thresholds
|
|
1655
|
+
- Present tier comparison for human decision
|
|
1656
|
+
- OSS preferred when same tier as paid
|
|
1657
|
+
- id: SC_TLD_005a
|
|
1658
|
+
name: Skills Coverage Complete
|
|
1659
|
+
phase: phase_0.step_0_2b + phase_1.agent_skill
|
|
1660
|
+
blocking: false
|
|
1661
|
+
criteria:
|
|
1662
|
+
- local_skills_scanned: true
|
|
1663
|
+
- local_squads_scanned: true
|
|
1664
|
+
- community_skills_searched: true
|
|
1665
|
+
- skills_matched_to_gaps: true
|
|
1666
|
+
notes:
|
|
1667
|
+
- Local skills are ALWAYS checked first (zero cost, immediate value)
|
|
1668
|
+
- Community skills supplement what local doesn't cover
|
|
1669
|
+
- Skills with 'adaptable' status are fork candidates
|
|
1670
|
+
- A skill that covers a gap can eliminate external tool need for that gap
|
|
1362
1671
|
- id: SC_TLD_005
|
|
1363
|
-
name:
|
|
1364
|
-
phase:
|
|
1672
|
+
name: Decision Matrix Generated
|
|
1673
|
+
phase: phase_2.step_2_8
|
|
1365
1674
|
blocking: true
|
|
1366
1675
|
criteria:
|
|
1367
|
-
- quadrants_assigned: true
|
|
1676
|
+
- quadrants_assigned: true
|
|
1368
1677
|
- recommendations_by_gap: true
|
|
1369
1678
|
notes:
|
|
1370
|
-
-
|
|
1371
|
-
-
|
|
1372
|
-
|
|
1373
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1374
|
-
# SEARCH DEPTH CONFIGURATION
|
|
1375
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1376
|
-
|
|
1679
|
+
- Quadrants based on relative tiers, not absolute scores
|
|
1680
|
+
- All tools get a quadrant - none automatically excluded
|
|
1377
1681
|
search_depth_config:
|
|
1378
1682
|
quick:
|
|
1379
1683
|
results_per_category: 5
|
|
1380
1684
|
timeout_minutes: 5
|
|
1381
|
-
use_case:
|
|
1382
|
-
|
|
1685
|
+
use_case: Fast exploration
|
|
1383
1686
|
standard:
|
|
1384
1687
|
results_per_category: 15
|
|
1385
1688
|
timeout_minutes: 10
|
|
1386
|
-
use_case:
|
|
1387
|
-
|
|
1689
|
+
use_case: Normal squad creation
|
|
1388
1690
|
exhaustive:
|
|
1389
1691
|
results_per_category: 30
|
|
1390
1692
|
timeout_minutes: 20
|
|
1391
|
-
use_case:
|
|
1392
|
-
|
|
1393
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1394
|
-
# ERROR HANDLING
|
|
1395
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1396
|
-
|
|
1693
|
+
use_case: Enterprise squads, complex domains
|
|
1397
1694
|
error_handling:
|
|
1695
|
+
ambiguous_or_unknown_scope:
|
|
1696
|
+
action: Halt discovery and request clarification
|
|
1697
|
+
retry: false
|
|
1698
|
+
canonical_scope_conflict:
|
|
1699
|
+
action: Log contradictions and request human resolution before proceeding
|
|
1700
|
+
retry: false
|
|
1398
1701
|
agent_timeout:
|
|
1399
|
-
action:
|
|
1702
|
+
action: Continue with other agents, mark as partial
|
|
1400
1703
|
retry: false
|
|
1401
|
-
|
|
1402
1704
|
agent_failure:
|
|
1403
|
-
action:
|
|
1705
|
+
action: Log error, continue with other agents
|
|
1404
1706
|
retry_count: 1
|
|
1405
|
-
|
|
1406
1707
|
no_tools_found:
|
|
1407
|
-
action:
|
|
1408
|
-
fallback:
|
|
1409
|
-
|
|
1708
|
+
action: Expand search to adjacent domains
|
|
1709
|
+
fallback: Mark as 'custom development needed'
|
|
1410
1710
|
scoring_failure:
|
|
1411
|
-
action:
|
|
1412
|
-
|
|
1413
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1414
|
-
# METADATA
|
|
1415
|
-
# ═══════════════════════════════════════════════════════════════════════════════
|
|
1416
|
-
|
|
1417
|
-
metadata:
|
|
1418
|
-
version: "2.0"
|
|
1419
|
-
created: "2026-02-03"
|
|
1420
|
-
updated: "2026-02-03"
|
|
1421
|
-
author: "squad-chief"
|
|
1422
|
-
lines: "900+"
|
|
1423
|
-
purpose: "Deep parallel tool discovery with RELATIVE TIERS - comparing tools against each other, not absolute values"
|
|
1424
|
-
philosophy: "Não existem valores absolutos universais. Um projeto com 30 stars pode ser excelente se for o melhor do nicho."
|
|
1425
|
-
changelog:
|
|
1426
|
-
v2.0:
|
|
1427
|
-
- "MAJOR: Replaced absolute thresholds with RELATIVE TIERS"
|
|
1428
|
-
- "Tools compared by PERCENTILE within dataset (Top 20%, 21-50%, etc.)"
|
|
1429
|
-
- "Replaced VETOs with FLAGS requiring human attention"
|
|
1430
|
-
- "No tool automatically eliminated - Tier 4 may still be best option"
|
|
1431
|
-
- "Cost comparison: tier-based, no fixed ROI thresholds"
|
|
1432
|
-
- "RICE/WSJF scores ranked relatively, not against fixed values"
|
|
1433
|
-
- "Framework reference: data/tool-evaluation-framework.md v2.0"
|
|
1434
|
-
v1.1:
|
|
1435
|
-
- "Added RICE Framework scoring"
|
|
1436
|
-
- "Added WSJF Framework scoring"
|
|
1437
|
-
- "Added Security/Social Proof gates (replaced in v2.0)"
|
|
1438
|
-
v1.0:
|
|
1439
|
-
- "Initial release with 5 parallel sub-agents"
|
|
1711
|
+
action: Use default scores, flag for manual review
|