aiox-core 5.0.2 → 5.0.3
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/data/entity-registry.yaml +748 -763
- package/.aiox-core/install-manifest.yaml +4 -4
- package/package.json +6 -1
- package/pro/feature-registry.yaml +223 -0
- package/pro/package.json +39 -0
- package/pro/pro-config.yaml +63 -0
- package/pro/squads/README.md +24 -0
- package/pro/squads/design/HEADLINE.md +3 -0
- package/pro/squads/design/README.md +109 -0
- package/pro/squads/design/agents/brad-frost.md +1097 -0
- package/pro/squads/design/agents/dan-mall.md +857 -0
- package/pro/squads/design/agents/dave-malouf.md +2272 -0
- package/pro/squads/design/agents/design-chief.md +114 -0
- package/pro/squads/design/agents/ds-foundations-lead.md +194 -0
- package/pro/squads/design/agents/ds-token-architect.md +361 -0
- package/pro/squads/design/agents/nano-banana-generator.md +162 -0
- package/pro/squads/design/agents/storybook-expert.md +809 -0
- package/pro/squads/design/checklists/atomic-refactor-checklist.md +299 -0
- package/pro/squads/design/checklists/component-adaptation-checklist.md +81 -0
- package/pro/squads/design/checklists/design-fidelity-checklist.md +283 -0
- package/pro/squads/design/checklists/design-handoff-checklist.md +55 -0
- package/pro/squads/design/checklists/design-team-health-checklist.md +454 -0
- package/pro/squads/design/checklists/designops-maturity-checklist.md +518 -0
- package/pro/squads/design/checklists/ds-a11y-release-gate-checklist.md +45 -0
- package/pro/squads/design/checklists/ds-accessibility-wcag-checklist.md +147 -0
- package/pro/squads/design/checklists/ds-component-quality-checklist.md +150 -0
- package/pro/squads/design/checklists/ds-critical-eye-review-checklist.md +147 -0
- package/pro/squads/design/checklists/ds-migration-readiness-checklist.md +99 -0
- package/pro/squads/design/checklists/ds-pattern-audit-checklist.md +164 -0
- package/pro/squads/design/checklists/reading-accessibility-checklist.md +275 -0
- package/pro/squads/design/checklists/token-mapping-checklist.md +107 -0
- package/pro/squads/design/config/coding-standards.md +286 -0
- package/pro/squads/design/config/source-tree.md +59 -0
- package/pro/squads/design/config/tech-stack.md +48 -0
- package/pro/squads/design/config.yaml +204 -0
- package/pro/squads/design/data/agentic-design-systems-guide.md +46 -0
- package/pro/squads/design/data/agentic-ds-principles.md +100 -0
- package/pro/squads/design/data/atomic-design-principles.md +108 -0
- package/pro/squads/design/data/atomic-refactor-rules.md +582 -0
- package/pro/squads/design/data/base-component-specs.md +972 -0
- package/pro/squads/design/data/brad-frost-analysis-extract-implicit.yaml +270 -0
- package/pro/squads/design/data/brad-frost-analysis-find-0.8.yaml +176 -0
- package/pro/squads/design/data/brad-frost-analysis-qa-report.yaml +168 -0
- package/pro/squads/design/data/brad-frost-dna.yaml +713 -0
- package/pro/squads/design/data/capability-tools.yaml +124 -0
- package/pro/squads/design/data/component-adaptation-changelog.md +318 -0
- package/pro/squads/design/data/consolidation-algorithms.md +168 -0
- package/pro/squads/design/data/critical-eye-scoring-rules.yaml +240 -0
- package/pro/squads/design/data/design-token-best-practices.md +107 -0
- package/pro/squads/design/data/design-tokens-spec.yaml +418 -0
- package/pro/squads/design/data/ds-reference-architectures.md +93 -0
- package/pro/squads/design/data/f2-qa-report.md +168 -0
- package/pro/squads/design/data/f3-derived-components-changelog.md +100 -0
- package/pro/squads/design/data/f3-qa-report.md +208 -0
- package/pro/squads/design/data/figma-base-components-raw.md +102 -0
- package/pro/squads/design/data/figma-tokens-raw.md +1549 -0
- package/pro/squads/design/data/fluent2-design-principles.md +114 -0
- package/pro/squads/design/data/high-retention-reading-guide.md +349 -0
- package/pro/squads/design/data/integration-patterns.md +207 -0
- package/pro/squads/design/data/internal-quality-chain.yaml +48 -0
- package/pro/squads/design/data/motion-tokens-guide.md +202 -0
- package/pro/squads/design/data/roi-calculation-guide.md +142 -0
- package/pro/squads/design/data/token-mapping-reference.md +213 -0
- package/pro/squads/design/data/w3c-dtcg-spec-reference.md +149 -0
- package/pro/squads/design/data/wcag-compliance-guide.md +267 -0
- package/pro/squads/design/docs/AUDIT_REPORT.md +97 -0
- package/pro/squads/design/docs/DS-CURATION-PIPELINE-PROPOSAL.md +577 -0
- package/pro/squads/design/docs/UPGRADE_PLAN.md +618 -0
- package/pro/squads/design/docs/brad-frost-research-validation.md +372 -0
- package/pro/squads/design/docs/dave-malouf-research-validation.md +391 -0
- package/pro/squads/design/docs/tool-discovery-report.md +87 -0
- package/pro/squads/design/docs/tool-integration-plan.md +44 -0
- package/pro/squads/design/protocols/ai-first-governance.md +56 -0
- package/pro/squads/design/protocols/governance-execution-boundary.md +59 -0
- package/pro/squads/design/protocols/handoff.md +60 -0
- package/pro/squads/design/rules/.claude-rules.md +88 -0
- package/pro/squads/design/scripts/design-system/curate_colors.cjs +447 -0
- package/pro/squads/design/scripts/design-system/curate_components.cjs +217 -0
- package/pro/squads/design/scripts/design-system/curate_radius.cjs +190 -0
- package/pro/squads/design/scripts/design-system/curate_shadows.cjs +208 -0
- package/pro/squads/design/scripts/design-system/curate_spacing.cjs +243 -0
- package/pro/squads/design/scripts/design-system/curate_typography.cjs +404 -0
- package/pro/squads/design/scripts/design-system/design-system-metadata.test.js +49 -0
- package/pro/squads/design/scripts/design-system/design_manifest_lib.cjs +142 -0
- package/pro/squads/design/scripts/design-system/fetch_page_images.cjs +195 -0
- package/pro/squads/design/scripts/design-system/generate_components_metadata.cjs +114 -0
- package/pro/squads/design/scripts/design-system/generate_curation_report.cjs +258 -0
- package/pro/squads/design/scripts/design-system/generate_tokens.cjs +342 -0
- package/pro/squads/design/scripts/design-system/sync_design_manifest.cjs +27 -0
- package/pro/squads/design/scripts/design-system/test_mcp_tools.cjs +232 -0
- package/pro/squads/design/scripts/design-system/validate_components_metadata.cjs +96 -0
- package/pro/squads/design/scripts/design-system/validate_curation.cjs +226 -0
- package/pro/squads/design/scripts/design-system/validate_design_manifest_drift.cjs +72 -0
- package/pro/squads/design/scripts/design-system/validate_mcp_skeleton.cjs +38 -0
- package/pro/squads/design/scripts/design-system/validate_registry.cjs +186 -0
- package/pro/squads/design/scripts/design-system/validate_task_checklist_bindings.cjs +78 -0
- package/pro/squads/design/scripts/dissect-artifact.cjs +806 -0
- package/pro/squads/design/scripts/validate-a11y-integration.cjs +40 -0
- package/pro/squads/design/scripts/validate-design-squad.py +411 -0
- package/pro/squads/design/squad.yaml +714 -0
- package/pro/squads/design/tasks/a11y-audit.md +340 -0
- package/pro/squads/design/tasks/aria-audit.md +525 -0
- package/pro/squads/design/tasks/atomic-refactor-execute.md +391 -0
- package/pro/squads/design/tasks/atomic-refactor-plan.md +262 -0
- package/pro/squads/design/tasks/audit-reading-experience.md +350 -0
- package/pro/squads/design/tasks/audit-tailwind-config.md +101 -0
- package/pro/squads/design/tasks/bootstrap-shadcn-library.md +96 -0
- package/pro/squads/design/tasks/bundle-audit.md +245 -0
- package/pro/squads/design/tasks/contrast-matrix.md +373 -0
- package/pro/squads/design/tasks/create-doc.md +135 -0
- package/pro/squads/design/tasks/dead-code-detection.md +329 -0
- package/pro/squads/design/tasks/design-compare.md +414 -0
- package/pro/squads/design/tasks/design-process-optimization.md +407 -0
- package/pro/squads/design/tasks/design-review-orchestration.md +99 -0
- package/pro/squads/design/tasks/design-team-scaling.md +407 -0
- package/pro/squads/design/tasks/design-tooling-audit.md +404 -0
- package/pro/squads/design/tasks/design-triage.md +89 -0
- package/pro/squads/design/tasks/designops-maturity-assessment.md +364 -0
- package/pro/squads/design/tasks/designops-metrics-setup.md +465 -0
- package/pro/squads/design/tasks/ds-agentic-audit.md +100 -0
- package/pro/squads/design/tasks/ds-agentic-setup.md +103 -0
- package/pro/squads/design/tasks/ds-audit-codebase.md +273 -0
- package/pro/squads/design/tasks/ds-build-component.md +349 -0
- package/pro/squads/design/tasks/ds-build-mcp-server.md +84 -0
- package/pro/squads/design/tasks/ds-calculate-roi.md +282 -0
- package/pro/squads/design/tasks/ds-compose-molecule.md +106 -0
- package/pro/squads/design/tasks/ds-consolidate-patterns.md +253 -0
- package/pro/squads/design/tasks/ds-context-contract.md +194 -0
- package/pro/squads/design/tasks/ds-critical-eye-compare.md +130 -0
- package/pro/squads/design/tasks/ds-critical-eye-decide.md +139 -0
- package/pro/squads/design/tasks/ds-critical-eye-inventory.md +111 -0
- package/pro/squads/design/tasks/ds-critical-eye-report.md +101 -0
- package/pro/squads/design/tasks/ds-critical-eye-score.md +109 -0
- package/pro/squads/design/tasks/ds-designops.md +99 -0
- package/pro/squads/design/tasks/ds-extend-pattern.md +91 -0
- package/pro/squads/design/tasks/ds-extract-tokens.md +312 -0
- package/pro/squads/design/tasks/ds-figma-pipeline.md +95 -0
- package/pro/squads/design/tasks/ds-fluent-audit.md +105 -0
- package/pro/squads/design/tasks/ds-fluent-build.md +110 -0
- package/pro/squads/design/tasks/ds-generate-ai-metadata.md +81 -0
- package/pro/squads/design/tasks/ds-generate-cursor-rules.md +74 -0
- package/pro/squads/design/tasks/ds-generate-documentation.md +101 -0
- package/pro/squads/design/tasks/ds-generate-migration-strategy.md +331 -0
- package/pro/squads/design/tasks/ds-generate-shock-report.md +323 -0
- package/pro/squads/design/tasks/ds-govern-a11y-compliance.md +93 -0
- package/pro/squads/design/tasks/ds-governance.md +187 -0
- package/pro/squads/design/tasks/ds-health-metrics.md +278 -0
- package/pro/squads/design/tasks/ds-integrate-squad.md +130 -0
- package/pro/squads/design/tasks/ds-integrate-workspace.md +100 -0
- package/pro/squads/design/tasks/ds-legacy-modernization.md +302 -0
- package/pro/squads/design/tasks/ds-mcp-status.md +65 -0
- package/pro/squads/design/tasks/ds-motion-audit.md +118 -0
- package/pro/squads/design/tasks/ds-multi-framework.md +96 -0
- package/pro/squads/design/tasks/ds-parallelization-gate.md +246 -0
- package/pro/squads/design/tasks/ds-query.md +90 -0
- package/pro/squads/design/tasks/ds-rebuild-artifact.md +369 -0
- package/pro/squads/design/tasks/ds-reverse-engineer.md +194 -0
- package/pro/squads/design/tasks/ds-scan-artifact.md +131 -0
- package/pro/squads/design/tasks/ds-setup-design-system.md +297 -0
- package/pro/squads/design/tasks/ds-sync-registry.md +287 -0
- package/pro/squads/design/tasks/ds-theme-multi-brand.md +90 -0
- package/pro/squads/design/tasks/ds-token-modes.md +108 -0
- package/pro/squads/design/tasks/ds-token-w3c-extract.md +105 -0
- package/pro/squads/design/tasks/ds-validate-ai-readiness.md +69 -0
- package/pro/squads/design/tasks/ds-visual-regression.md +130 -0
- package/pro/squads/design/tasks/execute-checklist.md +141 -0
- package/pro/squads/design/tasks/export-design-tokens-dtcg.md +97 -0
- package/pro/squads/design/tasks/f1-apply-foundations.md +154 -0
- package/pro/squads/design/tasks/f1-ingest-figma-tokens.md +130 -0
- package/pro/squads/design/tasks/f1-map-tokens-to-shadcn.md +145 -0
- package/pro/squads/design/tasks/f1-qa-foundations.md +95 -0
- package/pro/squads/design/tasks/f2-adapt-shadcn-components.md +155 -0
- package/pro/squads/design/tasks/f2-ingest-base-components.md +148 -0
- package/pro/squads/design/tasks/f2-qa-base-components.md +98 -0
- package/pro/squads/design/tasks/f3-derive-components.md +145 -0
- package/pro/squads/design/tasks/f3-qa-derived-components.md +101 -0
- package/pro/squads/design/tasks/focus-order-audit.md +450 -0
- package/pro/squads/design/tasks/sb-brownfield-migrate.md +367 -0
- package/pro/squads/design/tasks/sb-brownfield-scan.md +318 -0
- package/pro/squads/design/tasks/sb-configure.md +230 -0
- package/pro/squads/design/tasks/sb-expand-shadcn.md +213 -0
- package/pro/squads/design/tasks/sb-generate-all-stories.md +288 -0
- package/pro/squads/design/tasks/sb-install.md +152 -0
- package/pro/squads/design/tasks/sb-sync-workspace.md +239 -0
- package/pro/squads/design/tasks/sb-verify.md +203 -0
- package/pro/squads/design/tasks/tailwind-upgrade.md +117 -0
- package/pro/squads/design/tasks/token-usage-analytics.md +262 -0
- package/pro/squads/design/tasks/ux-rewrite-sixth-grade.md +82 -0
- package/pro/squads/design/tasks/validate-design-fidelity.md +222 -0
- package/pro/squads/design/templates/agent-template.yaml +46 -0
- package/pro/squads/design/templates/clone-mind-template.md +352 -0
- package/pro/squads/design/templates/component-prompt-injection-tmpl.md +236 -0
- package/pro/squads/design/templates/component-visual-spec-tmpl.md +378 -0
- package/pro/squads/design/templates/critical-eye-cycle-report-tmpl.md +165 -0
- package/pro/squads/design/templates/design-fidelity-report-tmpl.md +155 -0
- package/pro/squads/design/templates/ds-ai-component-metadata-schema-tmpl.json +138 -0
- package/pro/squads/design/templates/ds-artifact-analysis.md +70 -0
- package/pro/squads/design/templates/ds-health-report-tmpl.md +236 -0
- package/pro/squads/design/templates/ds-migration-strategy-tmpl.md +524 -0
- package/pro/squads/design/templates/ds-state-persistence-tmpl.yaml +194 -0
- package/pro/squads/design/templates/ds-tokens-schema-tmpl.yaml +139 -0
- package/pro/squads/design/templates/migration-strategy-tmpl.md +524 -0
- package/pro/squads/design/templates/reading-design-tokens.css +26 -0
- package/pro/squads/design/templates/state-persistence-tmpl.yaml +219 -0
- package/pro/squads/design/templates/tokens-schema-tmpl.yaml +305 -0
- package/pro/squads/design/workflows/agentic-readiness.yaml +83 -0
- package/pro/squads/design/workflows/audit-only.yaml +198 -0
- package/pro/squads/design/workflows/brownfield-complete.yaml +257 -0
- package/pro/squads/design/workflows/critical-eye.yaml +184 -0
- package/pro/squads/design/workflows/dtcg-tokens-governance.yaml +64 -0
- package/pro/squads/design/workflows/foundations-pipeline.yaml +192 -0
- package/pro/squads/design/workflows/greenfield-new.yaml +192 -0
- package/pro/squads/design/workflows/motion-quality.yaml +65 -0
- package/pro/squads/design/workflows/self-healing-workflow.yaml +237 -0
- package/pro/squads/design/workflows/storybook-brownfield-migration.yaml +400 -0
- package/pro/squads/design/workflows/storybook-full-setup.yaml +280 -0
- package/pro/squads/index.js +145 -0
- package/pro/squads/squad-creator-pro/.state.json +32 -0
- package/pro/squads/squad-creator-pro/CHANGELOG.md +275 -0
- package/pro/squads/squad-creator-pro/HEADLINE.md +3 -0
- package/pro/squads/squad-creator-pro/README.md +1059 -0
- package/pro/squads/squad-creator-pro/agents/oalanicolas.md +438 -0
- package/pro/squads/squad-creator-pro/agents/pedro-valerio.md +449 -0
- package/pro/squads/squad-creator-pro/agents/squad-chief.md +1651 -0
- package/pro/squads/squad-creator-pro/agents/thiago_finch.md +976 -0
- package/pro/squads/squad-creator-pro/assessments/axioma-assessment-wf-create-squad.yaml +325 -0
- package/pro/squads/squad-creator-pro/checklists/.gitkeep +1 -0
- package/pro/squads/squad-creator-pro/checklists/agent-depth-checklist.md +244 -0
- package/pro/squads/squad-creator-pro/checklists/agent-quality-gate.md +434 -0
- package/pro/squads/squad-creator-pro/checklists/create-agent-checklist.md +184 -0
- package/pro/squads/squad-creator-pro/checklists/create-squad-checklist.md +219 -0
- package/pro/squads/squad-creator-pro/checklists/create-workflow-checklist.md +224 -0
- package/pro/squads/squad-creator-pro/checklists/deep-research-quality.md +506 -0
- package/pro/squads/squad-creator-pro/checklists/executor-matrix-checklist.md +260 -0
- package/pro/squads/squad-creator-pro/checklists/mental-model-integration-checklist.md +95 -0
- package/pro/squads/squad-creator-pro/checklists/mind-validation.md +374 -0
- package/pro/squads/squad-creator-pro/checklists/quality-gate-checklist.md +385 -0
- package/pro/squads/squad-creator-pro/checklists/smoke-test-agent.md +313 -0
- package/pro/squads/squad-creator-pro/checklists/sop-validation.md +250 -0
- package/pro/squads/squad-creator-pro/checklists/squad-checklist.md +1014 -0
- package/pro/squads/squad-creator-pro/checklists/squad-overview-checklist.md +393 -0
- package/pro/squads/squad-creator-pro/checklists/task-anatomy-checklist.md +626 -0
- package/pro/squads/squad-creator-pro/config/.gitkeep +1 -0
- package/pro/squads/squad-creator-pro/config/axioma-validator.yaml +371 -0
- package/pro/squads/squad-creator-pro/config/heuristics.yaml +753 -0
- package/pro/squads/squad-creator-pro/config/model-routing.yaml +693 -0
- package/pro/squads/squad-creator-pro/config/quality-gates.yaml +415 -0
- package/pro/squads/squad-creator-pro/config/scoring-rubric.yaml +199 -0
- package/pro/squads/squad-creator-pro/config/squad-config.yaml +165 -0
- package/pro/squads/squad-creator-pro/config/task-anatomy.yaml +263 -0
- package/pro/squads/squad-creator-pro/config/veto-conditions.yaml +455 -0
- package/pro/squads/squad-creator-pro/config.yaml +35 -0
- package/pro/squads/squad-creator-pro/data/.gitkeep +1 -0
- package/pro/squads/squad-creator-pro/data/an-anchor-words.yaml +78 -0
- package/pro/squads/squad-creator-pro/data/an-clone-anti-patterns.yaml +148 -0
- package/pro/squads/squad-creator-pro/data/an-clone-validation.yaml +190 -0
- package/pro/squads/squad-creator-pro/data/an-diagnostic-framework.yaml +164 -0
- package/pro/squads/squad-creator-pro/data/an-output-examples.yaml +102 -0
- package/pro/squads/squad-creator-pro/data/an-source-signals.yaml +98 -0
- package/pro/squads/squad-creator-pro/data/an-source-tiers.yaml +119 -0
- package/pro/squads/squad-creator-pro/data/best-practices.md +986 -0
- package/pro/squads/squad-creator-pro/data/core-heuristics.md +510 -0
- package/pro/squads/squad-creator-pro/data/decision-heuristics-framework.md +620 -0
- package/pro/squads/squad-creator-pro/data/executor-decision-tree.md +774 -0
- package/pro/squads/squad-creator-pro/data/executor-matrix-framework.md +441 -0
- package/pro/squads/squad-creator-pro/data/fusion-decision-points-analysis.md +397 -0
- package/pro/squads/squad-creator-pro/data/fusion-executor-analysis.md +677 -0
- package/pro/squads/squad-creator-pro/data/hybridops-patterns.md +1351 -0
- package/pro/squads/squad-creator-pro/data/internal-infrastructure-library.yaml +99 -0
- package/pro/squads/squad-creator-pro/data/mental-model-task-matrix.yaml +692 -0
- package/pro/squads/squad-creator-pro/data/pipeline-patterns.md +352 -0
- package/pro/squads/squad-creator-pro/data/pm-best-practices.md +440 -0
- package/pro/squads/squad-creator-pro/data/pv-anchor-words.yaml +64 -0
- package/pro/squads/squad-creator-pro/data/pv-authenticity-markers.yaml +200 -0
- package/pro/squads/squad-creator-pro/data/pv-meta-axiomas.yaml +162 -0
- package/pro/squads/squad-creator-pro/data/pv-output-examples.yaml +342 -0
- package/pro/squads/squad-creator-pro/data/pv-workflow-validation.yaml +318 -0
- package/pro/squads/squad-creator-pro/data/quality-dimensions-framework.md +405 -0
- package/pro/squads/squad-creator-pro/data/squad-analytics-guide.md +252 -0
- package/pro/squads/squad-creator-pro/data/squad-kb.md +987 -0
- package/pro/squads/squad-creator-pro/data/squad-registry.yaml +841 -0
- package/pro/squads/squad-creator-pro/data/squad-type-definitions.yaml +578 -0
- package/pro/squads/squad-creator-pro/data/tier-system-framework.md +475 -0
- package/pro/squads/squad-creator-pro/data/tool-evaluation-framework.md +847 -0
- package/pro/squads/squad-creator-pro/data/tool-registry.yaml +700 -0
- package/pro/squads/squad-creator-pro/docs/ADR-001-model-tier-qualification.md +344 -0
- package/pro/squads/squad-creator-pro/docs/AGENT-COLLABORATION.md +609 -0
- package/pro/squads/squad-creator-pro/docs/ARCHITECTURE-DIAGRAMS.md +1466 -0
- package/pro/squads/squad-creator-pro/docs/COMMANDS.md +544 -0
- package/pro/squads/squad-creator-pro/docs/CONCEPTS.md +584 -0
- package/pro/squads/squad-creator-pro/docs/FAQ.md +731 -0
- package/pro/squads/squad-creator-pro/docs/HITL-FLOW.md +255 -0
- package/pro/squads/squad-creator-pro/docs/MIGRATION-PLAN-AGENT-CONFORMITY.md +861 -0
- package/pro/squads/squad-creator-pro/docs/MIGRATION-ROADMAP-HYBRIDOPS.md +1161 -0
- package/pro/squads/squad-creator-pro/docs/MODEL-TIER-QUALIFICATION.md +337 -0
- package/pro/squads/squad-creator-pro/docs/PATTERN-LIBRARY.md +333 -0
- package/pro/squads/squad-creator-pro/docs/PEDRO-VALERIO-ARCHITECTURE.md +456 -0
- package/pro/squads/squad-creator-pro/docs/POR-ONDE-COMECAR.md +210 -0
- package/pro/squads/squad-creator-pro/docs/QUICK-START.md +205 -0
- package/pro/squads/squad-creator-pro/docs/RFC-001-deterministic-refactoring.md +463 -0
- package/pro/squads/squad-creator-pro/docs/TOOL-RECOMMENDATIONS.md +379 -0
- package/pro/squads/squad-creator-pro/docs/TROUBLESHOOTING.md +412 -0
- package/pro/squads/squad-creator-pro/docs/TUTORIAL-COMPLETO.md +458 -0
- package/pro/squads/squad-creator-pro/docs/optimize-v4-proposal.md +354 -0
- package/pro/squads/squad-creator-pro/docs/session-report-2026-02-01.md +411 -0
- package/pro/squads/squad-creator-pro/docs/sop-extraction-process.md +674 -0
- package/pro/squads/squad-creator-pro/docs/squad-chief-agent-flow.md +981 -0
- package/pro/squads/squad-creator-pro/docs/squad-creation-pipeline-workflow.md +937 -0
- package/pro/squads/squad-creator-pro/docs/task-optimization-framework.md +229 -0
- package/pro/squads/squad-creator-pro/docs/validation-report-2026-02-01.md +439 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/artifacts/HANDOFF_PROTOCOL.md +269 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/artifacts/SOURCE_CLASSIFICATION.md +258 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_001.md +166 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_002.md +206 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_003.md +239 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_004.md +153 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_005.md +161 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_006.md +166 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_007.md +190 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_008.md +191 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_009.md +234 -0
- package/pro/squads/squad-creator-pro/minds/oalanicolas/heuristics/AN_KE_010.md +240 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/artifacts/Assinatura_Linguistica.md +355 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/artifacts/META_AXIOMAS.md +277 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_BS_001.md +144 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PA_001.md +174 -0
- package/pro/squads/squad-creator-pro/minds/pedro_valerio/heuristics/PV_PM_001.md +191 -0
- package/pro/squads/squad-creator-pro/package.json +26 -0
- package/pro/squads/squad-creator-pro/protocols/ai-first-governance.md +63 -0
- package/pro/squads/squad-creator-pro/scripts/README.md +246 -0
- 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/assess-sources.sh +443 -0
- package/pro/squads/squad-creator-pro/scripts/checklist_validator.py +451 -0
- package/pro/squads/squad-creator-pro/scripts/clone-review.sh +394 -0
- package/pro/squads/squad-creator-pro/scripts/coherence-validator.py +836 -0
- package/pro/squads/squad-creator-pro/scripts/create-agent-preflight.py +243 -0
- package/pro/squads/squad-creator-pro/scripts/cross-provider/compare-results.js +281 -0
- package/pro/squads/squad-creator-pro/scripts/cross-provider/cross-provider-runner.js +462 -0
- package/pro/squads/squad-creator-pro/scripts/dependency_check.py +333 -0
- package/pro/squads/squad-creator-pro/scripts/fidelity-score.sh +519 -0
- package/pro/squads/squad-creator-pro/scripts/generate-squad-greeting.js +426 -0
- package/pro/squads/squad-creator-pro/scripts/generate-squad-guide.js +558 -0
- package/pro/squads/squad-creator-pro/scripts/inventory.py +269 -0
- package/pro/squads/squad-creator-pro/scripts/lib/config-loader.js +151 -0
- package/pro/squads/squad-creator-pro/scripts/model-tier-validator.cjs +369 -0
- package/pro/squads/squad-creator-pro/scripts/model-usage-logger.cjs +245 -0
- package/pro/squads/squad-creator-pro/scripts/modernization-score.sh +308 -0
- package/pro/squads/squad-creator-pro/scripts/naming_validator.py +299 -0
- package/pro/squads/squad-creator-pro/scripts/on-specialist-complete.py +98 -0
- package/pro/squads/squad-creator-pro/scripts/quality_gate.py +413 -0
- package/pro/squads/squad-creator-pro/scripts/refresh-registry.py +270 -0
- package/pro/squads/squad-creator-pro/scripts/save-session-metrics.py +136 -0
- package/pro/squads/squad-creator-pro/scripts/scaffold-squad.cjs +281 -0
- package/pro/squads/squad-creator-pro/scripts/scoring.py +395 -0
- package/pro/squads/squad-creator-pro/scripts/security_scanner.py +378 -0
- package/pro/squads/squad-creator-pro/scripts/squad-analytics.py +585 -0
- package/pro/squads/squad-creator-pro/scripts/squad-context-loader.cjs +205 -0
- package/pro/squads/squad-creator-pro/scripts/squad-state-manager.cjs +451 -0
- package/pro/squads/squad-creator-pro/scripts/squad-workflow-runner.cjs +471 -0
- package/pro/squads/squad-creator-pro/scripts/squad_utils.py +261 -0
- package/pro/squads/squad-creator-pro/scripts/sync-ide-command.py +590 -0
- package/pro/squads/squad-creator-pro/scripts/tests/__init__.py +1 -0
- package/pro/squads/squad-creator-pro/scripts/tests/conftest.py +309 -0
- package/pro/squads/squad-creator-pro/scripts/tests/run_bash_tests.sh +29 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_assess_sources.sh +216 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_checklist_validator.py +396 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_clone_review.sh +239 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_coherence_validator.py +212 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_dependency_check.py +361 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_fidelity_score.sh +298 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_inventory.py +307 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_modernization_score.sh +211 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_naming_validator.py +373 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_quality_gate.py +280 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_refresh_registry.py +338 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_scoring.py +366 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_security_scanner.py +354 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_squad_analytics.py +450 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_validate_clone.sh +252 -0
- package/pro/squads/squad-creator-pro/scripts/tests/test_yaml_validator.py +412 -0
- package/pro/squads/squad-creator-pro/scripts/validate-agent-output.py +115 -0
- package/pro/squads/squad-creator-pro/scripts/validate-all.sh +49 -0
- package/pro/squads/squad-creator-pro/scripts/validate-squad-structure.py +535 -0
- package/pro/squads/squad-creator-pro/scripts/validate-squad.sh +944 -0
- package/pro/squads/squad-creator-pro/scripts/yaml_validator.py +528 -0
- package/pro/squads/squad-creator-pro/skills/squad.md +301 -0
- package/pro/squads/squad-creator-pro/squad.yaml +36 -0
- package/pro/squads/squad-creator-pro/tasks/CHANGELOG.md +80 -0
- package/pro/squads/squad-creator-pro/tasks/an-assess-sources.md +78 -0
- package/pro/squads/squad-creator-pro/tasks/an-clone-review.md +104 -0
- package/pro/squads/squad-creator-pro/tasks/an-compare-outputs.md +354 -0
- package/pro/squads/squad-creator-pro/tasks/an-design-clone.md +79 -0
- package/pro/squads/squad-creator-pro/tasks/an-diagnose-clone.md +87 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-dna.md +90 -0
- package/pro/squads/squad-creator-pro/tasks/an-extract-framework.md +100 -0
- package/pro/squads/squad-creator-pro/tasks/an-fidelity-score.md +108 -0
- package/pro/squads/squad-creator-pro/tasks/an-validate-clone.md +96 -0
- package/pro/squads/squad-creator-pro/tasks/auto-acquire-sources.md +349 -0
- package/pro/squads/squad-creator-pro/tasks/collect-sources.md +533 -0
- package/pro/squads/squad-creator-pro/tasks/create-agent.md +768 -0
- package/pro/squads/squad-creator-pro/tasks/create-documentation.md +258 -0
- package/pro/squads/squad-creator-pro/tasks/create-pipeline.md +296 -0
- package/pro/squads/squad-creator-pro/tasks/create-squad.md +933 -0
- package/pro/squads/squad-creator-pro/tasks/create-task.md +1148 -0
- package/pro/squads/squad-creator-pro/tasks/create-template.md +474 -0
- package/pro/squads/squad-creator-pro/tasks/create-workflow.md +720 -0
- package/pro/squads/squad-creator-pro/tasks/deconstruct.md +167 -0
- package/pro/squads/squad-creator-pro/tasks/deep-research-pre-agent.md +566 -0
- package/pro/squads/squad-creator-pro/tasks/detect-squad-context.md +81 -0
- package/pro/squads/squad-creator-pro/tasks/discover-tools.md +944 -0
- package/pro/squads/squad-creator-pro/tasks/extract-implicit.md +352 -0
- package/pro/squads/squad-creator-pro/tasks/extract-knowledge.md +577 -0
- package/pro/squads/squad-creator-pro/tasks/extract-sop.md +320 -0
- package/pro/squads/squad-creator-pro/tasks/extract-thinking-dna.md +653 -0
- package/pro/squads/squad-creator-pro/tasks/extract-voice-dna.md +619 -0
- package/pro/squads/squad-creator-pro/tasks/find-0.8.md +222 -0
- package/pro/squads/squad-creator-pro/tasks/install-commands.md +373 -0
- package/pro/squads/squad-creator-pro/tasks/lookup-model.md +78 -0
- package/pro/squads/squad-creator-pro/tasks/migrate-workflows-to-yaml.md +259 -0
- package/pro/squads/squad-creator-pro/tasks/next-squad.md +487 -0
- package/pro/squads/squad-creator-pro/tasks/optimize-workflow.md +851 -0
- package/pro/squads/squad-creator-pro/tasks/optimize.md +1082 -0
- package/pro/squads/squad-creator-pro/tasks/parallel-discovery.md +58 -0
- package/pro/squads/squad-creator-pro/tasks/pv-audit.md +244 -0
- package/pro/squads/squad-creator-pro/tasks/pv-axioma-assessment-wf-clone-mind.yaml +256 -0
- package/pro/squads/squad-creator-pro/tasks/pv-axioma-assessment.md +83 -0
- package/pro/squads/squad-creator-pro/tasks/pv-modernization-score.md +83 -0
- package/pro/squads/squad-creator-pro/tasks/qa-after-creation.md +475 -0
- package/pro/squads/squad-creator-pro/tasks/qualify-task.md +265 -0
- package/pro/squads/squad-creator-pro/tasks/reexecute-squad-phase.md +64 -0
- package/pro/squads/squad-creator-pro/tasks/refresh-registry.md +403 -0
- package/pro/squads/squad-creator-pro/tasks/smoke-test-model-routing.md +167 -0
- package/pro/squads/squad-creator-pro/tasks/squad-analytics.md +265 -0
- package/pro/squads/squad-creator-pro/tasks/squad-fusion.md +817 -0
- package/pro/squads/squad-creator-pro/tasks/squad-overview.md +683 -0
- package/pro/squads/squad-creator-pro/tasks/sync-ide-command.md +392 -0
- package/pro/squads/squad-creator-pro/tasks/update-mind.md +428 -0
- package/pro/squads/squad-creator-pro/tasks/upgrade-squad.md +919 -0
- package/pro/squads/squad-creator-pro/tasks/validate-extraction.md +209 -0
- package/pro/squads/squad-creator-pro/tasks/validate-final-artifacts.md +80 -0
- package/pro/squads/squad-creator-pro/tasks/validate-squad.md +1385 -0
- package/pro/squads/squad-creator-pro/templates/.gitkeep +1 -0
- package/pro/squads/squad-creator-pro/templates/agent-flow-doc-tmpl.md +512 -0
- package/pro/squads/squad-creator-pro/templates/agent-tmpl.md +697 -0
- package/pro/squads/squad-creator-pro/templates/config-tmpl.yaml +352 -0
- package/pro/squads/squad-creator-pro/templates/handoff-insumos-tmpl.yaml +112 -0
- package/pro/squads/squad-creator-pro/templates/orchestrator-tmpl.md +74 -0
- package/pro/squads/squad-creator-pro/templates/pipeline-progress-tmpl.py +373 -0
- package/pro/squads/squad-creator-pro/templates/pipeline-runner-tmpl.py +444 -0
- package/pro/squads/squad-creator-pro/templates/pipeline-state-tmpl.py +413 -0
- package/pro/squads/squad-creator-pro/templates/pop-extractor-prompt.md +549 -0
- package/pro/squads/squad-creator-pro/templates/quality-dashboard-tmpl.md +286 -0
- package/pro/squads/squad-creator-pro/templates/quality-gate-tmpl.yaml +589 -0
- package/pro/squads/squad-creator-pro/templates/readme-tmpl.md +231 -0
- package/pro/squads/squad-creator-pro/templates/research-output-tmpl.md +625 -0
- package/pro/squads/squad-creator-pro/templates/research-prompt-tmpl.md +479 -0
- package/pro/squads/squad-creator-pro/templates/squad-prd-tmpl.md +464 -0
- package/pro/squads/squad-creator-pro/templates/squad-readme-tmpl.md +170 -0
- package/pro/squads/squad-creator-pro/templates/story-create-agent-tmpl.md +284 -0
- package/pro/squads/squad-creator-pro/templates/task-tmpl.md +461 -0
- package/pro/squads/squad-creator-pro/templates/template-tmpl.yaml +227 -0
- package/pro/squads/squad-creator-pro/templates/workflow-doc-tmpl.md +860 -0
- package/pro/squads/squad-creator-pro/templates/workflow-tmpl.yaml +394 -0
- package/pro/squads/squad-creator-pro/test-cases/BATCH-PROGRESS.md +268 -0
- package/pro/squads/squad-creator-pro/test-cases/QUALIFICATION-DASHBOARD.yaml +13 -0
- package/pro/squads/squad-creator-pro/test-cases/_template.yaml +147 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/ASSESSMENT-SUMMARY.md +275 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/ASSESSMENT_SUMMARY.md +140 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/CHECKPOINT_MATRIX.md +202 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/EXECUTION-REPORT.md +413 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/EXECUTION_NOTES.md +358 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/README-v2.2.2.md +299 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/README.md +320 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/TEST-REPORT-v2.1.md +351 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/VERIFICATION-CHECKLIST.txt +247 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/formal-qualification-report.yaml +389 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-output.yaml +366 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.1-output.yaml +452 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.2.1-output.yaml +281 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/haiku-v2.2.2-output.yaml +332 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/opus-baseline.yaml +517 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/qualification-report.yaml +213 -0
- package/pro/squads/squad-creator-pro/test-cases/an-assess-sources/test-case.yaml +69 -0
- package/pro/squads/squad-creator-pro/test-cases/an-clone-review/haiku-round-1.yaml +213 -0
- package/pro/squads/squad-creator-pro/test-cases/an-clone-review/opus-baseline.yaml +566 -0
- package/pro/squads/squad-creator-pro/test-cases/an-clone-review/qualification-report.yaml +82 -0
- package/pro/squads/squad-creator-pro/test-cases/an-design-clone/test-case.yaml +102 -0
- package/pro/squads/squad-creator-pro/test-cases/an-extract-dna/test-case.yaml +105 -0
- package/pro/squads/squad-creator-pro/test-cases/an-fidelity-score/haiku-round-1.yaml +262 -0
- package/pro/squads/squad-creator-pro/test-cases/an-fidelity-score/opus-baseline.yaml +266 -0
- package/pro/squads/squad-creator-pro/test-cases/an-fidelity-score/qualification-report.yaml +94 -0
- package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/haiku-round-1.yaml +282 -0
- package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/opus-baseline.yaml +470 -0
- package/pro/squads/squad-creator-pro/test-cases/an-validate-clone/qualification-report.yaml +106 -0
- package/pro/squads/squad-creator-pro/test-cases/collect-sources/test-case.yaml +105 -0
- package/pro/squads/squad-creator-pro/test-cases/create-task/test-case.yaml +104 -0
- package/pro/squads/squad-creator-pro/test-cases/cross-provider/DASHBOARD.yaml +11 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-audit/test-case.yaml +106 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/haiku-output.yaml +209 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/opus-baseline.yaml +96 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/sonnet-output.yaml +30 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-axioma-assessment/test-case.yaml +129 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/comparison-round-1.yaml +242 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/haiku-round-1.yaml +393 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/opus-baseline.yaml +488 -0
- package/pro/squads/squad-creator-pro/test-cases/pv-modernization-score/qualification-report.yaml +74 -0
- package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/haiku-round-1.yaml +292 -0
- package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/opus-baseline.yaml +603 -0
- package/pro/squads/squad-creator-pro/test-cases/qa-after-creation/qualification-report.yaml +97 -0
- package/pro/squads/squad-creator-pro/test-cases/smoke-test-model-routing/test-case.yaml +100 -0
- package/pro/squads/squad-creator-pro/test-cases/upgrade-squad/test-case.yaml +106 -0
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/comparison-round-1.yaml +223 -0
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-1-MINE.yaml +36 -0
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-1.yaml +193 -0
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-2.yaml +303 -0
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/haiku-round-3-v4-task.yaml +149 -0
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/opus-baseline.yaml +529 -0
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/opus-round-3-v4-task.yaml +132 -0
- package/pro/squads/squad-creator-pro/test-cases/validate-squad/qualification-report.yaml +104 -0
- package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/haiku-output-v2-calibrated.yaml +200 -0
- package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/haiku-output.yaml +183 -0
- package/pro/squads/squad-creator-pro/test-cases/wf-clone-mind/opus-baseline.yaml +112 -0
- package/pro/squads/squad-creator-pro/utils/.gitkeep +1 -0
- package/pro/squads/squad-creator-pro/workflows/.gitkeep +1 -0
- package/pro/squads/squad-creator-pro/workflows/create-squad.yaml +348 -0
- package/pro/squads/squad-creator-pro/workflows/modules/module-discovery.yaml +16 -0
- package/pro/squads/squad-creator-pro/workflows/modules/module-integration.yaml +16 -0
- package/pro/squads/squad-creator-pro/workflows/modules/module-quality-gates.yaml +15 -0
- package/pro/squads/squad-creator-pro/workflows/validate-squad.yaml +582 -0
- package/pro/squads/squad-creator-pro/workflows/wf-auto-acquire-sources.yaml +518 -0
- package/pro/squads/squad-creator-pro/workflows/wf-brownfield-upgrade-squad.yaml +46 -0
- package/pro/squads/squad-creator-pro/workflows/wf-clone-mind.yaml +521 -0
- package/pro/squads/squad-creator-pro/workflows/wf-context-aware-create-squad.yaml +47 -0
- package/pro/squads/squad-creator-pro/workflows/wf-create-squad.yaml +1619 -0
- package/pro/squads/squad-creator-pro/workflows/wf-cross-provider-qualification.yaml +711 -0
- package/pro/squads/squad-creator-pro/workflows/wf-discover-tools.yaml +1439 -0
- package/pro/squads/squad-creator-pro/workflows/wf-extraction-pipeline.yaml +486 -0
- package/pro/squads/squad-creator-pro/workflows/wf-mind-research-loop.yaml +668 -0
- package/pro/squads/squad-creator-pro/workflows/wf-model-tier-qualification.yaml +800 -0
- package/pro/squads/squad-creator-pro/workflows/wf-optimize-squad.yaml +684 -0
- package/pro/squads/squad-creator-pro/workflows/wf-research-then-create-agent.yaml +921 -0
- package/pro/squads/squad-creator-pro/workflows/wf-squad-fusion.yaml +1684 -0
|
@@ -0,0 +1,668 @@
|
|
|
1
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
2
|
+
# ⚠️ DEPRECATED - Use /mind-research instead
|
|
3
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
4
|
+
#
|
|
5
|
+
# This workflow has been migrated to a modern SKILL.md format with:
|
|
6
|
+
# - Teams Architecture (TeamCreate, TaskCreate, TaskUpdate)
|
|
7
|
+
# - Parallel execution in Phase 3 (4 agents)
|
|
8
|
+
# - Real specialist integration (@oalanicolas, @pedro-valerio)
|
|
9
|
+
# - Enforced veto conditions
|
|
10
|
+
# - Full Context Preamble
|
|
11
|
+
#
|
|
12
|
+
# NEW INVOCATION:
|
|
13
|
+
# /mind-research {domain} [--context "..."] [--must-include-local]
|
|
14
|
+
#
|
|
15
|
+
# NEW OUTPUT PATH:
|
|
16
|
+
# outputs/mind_research/{domain}/05-final-report.md
|
|
17
|
+
#
|
|
18
|
+
# Deprecated: 2026-02-06
|
|
19
|
+
# Replacement: ~/.claude/skills/mind-research/SKILL.md
|
|
20
|
+
#
|
|
21
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
22
|
+
# WORKFLOW: Mind Research Loop (LEGACY)
|
|
23
|
+
# Version: 2.1.0
|
|
24
|
+
# Purpose: Research and validate the world's best minds for any domain
|
|
25
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
26
|
+
|
|
27
|
+
workflow-id: wf-mind-research-loop
|
|
28
|
+
name: Mind Research Loop
|
|
29
|
+
version: 2.1.0
|
|
30
|
+
estimated-time: 15-30 minutes
|
|
31
|
+
complexity: medium
|
|
32
|
+
|
|
33
|
+
description: |
|
|
34
|
+
Research and validate the world's best minds for any domain through
|
|
35
|
+
iterative loop with self-criticism (devil's advocate).
|
|
36
|
+
|
|
37
|
+
Core Philosophy:
|
|
38
|
+
- People with skin in the game > Generic AI bots
|
|
39
|
+
- Real consequences = Battle-tested frameworks
|
|
40
|
+
- Clone elite minds = Guaranteed quality
|
|
41
|
+
|
|
42
|
+
FUNDAMENTAL RULE:
|
|
43
|
+
It doesn't matter if someone is "the best in the world" if there's
|
|
44
|
+
no documented process we can replicate.
|
|
45
|
+
|
|
46
|
+
orchestrator: "@squad-chief"
|
|
47
|
+
mode: YOLO # 100% autonomous, executes all iterations
|
|
48
|
+
|
|
49
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
50
|
+
# SPECIALIST AGENTS
|
|
51
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
52
|
+
|
|
53
|
+
specialists:
|
|
54
|
+
mind_cloning:
|
|
55
|
+
agent: "@oalanicolas"
|
|
56
|
+
role: "Mind Cloning Architect"
|
|
57
|
+
responsibilities:
|
|
58
|
+
- "DNA extraction and source validation"
|
|
59
|
+
- "Source quality classification (gold vs bronze)"
|
|
60
|
+
invoke_for:
|
|
61
|
+
- "Phase: Source Collection"
|
|
62
|
+
- "Phase: DNA Extraction"
|
|
63
|
+
|
|
64
|
+
process_validation:
|
|
65
|
+
agent: "@pedro-valerio"
|
|
66
|
+
role: "Process Absolutist"
|
|
67
|
+
responsibilities:
|
|
68
|
+
- "Workflow checkpoint validation"
|
|
69
|
+
- "Quality gate design"
|
|
70
|
+
invoke_for:
|
|
71
|
+
- "Phase: Workflow Checkpoints"
|
|
72
|
+
|
|
73
|
+
specialist_handoffs:
|
|
74
|
+
- phase: "Source Collection"
|
|
75
|
+
invoke: "@oalanicolas *assess-sources"
|
|
76
|
+
context: "Pass discovered sources for quality classification"
|
|
77
|
+
|
|
78
|
+
- phase: "DNA Extraction"
|
|
79
|
+
invoke: "@oalanicolas *extract-dna"
|
|
80
|
+
context: "Pass validated sources + mind profile"
|
|
81
|
+
|
|
82
|
+
- phase: "Workflow Checkpoints"
|
|
83
|
+
invoke: "@pedro-valerio *audit"
|
|
84
|
+
context: "Validate quality gates are properly blocking"
|
|
85
|
+
|
|
86
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
87
|
+
# FRAMEWORKS USED
|
|
88
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
89
|
+
|
|
90
|
+
frameworks:
|
|
91
|
+
- id: tier-system-framework
|
|
92
|
+
file: "data/tier-system-framework.md"
|
|
93
|
+
usage: "Classify minds by tier (Iteration 3, Final)"
|
|
94
|
+
|
|
95
|
+
- id: quality-dimensions-framework
|
|
96
|
+
file: "data/quality-dimensions-framework.md"
|
|
97
|
+
usage: "Score each mind (Iteration 3)"
|
|
98
|
+
|
|
99
|
+
- id: decision-heuristics-framework
|
|
100
|
+
file: "data/decision-heuristics-framework.md"
|
|
101
|
+
usage: "Cut/Keep heuristics (Iteration 2, 3)"
|
|
102
|
+
|
|
103
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
104
|
+
# INPUTS
|
|
105
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
106
|
+
|
|
107
|
+
inputs:
|
|
108
|
+
- name: domain
|
|
109
|
+
type: string
|
|
110
|
+
required: true
|
|
111
|
+
description: "Area of expertise"
|
|
112
|
+
examples:
|
|
113
|
+
- "copywriting"
|
|
114
|
+
- "tax-law"
|
|
115
|
+
- "hr"
|
|
116
|
+
|
|
117
|
+
- name: context
|
|
118
|
+
type: string
|
|
119
|
+
required: false
|
|
120
|
+
description: "Additional context"
|
|
121
|
+
examples:
|
|
122
|
+
- "for Brazilian startups"
|
|
123
|
+
|
|
124
|
+
- name: must_include_local
|
|
125
|
+
type: boolean
|
|
126
|
+
required: false
|
|
127
|
+
default: false
|
|
128
|
+
description: "Include local/regional minds"
|
|
129
|
+
|
|
130
|
+
- name: specific_needs
|
|
131
|
+
type: array
|
|
132
|
+
required: false
|
|
133
|
+
description: "Specific needs within domain"
|
|
134
|
+
examples:
|
|
135
|
+
- ["contracts", "tax"]
|
|
136
|
+
|
|
137
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
138
|
+
# OUTPUTS
|
|
139
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
140
|
+
|
|
141
|
+
outputs:
|
|
142
|
+
primary:
|
|
143
|
+
- name: "mind_research_report"
|
|
144
|
+
format: "markdown"
|
|
145
|
+
path: "outputs/research/{domain}-minds-research.md"
|
|
146
|
+
description: "Complete research report with curated minds"
|
|
147
|
+
|
|
148
|
+
artifacts:
|
|
149
|
+
- "Initial mapping (15-20 names)"
|
|
150
|
+
- "Devil's advocate refinement (10-12 names)"
|
|
151
|
+
- "Framework validation (6-8 names)"
|
|
152
|
+
- "Final elite list (3-5 names with tier assignments)"
|
|
153
|
+
|
|
154
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
155
|
+
# PHASES
|
|
156
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
157
|
+
|
|
158
|
+
phases:
|
|
159
|
+
# ─────────────────────────────────────────────────────────────────────────────
|
|
160
|
+
- id: ITERATION-1
|
|
161
|
+
name: "Broad Research"
|
|
162
|
+
tier: 0
|
|
163
|
+
mandatory: true
|
|
164
|
+
description: |
|
|
165
|
+
Map the universe of experts in the domain.
|
|
166
|
+
Generate initial list of 15-20 names.
|
|
167
|
+
|
|
168
|
+
research_queries:
|
|
169
|
+
- "best {domain} experts thought leaders"
|
|
170
|
+
- "top {domain} consultants frameworks"
|
|
171
|
+
- "most influential {domain} professionals"
|
|
172
|
+
- "{domain} methodology creators founders"
|
|
173
|
+
- "best {domain} books authors"
|
|
174
|
+
# If must_include_local:
|
|
175
|
+
- "best {domain} Brazil specialists"
|
|
176
|
+
- "{domain} Brazilian reference experts"
|
|
177
|
+
|
|
178
|
+
extract_per_result:
|
|
179
|
+
- name: "Expert name"
|
|
180
|
+
- title: "Known title/position"
|
|
181
|
+
- known_for: "What they're known for"
|
|
182
|
+
- has_framework: "Has own framework/methodology? (yes/no/unknown)"
|
|
183
|
+
- sources_found: "Which sources mention this person"
|
|
184
|
+
|
|
185
|
+
output_format: |
|
|
186
|
+
## Iteration 1: Initial Mapping
|
|
187
|
+
|
|
188
|
+
### Broad List (15-20 names)
|
|
189
|
+
| # | Name | Known for | Framework? | Sources |
|
|
190
|
+
|---|------|-----------|------------|---------|
|
|
191
|
+
| 1 | Expert A | X methodology | Yes | 5 sources |
|
|
192
|
+
...
|
|
193
|
+
|
|
194
|
+
### Observations
|
|
195
|
+
- {patterns identified}
|
|
196
|
+
- {gaps in research}
|
|
197
|
+
|
|
198
|
+
checkpoint:
|
|
199
|
+
criteria:
|
|
200
|
+
- "At least 15 names identified"
|
|
201
|
+
- "Each name has sources documented"
|
|
202
|
+
human_review: false
|
|
203
|
+
|
|
204
|
+
# ─────────────────────────────────────────────────────────────────────────────
|
|
205
|
+
- id: ITERATION-2
|
|
206
|
+
name: "Devil's Advocate"
|
|
207
|
+
tier: 1
|
|
208
|
+
mandatory: true
|
|
209
|
+
description: |
|
|
210
|
+
Question your own research, find who's missing.
|
|
211
|
+
Apply self-criticism to refine to 10-12 names.
|
|
212
|
+
|
|
213
|
+
research_queries:
|
|
214
|
+
- "critics of {expert_names} methodology"
|
|
215
|
+
- "alternatives to {popular_framework}"
|
|
216
|
+
- "{domain} contrarian experts different approach"
|
|
217
|
+
- "underrated {domain} experts hidden gems"
|
|
218
|
+
- "who disagrees with {top_expert} {domain}"
|
|
219
|
+
- "{domain} experts not famous but effective"
|
|
220
|
+
|
|
221
|
+
self_questioning:
|
|
222
|
+
- "Why {Expert A} and not {Expert B}?"
|
|
223
|
+
- "Who would criticize this list? Why?"
|
|
224
|
+
- "Who are the contrarians in {domain}?"
|
|
225
|
+
- "Who is doing innovative work but isn't famous yet?"
|
|
226
|
+
- "Is the list too American/Eurocentric?"
|
|
227
|
+
- "Is any niche underrepresented?"
|
|
228
|
+
|
|
229
|
+
heuristic:
|
|
230
|
+
id: "SC_DA_001"
|
|
231
|
+
name: "Devil's Advocate Cut/Keep"
|
|
232
|
+
from_framework: "decision-heuristics-framework"
|
|
233
|
+
|
|
234
|
+
weights:
|
|
235
|
+
source_mentions: 0.8
|
|
236
|
+
original_work: 0.9
|
|
237
|
+
practical_results: 0.9
|
|
238
|
+
framework_documented: 1.0 # VETO power
|
|
239
|
+
|
|
240
|
+
thresholds:
|
|
241
|
+
source_mentions: 3
|
|
242
|
+
original_work: true
|
|
243
|
+
practical_results: true
|
|
244
|
+
|
|
245
|
+
veto_conditions:
|
|
246
|
+
- condition: "source_mentions < 2"
|
|
247
|
+
action: "CUT - Insufficient validation"
|
|
248
|
+
- condition: "is_only_influencer = true"
|
|
249
|
+
action: "CUT - No deep work"
|
|
250
|
+
- condition: "no_practical_results = true"
|
|
251
|
+
action: "CUT - Theory only"
|
|
252
|
+
|
|
253
|
+
decision_tree: |
|
|
254
|
+
IF sources < 2 → CUT (insufficient validation)
|
|
255
|
+
ELSE IF is_popularizer_only → CUT (no original work)
|
|
256
|
+
ELSE IF no_practical_evidence → REVIEW (needs more research)
|
|
257
|
+
ELSE → KEEP (proceed to Iteration 3)
|
|
258
|
+
|
|
259
|
+
cut_criteria:
|
|
260
|
+
keep_if:
|
|
261
|
+
- "Mentioned in multiple sources (>=3)"
|
|
262
|
+
- "Has original work (not just a popularizer)"
|
|
263
|
+
- "Active practitioner (not just theorist)"
|
|
264
|
+
cut_if:
|
|
265
|
+
- "Only appears in 1 source"
|
|
266
|
+
- "Is just an 'influencer' without deep work"
|
|
267
|
+
- "No evidence of practical results"
|
|
268
|
+
|
|
269
|
+
output_format: |
|
|
270
|
+
## Iteration 2: Devil's Advocate
|
|
271
|
+
|
|
272
|
+
### Names Added (weren't in initial list)
|
|
273
|
+
| Name | Why they were missing | Relevance |
|
|
274
|
+
|
|
275
|
+
### Names Questioned
|
|
276
|
+
| Name | Questioning | Decision |
|
|
277
|
+
|
|
278
|
+
### Refined List (10-12 names)
|
|
279
|
+
|
|
280
|
+
checkpoint:
|
|
281
|
+
criteria:
|
|
282
|
+
- "Self-questioning applied to all names"
|
|
283
|
+
- "At least 2 names added from devil's advocate"
|
|
284
|
+
- "Refined to 10-12 names with justifications"
|
|
285
|
+
human_review: false
|
|
286
|
+
|
|
287
|
+
# ─────────────────────────────────────────────────────────────────────────────
|
|
288
|
+
- id: ITERATION-3
|
|
289
|
+
name: "Framework Validation"
|
|
290
|
+
tier: 2
|
|
291
|
+
mandatory: true
|
|
292
|
+
description: |
|
|
293
|
+
Ensure each name has REPLICABLE DOCUMENTATION.
|
|
294
|
+
Apply quality dimensions and tier classification.
|
|
295
|
+
Refine to 6-8 names.
|
|
296
|
+
|
|
297
|
+
frameworks_applied:
|
|
298
|
+
- "quality-dimensions-framework.md"
|
|
299
|
+
- "tier-system-framework.md"
|
|
300
|
+
- "decision-heuristics-framework.md"
|
|
301
|
+
|
|
302
|
+
quality_dimensions:
|
|
303
|
+
accuracy:
|
|
304
|
+
weight: 1.0
|
|
305
|
+
threshold: 7.0
|
|
306
|
+
veto_power: true
|
|
307
|
+
check: "Are their claims verified by results/case studies?"
|
|
308
|
+
|
|
309
|
+
coherence:
|
|
310
|
+
weight: 0.9
|
|
311
|
+
threshold: 6.0
|
|
312
|
+
check: "Is their methodology internally consistent?"
|
|
313
|
+
|
|
314
|
+
operational_excellence:
|
|
315
|
+
weight: 0.9
|
|
316
|
+
threshold: 6.0
|
|
317
|
+
check: "Is the process documented and replicable?"
|
|
318
|
+
|
|
319
|
+
innovation_capacity:
|
|
320
|
+
weight: 0.7
|
|
321
|
+
threshold: 5.0
|
|
322
|
+
check: "Did they create original frameworks?"
|
|
323
|
+
|
|
324
|
+
stakeholder_value:
|
|
325
|
+
weight: 0.8
|
|
326
|
+
threshold: 6.0
|
|
327
|
+
check: "Do they deliver proven results?"
|
|
328
|
+
|
|
329
|
+
scoring:
|
|
330
|
+
method: "weighted_average"
|
|
331
|
+
pass_threshold: 7.0
|
|
332
|
+
per_dimension_min: 5.0
|
|
333
|
+
|
|
334
|
+
tier_classification:
|
|
335
|
+
tier_0_diagnosis:
|
|
336
|
+
indicators:
|
|
337
|
+
- "Creates diagnostic/audit frameworks"
|
|
338
|
+
- "Establishes baseline before action"
|
|
339
|
+
- "Analytical focus"
|
|
340
|
+
examples: "Auditors, analysts, diagnosticians"
|
|
341
|
+
|
|
342
|
+
tier_1_masters:
|
|
343
|
+
indicators:
|
|
344
|
+
- "Proven track record ($XXM+ results)"
|
|
345
|
+
- "Original methodology"
|
|
346
|
+
- "Deep expertise, not just popular"
|
|
347
|
+
examples: "Domain masters with documented results"
|
|
348
|
+
|
|
349
|
+
tier_2_systematizers:
|
|
350
|
+
indicators:
|
|
351
|
+
- "Creates teachable frameworks"
|
|
352
|
+
- "Process-oriented thinking"
|
|
353
|
+
- "Methodology developers"
|
|
354
|
+
examples: "Framework creators, educators"
|
|
355
|
+
|
|
356
|
+
tier_3_specialists:
|
|
357
|
+
indicators:
|
|
358
|
+
- "Format/channel specific expertise"
|
|
359
|
+
- "Applied specialization"
|
|
360
|
+
examples: "VSL specialist, email specialist"
|
|
361
|
+
|
|
362
|
+
mandatory_criteria:
|
|
363
|
+
must_have_all:
|
|
364
|
+
- framework_documented: "Has methodology/framework with own name?"
|
|
365
|
+
- process_extractable: "Is there a documented step-by-step process?"
|
|
366
|
+
- artifacts_available: "Has extractable templates, checklists, frameworks?"
|
|
367
|
+
- examples_exist: "Are there application examples?"
|
|
368
|
+
- material_accessible: "Is the material accessible (books, courses, articles)?"
|
|
369
|
+
|
|
370
|
+
validation_queries:
|
|
371
|
+
- "{expert_name} methodology framework"
|
|
372
|
+
- "{expert_name} process step by step"
|
|
373
|
+
- "{expert_name} book template checklist"
|
|
374
|
+
- "{expert_name} case study results"
|
|
375
|
+
|
|
376
|
+
heuristic:
|
|
377
|
+
id: "SC_FV_001"
|
|
378
|
+
name: "Framework Validation Gate"
|
|
379
|
+
from_framework: "decision-heuristics-framework"
|
|
380
|
+
|
|
381
|
+
weights:
|
|
382
|
+
framework_documented: 1.0 # VETO power
|
|
383
|
+
process_extractable: 0.9
|
|
384
|
+
artifacts_available: 0.8
|
|
385
|
+
examples_exist: 0.8
|
|
386
|
+
material_accessible: 0.7
|
|
387
|
+
|
|
388
|
+
veto_conditions:
|
|
389
|
+
- condition: "framework_documented < 2"
|
|
390
|
+
action: "VETO - No replicable methodology"
|
|
391
|
+
- condition: "total_score < 10"
|
|
392
|
+
action: "VETO - Insufficient documentation"
|
|
393
|
+
|
|
394
|
+
decision_tree: |
|
|
395
|
+
IF framework_documented == 0 → VETO (no methodology)
|
|
396
|
+
ELSE IF total_score < 10 → VETO (insufficient docs)
|
|
397
|
+
ELSE IF total_score >= 12 → APPROVE (excellent)
|
|
398
|
+
ELSE → APPROVE (acceptable)
|
|
399
|
+
|
|
400
|
+
scoring:
|
|
401
|
+
framework_documented: "0-3 (0=no, 1=partial, 2=yes, 3=excellent)"
|
|
402
|
+
process_extractable: "0-3"
|
|
403
|
+
artifacts_available: "0-3"
|
|
404
|
+
examples_exist: "0-3"
|
|
405
|
+
material_accessible: "0-3"
|
|
406
|
+
minimum_total: "10/15"
|
|
407
|
+
ideal_total: "12+/15"
|
|
408
|
+
|
|
409
|
+
output_format: |
|
|
410
|
+
## Iteration 3: Framework Validation
|
|
411
|
+
|
|
412
|
+
### Detailed Assessment
|
|
413
|
+
| Expert | Framework | Process | Artifacts | Examples | Access | TOTAL | Tier | Status |
|
|
414
|
+
|--------|-----------|---------|-----------|----------|--------|-------|------|--------|
|
|
415
|
+
|
|
416
|
+
### Tier Distribution
|
|
417
|
+
- Tier 0 (Diagnosis): {names}
|
|
418
|
+
- Tier 1 (Masters): {names}
|
|
419
|
+
- Tier 2 (Systematizers): {names}
|
|
420
|
+
|
|
421
|
+
### Cut Due to Lack of Documentation
|
|
422
|
+
| Expert | Reason | Veto Condition |
|
|
423
|
+
|
|
424
|
+
checkpoint:
|
|
425
|
+
criteria:
|
|
426
|
+
- "Each mind scored against quality dimensions"
|
|
427
|
+
- "Each passing mind assigned to tier"
|
|
428
|
+
- "Refined to 6-8 names"
|
|
429
|
+
- "Tier 0 has at least 1 mind (diagnostic)"
|
|
430
|
+
human_review: false
|
|
431
|
+
|
|
432
|
+
# ─────────────────────────────────────────────────────────────────────────────
|
|
433
|
+
- id: ITERATION-4
|
|
434
|
+
name: "Cross-Reference"
|
|
435
|
+
tier: 2
|
|
436
|
+
mandatory: false
|
|
437
|
+
condition: "Still more than 6 names or doubts remain"
|
|
438
|
+
description: |
|
|
439
|
+
Validate through multiple perspectives.
|
|
440
|
+
Verify reputation and check for obvious omissions.
|
|
441
|
+
|
|
442
|
+
cross_checks:
|
|
443
|
+
- "Appears in 'best of' lists from multiple sources?"
|
|
444
|
+
- "Cited by other domain experts?"
|
|
445
|
+
- "Has verifiable track record?"
|
|
446
|
+
- "Results are verifiable?"
|
|
447
|
+
|
|
448
|
+
final_questions:
|
|
449
|
+
- "Did we miss anyone obvious that any domain expert would mention?"
|
|
450
|
+
- "Does the list cover different approaches/schools in the domain?"
|
|
451
|
+
- "Is there sufficient diversity (geographic, approach)?"
|
|
452
|
+
|
|
453
|
+
checkpoint:
|
|
454
|
+
criteria:
|
|
455
|
+
- "Cross-reference validation complete"
|
|
456
|
+
- "No obvious omissions"
|
|
457
|
+
human_review: false
|
|
458
|
+
|
|
459
|
+
# ─────────────────────────────────────────────────────────────────────────────
|
|
460
|
+
- id: ITERATION-5
|
|
461
|
+
name: "Final Elite"
|
|
462
|
+
tier: 3
|
|
463
|
+
mandatory: false
|
|
464
|
+
condition: "Still more than 5 names"
|
|
465
|
+
description: |
|
|
466
|
+
Select the final team based on material availability.
|
|
467
|
+
Apply tiebreakers if needed.
|
|
468
|
+
|
|
469
|
+
tiebreakers:
|
|
470
|
+
- "Who has the most documented material?"
|
|
471
|
+
- "Who has the most recent success cases?"
|
|
472
|
+
- "Who has the most complete framework?"
|
|
473
|
+
- "Who best complements others on the list?"
|
|
474
|
+
|
|
475
|
+
checkpoint:
|
|
476
|
+
criteria:
|
|
477
|
+
- "Final elite list of 3-5 minds"
|
|
478
|
+
- "Each mind has tier assignment"
|
|
479
|
+
- "Documentation available for each"
|
|
480
|
+
human_review: true
|
|
481
|
+
message: |
|
|
482
|
+
Please review the final elite list.
|
|
483
|
+
These are the minds that will be cloned for the squad.
|
|
484
|
+
|
|
485
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
486
|
+
# FINAL OUTPUT
|
|
487
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
488
|
+
|
|
489
|
+
final_output:
|
|
490
|
+
format: markdown
|
|
491
|
+
template: |
|
|
492
|
+
# Mind Research Report: {Domain}
|
|
493
|
+
|
|
494
|
+
**Generated:** {date}
|
|
495
|
+
**Domain:** {domain}
|
|
496
|
+
**Context:** {context}
|
|
497
|
+
**Iterations executed:** {3-5}
|
|
498
|
+
|
|
499
|
+
---
|
|
500
|
+
|
|
501
|
+
## Executive Summary
|
|
502
|
+
{Paragraph summarizing research and conclusions}
|
|
503
|
+
|
|
504
|
+
---
|
|
505
|
+
|
|
506
|
+
## Final Elite: {N} Selected Minds
|
|
507
|
+
|
|
508
|
+
### Tier Distribution
|
|
509
|
+
| Tier | Minds | Role |
|
|
510
|
+
|------|-------|------|
|
|
511
|
+
| Tier 0 | {names} | Diagnosis/Audit - ALWAYS first |
|
|
512
|
+
| Tier 1 | {names} | Core Masters - Primary execution |
|
|
513
|
+
| Tier 2 | {names} | Systematizers - Frameworks |
|
|
514
|
+
| Tier 3 | {names} | Specialists - Format-specific |
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
### 1. {Expert Name}
|
|
519
|
+
- **Tier:** {0|1|2|3}
|
|
520
|
+
- **Known for:** {description}
|
|
521
|
+
- **Main Framework:** {framework name}
|
|
522
|
+
- **Why include:** {justification}
|
|
523
|
+
- **Quality Score:** {X}/10
|
|
524
|
+
- **Documentation Score:** {X}/15
|
|
525
|
+
- **Available Material:**
|
|
526
|
+
- {book/course/article 1}
|
|
527
|
+
- {book/course/article 2}
|
|
528
|
+
|
|
529
|
+
...
|
|
530
|
+
|
|
531
|
+
---
|
|
532
|
+
|
|
533
|
+
## Minds Considered but Not Selected
|
|
534
|
+
| Expert | Reason for Exclusion |
|
|
535
|
+
|
|
536
|
+
---
|
|
537
|
+
|
|
538
|
+
## Next Steps
|
|
539
|
+
For each selected mind, execute:
|
|
540
|
+
1. `wf-clone-mind.yaml` - Clone mind DNA
|
|
541
|
+
2. `create-agent.md` - Create agent from DNA
|
|
542
|
+
|
|
543
|
+
---
|
|
544
|
+
|
|
545
|
+
## Research Metadata
|
|
546
|
+
| Metric | Value |
|
|
547
|
+
|--------|-------|
|
|
548
|
+
| Initial names mapped | {N} |
|
|
549
|
+
| After devil's advocate | {N} |
|
|
550
|
+
| After framework validation | {N} |
|
|
551
|
+
| Final elite | {N} |
|
|
552
|
+
| Iterations executed | {N} |
|
|
553
|
+
|
|
554
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
555
|
+
# EXECUTION RULES
|
|
556
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
557
|
+
|
|
558
|
+
execution_rules:
|
|
559
|
+
always:
|
|
560
|
+
- "Execute MINIMUM 3 iterations"
|
|
561
|
+
- "Question your own research in each iteration"
|
|
562
|
+
- "Validate existence of DOCUMENTED FRAMEWORK"
|
|
563
|
+
- "Justify each inclusion and exclusion"
|
|
564
|
+
- "Seek diversity of approaches"
|
|
565
|
+
|
|
566
|
+
never:
|
|
567
|
+
- "Accept names without validating frameworks"
|
|
568
|
+
- "Trust only memory/prior knowledge"
|
|
569
|
+
- "Skip the devil's advocate iteration"
|
|
570
|
+
- "Keep a name just because they're famous"
|
|
571
|
+
- "Stop before 3 iterations"
|
|
572
|
+
|
|
573
|
+
absolute_cut_criterion: |
|
|
574
|
+
"Is there sufficient documentation of this person's processes
|
|
575
|
+
for an agent to replicate the method?"
|
|
576
|
+
|
|
577
|
+
- YES → Continues
|
|
578
|
+
- NO → Cut, no matter how famous they are
|
|
579
|
+
|
|
580
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
581
|
+
# QUALITY GUARANTEES
|
|
582
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
583
|
+
|
|
584
|
+
quality_guarantees:
|
|
585
|
+
- "Minimum 3 iterations MANDATORY"
|
|
586
|
+
- "Maximum 5 iterations if necessary"
|
|
587
|
+
- "Each iteration QUESTIONS the previous one"
|
|
588
|
+
- "Only those with DOCUMENTED FRAMEWORKS pass"
|
|
589
|
+
- "Tier distribution ensures diagnostic capability (Tier 0)"
|
|
590
|
+
|
|
591
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
592
|
+
# INTEGRATION
|
|
593
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
594
|
+
|
|
595
|
+
integration:
|
|
596
|
+
executed_by:
|
|
597
|
+
- "squad-chief.md when user requests squad in new domain"
|
|
598
|
+
|
|
599
|
+
feeds_into:
|
|
600
|
+
- workflow: "wf-clone-mind.yaml"
|
|
601
|
+
context: "List of minds to clone"
|
|
602
|
+
- task: "create-agent.md"
|
|
603
|
+
context: "Data for each mind"
|
|
604
|
+
|
|
605
|
+
complete_flow: |
|
|
606
|
+
mind-research-loop (this)
|
|
607
|
+
↓
|
|
608
|
+
[For each selected mind]
|
|
609
|
+
↓
|
|
610
|
+
wf-clone-mind.yaml
|
|
611
|
+
↓
|
|
612
|
+
create-agent.md
|
|
613
|
+
↓
|
|
614
|
+
Complete squad with cloned minds
|
|
615
|
+
|
|
616
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
617
|
+
# USAGE EXAMPLES
|
|
618
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
619
|
+
|
|
620
|
+
examples:
|
|
621
|
+
- name: "Copywriting Squad"
|
|
622
|
+
input:
|
|
623
|
+
domain: "copywriting"
|
|
624
|
+
context: "for info-product sales"
|
|
625
|
+
must_include_local: false
|
|
626
|
+
flow:
|
|
627
|
+
iteration_1: "18 names mapped (Halbert, Ogilvy, Hopkins, etc.)"
|
|
628
|
+
iteration_2: "12 names after questioning (removed influencers without framework)"
|
|
629
|
+
iteration_3: "8 names with documented frameworks"
|
|
630
|
+
final: "6 elite minds (Halbert, Ogilvy, Schwartz, Kennedy, Bencivenga, Sugarman)"
|
|
631
|
+
|
|
632
|
+
- name: "Brazilian Legal Squad"
|
|
633
|
+
input:
|
|
634
|
+
domain: "corporate and tax law"
|
|
635
|
+
context: "for Brazilian startups"
|
|
636
|
+
must_include_local: true
|
|
637
|
+
specific_needs: ["contracts", "tax", "corporate"]
|
|
638
|
+
flow:
|
|
639
|
+
iteration_1: "15 names (global + Brazilian mix)"
|
|
640
|
+
iteration_2: "10 names (added lesser-known Brazilian specialists)"
|
|
641
|
+
iteration_3: "6 names with frameworks (cut theorists without methodology)"
|
|
642
|
+
final: "5 minds (3 Brazilian + 2 global with applicable frameworks)"
|
|
643
|
+
|
|
644
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
645
|
+
# METADATA
|
|
646
|
+
# ═══════════════════════════════════════════════════════════════════════════════
|
|
647
|
+
|
|
648
|
+
metadata:
|
|
649
|
+
version: "2.1.0"
|
|
650
|
+
migrated_from: "mind-research-loop.md"
|
|
651
|
+
migration_date: "2026-02-05"
|
|
652
|
+
created: "2026-01-25"
|
|
653
|
+
updated: "2026-02-05"
|
|
654
|
+
author: "Squad Architect"
|
|
655
|
+
changelog:
|
|
656
|
+
- version: "2.1.0"
|
|
657
|
+
date: "2026-02-05"
|
|
658
|
+
changes:
|
|
659
|
+
- "Migrated from .md to .yaml format"
|
|
660
|
+
- "Structured phases with formal checkpoints"
|
|
661
|
+
- "Added explicit heuristic references"
|
|
662
|
+
- version: "2.0.0"
|
|
663
|
+
date: "2026-02-01"
|
|
664
|
+
changes:
|
|
665
|
+
- "Integrated decision-heuristics-framework.md in Iteration 2 (SC_DA_001)"
|
|
666
|
+
- "Integrated quality-dimensions-framework.md in Iteration 3"
|
|
667
|
+
- "Integrated tier-system-framework.md in Iteration 3"
|
|
668
|
+
- "Added tier distribution to final output"
|