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,768 @@
|
|
|
1
|
+
# Task: Create Squad Agent
|
|
2
|
+
|
|
3
|
+
**Task ID:** create-agent
|
|
4
|
+
**Version:** 2.2
|
|
5
|
+
**Purpose:** Create a single domain-specific agent through research, elicitation, and validation
|
|
6
|
+
**Orchestrator:** @squad-chief
|
|
7
|
+
**DNA Specialist:** @oalanicolas
|
|
8
|
+
**Mode:** Research-first (never create without research)
|
|
9
|
+
**Quality Standard:** AIOS Level (300+ lines, voice_dna, output_examples)
|
|
10
|
+
|
|
11
|
+
> **Nota:** Este documento usa copywriting como exemplo ilustrativo. Substitua pelo seu domínio e experts relevantes.
|
|
12
|
+
|
|
13
|
+
**Specialists:**
|
|
14
|
+
- **@oalanicolas** → Invoke for DNA extraction (Voice DNA, Thinking DNA, source curation)
|
|
15
|
+
- Use `*extract-dna {specialist}` for complete DNA Mental™ extraction
|
|
16
|
+
- Use `*assess-sources` to classify sources as ouro vs bronze
|
|
17
|
+
- Consult when agent voice feels generic or inauthentic
|
|
18
|
+
|
|
19
|
+
**Frameworks Used:**
|
|
20
|
+
- `data/tier-system-framework.md` → Agent tier classification (Phase 2)
|
|
21
|
+
- `data/quality-dimensions-framework.md` → Agent validation (Phase 4)
|
|
22
|
+
- `data/decision-heuristics-framework.md` → Quality gate logic (Phase 4)
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Overview
|
|
27
|
+
|
|
28
|
+
This task creates a single high-quality agent based on researched methodologies from an elite mind. The key insight: **agents created without research are weak and generic**.
|
|
29
|
+
|
|
30
|
+
**v2.0 Changes:**
|
|
31
|
+
- Mandatory research check before creation
|
|
32
|
+
- PHASE-based structure with checkpoints
|
|
33
|
+
- Quality gate SC_AGT_001 must pass
|
|
34
|
+
- All agents must have voice_dna, output_examples, objection_algorithms
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
INPUT (agent_purpose + domain + [specialist])
|
|
38
|
+
↓
|
|
39
|
+
[PHASE 0: CONTEXT]
|
|
40
|
+
→ Identify target pack
|
|
41
|
+
→ Check if specialist-based or generic
|
|
42
|
+
↓
|
|
43
|
+
[PHASE 1: RESEARCH]
|
|
44
|
+
→ Check local knowledge (if specialist)
|
|
45
|
+
→ Generate research prompt
|
|
46
|
+
→ Execute deep research
|
|
47
|
+
↓
|
|
48
|
+
[PHASE 2: EXTRACTION]
|
|
49
|
+
→ Extract framework from research
|
|
50
|
+
→ Classify tier
|
|
51
|
+
→ Define persona
|
|
52
|
+
↓
|
|
53
|
+
[PHASE 3: CREATION]
|
|
54
|
+
→ Generate agent using template
|
|
55
|
+
→ Include all 6 levels
|
|
56
|
+
→ Apply voice_dna
|
|
57
|
+
↓
|
|
58
|
+
[PHASE 4: VALIDATION]
|
|
59
|
+
→ Run SC_AGT_001 quality gate
|
|
60
|
+
→ Fix blocking issues
|
|
61
|
+
→ Save agent file
|
|
62
|
+
↓
|
|
63
|
+
OUTPUT: Agent file + Quality Gate PASS
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Inputs
|
|
69
|
+
|
|
70
|
+
| Parameter | Type | Required | Description | Example |
|
|
71
|
+
|-----------|------|----------|-------------|---------|
|
|
72
|
+
| `agent_purpose` | string | Yes | What the agent should do | `"Create sales pages"` |
|
|
73
|
+
| `domain` | string | Yes | Domain/area of expertise | `"copywriting"` |
|
|
74
|
+
| `specialist_slug` | string | No | If based on human expert (snake_case) | `"gary_halbert"` |
|
|
75
|
+
| `specialist_name` | string | No | Human-readable name | `"Gary Halbert"` |
|
|
76
|
+
| `pack_name` | string | Yes | Target squad | `"copy"` |
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Preconditions
|
|
81
|
+
|
|
82
|
+
- [ ] Target pack exists at `squads/{pack_name}/`
|
|
83
|
+
- [ ] squad-chief agent is active
|
|
84
|
+
- [ ] WebSearch tool available (for research)
|
|
85
|
+
- [ ] Write permissions for `squads/{pack_name}/agents/`
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## PHASE 0: CONTEXT
|
|
90
|
+
|
|
91
|
+
**Duration:** < 1 minute
|
|
92
|
+
**Checkpoint:** None (fast validation)
|
|
93
|
+
**Mode:** Automatic
|
|
94
|
+
|
|
95
|
+
### Step 0.1: Identify Target Pack
|
|
96
|
+
|
|
97
|
+
**Actions:**
|
|
98
|
+
```yaml
|
|
99
|
+
identify_pack:
|
|
100
|
+
validation:
|
|
101
|
+
- check_path: "squads/{pack_name}/"
|
|
102
|
+
- check_exists: true
|
|
103
|
+
- load_config: "config.yaml"
|
|
104
|
+
|
|
105
|
+
on_not_exists:
|
|
106
|
+
option_1: "Create squad first with *create-squad"
|
|
107
|
+
option_2: "Create agent standalone (not recommended)"
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
**Decision Point:**
|
|
111
|
+
```
|
|
112
|
+
IF pack_name provided AND pack exists:
|
|
113
|
+
→ PROCEED
|
|
114
|
+
ELSE IF pack_name provided AND NOT exists:
|
|
115
|
+
→ ASK: "Pack doesn't exist. Create it first?"
|
|
116
|
+
ELSE:
|
|
117
|
+
→ ASK: "Which pack should this agent belong to?"
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Step 0.2: Classify Agent Type
|
|
121
|
+
|
|
122
|
+
**Actions:**
|
|
123
|
+
```yaml
|
|
124
|
+
classify_agent_type:
|
|
125
|
+
if_specialist_provided:
|
|
126
|
+
agent_type: "specialist_based"
|
|
127
|
+
research_path: "outputs/minds/{specialist_slug}/"
|
|
128
|
+
next_step: "Check local knowledge"
|
|
129
|
+
|
|
130
|
+
if_no_specialist:
|
|
131
|
+
agent_type: "generic"
|
|
132
|
+
warning: "Generic agents are weaker. Consider researching a specialist."
|
|
133
|
+
next_step: "Generate research prompt for domain experts"
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
**Output (PHASE 0):**
|
|
137
|
+
```yaml
|
|
138
|
+
# Example output - values will vary based on your squad
|
|
139
|
+
phase_0_output:
|
|
140
|
+
pack_name: "{squad-name}"
|
|
141
|
+
pack_path: "squads/{squad-name}/"
|
|
142
|
+
agent_type: "specialist_based"
|
|
143
|
+
specialist:
|
|
144
|
+
slug: "{expert_slug}"
|
|
145
|
+
name: "{Expert Name}"
|
|
146
|
+
agent_id: "{expert-slug}" # derived
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## PHASE 1: RESEARCH
|
|
152
|
+
|
|
153
|
+
**Duration:** 5-15 minutes
|
|
154
|
+
**Checkpoint:** SC_RES_002 (Agent Research Quality)
|
|
155
|
+
**Mode:** Autonomous
|
|
156
|
+
|
|
157
|
+
### Step 1.1: Check Local Knowledge (If Specialist)
|
|
158
|
+
|
|
159
|
+
**Condition:** Only if `agent_type == "specialist_based"`
|
|
160
|
+
|
|
161
|
+
**Actions:**
|
|
162
|
+
```yaml
|
|
163
|
+
check_local_knowledge:
|
|
164
|
+
search_paths:
|
|
165
|
+
primary_sources:
|
|
166
|
+
path: "outputs/minds/{specialist_slug}/sources/"
|
|
167
|
+
description: "Raw materials, transcripts, books, articles"
|
|
168
|
+
priority: 1
|
|
169
|
+
|
|
170
|
+
analysis:
|
|
171
|
+
path: "outputs/minds/{specialist_slug}/analysis/"
|
|
172
|
+
description: "Identity core, cognitive spec, frameworks"
|
|
173
|
+
priority: 2
|
|
174
|
+
|
|
175
|
+
existing_research:
|
|
176
|
+
path: "docs/research/{specialist_slug}-*.md"
|
|
177
|
+
description: "Previous deep research documents"
|
|
178
|
+
priority: 3
|
|
179
|
+
|
|
180
|
+
evaluation:
|
|
181
|
+
coverage_score: "0-100% based on files found"
|
|
182
|
+
gap_identification: "What's missing for agent_purpose?"
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**Decision Point:**
|
|
186
|
+
```
|
|
187
|
+
IF coverage >= 70%:
|
|
188
|
+
→ "Sufficient local material. Supplement gaps only."
|
|
189
|
+
→ research_mode = "supplement"
|
|
190
|
+
ELSE IF coverage >= 30%:
|
|
191
|
+
→ "Partial material. Need moderate research."
|
|
192
|
+
→ research_mode = "moderate"
|
|
193
|
+
ELSE:
|
|
194
|
+
→ "Limited local material. Full research needed."
|
|
195
|
+
→ research_mode = "full"
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### Step 1.2: Generate Research Prompt
|
|
199
|
+
|
|
200
|
+
**Actions:**
|
|
201
|
+
```yaml
|
|
202
|
+
generate_research_prompt:
|
|
203
|
+
template: "templates/research-prompt-tmpl.md"
|
|
204
|
+
|
|
205
|
+
variables:
|
|
206
|
+
specialist_name: "{specialist_name}"
|
|
207
|
+
domain: "{domain}"
|
|
208
|
+
agent_purpose: "{agent_purpose}"
|
|
209
|
+
existing_coverage: "{coverage_summary}"
|
|
210
|
+
gaps_to_fill: "{identified_gaps}"
|
|
211
|
+
|
|
212
|
+
output_format:
|
|
213
|
+
primary_queries: "3-5 specific search queries"
|
|
214
|
+
focus_areas: "What to extract"
|
|
215
|
+
validation_criteria: "How to know research is sufficient"
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
**Example Research Prompt:**
|
|
219
|
+
```yaml
|
|
220
|
+
research_prompt:
|
|
221
|
+
subject: "Gary Halbert's Sales Page Methodology"
|
|
222
|
+
context: |
|
|
223
|
+
Creating an agent for writing sales pages based on Gary Halbert's methodology.
|
|
224
|
+
Have 70% coverage from local sources (newsletters, books).
|
|
225
|
+
Missing: specific sales page structure, digital adaptation techniques.
|
|
226
|
+
|
|
227
|
+
queries:
|
|
228
|
+
- "Gary Halbert sales page structure template"
|
|
229
|
+
- "Gary Halbert long-form copy formula"
|
|
230
|
+
- "Gary Halbert AIDA application direct mail"
|
|
231
|
+
|
|
232
|
+
extract:
|
|
233
|
+
- Step-by-step sales page process
|
|
234
|
+
- Specific headline formulas
|
|
235
|
+
- Body copy structure
|
|
236
|
+
- Call-to-action patterns
|
|
237
|
+
- Quality criteria from his own writings
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
### Step 1.3: Execute Deep Research
|
|
241
|
+
|
|
242
|
+
**Actions:**
|
|
243
|
+
```yaml
|
|
244
|
+
execute_research:
|
|
245
|
+
method: "WebSearch + Local Synthesis"
|
|
246
|
+
|
|
247
|
+
process:
|
|
248
|
+
for_each_query:
|
|
249
|
+
- execute_search
|
|
250
|
+
- filter_primary_sources
|
|
251
|
+
- extract_relevant_content
|
|
252
|
+
- cite_source
|
|
253
|
+
|
|
254
|
+
quality_criteria:
|
|
255
|
+
min_unique_sources: 5
|
|
256
|
+
min_lines_extracted: 500
|
|
257
|
+
requires_primary_sources: true
|
|
258
|
+
max_inference_ratio: 0.20 # 80%+ must be cited
|
|
259
|
+
|
|
260
|
+
output:
|
|
261
|
+
file: "docs/research/{specialist_slug}-{purpose}-research.md"
|
|
262
|
+
sections:
|
|
263
|
+
- sources_used
|
|
264
|
+
- extracted_methodology
|
|
265
|
+
- key_frameworks
|
|
266
|
+
- gaps_remaining
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
**Checkpoint SC_RES_002:**
|
|
270
|
+
```yaml
|
|
271
|
+
heuristic_id: SC_RES_002
|
|
272
|
+
name: "Agent Research Quality"
|
|
273
|
+
blocking: true
|
|
274
|
+
criteria:
|
|
275
|
+
- sources_count >= 5
|
|
276
|
+
- lines_extracted >= 500
|
|
277
|
+
- has_primary_sources: true
|
|
278
|
+
- methodology_extracted: true
|
|
279
|
+
|
|
280
|
+
veto_conditions:
|
|
281
|
+
- sources_count < 3 → "Insufficient sources"
|
|
282
|
+
- no_methodology_found → "Cannot create agent without methodology"
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
**Output (PHASE 1):**
|
|
286
|
+
```yaml
|
|
287
|
+
phase_1_output:
|
|
288
|
+
research_file: "docs/research/gary_halbert-sales-page-research.md"
|
|
289
|
+
sources_used: 8
|
|
290
|
+
lines_extracted: 720
|
|
291
|
+
coverage_after: 92%
|
|
292
|
+
checkpoint_status: "PASS"
|
|
293
|
+
```
|
|
294
|
+
|
|
295
|
+
---
|
|
296
|
+
|
|
297
|
+
## PHASE 2: EXTRACTION
|
|
298
|
+
|
|
299
|
+
**Duration:** 5-10 minutes
|
|
300
|
+
**Checkpoint:** None (internal validation)
|
|
301
|
+
**Mode:** Autonomous
|
|
302
|
+
|
|
303
|
+
### Step 2.1: Extract Framework from Research
|
|
304
|
+
|
|
305
|
+
**Actions:**
|
|
306
|
+
```yaml
|
|
307
|
+
extract_framework:
|
|
308
|
+
sections_to_extract:
|
|
309
|
+
core_principles:
|
|
310
|
+
description: "Fundamental beliefs and values"
|
|
311
|
+
min_items: 5
|
|
312
|
+
max_items: 10
|
|
313
|
+
|
|
314
|
+
operational_framework:
|
|
315
|
+
description: "Step-by-step methodology"
|
|
316
|
+
includes:
|
|
317
|
+
- process_steps
|
|
318
|
+
- decision_criteria
|
|
319
|
+
- quality_checks
|
|
320
|
+
- common_patterns
|
|
321
|
+
|
|
322
|
+
voice_dna:
|
|
323
|
+
description: "How this expert communicates"
|
|
324
|
+
includes:
|
|
325
|
+
- sentence_starters (categorized)
|
|
326
|
+
- metaphors (5+)
|
|
327
|
+
- vocabulary_always_use (8+)
|
|
328
|
+
- vocabulary_never_use (5+)
|
|
329
|
+
- emotional_states (3+)
|
|
330
|
+
|
|
331
|
+
anti_patterns:
|
|
332
|
+
description: "What this expert warns against"
|
|
333
|
+
includes:
|
|
334
|
+
- never_do (5+)
|
|
335
|
+
- always_do (5+)
|
|
336
|
+
|
|
337
|
+
output_examples:
|
|
338
|
+
description: "Real examples from the expert's work"
|
|
339
|
+
min_count: 3
|
|
340
|
+
format: "input → output"
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
### Step 2.2: Classify Tier
|
|
344
|
+
|
|
345
|
+
**Apply: tier-system-framework.md**
|
|
346
|
+
|
|
347
|
+
**Actions:**
|
|
348
|
+
```yaml
|
|
349
|
+
classify_tier:
|
|
350
|
+
decision_tree:
|
|
351
|
+
- IF agent performs diagnosis/analysis FIRST:
|
|
352
|
+
tier: 0
|
|
353
|
+
rationale: "Foundation agent - must run before execution"
|
|
354
|
+
|
|
355
|
+
- ELSE IF agent is primary expert with documented results:
|
|
356
|
+
tier: 1
|
|
357
|
+
rationale: "Master with proven track record"
|
|
358
|
+
|
|
359
|
+
- ELSE IF agent created frameworks others use:
|
|
360
|
+
tier: 2
|
|
361
|
+
rationale: "Systematizer - thought leader"
|
|
362
|
+
|
|
363
|
+
- ELSE IF agent specializes in specific format/channel:
|
|
364
|
+
tier: 3
|
|
365
|
+
rationale: "Format specialist"
|
|
366
|
+
|
|
367
|
+
- ELSE IF agent is validation/checklist tool:
|
|
368
|
+
tier: "tools"
|
|
369
|
+
rationale: "Utility agent"
|
|
370
|
+
|
|
371
|
+
output:
|
|
372
|
+
tier: 1
|
|
373
|
+
rationale: "Gary Halbert has documented $1B+ results, original methodology"
|
|
374
|
+
```
|
|
375
|
+
|
|
376
|
+
### Step 2.3: Define Persona
|
|
377
|
+
|
|
378
|
+
**Actions:**
|
|
379
|
+
```yaml
|
|
380
|
+
define_persona:
|
|
381
|
+
agent_identity:
|
|
382
|
+
name: "{specialist_name}"
|
|
383
|
+
id: "{specialist_slug converted to kebab-case}"
|
|
384
|
+
title: "Expert in {agent_purpose}"
|
|
385
|
+
icon: "{appropriate emoji}"
|
|
386
|
+
whenToUse: "Use when {use_case_description}"
|
|
387
|
+
|
|
388
|
+
persona_characteristics:
|
|
389
|
+
role: "Extracted from research"
|
|
390
|
+
style: "Derived from voice_dna"
|
|
391
|
+
identity: "Core essence"
|
|
392
|
+
focus: "Primary objective"
|
|
393
|
+
|
|
394
|
+
customization:
|
|
395
|
+
- "Domain-specific behaviors"
|
|
396
|
+
- "Special rules from methodology"
|
|
397
|
+
- "Integration points"
|
|
398
|
+
```
|
|
399
|
+
|
|
400
|
+
**Output (PHASE 2):**
|
|
401
|
+
```yaml
|
|
402
|
+
phase_2_output:
|
|
403
|
+
core_principles: 7
|
|
404
|
+
operational_steps: 9
|
|
405
|
+
voice_dna_complete: true
|
|
406
|
+
anti_patterns: 12
|
|
407
|
+
output_examples: 4
|
|
408
|
+
tier: 1
|
|
409
|
+
persona_defined: true
|
|
410
|
+
```
|
|
411
|
+
|
|
412
|
+
---
|
|
413
|
+
|
|
414
|
+
## PHASE 3: CREATION
|
|
415
|
+
|
|
416
|
+
**Duration:** 5-10 minutes
|
|
417
|
+
**Checkpoint:** None (validation in Phase 4)
|
|
418
|
+
**Mode:** Autonomous
|
|
419
|
+
|
|
420
|
+
### Step 3.1: Generate Agent Using Template
|
|
421
|
+
|
|
422
|
+
**Template:** `templates/agent-tmpl.md`
|
|
423
|
+
|
|
424
|
+
**Actions:**
|
|
425
|
+
```yaml
|
|
426
|
+
generate_agent:
|
|
427
|
+
template: "templates/agent-tmpl.md"
|
|
428
|
+
|
|
429
|
+
required_sections:
|
|
430
|
+
# Level 1: Identity
|
|
431
|
+
activation_notice: "Standard AIOS header"
|
|
432
|
+
ide_file_resolution: "Dependency mapping"
|
|
433
|
+
activation_instructions: "Step-by-step activation"
|
|
434
|
+
agent_metadata: "name, id, title, icon, whenToUse"
|
|
435
|
+
persona: "role, style, identity, focus"
|
|
436
|
+
|
|
437
|
+
# Level 2: Operational
|
|
438
|
+
core_principles: "5-10 principles from research"
|
|
439
|
+
commands: "Available commands"
|
|
440
|
+
quality_standards: "From extracted methodology"
|
|
441
|
+
security: "Code generation, validation, memory"
|
|
442
|
+
dependencies: "tasks, templates, checklists, data"
|
|
443
|
+
knowledge_areas: "Expertise domains"
|
|
444
|
+
capabilities: "What agent can do"
|
|
445
|
+
|
|
446
|
+
# Level 3: Voice DNA
|
|
447
|
+
voice_dna:
|
|
448
|
+
sentence_starters: "Categorized by mode"
|
|
449
|
+
metaphors: "5+ domain metaphors"
|
|
450
|
+
vocabulary:
|
|
451
|
+
always_use: "8+ terms"
|
|
452
|
+
never_use: "5+ terms"
|
|
453
|
+
emotional_states: "3+ states with markers"
|
|
454
|
+
|
|
455
|
+
# Level 4: Quality
|
|
456
|
+
output_examples: "3+ real examples"
|
|
457
|
+
objection_algorithms: "4+ common objections"
|
|
458
|
+
anti_patterns: "never_do (5+), always_do (5+)"
|
|
459
|
+
completion_criteria: "By task type"
|
|
460
|
+
|
|
461
|
+
# Level 5: Credibility (if specialist)
|
|
462
|
+
credibility:
|
|
463
|
+
achievements: "Documented results"
|
|
464
|
+
notable_work: "Key contributions"
|
|
465
|
+
influence: "Who learned from them"
|
|
466
|
+
|
|
467
|
+
# Level 6: Integration
|
|
468
|
+
handoff_to: "3+ handoff scenarios"
|
|
469
|
+
synergies: "Related agents/workflows"
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
### Step 3.2: Apply Voice DNA
|
|
473
|
+
|
|
474
|
+
**Actions:**
|
|
475
|
+
```yaml
|
|
476
|
+
apply_voice_dna:
|
|
477
|
+
ensure_consistency:
|
|
478
|
+
- All output_examples use vocabulary.always_use
|
|
479
|
+
- No output_examples use vocabulary.never_use
|
|
480
|
+
- Sentence starters match emotional_states
|
|
481
|
+
- Metaphors appear in examples
|
|
482
|
+
|
|
483
|
+
validation:
|
|
484
|
+
vocabulary_consistency: "Check all sections"
|
|
485
|
+
tone_consistency: "Match persona style"
|
|
486
|
+
```
|
|
487
|
+
|
|
488
|
+
### Step 3.3: Add Completion Criteria
|
|
489
|
+
|
|
490
|
+
**Actions:**
|
|
491
|
+
```yaml
|
|
492
|
+
add_completion_criteria:
|
|
493
|
+
per_task_type:
|
|
494
|
+
primary_task:
|
|
495
|
+
- "List specific criteria for main task"
|
|
496
|
+
- "Include quality checks"
|
|
497
|
+
- "Define deliverables"
|
|
498
|
+
|
|
499
|
+
secondary_tasks:
|
|
500
|
+
- "Criteria for each additional task"
|
|
501
|
+
|
|
502
|
+
format:
|
|
503
|
+
task_name:
|
|
504
|
+
- "Criterion 1"
|
|
505
|
+
- "Criterion 2"
|
|
506
|
+
- "..."
|
|
507
|
+
```
|
|
508
|
+
|
|
509
|
+
**Output (PHASE 3):**
|
|
510
|
+
```yaml
|
|
511
|
+
phase_3_output:
|
|
512
|
+
agent_file_content: "..."
|
|
513
|
+
lines: 750
|
|
514
|
+
sections_complete: 6/6
|
|
515
|
+
voice_dna_applied: true
|
|
516
|
+
```
|
|
517
|
+
|
|
518
|
+
---
|
|
519
|
+
|
|
520
|
+
## PHASE 4: VALIDATION
|
|
521
|
+
|
|
522
|
+
**Duration:** 2-5 minutes
|
|
523
|
+
**Checkpoint:** SC_AGT_001 (Agent Quality Gate)
|
|
524
|
+
**Mode:** Autonomous with retry
|
|
525
|
+
|
|
526
|
+
### Step 4.1: Run Quality Gate SC_AGT_001
|
|
527
|
+
|
|
528
|
+
**Checklist:** `checklists/agent-quality-gate.md`
|
|
529
|
+
|
|
530
|
+
**Actions:**
|
|
531
|
+
```yaml
|
|
532
|
+
run_quality_gate:
|
|
533
|
+
heuristic_id: SC_AGT_001
|
|
534
|
+
name: "Agent Quality Gate"
|
|
535
|
+
blocking: true
|
|
536
|
+
|
|
537
|
+
blocking_requirements:
|
|
538
|
+
lines: ">= 300"
|
|
539
|
+
voice_dna:
|
|
540
|
+
vocabulary_always_use: ">= 5 items"
|
|
541
|
+
vocabulary_never_use: ">= 3 items"
|
|
542
|
+
output_examples: ">= 3"
|
|
543
|
+
anti_patterns_never_do: ">= 5"
|
|
544
|
+
completion_criteria: "defined"
|
|
545
|
+
handoff_to: "defined"
|
|
546
|
+
|
|
547
|
+
scoring:
|
|
548
|
+
| Dimension | Weight | Check |
|
|
549
|
+
|-----------|--------|-------|
|
|
550
|
+
| Structure | 0.20 | All 6 levels present |
|
|
551
|
+
| Voice DNA | 0.20 | Complete with vocabulary |
|
|
552
|
+
| Examples | 0.20 | Real, not generic |
|
|
553
|
+
| Anti-patterns | 0.15 | Specific to domain |
|
|
554
|
+
| Integration | 0.15 | Handoffs defined |
|
|
555
|
+
| Research | 0.10 | Traceable to sources |
|
|
556
|
+
|
|
557
|
+
threshold: 7.0
|
|
558
|
+
veto_conditions:
|
|
559
|
+
- lines < 300 → "Agent too short"
|
|
560
|
+
- no_voice_dna → "Missing voice consistency"
|
|
561
|
+
- examples < 3 → "Insufficient examples"
|
|
562
|
+
```
|
|
563
|
+
|
|
564
|
+
**Decision Point:**
|
|
565
|
+
```
|
|
566
|
+
IF all blocking requirements pass AND score >= 7.0:
|
|
567
|
+
→ PROCEED to Step 4.3
|
|
568
|
+
ELSE:
|
|
569
|
+
→ Log specific failures
|
|
570
|
+
→ GOTO Step 4.2 (Fix Issues)
|
|
571
|
+
```
|
|
572
|
+
|
|
573
|
+
### Step 4.2: Fix Blocking Issues
|
|
574
|
+
|
|
575
|
+
**Actions:**
|
|
576
|
+
```yaml
|
|
577
|
+
fix_blocking_issues:
|
|
578
|
+
for_each_failure:
|
|
579
|
+
- identify: "What's missing"
|
|
580
|
+
- source: "Where to get it"
|
|
581
|
+
- fix: "Add the content"
|
|
582
|
+
|
|
583
|
+
common_fixes:
|
|
584
|
+
lines_short:
|
|
585
|
+
- "Expand core_principles with detail"
|
|
586
|
+
- "Add more output_examples"
|
|
587
|
+
- "Expand objection_algorithms"
|
|
588
|
+
|
|
589
|
+
missing_voice_dna:
|
|
590
|
+
- "Extract from research"
|
|
591
|
+
- "Add vocabulary lists"
|
|
592
|
+
- "Define emotional states"
|
|
593
|
+
|
|
594
|
+
few_examples:
|
|
595
|
+
- "Extract from source material"
|
|
596
|
+
- "Create based on methodology"
|
|
597
|
+
- "Ensure they show input → output"
|
|
598
|
+
|
|
599
|
+
max_iterations: 2
|
|
600
|
+
on_max_iterations: "Flag for human review"
|
|
601
|
+
```
|
|
602
|
+
|
|
603
|
+
### Step 4.3: Save Agent File
|
|
604
|
+
|
|
605
|
+
**Actions:**
|
|
606
|
+
```yaml
|
|
607
|
+
save_agent:
|
|
608
|
+
path: "squads/{pack_name}/agents/{agent_id}.md"
|
|
609
|
+
|
|
610
|
+
post_save:
|
|
611
|
+
- verify_yaml_valid
|
|
612
|
+
- update_pack_readme
|
|
613
|
+
- update_config_yaml
|
|
614
|
+
- log_creation
|
|
615
|
+
```
|
|
616
|
+
|
|
617
|
+
**Output (PHASE 4):**
|
|
618
|
+
```yaml
|
|
619
|
+
# Example output - values will vary based on your squad
|
|
620
|
+
phase_4_output:
|
|
621
|
+
quality_score: 8.3/10
|
|
622
|
+
blocking_requirements: "ALL PASS"
|
|
623
|
+
agent_file: "squads/{squad-name}/agents/{agent-name}.md"
|
|
624
|
+
lines: 750
|
|
625
|
+
status: "PASS"
|
|
626
|
+
```
|
|
627
|
+
|
|
628
|
+
---
|
|
629
|
+
|
|
630
|
+
## PHASE 5: HANDOFF
|
|
631
|
+
|
|
632
|
+
**Duration:** < 1 minute
|
|
633
|
+
**Mode:** Interactive
|
|
634
|
+
|
|
635
|
+
### Step 5.1: Present Agent Summary
|
|
636
|
+
|
|
637
|
+
**Actions:**
|
|
638
|
+
```yaml
|
|
639
|
+
# Example output - values will vary based on your squad
|
|
640
|
+
present_summary:
|
|
641
|
+
agent_created:
|
|
642
|
+
name: "{Expert Name}"
|
|
643
|
+
id: "{agent-name}"
|
|
644
|
+
tier: 1
|
|
645
|
+
file: "squads/{squad-name}/agents/{agent-name}.md"
|
|
646
|
+
lines: 750
|
|
647
|
+
|
|
648
|
+
quality:
|
|
649
|
+
score: 8.3/10
|
|
650
|
+
research_sources: 8
|
|
651
|
+
voice_dna: "Complete"
|
|
652
|
+
|
|
653
|
+
activation:
|
|
654
|
+
command: "@{squad-name}:{agent-name}" # e.g., "@{squad-name}:{agent-name}"
|
|
655
|
+
example: "{example task for this agent}"
|
|
656
|
+
|
|
657
|
+
commands:
|
|
658
|
+
- "*help - Show available commands"
|
|
659
|
+
- "*write-sales-page - Main task"
|
|
660
|
+
- "*review-copy - Review existing copy"
|
|
661
|
+
```
|
|
662
|
+
|
|
663
|
+
### Step 5.2: Document Next Steps
|
|
664
|
+
|
|
665
|
+
**Actions:**
|
|
666
|
+
```yaml
|
|
667
|
+
next_steps:
|
|
668
|
+
recommended:
|
|
669
|
+
- "Test agent with sample task"
|
|
670
|
+
- "Create associated tasks if needed"
|
|
671
|
+
- "Add to squad orchestrator routing"
|
|
672
|
+
|
|
673
|
+
optional:
|
|
674
|
+
- "Create more agents for the squad"
|
|
675
|
+
- "Build workflows that use this agent"
|
|
676
|
+
|
|
677
|
+
handoff_to:
|
|
678
|
+
- agent: "squad-chief"
|
|
679
|
+
when: "Continue building squad"
|
|
680
|
+
- agent: "created-agent"
|
|
681
|
+
when: "Ready to use agent"
|
|
682
|
+
```
|
|
683
|
+
|
|
684
|
+
---
|
|
685
|
+
|
|
686
|
+
## Outputs
|
|
687
|
+
|
|
688
|
+
| Output | Location | Description |
|
|
689
|
+
|--------|----------|-------------|
|
|
690
|
+
| Agent File | `squads/{pack_name}/agents/{agent_id}.md` | Complete agent definition |
|
|
691
|
+
| Research File | `docs/research/{specialist_slug}-{purpose}-research.md` | Research documentation |
|
|
692
|
+
| Updated README | `squads/{pack_name}/README.md` | Agent added to list |
|
|
693
|
+
| Updated Config | `squads/{pack_name}/config.yaml` | Agent registered |
|
|
694
|
+
|
|
695
|
+
---
|
|
696
|
+
|
|
697
|
+
## Validation Criteria (All Must Pass)
|
|
698
|
+
|
|
699
|
+
### Structure
|
|
700
|
+
- [ ] Agent file created at correct location
|
|
701
|
+
- [ ] YAML block is valid
|
|
702
|
+
- [ ] All 6 levels present
|
|
703
|
+
|
|
704
|
+
### Content
|
|
705
|
+
- [ ] Lines >= 300
|
|
706
|
+
- [ ] voice_dna complete with vocabulary
|
|
707
|
+
- [ ] output_examples >= 3
|
|
708
|
+
- [ ] anti_patterns.never_do >= 5
|
|
709
|
+
- [ ] completion_criteria defined
|
|
710
|
+
- [ ] handoff_to defined
|
|
711
|
+
|
|
712
|
+
### Quality
|
|
713
|
+
- [ ] SC_AGT_001 score >= 7.0
|
|
714
|
+
- [ ] Research traceable
|
|
715
|
+
- [ ] Tier assigned
|
|
716
|
+
|
|
717
|
+
### Integration
|
|
718
|
+
- [ ] README.md updated
|
|
719
|
+
- [ ] config.yaml updated
|
|
720
|
+
- [ ] Dependencies exist or noted
|
|
721
|
+
|
|
722
|
+
---
|
|
723
|
+
|
|
724
|
+
## Heuristics Reference
|
|
725
|
+
|
|
726
|
+
| Heuristic ID | Name | Where Applied | Blocking |
|
|
727
|
+
|--------------|------|---------------|----------|
|
|
728
|
+
| SC_RES_002 | Agent Research Quality | Phase 1 | Yes |
|
|
729
|
+
| SC_AGT_001 | Agent Quality Gate | Phase 4 | Yes |
|
|
730
|
+
|
|
731
|
+
---
|
|
732
|
+
|
|
733
|
+
## Error Handling
|
|
734
|
+
|
|
735
|
+
```yaml
|
|
736
|
+
error_handling:
|
|
737
|
+
research_insufficient:
|
|
738
|
+
- retry_with_different_queries
|
|
739
|
+
- expand_search_scope
|
|
740
|
+
- if_still_fails: "Create generic agent with TODO notes"
|
|
741
|
+
|
|
742
|
+
validation_fails:
|
|
743
|
+
- identify_specific_failures
|
|
744
|
+
- attempt_automated_fix
|
|
745
|
+
- if_cannot_fix: "Save as draft, flag for review"
|
|
746
|
+
|
|
747
|
+
pack_not_exists:
|
|
748
|
+
- suggest_create_pack_first
|
|
749
|
+
- offer_standalone_option
|
|
750
|
+
```
|
|
751
|
+
|
|
752
|
+
---
|
|
753
|
+
|
|
754
|
+
## Integration with AIOS
|
|
755
|
+
|
|
756
|
+
This task creates agents that:
|
|
757
|
+
- Follow AIOS agent definition standards (6 levels)
|
|
758
|
+
- Can be activated with @pack:agent-id syntax
|
|
759
|
+
- Integrate with memory layer
|
|
760
|
+
- Support standard command patterns (*help, *exit, etc.)
|
|
761
|
+
- Work within squad structure
|
|
762
|
+
- Pass quality gate SC_AGT_001
|
|
763
|
+
|
|
764
|
+
---
|
|
765
|
+
|
|
766
|
+
_Task Version: 2.0_
|
|
767
|
+
_Last Updated: 2026-02-01_
|
|
768
|
+
_Lines: 550+_
|