sinapse-ai 1.19.2 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +2 -2
- package/.claude/hooks/enforce-delegation.cjs +32 -36
- package/.claude/rules/agent-handoff.md +10 -21
- package/.claude/rules/mandatory-delegation.md +1 -1
- package/.claude/rules/token-economy.md +12 -5
- package/.sinapse-ai/constitution.md +2 -0
- package/.sinapse-ai/core/atlas/flows-pt.js +6 -0
- package/.sinapse-ai/core/atlas/flows.js +7 -0
- package/.sinapse-ai/core/atlas/render-markdown.js +8 -0
- package/.sinapse-ai/core/doctor/checks/constitution-consistency.js +7 -0
- package/.sinapse-ai/core/execution/autonomous-build-loop.js +10 -4
- package/.sinapse-ai/core/execution/build-orchestrator.js +73 -2
- package/.sinapse-ai/core/execution/context-injector.js +2 -0
- package/.sinapse-ai/core/execution/parallel-executor.js +2 -0
- package/.sinapse-ai/core/execution/parallel-monitor.js +2 -0
- package/.sinapse-ai/core/execution/rate-limit-manager.js +2 -0
- package/.sinapse-ai/core/execution/result-aggregator.js +2 -0
- package/.sinapse-ai/core/execution/semantic-merge-engine.js +2 -0
- package/.sinapse-ai/core/execution/wave-executor.js +2 -0
- package/.sinapse-ai/core/health-check/checks/project/constitution-consistency.js +12 -1
- package/.sinapse-ai/core/orchestration/cli-commands.js +121 -4
- package/.sinapse-ai/core/orchestration/executors/epic-4-executor.js +10 -2
- package/.sinapse-ai/core/orchestration/executors/epic-6-executor.js +53 -2
- package/.sinapse-ai/core/orchestration/index.js +3 -0
- package/.sinapse-ai/core/orchestration/master-orchestrator.js +116 -18
- package/.sinapse-ai/core/synapse/context/context-tracker.js +118 -11
- package/.sinapse-ai/core/synapse/engine.js +18 -3
- package/.sinapse-ai/core/synapse/layers/l0-constitution.js +189 -8
- package/.sinapse-ai/core/synapse/output/formatter.js +65 -25
- package/.sinapse-ai/core-config.yaml +8 -1
- package/.sinapse-ai/data/entity-registry.yaml +69 -68
- package/.sinapse-ai/development/agents/developer.md +18 -34
- package/.sinapse-ai/development/agents/snps-orqx.md +5 -5
- package/.sinapse-ai/development/agents/sprint-lead.md +20 -36
- package/.sinapse-ai/development/scripts/agent-exit-hooks.js +13 -4
- package/.sinapse-ai/infrastructure/integrations/ai-providers/README.md +2 -2
- package/.sinapse-ai/install-manifest.yaml +71 -71
- package/.sinapse-ai/product/templates/activation-instructions-template.md +72 -185
- package/.sinapse-ai/product/templates/ide-rules/claude-rules.md +45 -274
- package/.sinapse-ai/product/templates/statusline/agent-badges.json +2 -2
- package/.sinapse-ai/product/templates/statusline/statusline-script.js +5 -3
- package/.sinapse-ai/workflow-intelligence/engine/wave-analyzer.js +8 -0
- package/CHANGELOG.md +31 -2
- package/README.md +10 -0
- package/bin/cli.js +29 -0
- package/bin/commands/help.js +5 -0
- package/bin/commands/uninstall.js +5 -0
- package/bin/postinstall.js +7 -0
- package/bin/sinapse.js +149 -1
- package/docs/framework/atlas/OPERATING-ATLAS.md +3 -3
- package/docs/framework/atlas/atlas-data.json +6 -6
- package/docs/framework/atlas/atlas.html +2 -2
- package/docs/framework/source-tree.md +1 -1
- package/docs/framework/workflow-engine-status.md +70 -0
- package/docs/guides/ade-guide.md +4 -2
- package/docs/guides/api-reference.md +2 -0
- package/docs/guides/permission-modes.md +2 -0
- package/docs/guides/user-guide.md +21 -7
- package/docs/guides/workflows/AUTO-WORKTREE-WORKFLOW.md +2 -2
- package/docs/pt/architecture/ade-architecture.md +2 -0
- package/docs/pt/architecture/high-level-architecture.md +1 -1
- package/docs/pt/guides/ade-guide.md +4 -2
- package/docs/pt/guides/api-reference.md +2 -0
- package/docs/pt/guides/permission-modes.md +2 -0
- package/docs/pt/guides/user-guide.md +21 -7
- package/docs/pt/platforms/claude-code.md +2 -2
- package/docs/sinapse-workflows/auto-worktree-workflow.md +2 -2
- package/package.json +1 -1
- package/packages/installer/src/config/configure-environment.js +6 -0
- package/packages/installer/src/config/templates/core-config-template.js +43 -1
- package/packages/installer/src/installer/synapse-runtime-installer.js +148 -0
- package/packages/installer/src/wizard/i18n.js +294 -0
- package/packages/installer/src/wizard/index.js +26 -0
- package/packages/installer/src/wizard/validation/troubleshooting-system.js +60 -131
- package/scripts/bracket-report.js +103 -0
- package/scripts/validate-agent-codenames.js +168 -37
- package/scripts/validate-install-docs.js +23 -2
- package/sinapse/agents/sinapse-orqx.md +3 -3
- package/sinapse/agents/snps-orqx.md +3 -3
- package/sinapse/knowledge-base/routing-catalog.md +1 -1
- package/sinapse/tasks/diagnose-and-route.md +1 -1
- package/squads/claude-code-mastery/CHANGELOG.md +1 -1
- package/squads/claude-code-mastery/README.md +6 -6
- package/squads/claude-code-mastery/agents/claude-mastery-chief.md +7 -7
- package/squads/claude-code-mastery/agents/roadmap-sentinel.md +9 -9
- package/squads/claude-code-mastery/agents/swarm-orqx.md +5 -5
- package/squads/claude-code-mastery/data/claude-code-quick-ref.yaml +1 -1
- package/squads/claude-code-mastery/knowledge-base/claude-code-internals-deep.md +4 -4
- package/squads/claude-code-mastery/knowledge-base/claude-code-internals-reference.md +4 -4
- package/squads/claude-code-mastery/tasks/create-agent-definition.md +6 -6
- package/squads/claude-code-mastery/tasks/create-team-topology.md +3 -3
- package/squads/claude-code-mastery/tasks/diagnose.md +1 -1
- package/squads/claude-code-mastery/tasks/parallel-decomposition.md +1 -1
- package/squads/claude-code-mastery/tasks/worktree-strategy.md +1 -1
- package/squads/squad-animations/README.md +1 -1
- package/squads/squad-animations/agents/animation-interpreter.md +5 -5
- package/squads/squad-animations/agents/animations-orqx.md +6 -6
- package/squads/squad-animations/squad.yaml +1 -1
- package/squads/squad-animations/tasks/analyze-reference-animation.md +1 -1
- package/squads/squad-animations/tasks/build-animation-brief.md +1 -1
- package/squads/squad-animations/tasks/create-animation-storyboard.md +1 -1
- package/squads/squad-animations/tasks/cross-reference-brand-system.md +1 -1
- package/squads/squad-animations/tasks/extract-animation-intent.md +1 -1
- package/squads/squad-animations/tasks/generate-motion-vocabulary.md +1 -1
- package/squads/squad-animations/tasks/identify-website-animation.md +1 -1
- package/squads/squad-animations/tasks/interpret-animation-prompt.md +1 -1
- package/squads/squad-animations/tasks/refine-animation-specification.md +1 -1
- package/squads/squad-animations/tasks/translate-feeling-to-parameters.md +1 -1
- package/squads/squad-animations/tasks/validate-animation-feasibility.md +1 -1
- package/squads/squad-animations/workflows/prompt-to-animation-cycle.yaml +2 -2
- package/squads/squad-brand/agents/brand-auditor.md +1 -1
- package/squads/squad-brand/agents/brand-compiler.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +5 -5
- package/squads/squad-brand/agents/brand-orqx.md +2 -2
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/squad.yaml +1 -1
- package/squads/squad-brand/tasks/create-animation-library.md +1 -1
- package/squads/squad-brand/tasks/create-brand-characters.md +2 -2
- package/squads/squad-brand/tasks/create-event-branding.md +2 -2
- package/squads/squad-brand/tasks/create-micro-interactions.md +1 -1
- package/squads/squad-brand/tasks/create-page-transitions.md +1 -1
- package/squads/squad-brand/tasks/create-video-templates.md +1 -1
- package/squads/squad-brand/tasks/create-web-templates.md +1 -1
- package/squads/squad-brand/tasks/define-motion-language.md +1 -1
- package/squads/squad-brand/tasks/design-dynamic-identity-system.md +2 -2
- package/squads/squad-brand/tasks/design-illustration-system.md +1 -1
- package/squads/squad-commercial/README.md +3 -3
- package/squads/squad-commercial/agents/commercial-orqx.md +8 -8
- package/squads/squad-commercial/agents/cs-crm-specialist.md +3 -3
- package/squads/squad-commercial/agents/cs-revops-analyst.md +3 -3
- package/squads/squad-commercial/agents/cs-sales-closer.md +1 -1
- package/squads/squad-commercial/knowledge-base/commercial-analytics-reporting.md +7 -7
- package/squads/squad-commercial/knowledge-base/sales-revenue-master-reference.md +1 -1
- package/squads/squad-commercial/squad.yaml +3 -3
- package/squads/squad-commercial/tasks/analyze-revenue-leaks.md +2 -2
- package/squads/squad-commercial/tasks/audit-commercial-tech-stack.md +1 -1
- package/squads/squad-commercial/tasks/audit-crm-data.md +1 -1
- package/squads/squad-commercial/tasks/build-deal-scoring-model.md +1 -1
- package/squads/squad-commercial/tasks/build-forecasting-model.md +1 -1
- package/squads/squad-commercial/tasks/build-pipeline-dashboard.md +2 -2
- package/squads/squad-commercial/tasks/build-unit-economics-model.md +1 -1
- package/squads/squad-commercial/tasks/conduct-commercial-retrospective.md +2 -2
- package/squads/squad-commercial/tasks/conduct-deal-review.md +1 -1
- package/squads/squad-commercial/tasks/conduct-win-loss-analysis.md +1 -1
- package/squads/squad-commercial/tasks/configure-activity-tracking.md +1 -1
- package/squads/squad-commercial/tasks/configure-crm-integrations.md +1 -1
- package/squads/squad-commercial/tasks/configure-pipeline-stages.md +1 -1
- package/squads/squad-commercial/tasks/coordinate-revenue-cycle.md +1 -1
- package/squads/squad-commercial/tasks/create-commercial-brief.md +2 -2
- package/squads/squad-commercial/tasks/create-revenue-dashboard.md +1 -1
- package/squads/squad-commercial/tasks/design-lead-routing.md +1 -1
- package/squads/squad-commercial/tasks/design-quota-model.md +1 -1
- package/squads/squad-commercial/tasks/execute-save-play.md +1 -1
- package/squads/squad-commercial/tasks/manage-commercial-handoffs.md +1 -1
- package/squads/squad-commercial/tasks/manage-pipeline-forecast.md +3 -3
- package/squads/squad-commercial/tasks/monitor-pipeline-health.md +1 -1
- package/squads/squad-commercial/tasks/monitor-saas-metrics.md +1 -1
- package/squads/squad-commercial/tasks/plan-sales-capacity.md +1 -1
- package/squads/squad-commercial/tasks/plan-territory-mapping.md +1 -1
- package/squads/squad-commercial/tasks/review-revenue-architecture.md +2 -2
- package/squads/squad-commercial/tasks/run-quarterly-commercial-review.md +3 -3
- package/squads/squad-commercial/tasks/select-commercial-workflow.md +1 -1
- package/squads/squad-commercial/tasks/setup-outreach-sequences.md +1 -1
- package/squads/squad-commercial/templates/offer-brief-template.md +2 -2
- package/squads/squad-commercial/workflows/new-offer-launch.yaml +2 -2
- package/squads/squad-commercial/workflows/quarterly-commercial-review.yaml +1 -1
- package/squads/squad-commercial/workflows/revenue-forecasting-cycle.yaml +2 -2
- package/squads/squad-content/README.md +1 -1
- package/squads/squad-content/agents/content-analyst.md +4 -4
- package/squads/squad-content/agents/content-engineer.md +2 -2
- package/squads/squad-content/agents/content-governor.md +1 -1
- package/squads/squad-content/agents/content-orqx.md +6 -6
- package/squads/squad-content/agents/editorial-strategist.md +5 -5
- package/squads/squad-content/agents/platform-specialist.md +1 -1
- package/squads/squad-content/agents/signal-intelligence.md +4 -4
- package/squads/squad-content/checklists/editorial-planning-checklist.md +1 -1
- package/squads/squad-content/checklists/onboarding-setup-checklist.md +2 -2
- package/squads/squad-content/knowledge-base/ai-native-content-loop.md +2 -2
- package/squads/squad-content/knowledge-base/content-governance-principles.md +2 -2
- package/squads/squad-content/knowledge-base/cross-squad-integration-protocol.md +1 -1
- package/squads/squad-content/knowledge-base/signal-intelligence-v2.md +1 -1
- package/squads/squad-content/knowledge-base/task-ownership-map.md +5 -5
- package/squads/squad-content/squad.yaml +2 -2
- package/squads/squad-content/tasks/alert-opportunity-windows.md +6 -6
- package/squads/squad-content/tasks/analyze-content-performance.md +2 -2
- package/squads/squad-content/tasks/batch-content-production.md +1 -1
- package/squads/squad-content/tasks/benchmark-against-competitors.md +1 -1
- package/squads/squad-content/tasks/coordinate-cross-squad.md +1 -1
- package/squads/squad-content/tasks/create-content-governance.md +1 -1
- package/squads/squad-content/tasks/create-editorial-calendar.md +1 -1
- package/squads/squad-content/tasks/curate-ugc-signals.md +2 -2
- package/squads/squad-content/tasks/define-big-idea.md +1 -1
- package/squads/squad-content/tasks/define-content-kpis.md +1 -1
- package/squads/squad-content/tasks/flag-content-for-amplification.md +2 -2
- package/squads/squad-content/tasks/generate-content-report.md +3 -3
- package/squads/squad-content/tasks/manage-content-sprint.md +1 -1
- package/squads/squad-content/tasks/measure-content-roi.md +3 -3
- package/squads/squad-content/tasks/orchestrate-content-pipeline.md +2 -2
- package/squads/squad-content/tasks/plan-content-sprint.md +3 -3
- package/squads/squad-content/tasks/predict-content-performance.md +2 -2
- package/squads/squad-content/tasks/scan-daily-signals.md +2 -2
- package/squads/squad-content/tasks/triage-content-requests.md +1 -1
- package/squads/squad-content/tasks/triage-urgent-signal.md +1 -1
- package/squads/squad-content/templates/signal-alert-template.md +2 -2
- package/squads/squad-content/templates/weekly-briefing-template.md +1 -1
- package/squads/squad-content/workflows/content-audit-cycle.yaml +1 -1
- package/squads/squad-content/workflows/content-creation-cycle.yaml +3 -3
- package/squads/squad-content/workflows/editorial-planning-cycle.yaml +3 -3
- package/squads/squad-content/workflows/onboarding-content-cycle.yaml +3 -3
- package/squads/squad-content/workflows/performance-feedback-loop.yaml +3 -3
- package/squads/squad-content/workflows/signal-to-content-cycle.yaml +5 -5
- package/squads/squad-copy/README.md +4 -4
- package/squads/squad-copy/agents/ad-copywriter.md +4 -4
- package/squads/squad-copy/agents/copy-orqx.md +3 -3
- package/squads/squad-copy/agents/copy-strategist.md +5 -5
- package/squads/squad-copy/agents/direct-response-writer.md +3 -3
- package/squads/squad-copy/agents/email-sequence-strategist.md +1 -1
- package/squads/squad-copy/agents/funnel-copywriter.md +3 -3
- package/squads/squad-copy/agents/headline-specialist.md +1 -1
- package/squads/squad-copy/agents/proof-architect.md +3 -3
- package/squads/squad-copy/squad.yaml +3 -3
- package/squads/squad-copy/tasks/build-proof-stack.md +3 -3
- package/squads/squad-copy/tasks/craft-cta-variations.md +2 -2
- package/squads/squad-copy/tasks/craft-email-nurture-sequence.md +2 -2
- package/squads/squad-copy/tasks/craft-objection-handlers.md +1 -1
- package/squads/squad-copy/tasks/craft-social-media-hooks.md +1 -1
- package/squads/squad-copy/tasks/create-cart-abandonment-sequence.md +2 -2
- package/squads/squad-copy/tasks/create-customer-story.md +2 -2
- package/squads/squad-copy/tasks/create-email-campaign.md +2 -2
- package/squads/squad-copy/tasks/create-mechanism-copy.md +4 -4
- package/squads/squad-copy/tasks/create-opening-hooks.md +1 -1
- package/squads/squad-copy/tasks/create-ugc-script.md +2 -2
- package/squads/squad-copy/tasks/create-urgency-scarcity-framework.md +1 -1
- package/squads/squad-copy/tasks/create-welcome-sequence.md +2 -2
- package/squads/squad-copy/tasks/design-headline-ab-tests.md +1 -1
- package/squads/squad-copy/tasks/design-trigger-sequence.md +1 -1
- package/squads/squad-copy/tasks/design-welcome-series.md +2 -2
- package/squads/squad-copy/tasks/optimize-existing-copy.md +2 -2
- package/squads/squad-copy/tasks/optimize-funnel-conversion-copy.md +2 -2
- package/squads/squad-copy/tasks/optimize-pricing-framing.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-google.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-social.md +2 -2
- package/squads/squad-copy/tasks/write-ad-copy-variations.md +4 -4
- package/squads/squad-copy/tasks/write-case-study.md +2 -2
- package/squads/squad-copy/tasks/write-comparison-piece.md +2 -2
- package/squads/squad-copy/tasks/write-email-sequence.md +1 -1
- package/squads/squad-copy/tasks/write-email-subject-lines.md +1 -1
- package/squads/squad-copy/tasks/write-funnel-copy-sequence.md +4 -4
- package/squads/squad-copy/tasks/write-landing-page-copy.md +2 -2
- package/squads/squad-copy/tasks/write-launch-sequence.md +2 -2
- package/squads/squad-copy/tasks/write-opt-in-page.md +2 -2
- package/squads/squad-copy/tasks/write-product-narrative.md +2 -2
- package/squads/squad-copy/tasks/write-retargeting-copy.md +2 -2
- package/squads/squad-copy/tasks/write-sales-letter.md +1 -1
- package/squads/squad-copy/tasks/write-social-proof-section.md +1 -1
- package/squads/squad-copy/tasks/write-subheadlines-and-deck-copy.md +1 -1
- package/squads/squad-copy/tasks/write-upsell-copy.md +2 -2
- package/squads/squad-copy/tasks/write-vsl-script.md +3 -3
- package/squads/squad-copy/tasks/write-whitepaper-persuasive.md +2 -2
- package/squads/squad-copy/workflows/campaign-copy-cycle.yaml +4 -4
- package/squads/squad-copy/workflows/conversion-copy-sprint.yaml +6 -6
- package/squads/squad-copy/workflows/sales-copy-pipeline.yaml +4 -4
- package/squads/squad-design/README.md +6 -6
- package/squads/squad-design/agents/cro-persuasion.md +3 -3
- package/squads/squad-design/agents/design-orqx.md +17 -17
- package/squads/squad-design/agents/dx-accessibility-specialist.md +5 -5
- package/squads/squad-design/agents/dx-design-system-architect.md +8 -8
- package/squads/squad-design/agents/dx-frontend-engineer.md +7 -7
- package/squads/squad-design/agents/dx-interaction-designer.md +6 -6
- package/squads/squad-design/agents/dx-performance-engineer.md +3 -3
- package/squads/squad-design/agents/dx-ui-designer.md +7 -7
- package/squads/squad-design/agents/dx-ux-strategist.md +7 -7
- package/squads/squad-design/agents/platform-aesthetic-director.md +11 -11
- package/squads/squad-design/agents/premium-packaging-strategist.md +2 -2
- package/squads/squad-design/agents/product-surface-director.md +1 -1
- package/squads/squad-design/squad.yaml +6 -6
- package/squads/squad-design/tasks/analyze-javascript-bundles.md +1 -1
- package/squads/squad-design/tasks/audit-core-web-vitals.md +1 -1
- package/squads/squad-design/tasks/audit-design-system-health.md +1 -1
- package/squads/squad-design/tasks/audit-motion-performance.md +1 -1
- package/squads/squad-design/tasks/certify-accessibility-compliance.md +2 -2
- package/squads/squad-design/tasks/compose-screen-layouts.md +3 -3
- package/squads/squad-design/tasks/conduct-competitive-ux-analysis.md +1 -1
- package/squads/squad-design/tasks/conduct-dx-quality-gate.md +3 -3
- package/squads/squad-design/tasks/conduct-usability-heuristic-review.md +1 -1
- package/squads/squad-design/tasks/conduct-visual-qa.md +1 -1
- package/squads/squad-design/tasks/conduct-wcag-audit.md +1 -1
- package/squads/squad-design/tasks/configure-cdn-strategy.md +1 -1
- package/squads/squad-design/tasks/configure-token-export-pipeline.md +1 -1
- package/squads/squad-design/tasks/create-a11y-remediation-plan.md +4 -4
- package/squads/squad-design/tasks/create-color-system.md +2 -2
- package/squads/squad-design/tasks/create-component-governance.md +1 -1
- package/squads/squad-design/tasks/create-component-tokens.md +2 -2
- package/squads/squad-design/tasks/create-dark-light-themes.md +3 -3
- package/squads/squad-design/tasks/create-easing-curve-library.md +1 -1
- package/squads/squad-design/tasks/create-empty-error-states.md +1 -1
- package/squads/squad-design/tasks/create-error-boundary-patterns.md +1 -1
- package/squads/squad-design/tasks/create-illustration-style.md +1 -1
- package/squads/squad-design/tasks/create-mobile-first-designs.md +2 -2
- package/squads/squad-design/tasks/create-motion-documentation.md +1 -1
- package/squads/squad-design/tasks/create-motion-tokens.md +2 -2
- package/squads/squad-design/tasks/create-primitive-tokens.md +1 -1
- package/squads/squad-design/tasks/create-responsive-grid-system.md +1 -1
- package/squads/squad-design/tasks/create-screen-reader-specs.md +1 -1
- package/squads/squad-design/tasks/create-scroll-animation-patterns.md +1 -1
- package/squads/squad-design/tasks/create-semantic-tokens.md +1 -1
- package/squads/squad-design/tasks/create-storybook-documentation-standards.md +1 -1
- package/squads/squad-design/tasks/create-user-personas.md +1 -1
- package/squads/squad-design/tasks/create-ux-principles.md +1 -1
- package/squads/squad-design/tasks/create-wireframe-brief.md +2 -2
- package/squads/squad-design/tasks/define-atomic-hierarchy.md +2 -2
- package/squads/squad-design/tasks/define-content-hierarchy.md +2 -2
- package/squads/squad-design/tasks/define-motion-principles.md +4 -4
- package/squads/squad-design/tasks/define-performance-budgets.md +1 -1
- package/squads/squad-design/tasks/define-token-taxonomy.md +2 -2
- package/squads/squad-design/tasks/design-accessible-form-patterns.md +2 -2
- package/squads/squad-design/tasks/design-component-api-contracts.md +3 -3
- package/squads/squad-design/tasks/design-component-visual-states.md +4 -4
- package/squads/squad-design/tasks/design-dashboard-layouts.md +1 -1
- package/squads/squad-design/tasks/design-duration-scale.md +1 -1
- package/squads/squad-design/tasks/design-feedback-animations.md +2 -2
- package/squads/squad-design/tasks/design-focus-management.md +1 -1
- package/squads/squad-design/tasks/design-form-patterns.md +2 -2
- package/squads/squad-design/tasks/design-icon-system.md +1 -1
- package/squads/squad-design/tasks/design-information-architecture.md +2 -2
- package/squads/squad-design/tasks/design-landing-page-ui.md +3 -3
- package/squads/squad-design/tasks/design-loading-choreography.md +1 -1
- package/squads/squad-design/tasks/design-multi-brand-theming.md +1 -1
- package/squads/squad-design/tasks/design-page-transitions.md +1 -1
- package/squads/squad-design/tasks/design-spacing-scale.md +3 -3
- package/squads/squad-design/tasks/design-typography-scale.md +3 -3
- package/squads/squad-design/tasks/design-user-flows.md +2 -2
- package/squads/squad-design/tasks/design-visual-hierarchy.md +2 -2
- package/squads/squad-design/tasks/eliminate-render-blocking.md +1 -1
- package/squads/squad-design/tasks/extract-critical-css.md +1 -1
- package/squads/squad-design/tasks/govern-third-party-scripts.md +1 -1
- package/squads/squad-design/tasks/implement-authentication-ui.md +1 -1
- package/squads/squad-design/tasks/implement-component-library.md +4 -4
- package/squads/squad-design/tasks/implement-form-system.md +2 -2
- package/squads/squad-design/tasks/implement-reduced-motion.md +3 -3
- package/squads/squad-design/tasks/implement-responsive-layouts.md +1 -1
- package/squads/squad-design/tasks/implement-routing-strategy.md +1 -1
- package/squads/squad-design/tasks/map-dark-mode-tokens.md +3 -3
- package/squads/squad-design/tasks/map-user-journeys.md +2 -2
- package/squads/squad-design/tasks/migrate-legacy-design-system.md +1 -1
- package/squads/squad-design/tasks/monitor-performance-regression.md +1 -1
- package/squads/squad-design/tasks/optimize-font-loading.md +1 -1
- package/squads/squad-design/tasks/optimize-image-pipeline.md +1 -1
- package/squads/squad-design/tasks/orchestrate-dx-pipeline.md +2 -2
- package/squads/squad-design/tasks/plan-ux-research-sprint.md +1 -1
- package/squads/squad-design/tasks/produce-design-handoff-specs.md +4 -4
- package/squads/squad-design/tasks/review-aria-patterns.md +1 -1
- package/squads/squad-design/tasks/setup-performance-ci-gates.md +1 -1
- package/squads/squad-design/tasks/setup-storybook-integration.md +1 -1
- package/squads/squad-design/tasks/spec-gesture-interactions.md +1 -1
- package/squads/squad-design/tasks/spec-micro-interactions.md +2 -2
- package/squads/squad-design/tasks/synthesize-user-research.md +2 -2
- package/squads/squad-design/tasks/test-keyboard-navigation.md +1 -1
- package/squads/squad-design/tasks/validate-ux-with-testing.md +1 -1
- package/squads/squad-design/tasks/verify-color-contrast.md +2 -2
- package/squads/squad-design/templates/a11y-audit-report-template.md +1 -1
- package/squads/squad-design/templates/design-handoff-template.md +1 -1
- package/squads/squad-design/templates/performance-budget-template.md +1 -1
- package/squads/squad-design/templates/ux-research-plan-template.md +1 -1
- package/squads/squad-design/workflows/a11y-compliance-cycle.yaml +8 -8
- package/squads/squad-design/workflows/design-system-build-cycle.yaml +12 -12
- package/squads/squad-design/workflows/landing-page-sprint.yaml +10 -10
- package/squads/squad-design/workflows/performance-remediation-cycle.yaml +6 -6
- package/squads/squad-design/workflows/ux-research-sprint.yaml +8 -8
- package/squads/squad-design/workflows/zero-to-digital-product-cycle.yaml +16 -16
- package/squads/squad-finance/README.md +1 -1
- package/squads/squad-finance/agents/budget-controller.md +1 -1
- package/squads/squad-finance/agents/cost-optimizer.md +2 -2
- package/squads/squad-finance/agents/finance-orqx.md +4 -4
- package/squads/squad-finance/agents/fiscal-compliance-br.md +4 -4
- package/squads/squad-finance/agents/forecast-strategist.md +6 -6
- package/squads/squad-finance/agents/pricing-strategist.md +3 -3
- package/squads/squad-finance/agents/profitability-analyst.md +1 -1
- package/squads/squad-finance/agents/revenue-analyst.md +1 -1
- package/squads/squad-finance/checklists/monthly-close-checklist.md +1 -1
- package/squads/squad-finance/checklists/quarterly-review-checklist.md +1 -1
- package/squads/squad-finance/squad.yaml +2 -2
- package/squads/squad-finance/tasks/analyze-price-sensitivity.md +1 -1
- package/squads/squad-finance/tasks/benchmark-competitor-pricing.md +1 -1
- package/squads/squad-finance/tasks/calculate-rate-card.md +1 -1
- package/squads/squad-finance/tasks/coordinate-quarterly-review.md +2 -2
- package/squads/squad-finance/tasks/create-proposal-pricing.md +1 -1
- package/squads/squad-finance/tasks/design-service-tiers.md +1 -1
- package/squads/squad-finance/tasks/design-value-based-pricing.md +1 -1
- package/squads/squad-finance/tasks/manage-financial-calendar.md +1 -1
- package/squads/squad-finance/tasks/model-pricing-scenario.md +1 -1
- package/squads/squad-finance/tasks/optimize-rate-realization.md +1 -1
- package/squads/squad-finance/tasks/simulate-pricing-impact.md +1 -1
- package/squads/squad-finance/tasks/track-pricing-performance.md +1 -1
- package/squads/squad-paidmedia/README.md +4 -4
- package/squads/squad-paidmedia/agents/campaign-analyst.md +6 -6
- package/squads/squad-paidmedia/agents/creative-strategist.md +2 -2
- package/squads/squad-paidmedia/agents/cro-specialist.md +5 -5
- package/squads/squad-paidmedia/agents/google-ads-specialist.md +2 -2
- package/squads/squad-paidmedia/agents/meta-ads-specialist.md +6 -6
- package/squads/squad-paidmedia/agents/paidmedia-orqx.md +6 -6
- package/squads/squad-paidmedia/agents/performance-engineer.md +2 -2
- package/squads/squad-paidmedia/agents/pm-creative-performance-analyst.md +2 -2
- package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +21 -21
- package/squads/squad-paidmedia/squad.yaml +4 -4
- package/squads/squad-paidmedia/tasks/allocate-cross-channel-budget.md +1 -1
- package/squads/squad-paidmedia/tasks/allocate-meta-budget.md +2 -2
- package/squads/squad-paidmedia/tasks/analyze-audience-performance.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-content-performance.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-conversion-funnel.md +2 -2
- package/squads/squad-paidmedia/tasks/analyze-creative-effectiveness.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-keyword-rankings.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-landing-page.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-local-keywords.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-local-market.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-reviews-strategy.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-top-pages.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-traffic-sources.md +1 -1
- package/squads/squad-paidmedia/tasks/analyze-user-behavior.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-conversion-tracking.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-gmb-location.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-meta-ads-account.md +1 -1
- package/squads/squad-paidmedia/tasks/audit-sitemap-health.md +1 -1
- package/squads/squad-paidmedia/tasks/build-audience-architecture.md +2 -2
- package/squads/squad-paidmedia/tasks/build-creative-scorecard.md +1 -1
- package/squads/squad-paidmedia/tasks/calculate-sample-size.md +1 -1
- package/squads/squad-paidmedia/tasks/check-indexing-status.md +1 -1
- package/squads/squad-paidmedia/tasks/create-scaling-roadmap.md +1 -1
- package/squads/squad-paidmedia/tasks/design-campaign-structure.md +2 -2
- package/squads/squad-paidmedia/tasks/design-progressive-profiling.md +1 -1
- package/squads/squad-paidmedia/tasks/detect-creative-fatigue.md +1 -1
- package/squads/squad-paidmedia/tasks/execute-launch-checklist.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-monthly-report.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-search-performance-overview.md +1 -1
- package/squads/squad-paidmedia/tasks/generate-weekly-summary.md +1 -1
- package/squads/squad-paidmedia/tasks/manage-pixel-capi-health.md +1 -1
- package/squads/squad-paidmedia/tasks/manage-scaling-roadmap.md +1 -1
- package/squads/squad-paidmedia/tasks/measure-activation-rate.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-ad-set-targeting.md +2 -2
- package/squads/squad-paidmedia/tasks/optimize-form-conversion.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-onboarding-activation.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-page-conversion.md +1 -1
- package/squads/squad-paidmedia/tasks/optimize-signup-flow.md +1 -1
- package/squads/squad-paidmedia/tasks/plan-customer-engagement.md +1 -1
- package/squads/squad-paidmedia/tasks/run-ab-test.md +1 -1
- package/squads/squad-paidmedia/tasks/run-creative-test.md +1 -1
- package/squads/squad-paidmedia/tasks/track-gmb-performance-trends.md +1 -1
- package/squads/squad-paidmedia/tasks/triage-campaign-issues.md +1 -1
- package/squads/squad-product/README.md +2 -2
- package/squads/squad-product/agents/product-orqx.md +4 -4
- package/squads/squad-product/agents/ps-delivery-manager.md +2 -2
- package/squads/squad-product/agents/ps-product-ops-specialist.md +2 -2
- package/squads/squad-product/squad.yaml +2 -2
- package/squads/squad-product/tasks/audit-product-tool-stack.md +1 -1
- package/squads/squad-product/tasks/build-product-knowledge-base.md +1 -1
- package/squads/squad-product/tasks/calculate-sprint-velocity.md +1 -1
- package/squads/squad-product/tasks/configure-feature-flag-rollout.md +1 -1
- package/squads/squad-product/tasks/create-product-artifact-template.md +1 -1
- package/squads/squad-product/tasks/create-product-onboarding-runbook.md +3 -3
- package/squads/squad-product/tasks/create-product-playbook.md +2 -2
- package/squads/squad-product/tasks/document-product-process.md +1 -1
- package/squads/squad-product/tasks/execute-feature-launch-checklist.md +1 -1
- package/squads/squad-product/tasks/facilitate-sprint-retrospective.md +1 -1
- package/squads/squad-product/tasks/generate-product-health-report.md +2 -2
- package/squads/squad-product/tasks/maintain-decision-log-system.md +1 -1
- package/squads/squad-product/tasks/manage-sprint-capacity-planning.md +1 -1
- package/squads/squad-product/tasks/map-cross-functional-dependencies.md +1 -1
- package/squads/squad-product/tasks/prepare-product-handoff-package.md +4 -4
- package/squads/squad-product/tasks/run-product-operations-audit.md +1 -1
- package/squads/squad-product/tasks/run-shape-up-betting-table.md +1 -1
- package/squads/squad-product/tasks/run-sprint-planning-session.md +1 -1
- package/squads/squad-product/tasks/scope-agency-mvp.md +1 -1
- package/squads/squad-product/tasks/setup-new-client-product-operations.md +1 -1
- package/squads/squad-product/tasks/standardize-cross-client-metrics.md +1 -1
- package/squads/squad-product/tasks/triage-technical-debt-backlog.md +1 -1
- package/squads/squad-product/tasks/write-release-notes.md +1 -1
- package/squads/squad-research/README.md +3 -3
- package/squads/squad-research/agents/audience-intelligence.md +9 -9
- package/squads/squad-research/agents/competitive-intelligence.md +1 -1
- package/squads/squad-research/agents/data-synthesizer.md +11 -11
- package/squads/squad-research/agents/deep-researcher.md +2 -2
- package/squads/squad-research/agents/market-analyst.md +9 -9
- package/squads/squad-research/agents/research-orqx.md +4 -4
- package/squads/squad-research/agents/trend-forecaster.md +2 -2
- package/squads/squad-research/knowledge-base/agentic-second-brain-reference.md +1 -1
- package/squads/squad-research/knowledge-base/community-platforms-reference.md +1 -1
- package/squads/squad-research/knowledge-base/cross-squad-integration-protocol.md +1 -1
- package/squads/squad-research/knowledge-base/multi-agent-research-methodology.md +3 -3
- package/squads/squad-research/squad.yaml +3 -3
- package/squads/squad-research/tasks/analyze-audience-behavior.md +2 -2
- package/squads/squad-research/tasks/analyze-audience-psychographics.md +2 -2
- package/squads/squad-research/tasks/analyze-competitor-pricing.md +1 -1
- package/squads/squad-research/tasks/analyze-industry-trends.md +2 -2
- package/squads/squad-research/tasks/analyze-macro-forces.md +1 -1
- package/squads/squad-research/tasks/analyze-pricing-landscape.md +2 -2
- package/squads/squad-research/tasks/analyze-social-listening.md +2 -2
- package/squads/squad-research/tasks/analyze-value-chain.md +2 -2
- package/squads/squad-research/tasks/answer-strategic-question.md +1 -1
- package/squads/squad-research/tasks/assess-market-maturity.md +2 -2
- package/squads/squad-research/tasks/build-audience-persona.md +2 -2
- package/squads/squad-research/tasks/build-data-narrative.md +2 -2
- package/squads/squad-research/tasks/compile-competitive-dossier.md +2 -2
- package/squads/squad-research/tasks/conduct-deep-research.md +1 -1
- package/squads/squad-research/tasks/conduct-jobs-to-be-done.md +2 -2
- package/squads/squad-research/tasks/create-empathy-map.md +2 -2
- package/squads/squad-research/tasks/create-executive-briefing.md +2 -2
- package/squads/squad-research/tasks/create-insight-deck.md +2 -2
- package/squads/squad-research/tasks/create-research-dossier.md +1 -1
- package/squads/squad-research/tasks/create-research-repository.md +2 -2
- package/squads/squad-research/tasks/create-swot-analysis.md +4 -4
- package/squads/squad-research/tasks/design-survey.md +2 -2
- package/squads/squad-research/tasks/evaluate-market-entry.md +2 -2
- package/squads/squad-research/tasks/evaluate-regulatory-landscape.md +2 -2
- package/squads/squad-research/tasks/forecast-industry-trends.md +2 -2
- package/squads/squad-research/tasks/forecast-market-growth.md +2 -2
- package/squads/squad-research/tasks/generate-actionable-recommendations.md +2 -2
- package/squads/squad-research/tasks/identify-market-segments.md +3 -3
- package/squads/squad-research/tasks/map-audience-ecosystem.md +2 -2
- package/squads/squad-research/tasks/map-audience-journey.md +2 -2
- package/squads/squad-research/tasks/map-industry-ecosystem.md +2 -2
- package/squads/squad-research/tasks/map-market-opportunity.md +2 -2
- package/squads/squad-research/tasks/map-pain-gain-matrix.md +2 -2
- package/squads/squad-research/tasks/map-strategic-implications.md +2 -2
- package/squads/squad-research/tasks/orchestrate-research-pipeline.md +4 -4
- package/squads/squad-research/tasks/predict-market-shifts.md +1 -1
- package/squads/squad-research/tasks/profile-ideal-customer.md +2 -2
- package/squads/squad-research/tasks/run-porter-five-forces.md +1 -1
- package/squads/squad-research/tasks/run-scenario-planning.md +1 -1
- package/squads/squad-research/tasks/segment-audience.md +2 -2
- package/squads/squad-research/tasks/size-market-tam-sam-som.md +2 -2
- package/squads/squad-research/tasks/synthesize-multi-source.md +1 -1
- package/squads/squad-research/tasks/synthesize-research-report.md +2 -2
- package/squads/squad-research/tasks/validate-persona-with-data.md +2 -2
- package/squads/squad-research/tasks/visualize-research-data.md +2 -2
- package/squads/squad-research/templates/audience-persona-template.md +1 -1
- package/squads/squad-research/templates/competitive-dossier-template.md +1 -1
- package/squads/squad-research/templates/market-analysis-template.md +1 -1
- package/squads/squad-research/workflows/audience-intelligence-cycle.yaml +12 -12
- package/squads/squad-research/workflows/competitive-intelligence-cycle.yaml +2 -2
- package/squads/squad-research/workflows/deep-research-cycle.yaml +2 -2
- package/squads/squad-research/workflows/full-research-sprint.yaml +8 -8
- package/squads/squad-research/workflows/market-analysis-cycle.yaml +12 -12
- package/squads/squad-research/workflows/trend-forecasting-cycle.yaml +2 -2
- package/.sinapse-ai/lib/build.json +0 -1
|
@@ -139,7 +139,7 @@ Phase 12: MainRuntime — full runtime initialization
|
|
|
139
139
|
**Constants:**
|
|
140
140
|
- `MAX_INSTRUCTION_FILE_CHARS`: 4,000 characters per file
|
|
141
141
|
- `MAX_TOTAL_INSTRUCTION_CHARS`: 12,000 characters total
|
|
142
|
-
- `FRONTIER_MODEL_NAME`:
|
|
142
|
+
- `FRONTIER_MODEL_NAME`: current frontier model (Opus/Fable family — value rotates per release, see `.claude/rules/token-economy.md`)
|
|
143
143
|
|
|
144
144
|
### CLAUDE.md Hierarchy (4 scopes)
|
|
145
145
|
|
|
@@ -250,7 +250,7 @@ Section in CLAUDE.md that controls what to preserve:
|
|
|
250
250
|
| `default` | Read only | Sensitive work |
|
|
251
251
|
| `acceptEdits` | Read + edit | Iteration with gate on commands |
|
|
252
252
|
| `plan` | Read, plan, explore | Design before modifying |
|
|
253
|
-
| `auto` | Everything (with classifier) | Long tasks, Team/Enterprise (requires Sonnet
|
|
253
|
+
| `auto` | Everything (with classifier) | Long tasks, Team/Enterprise (requires current-generation Sonnet+) |
|
|
254
254
|
| `bypassPermissions` | Everything, no checks | VM testing environments only |
|
|
255
255
|
| `dontAsk` | Pre-approved only | Policy-driven lockdown |
|
|
256
256
|
|
|
@@ -470,7 +470,7 @@ Referenced 150+ times in source. Named after Ancient Greek "at the right time."
|
|
|
470
470
|
|
|
471
471
|
### ULTRAPLAN — Remote Planning
|
|
472
472
|
|
|
473
|
-
- Offloads complex planning to Cloud Container Runtime running
|
|
473
|
+
- Offloads complex planning to Cloud Container Runtime running the current frontier model
|
|
474
474
|
- **30-minute planning window**
|
|
475
475
|
- Polls every 3 seconds with "teleport sentinel" result retrieval
|
|
476
476
|
- Browser UI for live monitoring (approve/reject plan)
|
|
@@ -493,7 +493,7 @@ Referenced 150+ times in source. Named after Ancient Greek "at the right time."
|
|
|
493
493
|
|----------|---------|
|
|
494
494
|
| Tengu | Claude Code project codename |
|
|
495
495
|
| Capybara | New model family (possibly "Mythos") |
|
|
496
|
-
| Fennec | Opus
|
|
496
|
+
| Fennec | Current frontier model (Opus/Fable family) |
|
|
497
497
|
| Numbat | Unreleased model |
|
|
498
498
|
| Penguin Mode | Fast Mode |
|
|
499
499
|
| Chicago | Computer Use |
|
|
@@ -116,7 +116,7 @@ The fundamental agent loop is deliberately minimal (~20 lines). The 512,000 line
|
|
|
116
116
|
|
|
117
117
|
- `MAX_INSTRUCTION_FILE_CHARS`: 4,000 characters per file
|
|
118
118
|
- `MAX_TOTAL_INSTRUCTION_CHARS`: 12,000 characters total
|
|
119
|
-
- `FRONTIER_MODEL_NAME`:
|
|
119
|
+
- `FRONTIER_MODEL_NAME`: current frontier model (Opus/Fable family — value rotates per release, see `.claude/rules/token-economy.md`)
|
|
120
120
|
|
|
121
121
|
### Cache Optimization Strategy
|
|
122
122
|
|
|
@@ -323,7 +323,7 @@ Managed > CLI flags > Local > Project > User > Defaults
|
|
|
323
323
|
|
|
324
324
|
Evaluation: deny > ask > allow (first match wins).
|
|
325
325
|
|
|
326
|
-
Auto mode: Requires Sonnet
|
|
326
|
+
Auto mode: Requires a current-generation Sonnet (or newer), Team/Enterprise. Separate classifier reviews each action. Broad rules (`Bash(*)`) discarded; narrow rules (`Bash(npm test)`) kept.
|
|
327
327
|
|
|
328
328
|
---
|
|
329
329
|
|
|
@@ -665,7 +665,7 @@ Referenced 150+ times in source. Named after Ancient Greek "at the right time."
|
|
|
665
665
|
|
|
666
666
|
### ULTRAPLAN -- Remote Planning
|
|
667
667
|
|
|
668
|
-
- Offloads complex planning to Cloud Container Runtime running
|
|
668
|
+
- Offloads complex planning to Cloud Container Runtime running the current frontier model
|
|
669
669
|
- 30-minute planning window
|
|
670
670
|
- Polls every 3 seconds with "teleport sentinel" result retrieval
|
|
671
671
|
- Browser UI for live monitoring (approve/reject plan)
|
|
@@ -688,7 +688,7 @@ Notable runtime flags (GrowthBook, `tengu_` prefix): `tengu_anti_distill_fake_to
|
|
|
688
688
|
|----------|---------|
|
|
689
689
|
| Tengu | Claude Code (project codename) |
|
|
690
690
|
| Capybara | New model family (possibly Mythos) |
|
|
691
|
-
| Fennec | Opus
|
|
691
|
+
| Fennec | Current frontier model (Opus/Fable family) |
|
|
692
692
|
| Numbat | Unreleased model |
|
|
693
693
|
| Penguin Mode | Fast Mode |
|
|
694
694
|
| Chicago | Computer Use |
|
|
@@ -9,7 +9,7 @@ atomic_layer: Task
|
|
|
9
9
|
**Task ID:** create-agent-definition
|
|
10
10
|
**Version:** 1.0
|
|
11
11
|
**Purpose:** Create a purpose-built subagent definition file for use with the Agent tool
|
|
12
|
-
**Orchestrator:** @swarm-orqx (
|
|
12
|
+
**Orchestrator:** @swarm-orqx (Relay)
|
|
13
13
|
**Mode:** Interactive (elicit: true)
|
|
14
14
|
**Quality Standard:** Agent file passes lint, loads correctly, and executes test prompt
|
|
15
15
|
|
|
@@ -130,7 +130,7 @@ Needs: {context1}, {context2}
|
|
|
130
130
|
---
|
|
131
131
|
name: {agent-name}
|
|
132
132
|
description: {one-line description}
|
|
133
|
-
model: {opus
|
|
133
|
+
model: {opus|sonnet|haiku}
|
|
134
134
|
allowed-tools:
|
|
135
135
|
- Read
|
|
136
136
|
- Write
|
|
@@ -215,9 +215,9 @@ Return your analysis as:
|
|
|
215
215
|
|
|
216
216
|
| Model | Cost | Speed | Best For |
|
|
217
217
|
|-------|------|-------|----------|
|
|
218
|
-
| **
|
|
219
|
-
| **
|
|
220
|
-
| **
|
|
218
|
+
| **opus** | High | Slow | Complex analysis, architecture decisions, nuanced writing |
|
|
219
|
+
| **sonnet** | Medium | Medium | Standard tasks, code review, implementation |
|
|
220
|
+
| **haiku** | Low | Fast | Simple lookups, formatting, repetitive tasks |
|
|
221
221
|
|
|
222
222
|
### Decision Matrix
|
|
223
223
|
|
|
@@ -261,7 +261,7 @@ agent_definition_result:
|
|
|
261
261
|
file: ".claude/agents/{name}.md"
|
|
262
262
|
name: "{agent-name}"
|
|
263
263
|
type: "{general|explore|plan}"
|
|
264
|
-
model: "{opus
|
|
264
|
+
model: "{opus|sonnet|haiku}"
|
|
265
265
|
tools_allowed: [...]
|
|
266
266
|
test_results:
|
|
267
267
|
- prompt: "Test prompt 1"
|
|
@@ -9,7 +9,7 @@ atomic_layer: Task
|
|
|
9
9
|
**Task ID:** create-team-topology
|
|
10
10
|
**Version:** 1.0
|
|
11
11
|
**Purpose:** Design and configure a multi-agent team with defined topology, roles, and communication patterns
|
|
12
|
-
**Orchestrator:** @swarm-orqx (
|
|
12
|
+
**Orchestrator:** @swarm-orqx (Relay)
|
|
13
13
|
**Mode:** Interactive (elicit: true)
|
|
14
14
|
**Quality Standard:** Team topology tested with dry-run, all agents load successfully
|
|
15
15
|
|
|
@@ -230,11 +230,11 @@ team_topology_result:
|
|
|
230
230
|
agents:
|
|
231
231
|
- name: "{agent-1}"
|
|
232
232
|
file: ".claude/agents/{agent-1}.md"
|
|
233
|
-
model: "sonnet
|
|
233
|
+
model: "sonnet"
|
|
234
234
|
role: "{responsibility}"
|
|
235
235
|
- name: "{agent-2}"
|
|
236
236
|
file: ".claude/agents/{agent-2}.md"
|
|
237
|
-
model: "haiku
|
|
237
|
+
model: "haiku"
|
|
238
238
|
role: "{responsibility}"
|
|
239
239
|
communication:
|
|
240
240
|
strategy: "{file-based|worktree|branch}"
|
|
@@ -88,7 +88,7 @@ Apply keyword matching against the 7 specialist domains:
|
|
|
88
88
|
|--------|----------|----------|---------|
|
|
89
89
|
| hooks | hook, pre_tool_use, post_tool_use, lifecycle, intercept, block, exit code, automation pipeline, pre_compact, notification, damage control | hooks-architect | Latch |
|
|
90
90
|
| mcp | mcp, server, tool search, stdio, sse, http streamable, mcp__, context7, exa, docker gateway, add server | mcp-integrator | Piper |
|
|
91
|
-
| subagents | subagent, agent team, swarm, teammate, worktree, parallel, background agent, spawn, multi-agent, TeammateTool | swarm-orqx |
|
|
91
|
+
| subagents | subagent, agent team, swarm, teammate, worktree, parallel, background agent, spawn, multi-agent, TeammateTool | swarm-orqx | Relay |
|
|
92
92
|
| config | settings, permission, CLAUDE.md, rules, sandbox, managed, enterprise, allow, deny, keybinding, context window, compaction | config-engineer | Sigil |
|
|
93
93
|
| skills | skill, command, plugin, SKILL.md, slash command, context engineering, spec-driven, .claude/commands, .claude/skills, marketplace | skill-craftsman | Anvil |
|
|
94
94
|
| integration | integrate, repository, project setup, CI/CD, headless, brownfield, monorepo, SINAPSE, git workflow | project-integrator | Conduit |
|
|
@@ -9,7 +9,7 @@ atomic_layer: Task
|
|
|
9
9
|
**Task ID:** parallel-decomposition
|
|
10
10
|
**Version:** 1.0
|
|
11
11
|
**Purpose:** Decompose a complex task into subtasks for parallel multi-agent execution
|
|
12
|
-
**Orchestrator:** @swarm-orqx (
|
|
12
|
+
**Orchestrator:** @swarm-orqx (Relay)
|
|
13
13
|
**Mode:** Interactive (elicit: true)
|
|
14
14
|
**Quality Standard:** Dependency graph validated, no circular dependencies, merge strategy tested
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@ atomic_layer: Task
|
|
|
9
9
|
**Task ID:** worktree-strategy
|
|
10
10
|
**Version:** 1.0
|
|
11
11
|
**Purpose:** Plan and configure git worktree isolation for multi-agent development scenarios
|
|
12
|
-
**Orchestrator:** @swarm-orqx (
|
|
12
|
+
**Orchestrator:** @swarm-orqx (Relay)
|
|
13
13
|
**Mode:** Interactive (elicit: true)
|
|
14
14
|
**Quality Standard:** Worktree lifecycle tested end-to-end, cleanup verified
|
|
15
15
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| Agente | Papel |
|
|
17
17
|
|--------|-------|
|
|
18
18
|
| Kinetic (animations-orqx) | Orquestrador — coordena agentes e gerencia pipeline de animacao |
|
|
19
|
-
|
|
|
19
|
+
| Decoder (animation-interpreter) | Interpreta prompts vagos e traduz em specs tecnicas de animacao |
|
|
20
20
|
| Vertex (threejs-architect) | Especialista Three.js — cenas 3D, materiais, cameras, iluminacao |
|
|
21
21
|
| Fragment (shader-artist) | Artista de shaders — GLSL/WGSL, post-processing, efeitos visuais |
|
|
22
22
|
| Flux (css-motion-artist) | Mestre CSS — animations, transitions, keyframes, SVG |
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# Agent:
|
|
1
|
+
# Agent: Decoder — Animation Intent Interpreter
|
|
2
2
|
|
|
3
3
|
## Identidade
|
|
4
4
|
- **ID:** animation-interpreter
|
|
5
|
-
- **Nome:**
|
|
5
|
+
- **Nome:** Decoder
|
|
6
6
|
- **Icon:** 🔮
|
|
7
7
|
- **Arquetipo:** The Oracle — ve alem das palavras e extrai a visao real
|
|
8
8
|
- **Squad:** squad-animations
|
|
9
9
|
|
|
10
10
|
## Role
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Decoder e o agente mais critico da squad. Sua missao e **eliminar a maior dor dos usuarios**: a dificuldade de descrever a animacao que querem. Decoder interpreta prompts vagos, ambiguos ou incompletos e os traduz em especificacoes tecnicas precisas que os outros agentes podem executar com perfeicao.
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
Decoder nao cria codigo — Decoder cria **clareza**. Ele e a ponte entre a visao do usuario e a execucao tecnica.
|
|
15
15
|
|
|
16
16
|
## Principios
|
|
17
17
|
|
|
@@ -75,7 +75,7 @@ Output estruturado com:
|
|
|
75
75
|
|
|
76
76
|
## Heuristicas de Desambiguacao
|
|
77
77
|
|
|
78
|
-
Quando o prompt e muito vago,
|
|
78
|
+
Quando o prompt e muito vago, Decoder usa estas heuristicas na ordem:
|
|
79
79
|
|
|
80
80
|
1. **Contexto do site** — Se e landing page de luxo, inferir animacoes premium
|
|
81
81
|
2. **Elemento alvo** — Se e hero section, inferir animacao de grande impacto
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
## Role
|
|
11
11
|
|
|
12
|
-
Kinetic e o diretor da squad. Recebe os Animation Briefs do
|
|
12
|
+
Kinetic e o diretor da squad. Recebe os Animation Briefs do Decoder (animation-interpreter) e orquestra a execucao distribuindo tasks para os agentes especializados. Garante que o resultado final tenha coesao, qualidade cinematica e performance impecavel.
|
|
13
13
|
|
|
14
14
|
## Principios
|
|
15
15
|
|
|
@@ -21,7 +21,7 @@ Kinetic e o diretor da squad. Recebe os Animation Briefs do Lens (animation-inte
|
|
|
21
21
|
|
|
22
22
|
## Responsabilidades
|
|
23
23
|
|
|
24
|
-
- Receber Animation Briefs do animation-interpreter (
|
|
24
|
+
- Receber Animation Briefs do animation-interpreter (Decoder)
|
|
25
25
|
- Decompor animacoes complexas em sub-tasks para agentes especializados
|
|
26
26
|
- Coordenar entregas entre multiplos agentes quando a animacao envolve varias tecnologias
|
|
27
27
|
- Revisar qualidade do output de cada agente
|
|
@@ -34,7 +34,7 @@ Kinetic e o diretor da squad. Recebe os Animation Briefs do Lens (animation-inte
|
|
|
34
34
|
```
|
|
35
35
|
Usuario → Prompt vago
|
|
36
36
|
↓
|
|
37
|
-
|
|
37
|
+
Decoder (animation-interpreter) → Animation Brief
|
|
38
38
|
↓
|
|
39
39
|
Kinetic (animations-orqx) → Decomposicao em tasks
|
|
40
40
|
↓
|
|
@@ -79,7 +79,7 @@ Toda animacao deve passar por:
|
|
|
79
79
|
|
|
80
80
|
| Necessidade | Delegar para |
|
|
81
81
|
|-------------|-------------|
|
|
82
|
-
| Interpretar prompt do usuario | animation-interpreter (
|
|
82
|
+
| Interpretar prompt do usuario | animation-interpreter (Decoder) |
|
|
83
83
|
| Implementar cena 3D | threejs-architect (Vertex) |
|
|
84
84
|
| Criar efeito visual/shader | shader-artist (Fragment) |
|
|
85
85
|
| Criar animacao CSS | css-motion-artist (Flux) |
|
|
@@ -93,7 +93,7 @@ Toda animacao deve passar por:
|
|
|
93
93
|
> **Inviolable rule.** Kinetic NEVER writes animation code (Three.js, GSAP, CSS keyframes, shaders) directly. Kinetic is a director: receives Animation Briefs from Lens, decomposes into specialist tasks, distributes, validates against Awwwards-quality criteria.
|
|
94
94
|
|
|
95
95
|
When a request arrives, Kinetic MUST:
|
|
96
|
-
1. **Receive Brief** — get Animation Brief from
|
|
96
|
+
1. **Receive Brief** — get Animation Brief from Decoder (animation-interpreter); if vague request comes direct, route to Lens FIRST
|
|
97
97
|
2. **Decompose** — break complex animations into sub-tasks per specialist
|
|
98
98
|
3. **Route** — invoke correct specialist via `Integration: Delegates To` table below
|
|
99
99
|
4. **Coordinate** — pass `context_passed` between specialists when animation spans multiple techs
|
|
@@ -111,7 +111,7 @@ When a request arrives, Kinetic MUST:
|
|
|
111
111
|
```yaml
|
|
112
112
|
integration:
|
|
113
113
|
delegates_to:
|
|
114
|
-
- agent: "animation-interpreter (
|
|
114
|
+
- agent: "animation-interpreter (Decoder)"
|
|
115
115
|
when: "Vague animation request from user — needs interpretation into Animation Brief"
|
|
116
116
|
context_passed: "raw user prompt, brand context, page/site context, budget"
|
|
117
117
|
- agent: "threejs-architect (Vertex)"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Task: identify-website-animation
|
|
2
2
|
|
|
3
3
|
## Metadata
|
|
4
|
-
- **Agent:** animation-interpreter (
|
|
4
|
+
- **Agent:** animation-interpreter (Decoder) | animations-orqx (Kinetic)
|
|
5
5
|
- **Complexity:** Medium
|
|
6
6
|
- **Dependencies:** Chrome DevTools MCP (or CDP via websockets)
|
|
7
7
|
|
|
@@ -28,7 +28,7 @@ workflow:
|
|
|
28
28
|
quality_gate: "Brief tem: tipo, feeling, parametros tecnicos, agente recomendado, complexidade"
|
|
29
29
|
notes: |
|
|
30
30
|
CRITICO: Esta fase resolve a maior dor do usuario.
|
|
31
|
-
O animation-interpreter (
|
|
31
|
+
O animation-interpreter (Decoder) recebe qualquer input:
|
|
32
32
|
- Prompt vago ("quero algo legal no hero")
|
|
33
33
|
- Briefing do site ("landing page de fintech premium")
|
|
34
34
|
- Referencia ("tipo Apple mas mais colorido")
|
|
@@ -96,7 +96,7 @@ workflow:
|
|
|
96
96
|
quality_gate: "Brief tem: tipo, feeling, parametros tecnicos, agente recomendado, complexidade"
|
|
97
97
|
notes: |
|
|
98
98
|
CRITICO: Esta fase resolve a maior dor do usuario.
|
|
99
|
-
O animation-interpreter (
|
|
99
|
+
O animation-interpreter (Decoder) recebe qualquer input:
|
|
100
100
|
- Prompt vago ("quero algo legal no hero")
|
|
101
101
|
- Briefing do site ("landing page de fintech premium")
|
|
102
102
|
- Referencia ("tipo Apple mas mais colorido")
|
|
@@ -212,7 +212,7 @@ integration:
|
|
|
212
212
|
- agent: "brand-collateral-designer (Vellum)"
|
|
213
213
|
when: "Colateral criado, precisa de validacao"
|
|
214
214
|
context_expected: "pecas, specs tecnicas, guidelines utilizadas"
|
|
215
|
-
- agent: "brand-motion-vfx (
|
|
215
|
+
- agent: "brand-motion-vfx (Ripple)"
|
|
216
216
|
when: "Motion system criado, precisa de validacao"
|
|
217
217
|
context_expected: "motion principles, demos, performance metrics"
|
|
218
218
|
- agent: "brand-sonic-designer (Echo)"
|
|
@@ -208,7 +208,7 @@ integration:
|
|
|
208
208
|
- agent: "brand-system-architect (Grid)"
|
|
209
209
|
when: "Design system aprovado para inclusao"
|
|
210
210
|
context_expected: "tokens, componentes, grid, dark mode, codigo"
|
|
211
|
-
- agent: "brand-motion-vfx (
|
|
211
|
+
- agent: "brand-motion-vfx (Ripple)"
|
|
212
212
|
when: "Motion system aprovado para inclusao"
|
|
213
213
|
context_expected: "motion principles, animations, video templates, Lottie files"
|
|
214
214
|
- agent: "brand-sonic-designer (Echo)"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# brand-motion-vfx —
|
|
1
|
+
# brand-motion-vfx — Ripple
|
|
2
2
|
|
|
3
3
|
```yaml
|
|
4
4
|
agent:
|
|
5
|
-
name: "
|
|
5
|
+
name: "Ripple"
|
|
6
6
|
id: "squad-brand/brand-motion-vfx"
|
|
7
7
|
title: "Motion & VFX Designer"
|
|
8
8
|
icon: "✨"
|
|
@@ -13,9 +13,9 @@ persona_profile:
|
|
|
13
13
|
tone: creative
|
|
14
14
|
greeting_levels:
|
|
15
15
|
minimal: "✨ brand-motion-vfx ready"
|
|
16
|
-
named: "✨
|
|
17
|
-
archetypal: "✨
|
|
18
|
-
signature_closing: "—
|
|
16
|
+
named: "✨ Ripple (Animator) ready to bring brands to life!"
|
|
17
|
+
archetypal: "✨ Ripple the Animator — stillness is a choice, motion is a language."
|
|
18
|
+
signature_closing: "— Ripple, animando marcas ✨"
|
|
19
19
|
|
|
20
20
|
persona:
|
|
21
21
|
role: "Motion & VFX Designer — linguagem de movimento, animacoes, video graphics e animation library"
|
|
@@ -34,7 +34,7 @@ persona:
|
|
|
34
34
|
- trigger: "Novo projeto de marca inicia (zero-to-brand)"
|
|
35
35
|
action: >
|
|
36
36
|
Ativar zero-to-brand-system-cycle. Sequencia: Athena (strategy) → Iris (identity)
|
|
37
|
-
→ Forge (assets) + Vellum (collateral) → Grid (design system) →
|
|
37
|
+
→ Forge (assets) + Vellum (collateral) → Grid (design system) → Ripple (motion)
|
|
38
38
|
+ Echo (sonic) → Sentinel (audit) → Atlas (compile)
|
|
39
39
|
rationale: "Cada fase depende da anterior — estrategia antes de visual, visual antes de sistema"
|
|
40
40
|
|
|
@@ -122,7 +122,7 @@ integration:
|
|
|
122
122
|
- agent: "brand-system-architect (Grid)"
|
|
123
123
|
when: "Identidade definida, precisa virar design system"
|
|
124
124
|
context_passed: "tokens visuais, componentes base, grid, spacing"
|
|
125
|
-
- agent: "brand-motion-vfx (
|
|
125
|
+
- agent: "brand-motion-vfx (Ripple)"
|
|
126
126
|
when: "Design system definido, precisa de motion language"
|
|
127
127
|
context_passed: "personalidade da marca, tokens, componentes"
|
|
128
128
|
- agent: "brand-sonic-designer (Echo)"
|
|
@@ -170,7 +170,7 @@ integration:
|
|
|
170
170
|
when: "Fase de sonic branding no ciclo de criacao"
|
|
171
171
|
context_expected: "personalidade da marca, identidade visual definida, timing do projeto"
|
|
172
172
|
collaborates_with:
|
|
173
|
-
- agent: "brand-motion-vfx (
|
|
173
|
+
- agent: "brand-motion-vfx (Ripple)"
|
|
174
174
|
when: "Video templates e animacoes precisam de audio-visual sync"
|
|
175
175
|
context_shared: "timing de animacoes, pontos de sync, duracoes, personalidade"
|
|
176
176
|
```
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Task: create-animation-library
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** brand-motion-vfx (
|
|
29
|
+
- **Agent:** brand-motion-vfx (Ripple)
|
|
30
30
|
- **Squad:** squad-brand
|
|
31
31
|
- **Trigger:** `*create-animation-library`
|
|
32
32
|
- **Inputs:** Motion language, micro-interactions, page transitions, video templates
|
|
@@ -38,7 +38,7 @@ Checklist:
|
|
|
38
38
|
| **Trigger** | Quando marca precisa de personagem, mascote ou sistema de avatares |
|
|
39
39
|
| **Input** | Illustration system (de Iris), brand personality, brand values, target audience, contextos de uso |
|
|
40
40
|
| **Output** | `brand-characters/` (character sheets + assets exportados) |
|
|
41
|
-
| **Handoff** | → brand-compiler (Atlas) para brandbook + brand-motion-vfx (
|
|
41
|
+
| **Handoff** | → brand-compiler (Atlas) para brandbook + brand-motion-vfx (Ripple) para animacao |
|
|
42
42
|
| **Complexity** | complex |
|
|
43
43
|
| **Referencias** | Duolingo (Duo), Mailchimp (Freddie), Headspace (characters), Slack (emoji characters), Reddit (Snoo), GitHub (Octocat), Discord (Clyde & Wumpus), M&Ms (characters) |
|
|
44
44
|
|
|
@@ -174,7 +174,7 @@ handoff:
|
|
|
174
174
|
artifact: brand-characters/
|
|
175
175
|
context: "Character system completo: profile, model sheet, expressoes, poses, guidelines, assets exportados"
|
|
176
176
|
also_to:
|
|
177
|
-
- brand-motion-vfx (
|
|
177
|
+
- brand-motion-vfx (Ripple): "Animar character — expressoes, transicoes, micro-interacoes"
|
|
178
178
|
- brand-identity-designer (Iris): "Validar consistencia com illustration system"
|
|
179
179
|
- brand-collateral-designer (Vellum): "Integrar character em templates de colateral"
|
|
180
180
|
- brand-auditor (Sentinel): "Adicionar character consistency check no audit"
|
|
@@ -34,7 +34,7 @@ Checklist:
|
|
|
34
34
|
| Campo | Valor |
|
|
35
35
|
|-------|-------|
|
|
36
36
|
| **Agent** | brand-collateral-designer (Vellum) |
|
|
37
|
-
| **Co-agents** | brand-identity-designer (Iris) direção visual, brand-creative-engineer (Forge) assets, brand-motion-vfx (
|
|
37
|
+
| **Co-agents** | brand-identity-designer (Iris) direção visual, brand-creative-engineer (Forge) assets, brand-motion-vfx (Ripple) motion |
|
|
38
38
|
| **Trigger** | Quando marca realiza eventos (conferências, workshops, meetups, feiras, lançamentos) |
|
|
39
39
|
| **Input** | Brand guidelines completos, tipo de evento, público esperado |
|
|
40
40
|
| **Output** | `event-branding-system.md` + templates |
|
|
@@ -177,7 +177,7 @@ handoff:
|
|
|
177
177
|
context: "Sistema completo de event branding com touchpoints presenciais, digitais, sensoriais e timeline"
|
|
178
178
|
also_to:
|
|
179
179
|
- brand-creative-engineer (Forge): "Produzir assets de evento"
|
|
180
|
-
- brand-motion-vfx (
|
|
180
|
+
- brand-motion-vfx (Ripple): "Motion assets para stream e palco"
|
|
181
181
|
- brand-sonic-designer (Echo): "Audio para transições e ambientação"
|
|
182
182
|
next: "Atlas inclui no brandbook como capítulo de Event Branding"
|
|
183
183
|
```
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Task: create-micro-interactions
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** brand-motion-vfx (
|
|
29
|
+
- **Agent:** brand-motion-vfx (Ripple)
|
|
30
30
|
- **Squad:** squad-brand
|
|
31
31
|
- **Trigger:** `*create-micro-interactions`
|
|
32
32
|
- **Inputs:** Motion language, design system componentes, easing curves
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Task: create-page-transitions
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** brand-motion-vfx (
|
|
29
|
+
- **Agent:** brand-motion-vfx (Ripple)
|
|
30
30
|
- **Squad:** squad-brand
|
|
31
31
|
- **Trigger:** `*create-page-transitions`
|
|
32
32
|
- **Inputs:** Motion language, design system, web templates
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Task: create-video-templates
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** brand-motion-vfx (
|
|
29
|
+
- **Agent:** brand-motion-vfx (Ripple)
|
|
30
30
|
- **Squad:** squad-brand
|
|
31
31
|
- **Trigger:** `*create-video-templates`
|
|
32
32
|
- **Inputs:** Motion language, visual identity, sonic identity de Echo
|
|
@@ -41,7 +41,7 @@ Cria templates de pagina web em HTML/CSS implementaveis, usando design system e
|
|
|
41
41
|
3. Criar Service/Product Page: hero, beneficios, detalhes, CTA
|
|
42
42
|
4. Aplicar design system de Grid (tokens, componentes, grid)
|
|
43
43
|
5. Responsivo mobile-first (mobile → tablet → desktop → wide)
|
|
44
|
-
6. Incluir micro-interactions de
|
|
44
|
+
6. Incluir micro-interactions de Ripple (hover, scroll reveal, transitions)
|
|
45
45
|
7. Garantir acessibilidade (ARIA, keyboard nav, contrast)
|
|
46
46
|
8. Otimizar performance (lazy loading, critical CSS)
|
|
47
47
|
9. Documentar secoes customizaveis
|
|
@@ -26,7 +26,7 @@ Checklist:
|
|
|
26
26
|
# Task: define-motion-language
|
|
27
27
|
|
|
28
28
|
## Metadata
|
|
29
|
-
- **Agent:** brand-motion-vfx (
|
|
29
|
+
- **Agent:** brand-motion-vfx (Ripple)
|
|
30
30
|
- **Squad:** squad-brand
|
|
31
31
|
- **Trigger:** `*define-motion-language`
|
|
32
32
|
- **Inputs:** Personalidade da marca, design system tokens, componentes
|
|
@@ -34,7 +34,7 @@ Checklist:
|
|
|
34
34
|
| Campo | Valor |
|
|
35
35
|
|-------|-------|
|
|
36
36
|
| **Agent** | brand-identity-designer (Iris) |
|
|
37
|
-
| **Co-agents** | brand-system-architect (Grid) tokens dinâmicos, brand-motion-vfx (
|
|
37
|
+
| **Co-agents** | brand-system-architect (Grid) tokens dinâmicos, brand-motion-vfx (Ripple) animação generativa, brand-creative-engineer (Forge) implementação |
|
|
38
38
|
| **Trigger** | Quando marca necessita identidade que muda/reage a contextos (digital-first, tech, cultura, eventos) |
|
|
39
39
|
| **Input** | Logo system, paleta, tipografia, graphic vocabulary, motion language |
|
|
40
40
|
| **Output** | `dynamic-identity-system.md` |
|
|
@@ -218,7 +218,7 @@ handoff:
|
|
|
218
218
|
artifact: dynamic-identity-system.md
|
|
219
219
|
context: "Sistema de identidade dinâmica com invariantes, variáveis, ranges e implementação técnica"
|
|
220
220
|
also_to:
|
|
221
|
-
- brand-motion-vfx (
|
|
221
|
+
- brand-motion-vfx (Ripple): "Integrar motion language com variações dinâmicas"
|
|
222
222
|
- brand-creative-engineer (Forge): "Implementar código generativo"
|
|
223
223
|
- brand-compiler (Atlas): "Incluir como capítulo no brandbook"
|
|
224
224
|
next: "Grid cria tokens dinâmicos, Flux anima variações, Atlas documenta"
|
|
@@ -186,6 +186,6 @@ handoff:
|
|
|
186
186
|
also_to:
|
|
187
187
|
- brand-compiler (Atlas): "Incluir como capitulo 'Illustration System' no brandbook"
|
|
188
188
|
- brand-auditor (Sentinel): "Adicionar check de consistencia de ilustracoes no audit"
|
|
189
|
-
- brand-motion-vfx (
|
|
189
|
+
- brand-motion-vfx (Ripple): "Adaptar para animacao se aplicavel"
|
|
190
190
|
next: "Forge produz primeiras ilustracoes. Atlas documenta no brandbook."
|
|
191
191
|
```
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
|
|
16
16
|
| Agente | Papel |
|
|
17
17
|
|--------|-------|
|
|
18
|
-
|
|
|
19
|
-
|
|
|
18
|
+
| Circuit (commercial-orqx) | Orquestrador — Revenue Cycle Orchestrator |
|
|
19
|
+
| Rolodex (cs-crm-specialist) | CRM & Pipeline Operations Specialist |
|
|
20
20
|
| Cascade (cs-funnel-architect) | Funnel Architecture & Demand Generation |
|
|
21
21
|
| Mint (cs-offer-designer) | Offer Architect & Pricing Strategist |
|
|
22
|
-
|
|
|
22
|
+
| Turbine (cs-revops-analyst) | Revenue Operations & Analytics Lead |
|
|
23
23
|
| Bond (cs-client-success) | Client Success & Retention Strategist |
|
|
24
24
|
| Edge (cs-sales-enablement) | Sales Methodology & Enablement Coach |
|
|
25
25
|
|