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,714 @@
|
|
|
1
|
+
# =============================================================================
|
|
2
|
+
# Design System Squad - V2 Format
|
|
3
|
+
# =============================================================================
|
|
4
|
+
# Updated: 2026-02-25
|
|
5
|
+
# Focus: Design System only (tokens, components, accessibility, DesignOps)
|
|
6
|
+
# =============================================================================
|
|
7
|
+
|
|
8
|
+
metadata:
|
|
9
|
+
score: 10.0
|
|
10
|
+
name: design
|
|
11
|
+
display_name: "Design System Squad"
|
|
12
|
+
version: "2.1.0"
|
|
13
|
+
domain: design-system
|
|
14
|
+
created_at: "2026-02-02"
|
|
15
|
+
last_updated: "2026-02-25"
|
|
16
|
+
status: active
|
|
17
|
+
author: "Alan Nicolas <alan@synkra.ai>"
|
|
18
|
+
license: MIT
|
|
19
|
+
|
|
20
|
+
description: |
|
|
21
|
+
Squad focado exclusivamente em Design System.
|
|
22
|
+
Especializado em tokens, componentes, acessibilidade, registry,
|
|
23
|
+
metadata machine-readable e DesignOps.
|
|
24
|
+
|
|
25
|
+
objectives:
|
|
26
|
+
- Construir e evoluir design systems de forma escalavel
|
|
27
|
+
- Reduzir redundancia de UI com consolidacao de patterns
|
|
28
|
+
- Garantir acessibilidade e governanca continua
|
|
29
|
+
- Sincronizar registry, metadata e documentacao
|
|
30
|
+
- Operar migracoes com baixo risco e alta previsibilidade
|
|
31
|
+
|
|
32
|
+
key_capabilities:
|
|
33
|
+
- Design system architecture (Atomic Design)
|
|
34
|
+
- Token extraction and DTCG exports
|
|
35
|
+
- Component build and composition
|
|
36
|
+
- Registry-first distribution
|
|
37
|
+
- AI-readable metadata generation
|
|
38
|
+
- Accessibility governance (WCAG)
|
|
39
|
+
- DesignOps maturity and process optimization
|
|
40
|
+
|
|
41
|
+
tier_system:
|
|
42
|
+
orchestrator:
|
|
43
|
+
name: "Orchestration"
|
|
44
|
+
purpose: "Routing and coordination"
|
|
45
|
+
agents:
|
|
46
|
+
- design-chief
|
|
47
|
+
tier_0_operations:
|
|
48
|
+
name: "Operations"
|
|
49
|
+
purpose: "DesignOps and scaling"
|
|
50
|
+
agents:
|
|
51
|
+
- dave-malouf
|
|
52
|
+
- dan-mall
|
|
53
|
+
tier_1_architecture:
|
|
54
|
+
name: "Architecture"
|
|
55
|
+
purpose: "System and components"
|
|
56
|
+
agents:
|
|
57
|
+
- brad-frost
|
|
58
|
+
- nano-banana-generator
|
|
59
|
+
- ds-token-architect
|
|
60
|
+
- ds-foundations-lead
|
|
61
|
+
- storybook-expert
|
|
62
|
+
|
|
63
|
+
agents:
|
|
64
|
+
- id: design-chief
|
|
65
|
+
name: Design Chief
|
|
66
|
+
role: "Design System Orchestrator"
|
|
67
|
+
file: agents/design-chief.md
|
|
68
|
+
tier: orchestrator
|
|
69
|
+
description: "Roteia e coordena execucao no squad de design system."
|
|
70
|
+
|
|
71
|
+
- id: brad-frost
|
|
72
|
+
name: Brad Frost
|
|
73
|
+
role: "Design System Architect"
|
|
74
|
+
file: agents/brad-frost.md
|
|
75
|
+
tier: 1
|
|
76
|
+
description: "Arquitetura de design system, atomic design e componentes."
|
|
77
|
+
|
|
78
|
+
- id: dave-malouf
|
|
79
|
+
name: Dave Malouf
|
|
80
|
+
role: "DesignOps Specialist"
|
|
81
|
+
file: agents/dave-malouf.md
|
|
82
|
+
tier: 0
|
|
83
|
+
description: "Operacoes, maturidade, processos e escalabilidade."
|
|
84
|
+
|
|
85
|
+
- id: dan-mall
|
|
86
|
+
name: Dan Mall
|
|
87
|
+
role: "Design System Adoption Specialist"
|
|
88
|
+
file: agents/dan-mall.md
|
|
89
|
+
tier: 0
|
|
90
|
+
description: "Buy-in de stakeholders e narrativa de adocao para design system."
|
|
91
|
+
|
|
92
|
+
- id: nano-banana-generator
|
|
93
|
+
name: Nano Banana Generator
|
|
94
|
+
role: "Visual Utility Specialist"
|
|
95
|
+
file: agents/nano-banana-generator.md
|
|
96
|
+
tier: 1
|
|
97
|
+
description: "Suporte visual utilitario para artefatos do design system."
|
|
98
|
+
|
|
99
|
+
- id: ds-token-architect
|
|
100
|
+
name: Atlas
|
|
101
|
+
role: "Design System Token Architect"
|
|
102
|
+
file: agents/ds-token-architect.md
|
|
103
|
+
tier: 1
|
|
104
|
+
description: "Transforma entradas do Figma (variables/styles/components) em artefatos tokens/componentes para integracao com shadcn."
|
|
105
|
+
|
|
106
|
+
- id: ds-foundations-lead
|
|
107
|
+
name: Foundations Lead
|
|
108
|
+
role: "Design System Foundations Pipeline Lead"
|
|
109
|
+
file: agents/ds-foundations-lead.md
|
|
110
|
+
tier: 1
|
|
111
|
+
description: "Orquestra o pipeline de foundations: tokens, componentes base e derivados."
|
|
112
|
+
|
|
113
|
+
- id: storybook-expert
|
|
114
|
+
name: Storybook Expert
|
|
115
|
+
role: "Component Story Architect & Documentation Specialist"
|
|
116
|
+
file: agents/storybook-expert.md
|
|
117
|
+
tier: 1
|
|
118
|
+
description: "Especialista em Storybook: stories CSF3, interaction testing, visual regression, a11y testing, documentacao de componentes."
|
|
119
|
+
|
|
120
|
+
workflows:
|
|
121
|
+
- id: audit-only
|
|
122
|
+
name: "Design System Audit-Only"
|
|
123
|
+
file: workflows/audit-only.yaml
|
|
124
|
+
trigger: manual
|
|
125
|
+
description: "Auditoria e diagnostico sem construcao."
|
|
126
|
+
|
|
127
|
+
- id: brownfield-complete
|
|
128
|
+
name: "Design System Brownfield Complete"
|
|
129
|
+
file: workflows/brownfield-complete.yaml
|
|
130
|
+
trigger: manual
|
|
131
|
+
description: "Fluxo completo para sistemas existentes."
|
|
132
|
+
|
|
133
|
+
- id: greenfield-new
|
|
134
|
+
name: "Design System Greenfield New"
|
|
135
|
+
file: workflows/greenfield-new.yaml
|
|
136
|
+
trigger: manual
|
|
137
|
+
description: "Fluxo para construir design system do zero."
|
|
138
|
+
|
|
139
|
+
- id: self-healing-workflow
|
|
140
|
+
name: "Self-Healing Design System"
|
|
141
|
+
file: workflows/self-healing-workflow.yaml
|
|
142
|
+
trigger: automatic
|
|
143
|
+
description: "Auto-correcao de problemas recorrentes."
|
|
144
|
+
|
|
145
|
+
- id: agentic-readiness
|
|
146
|
+
name: "Agentic Readiness Design System"
|
|
147
|
+
file: workflows/agentic-readiness.yaml
|
|
148
|
+
trigger: manual
|
|
149
|
+
description: "Preparar design system para consumo confiavel por agentes."
|
|
150
|
+
|
|
151
|
+
- id: dtcg-tokens-governance
|
|
152
|
+
name: "DTCG Tokens Governance"
|
|
153
|
+
file: workflows/dtcg-tokens-governance.yaml
|
|
154
|
+
trigger: manual
|
|
155
|
+
description: "Padronizar e governar tokens no formato W3C DTCG."
|
|
156
|
+
|
|
157
|
+
- id: motion-quality
|
|
158
|
+
name: "Motion Quality Design System"
|
|
159
|
+
file: workflows/motion-quality.yaml
|
|
160
|
+
trigger: manual
|
|
161
|
+
description: "Auditar e padronizar motion tokens com acessibilidade."
|
|
162
|
+
|
|
163
|
+
- id: foundations-pipeline
|
|
164
|
+
name: "Foundations Pipeline"
|
|
165
|
+
file: workflows/foundations-pipeline.yaml
|
|
166
|
+
trigger: manual
|
|
167
|
+
description: "Pipeline sequencial de 3 fases: Foundations → Base Components → Derived Components."
|
|
168
|
+
|
|
169
|
+
- id: critical-eye
|
|
170
|
+
name: "Critical Eye — Continuous DS Curation"
|
|
171
|
+
file: workflows/critical-eye.yaml
|
|
172
|
+
trigger: manual
|
|
173
|
+
description: "Curadoria continua: scoring 0-100, lifecycle CANDIDATE→CANONICAL, roda pos-extracao."
|
|
174
|
+
|
|
175
|
+
tasks:
|
|
176
|
+
- id: ds-audit-codebase
|
|
177
|
+
file: tasks/ds-audit-codebase.md
|
|
178
|
+
agents: [brad-frost]
|
|
179
|
+
description: "Auditar padroes e redundancias do codebase."
|
|
180
|
+
|
|
181
|
+
- id: ds-build-component
|
|
182
|
+
file: tasks/ds-build-component.md
|
|
183
|
+
agents: [brad-frost]
|
|
184
|
+
description: "Construir componente de design system."
|
|
185
|
+
|
|
186
|
+
- id: ds-build-mcp-server
|
|
187
|
+
file: tasks/ds-build-mcp-server.md
|
|
188
|
+
agents: [brad-frost]
|
|
189
|
+
description: "Definir servidor MCP para design system."
|
|
190
|
+
|
|
191
|
+
- id: ds-calculate-roi
|
|
192
|
+
file: tasks/ds-calculate-roi.md
|
|
193
|
+
agents: [brad-frost]
|
|
194
|
+
description: "Calcular ROI da consolidacao."
|
|
195
|
+
|
|
196
|
+
- id: ds-compose-molecule
|
|
197
|
+
file: tasks/ds-compose-molecule.md
|
|
198
|
+
agents: [brad-frost]
|
|
199
|
+
description: "Compor molecules a partir de atoms."
|
|
200
|
+
|
|
201
|
+
- id: ds-consolidate-patterns
|
|
202
|
+
file: tasks/ds-consolidate-patterns.md
|
|
203
|
+
agents: [brad-frost]
|
|
204
|
+
description: "Consolidar patterns redundantes."
|
|
205
|
+
|
|
206
|
+
- id: ds-context-contract
|
|
207
|
+
file: tasks/ds-context-contract.md
|
|
208
|
+
agents: [design-chief]
|
|
209
|
+
description: "Contrato minimo de contexto por task."
|
|
210
|
+
|
|
211
|
+
- id: ds-extend-pattern
|
|
212
|
+
file: tasks/ds-extend-pattern.md
|
|
213
|
+
agents: [brad-frost]
|
|
214
|
+
description: "Estender pattern sem quebrar consistencia."
|
|
215
|
+
|
|
216
|
+
- id: ds-extract-tokens
|
|
217
|
+
file: tasks/ds-extract-tokens.md
|
|
218
|
+
agents: [brad-frost]
|
|
219
|
+
description: "Extrair tokens a partir do sistema atual."
|
|
220
|
+
|
|
221
|
+
- id: ds-generate-ai-metadata
|
|
222
|
+
file: tasks/ds-generate-ai-metadata.md
|
|
223
|
+
agents: [brad-frost]
|
|
224
|
+
description: "Gerar metadata de componentes para agentes."
|
|
225
|
+
|
|
226
|
+
- id: ds-generate-documentation
|
|
227
|
+
file: tasks/ds-generate-documentation.md
|
|
228
|
+
agents: [brad-frost]
|
|
229
|
+
description: "Gerar documentacao de design system."
|
|
230
|
+
|
|
231
|
+
- id: ds-generate-migration-strategy
|
|
232
|
+
file: tasks/ds-generate-migration-strategy.md
|
|
233
|
+
agents: [brad-frost]
|
|
234
|
+
description: "Gerar estrategia de migracao faseada."
|
|
235
|
+
|
|
236
|
+
- id: ds-generate-shock-report
|
|
237
|
+
file: tasks/ds-generate-shock-report.md
|
|
238
|
+
agents: [brad-frost]
|
|
239
|
+
description: "Gerar report visual de caos e desperdicio."
|
|
240
|
+
|
|
241
|
+
- id: ds-govern-a11y-compliance
|
|
242
|
+
file: tasks/ds-govern-a11y-compliance.md
|
|
243
|
+
agents: [brad-frost]
|
|
244
|
+
description: "Governanca e gate de acessibilidade."
|
|
245
|
+
|
|
246
|
+
- id: ds-health-metrics
|
|
247
|
+
file: tasks/ds-health-metrics.md
|
|
248
|
+
agents: [brad-frost]
|
|
249
|
+
description: "Calcular health score do design system."
|
|
250
|
+
|
|
251
|
+
- id: ds-integrate-squad
|
|
252
|
+
file: tasks/ds-integrate-squad.md
|
|
253
|
+
agents: [design-chief]
|
|
254
|
+
description: "Integrar squad com ecossistema AIOS."
|
|
255
|
+
|
|
256
|
+
- id: ds-integrate-workspace
|
|
257
|
+
file: tasks/ds-integrate-workspace.md
|
|
258
|
+
agents: [brad-frost]
|
|
259
|
+
description: "Integrar design system ao workspace."
|
|
260
|
+
|
|
261
|
+
- id: ds-legacy-modernization
|
|
262
|
+
file: tasks/ds-legacy-modernization.md
|
|
263
|
+
agents: [brad-frost, design-chief]
|
|
264
|
+
description: "Modernizar legado para stack de design system."
|
|
265
|
+
|
|
266
|
+
- id: ds-parallelization-gate
|
|
267
|
+
file: tasks/ds-parallelization-gate.md
|
|
268
|
+
agents: [design-chief]
|
|
269
|
+
description: "Gate de dependencia para paralelizacao."
|
|
270
|
+
|
|
271
|
+
- id: ds-rebuild-artifact
|
|
272
|
+
file: tasks/ds-rebuild-artifact.md
|
|
273
|
+
agents: [brad-frost]
|
|
274
|
+
description: "Reconstruir artefato de design system."
|
|
275
|
+
|
|
276
|
+
- id: ds-reverse-engineer
|
|
277
|
+
file: tasks/ds-reverse-engineer.md
|
|
278
|
+
agents: [brad-frost]
|
|
279
|
+
description: "Extrair padroes de sistemas validados."
|
|
280
|
+
|
|
281
|
+
- id: ds-scan-artifact
|
|
282
|
+
file: tasks/ds-scan-artifact.md
|
|
283
|
+
agents: [brad-frost]
|
|
284
|
+
description: "Escanear artefato visual para diagnostico."
|
|
285
|
+
|
|
286
|
+
- id: ds-setup-design-system
|
|
287
|
+
file: tasks/ds-setup-design-system.md
|
|
288
|
+
agents: [brad-frost]
|
|
289
|
+
description: "Setup inicial de design system."
|
|
290
|
+
|
|
291
|
+
- id: ds-sync-registry
|
|
292
|
+
file: tasks/ds-sync-registry.md
|
|
293
|
+
agents: [brad-frost]
|
|
294
|
+
description: "Sincronizar registry, metadata e docs."
|
|
295
|
+
|
|
296
|
+
- id: ds-generate-cursor-rules
|
|
297
|
+
file: tasks/ds-generate-cursor-rules.md
|
|
298
|
+
agents: [brad-frost]
|
|
299
|
+
description: "Gerar regras de IDE a partir do design system."
|
|
300
|
+
|
|
301
|
+
- id: ds-mcp-status
|
|
302
|
+
file: tasks/ds-mcp-status.md
|
|
303
|
+
agents: [brad-frost]
|
|
304
|
+
description: "Auditar status e disponibilidade do MCP do design system."
|
|
305
|
+
|
|
306
|
+
- id: ds-query
|
|
307
|
+
file: tasks/ds-query.md
|
|
308
|
+
agents: [brad-frost]
|
|
309
|
+
description: "Consultar design system via interface MCP interativa."
|
|
310
|
+
|
|
311
|
+
- id: ds-validate-ai-readiness
|
|
312
|
+
file: tasks/ds-validate-ai-readiness.md
|
|
313
|
+
agents: [brad-frost]
|
|
314
|
+
description: "Validar prontidao AI dos artefatos de design system."
|
|
315
|
+
|
|
316
|
+
- id: ds-agentic-audit
|
|
317
|
+
file: tasks/ds-agentic-audit.md
|
|
318
|
+
agents: [brad-frost]
|
|
319
|
+
description: "Auditar prontidao agentic do design system."
|
|
320
|
+
|
|
321
|
+
- id: ds-agentic-setup
|
|
322
|
+
file: tasks/ds-agentic-setup.md
|
|
323
|
+
agents: [brad-frost]
|
|
324
|
+
description: "Estruturar fundamentos de DS para agentes AI."
|
|
325
|
+
|
|
326
|
+
- id: ds-token-w3c-extract
|
|
327
|
+
file: tasks/ds-token-w3c-extract.md
|
|
328
|
+
agents: [brad-frost]
|
|
329
|
+
description: "Extrair tokens no padrao W3C DTCG."
|
|
330
|
+
|
|
331
|
+
- id: ds-token-modes
|
|
332
|
+
file: tasks/ds-token-modes.md
|
|
333
|
+
agents: [brad-frost]
|
|
334
|
+
description: "Modelar modos de tokens (tema, contexto, brand)."
|
|
335
|
+
|
|
336
|
+
- id: ds-motion-audit
|
|
337
|
+
file: tasks/ds-motion-audit.md
|
|
338
|
+
agents: [brad-frost]
|
|
339
|
+
description: "Auditar motion e animacoes com governanca."
|
|
340
|
+
|
|
341
|
+
- id: ds-visual-regression
|
|
342
|
+
file: tasks/ds-visual-regression.md
|
|
343
|
+
agents: [brad-frost]
|
|
344
|
+
description: "Validar regressao visual por baseline comparativa."
|
|
345
|
+
|
|
346
|
+
- id: ds-fluent-audit
|
|
347
|
+
file: tasks/ds-fluent-audit.md
|
|
348
|
+
agents: [brad-frost]
|
|
349
|
+
description: "Auditar aderencia a principios Fluent 2."
|
|
350
|
+
|
|
351
|
+
- id: ds-fluent-build
|
|
352
|
+
file: tasks/ds-fluent-build.md
|
|
353
|
+
agents: [brad-frost]
|
|
354
|
+
description: "Construir componentes com blueprint Fluent 2."
|
|
355
|
+
|
|
356
|
+
- id: ds-theme-multi-brand
|
|
357
|
+
file: tasks/ds-theme-multi-brand.md
|
|
358
|
+
agents: [brad-frost]
|
|
359
|
+
description: "Definir theming multi-brand orientado a tokens."
|
|
360
|
+
|
|
361
|
+
- id: ds-multi-framework
|
|
362
|
+
file: tasks/ds-multi-framework.md
|
|
363
|
+
agents: [brad-frost]
|
|
364
|
+
description: "Planejar componentes para multiplos frameworks."
|
|
365
|
+
|
|
366
|
+
- id: ds-governance
|
|
367
|
+
file: tasks/ds-governance.md
|
|
368
|
+
agents: [brad-frost]
|
|
369
|
+
description: "Definir modelo de governanca e contribuicao do design system."
|
|
370
|
+
|
|
371
|
+
- id: ds-designops
|
|
372
|
+
file: tasks/ds-designops.md
|
|
373
|
+
agents: [dave-malouf, brad-frost]
|
|
374
|
+
description: "Estruturar operacao DesignOps com metricas e playbook."
|
|
375
|
+
|
|
376
|
+
- id: ds-critical-eye-inventory
|
|
377
|
+
file: tasks/ds-critical-eye-inventory.md
|
|
378
|
+
agents: [brad-frost]
|
|
379
|
+
description: "Inventariar variantes por categoria para curadoria."
|
|
380
|
+
|
|
381
|
+
- id: ds-critical-eye-score
|
|
382
|
+
file: tasks/ds-critical-eye-score.md
|
|
383
|
+
agents: [brad-frost]
|
|
384
|
+
description: "Pontuar variantes nas 5 dimensoes (100 pts)."
|
|
385
|
+
|
|
386
|
+
- id: ds-critical-eye-compare
|
|
387
|
+
file: tasks/ds-critical-eye-compare.md
|
|
388
|
+
agents: [brad-frost]
|
|
389
|
+
description: "Comparar e ranquear variantes dentro de categoria."
|
|
390
|
+
|
|
391
|
+
- id: ds-critical-eye-decide
|
|
392
|
+
file: tasks/ds-critical-eye-decide.md
|
|
393
|
+
agents: [brad-frost]
|
|
394
|
+
description: "Executar transicoes de lifecycle e gerar proposals."
|
|
395
|
+
|
|
396
|
+
- id: ds-critical-eye-report
|
|
397
|
+
file: tasks/ds-critical-eye-report.md
|
|
398
|
+
agents: [brad-frost]
|
|
399
|
+
description: "Gerar relatorio de ciclo do Critical Eye."
|
|
400
|
+
|
|
401
|
+
- id: ds-figma-pipeline
|
|
402
|
+
file: tasks/ds-figma-pipeline.md
|
|
403
|
+
agents: [brad-frost]
|
|
404
|
+
description: "Configurar pipeline Figma MCP para design-to-code."
|
|
405
|
+
|
|
406
|
+
- id: f1-ingest-figma-tokens
|
|
407
|
+
file: tasks/f1-ingest-figma-tokens.md
|
|
408
|
+
agents: [ds-foundations-lead]
|
|
409
|
+
description: "Receber e normalizar tokens do Figma."
|
|
410
|
+
|
|
411
|
+
- id: f1-map-tokens-to-shadcn
|
|
412
|
+
file: tasks/f1-map-tokens-to-shadcn.md
|
|
413
|
+
agents: [ds-foundations-lead]
|
|
414
|
+
description: "Mapear tokens Figma para CSS vars shadcn em OKLch."
|
|
415
|
+
|
|
416
|
+
- id: f1-apply-foundations
|
|
417
|
+
file: tasks/f1-apply-foundations.md
|
|
418
|
+
agents: [ds-foundations-lead]
|
|
419
|
+
description: "Aplicar tokens mapeados no globals.css e @theme inline."
|
|
420
|
+
|
|
421
|
+
- id: f1-qa-foundations
|
|
422
|
+
file: tasks/f1-qa-foundations.md
|
|
423
|
+
agents: [ds-foundations-lead]
|
|
424
|
+
description: "QA gate de foundations e tokens."
|
|
425
|
+
|
|
426
|
+
- id: f2-ingest-base-components
|
|
427
|
+
file: tasks/f2-ingest-base-components.md
|
|
428
|
+
agents: [ds-foundations-lead]
|
|
429
|
+
description: "Receber especificacoes visuais de componentes do Figma."
|
|
430
|
+
|
|
431
|
+
- id: f2-adapt-shadcn-components
|
|
432
|
+
file: tasks/f2-adapt-shadcn-components.md
|
|
433
|
+
agents: [ds-foundations-lead]
|
|
434
|
+
description: "Adaptar componentes shadcn para o visual do Figma."
|
|
435
|
+
|
|
436
|
+
- id: f2-qa-base-components
|
|
437
|
+
file: tasks/f2-qa-base-components.md
|
|
438
|
+
agents: [ds-foundations-lead]
|
|
439
|
+
description: "QA gate de base components."
|
|
440
|
+
|
|
441
|
+
- id: f3-derive-components
|
|
442
|
+
file: tasks/f3-derive-components.md
|
|
443
|
+
agents: [ds-foundations-lead]
|
|
444
|
+
description: "Derivar componentes restantes seguindo padroes estabelecidos."
|
|
445
|
+
|
|
446
|
+
- id: f3-qa-derived-components
|
|
447
|
+
file: tasks/f3-qa-derived-components.md
|
|
448
|
+
agents: [ds-foundations-lead]
|
|
449
|
+
description: "QA gate final de todos os componentes."
|
|
450
|
+
|
|
451
|
+
- id: a11y-audit
|
|
452
|
+
file: tasks/a11y-audit.md
|
|
453
|
+
agents: [brad-frost]
|
|
454
|
+
description: "Auditoria geral de acessibilidade."
|
|
455
|
+
|
|
456
|
+
- id: aria-audit
|
|
457
|
+
file: tasks/aria-audit.md
|
|
458
|
+
agents: [brad-frost]
|
|
459
|
+
description: "Auditoria de atributos ARIA."
|
|
460
|
+
|
|
461
|
+
- id: contrast-matrix
|
|
462
|
+
file: tasks/contrast-matrix.md
|
|
463
|
+
agents: [brad-frost]
|
|
464
|
+
description: "Matriz de contraste WCAG."
|
|
465
|
+
|
|
466
|
+
- id: focus-order-audit
|
|
467
|
+
file: tasks/focus-order-audit.md
|
|
468
|
+
agents: [brad-frost]
|
|
469
|
+
description: "Auditoria de ordem de foco."
|
|
470
|
+
|
|
471
|
+
- id: atomic-refactor-plan
|
|
472
|
+
file: tasks/atomic-refactor-plan.md
|
|
473
|
+
agents: [brad-frost]
|
|
474
|
+
description: "Planejar refactor atomic."
|
|
475
|
+
|
|
476
|
+
- id: atomic-refactor-execute
|
|
477
|
+
file: tasks/atomic-refactor-execute.md
|
|
478
|
+
agents: [brad-frost]
|
|
479
|
+
description: "Executar refactor atomic."
|
|
480
|
+
|
|
481
|
+
- id: audit-reading-experience
|
|
482
|
+
file: tasks/audit-reading-experience.md
|
|
483
|
+
agents: [brad-frost]
|
|
484
|
+
description: "Auditar legibilidade e experiencia de leitura."
|
|
485
|
+
|
|
486
|
+
- id: audit-tailwind-config
|
|
487
|
+
file: tasks/audit-tailwind-config.md
|
|
488
|
+
agents: [brad-frost]
|
|
489
|
+
description: "Auditar configuracao Tailwind."
|
|
490
|
+
|
|
491
|
+
- id: bootstrap-shadcn-library
|
|
492
|
+
file: tasks/bootstrap-shadcn-library.md
|
|
493
|
+
agents: [brad-frost]
|
|
494
|
+
description: "Bootstrap de biblioteca Shadcn."
|
|
495
|
+
|
|
496
|
+
- id: bundle-audit
|
|
497
|
+
file: tasks/bundle-audit.md
|
|
498
|
+
agents: [brad-frost]
|
|
499
|
+
description: "Auditar impacto de bundle."
|
|
500
|
+
|
|
501
|
+
- id: dead-code-detection
|
|
502
|
+
file: tasks/dead-code-detection.md
|
|
503
|
+
agents: [brad-frost]
|
|
504
|
+
description: "Detectar codigo morto."
|
|
505
|
+
|
|
506
|
+
- id: design-compare
|
|
507
|
+
file: tasks/design-compare.md
|
|
508
|
+
agents: [brad-frost]
|
|
509
|
+
description: "Comparar implementacoes de design."
|
|
510
|
+
|
|
511
|
+
- id: export-design-tokens-dtcg
|
|
512
|
+
file: tasks/export-design-tokens-dtcg.md
|
|
513
|
+
agents: [brad-frost]
|
|
514
|
+
description: "Exportar tokens no padrao DTCG."
|
|
515
|
+
|
|
516
|
+
- id: tailwind-upgrade
|
|
517
|
+
file: tasks/tailwind-upgrade.md
|
|
518
|
+
agents: [brad-frost]
|
|
519
|
+
description: "Atualizar Tailwind com governanca."
|
|
520
|
+
|
|
521
|
+
- id: token-usage-analytics
|
|
522
|
+
file: tasks/token-usage-analytics.md
|
|
523
|
+
agents: [brad-frost]
|
|
524
|
+
description: "Analisar uso de tokens no codebase."
|
|
525
|
+
|
|
526
|
+
- id: ux-rewrite-sixth-grade
|
|
527
|
+
file: tasks/ux-rewrite-sixth-grade.md
|
|
528
|
+
agents: [brad-frost]
|
|
529
|
+
description: "Reescrever UX copy para leitura simplificada."
|
|
530
|
+
|
|
531
|
+
- id: validate-design-fidelity
|
|
532
|
+
file: tasks/validate-design-fidelity.md
|
|
533
|
+
agents: [brad-frost]
|
|
534
|
+
description: "Validar fidelidade visual implementada."
|
|
535
|
+
|
|
536
|
+
- id: designops-maturity-assessment
|
|
537
|
+
file: tasks/designops-maturity-assessment.md
|
|
538
|
+
agents: [dave-malouf]
|
|
539
|
+
description: "Diagnostico de maturidade DesignOps."
|
|
540
|
+
|
|
541
|
+
- id: designops-metrics-setup
|
|
542
|
+
file: tasks/designops-metrics-setup.md
|
|
543
|
+
agents: [dave-malouf]
|
|
544
|
+
description: "Setup de metricas DesignOps."
|
|
545
|
+
|
|
546
|
+
- id: design-team-scaling
|
|
547
|
+
file: tasks/design-team-scaling.md
|
|
548
|
+
agents: [dave-malouf]
|
|
549
|
+
description: "Escalar time de design de forma sustentavel."
|
|
550
|
+
|
|
551
|
+
- id: design-tooling-audit
|
|
552
|
+
file: tasks/design-tooling-audit.md
|
|
553
|
+
agents: [dave-malouf]
|
|
554
|
+
description: "Auditoria de stack e tooling de design."
|
|
555
|
+
|
|
556
|
+
- id: design-process-optimization
|
|
557
|
+
file: tasks/design-process-optimization.md
|
|
558
|
+
agents: [dave-malouf]
|
|
559
|
+
description: "Otimizar processo de trabalho de design."
|
|
560
|
+
|
|
561
|
+
- id: design-triage
|
|
562
|
+
file: tasks/design-triage.md
|
|
563
|
+
agents: [dave-malouf]
|
|
564
|
+
description: "Triagem e priorizacao de demandas."
|
|
565
|
+
|
|
566
|
+
- id: design-review-orchestration
|
|
567
|
+
file: tasks/design-review-orchestration.md
|
|
568
|
+
agents: [design-chief, dave-malouf]
|
|
569
|
+
description: "Orquestrar review de design com governanca."
|
|
570
|
+
|
|
571
|
+
- id: create-doc
|
|
572
|
+
file: tasks/create-doc.md
|
|
573
|
+
agents: [design-chief]
|
|
574
|
+
description: "Criacao guiada de documentacao."
|
|
575
|
+
|
|
576
|
+
- id: execute-checklist
|
|
577
|
+
file: tasks/execute-checklist.md
|
|
578
|
+
agents: [design-chief]
|
|
579
|
+
description: "Executar checklist com evidencias."
|
|
580
|
+
|
|
581
|
+
checklists:
|
|
582
|
+
- id: atomic-refactor-checklist
|
|
583
|
+
file: checklists/atomic-refactor-checklist.md
|
|
584
|
+
- id: ds-accessibility-wcag-checklist
|
|
585
|
+
file: checklists/ds-accessibility-wcag-checklist.md
|
|
586
|
+
- id: ds-a11y-release-gate-checklist
|
|
587
|
+
file: checklists/ds-a11y-release-gate-checklist.md
|
|
588
|
+
- id: ds-component-quality-checklist
|
|
589
|
+
file: checklists/ds-component-quality-checklist.md
|
|
590
|
+
- id: ds-migration-readiness-checklist
|
|
591
|
+
file: checklists/ds-migration-readiness-checklist.md
|
|
592
|
+
- id: ds-pattern-audit-checklist
|
|
593
|
+
file: checklists/ds-pattern-audit-checklist.md
|
|
594
|
+
- id: token-mapping-checklist
|
|
595
|
+
file: checklists/token-mapping-checklist.md
|
|
596
|
+
- id: component-adaptation-checklist
|
|
597
|
+
file: checklists/component-adaptation-checklist.md
|
|
598
|
+
- id: design-fidelity-checklist
|
|
599
|
+
file: checklists/design-fidelity-checklist.md
|
|
600
|
+
- id: reading-accessibility-checklist
|
|
601
|
+
file: checklists/reading-accessibility-checklist.md
|
|
602
|
+
- id: design-handoff-checklist
|
|
603
|
+
file: checklists/design-handoff-checklist.md
|
|
604
|
+
- id: design-team-health-checklist
|
|
605
|
+
file: checklists/design-team-health-checklist.md
|
|
606
|
+
- id: designops-maturity-checklist
|
|
607
|
+
file: checklists/designops-maturity-checklist.md
|
|
608
|
+
- id: ds-critical-eye-review-checklist
|
|
609
|
+
file: checklists/ds-critical-eye-review-checklist.md
|
|
610
|
+
|
|
611
|
+
templates:
|
|
612
|
+
- id: component-prompt-injection-tmpl
|
|
613
|
+
file: templates/component-prompt-injection-tmpl.md
|
|
614
|
+
- id: component-visual-spec-tmpl
|
|
615
|
+
file: templates/component-visual-spec-tmpl.md
|
|
616
|
+
- id: design-fidelity-report-tmpl
|
|
617
|
+
file: templates/design-fidelity-report-tmpl.md
|
|
618
|
+
- id: ds-artifact-analysis
|
|
619
|
+
file: templates/ds-artifact-analysis.md
|
|
620
|
+
- id: ds-health-report-tmpl
|
|
621
|
+
file: templates/ds-health-report-tmpl.md
|
|
622
|
+
- id: ds-migration-strategy-tmpl
|
|
623
|
+
file: templates/ds-migration-strategy-tmpl.md
|
|
624
|
+
- id: ds-state-persistence-tmpl
|
|
625
|
+
file: templates/ds-state-persistence-tmpl.yaml
|
|
626
|
+
- id: ds-tokens-schema-tmpl
|
|
627
|
+
file: templates/ds-tokens-schema-tmpl.yaml
|
|
628
|
+
- id: ds-ai-component-metadata-schema-tmpl
|
|
629
|
+
file: templates/ds-ai-component-metadata-schema-tmpl.json
|
|
630
|
+
- id: migration-strategy-tmpl
|
|
631
|
+
file: templates/migration-strategy-tmpl.md
|
|
632
|
+
- id: state-persistence-tmpl
|
|
633
|
+
file: templates/state-persistence-tmpl.yaml
|
|
634
|
+
- id: tokens-schema-tmpl
|
|
635
|
+
file: templates/tokens-schema-tmpl.yaml
|
|
636
|
+
- id: reading-design-tokens
|
|
637
|
+
file: templates/reading-design-tokens.css
|
|
638
|
+
- id: agent-template
|
|
639
|
+
file: templates/agent-template.yaml
|
|
640
|
+
- id: clone-mind-template
|
|
641
|
+
file: templates/clone-mind-template.md
|
|
642
|
+
- id: critical-eye-cycle-report-tmpl
|
|
643
|
+
file: templates/critical-eye-cycle-report-tmpl.md
|
|
644
|
+
|
|
645
|
+
data:
|
|
646
|
+
- id: atomic-design-principles
|
|
647
|
+
file: data/atomic-design-principles.md
|
|
648
|
+
- id: atomic-refactor-rules
|
|
649
|
+
file: data/atomic-refactor-rules.md
|
|
650
|
+
- id: consolidation-algorithms
|
|
651
|
+
file: data/consolidation-algorithms.md
|
|
652
|
+
- id: design-token-best-practices
|
|
653
|
+
file: data/design-token-best-practices.md
|
|
654
|
+
- id: design-tokens-spec
|
|
655
|
+
file: data/design-tokens-spec.yaml
|
|
656
|
+
- id: high-retention-reading-guide
|
|
657
|
+
file: data/high-retention-reading-guide.md
|
|
658
|
+
- id: integration-patterns
|
|
659
|
+
file: data/integration-patterns.md
|
|
660
|
+
- id: roi-calculation-guide
|
|
661
|
+
file: data/roi-calculation-guide.md
|
|
662
|
+
- id: wcag-compliance-guide
|
|
663
|
+
file: data/wcag-compliance-guide.md
|
|
664
|
+
- id: agentic-design-systems-guide
|
|
665
|
+
file: data/agentic-design-systems-guide.md
|
|
666
|
+
- id: agentic-ds-principles
|
|
667
|
+
file: data/agentic-ds-principles.md
|
|
668
|
+
- id: ds-reference-architectures
|
|
669
|
+
file: data/ds-reference-architectures.md
|
|
670
|
+
- id: fluent2-design-principles
|
|
671
|
+
file: data/fluent2-design-principles.md
|
|
672
|
+
- id: motion-tokens-guide
|
|
673
|
+
file: data/motion-tokens-guide.md
|
|
674
|
+
- id: w3c-dtcg-spec-reference
|
|
675
|
+
file: data/w3c-dtcg-spec-reference.md
|
|
676
|
+
- id: brad-frost-dna
|
|
677
|
+
file: data/brad-frost-dna.yaml
|
|
678
|
+
- id: brad-frost-analysis-extract-implicit
|
|
679
|
+
file: data/brad-frost-analysis-extract-implicit.yaml
|
|
680
|
+
- id: brad-frost-analysis-find-0.8
|
|
681
|
+
file: data/brad-frost-analysis-find-0.8.yaml
|
|
682
|
+
- id: brad-frost-analysis-qa-report
|
|
683
|
+
file: data/brad-frost-analysis-qa-report.yaml
|
|
684
|
+
- id: token-mapping-reference
|
|
685
|
+
file: data/token-mapping-reference.md
|
|
686
|
+
- id: figma-tokens-raw
|
|
687
|
+
file: data/figma-tokens-raw.md
|
|
688
|
+
- id: figma-base-components-raw
|
|
689
|
+
file: data/figma-base-components-raw.md
|
|
690
|
+
- id: base-component-specs
|
|
691
|
+
file: data/base-component-specs.md
|
|
692
|
+
- id: component-adaptation-changelog
|
|
693
|
+
file: data/component-adaptation-changelog.md
|
|
694
|
+
- id: f2-qa-report
|
|
695
|
+
file: data/f2-qa-report.md
|
|
696
|
+
- id: f3-derived-components-changelog
|
|
697
|
+
file: data/f3-derived-components-changelog.md
|
|
698
|
+
- id: f3-qa-report
|
|
699
|
+
file: data/f3-qa-report.md
|
|
700
|
+
- id: critical-eye-scoring-rules
|
|
701
|
+
file: data/critical-eye-scoring-rules.yaml
|
|
702
|
+
|
|
703
|
+
tags:
|
|
704
|
+
- design-system
|
|
705
|
+
- tokens
|
|
706
|
+
- components
|
|
707
|
+
- accessibility
|
|
708
|
+
- wcag
|
|
709
|
+
- atomic-design
|
|
710
|
+
- tailwind-v4
|
|
711
|
+
- shadcn-registry
|
|
712
|
+
- machine-readable
|
|
713
|
+
- mcp
|
|
714
|
+
- designops
|