sinapse-ai 7.7.11 → 8.0.1

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.
Files changed (112) hide show
  1. package/.claude/CLAUDE.md +10 -10
  2. package/.claude/rules/agent-authority.md +7 -7
  3. package/.claude/rules/agent-memory-imports.md +3 -1
  4. package/.claude/rules/coderabbit-integration.md +1 -0
  5. package/.claude/rules/mandatory-delegation.md +10 -10
  6. package/.claude/rules/mcp-usage.md +1 -1
  7. package/.claude/rules/security-data-protection.md +2 -2
  8. package/.claude/rules/security-scanning.md +10 -0
  9. package/.claude/rules/tool-response-filtering.md +1 -0
  10. package/.codex/agents/sinapse-orqx.md +4 -4
  11. package/.sinapse-ai/constitution.md +1 -1
  12. package/.sinapse-ai/data/entity-registry.yaml +826 -880
  13. package/.sinapse-ai/data/registry-update-log.jsonl +37 -0
  14. package/.sinapse-ai/data/rls-security-patterns.md +384 -0
  15. package/.sinapse-ai/data/sinapse-kb.md +1 -1
  16. package/.sinapse-ai/development/agents/analyst.md +2 -2
  17. package/.sinapse-ai/development/agents/product-lead/MEMORY.md +1 -1
  18. package/.sinapse-ai/development/agents/product-lead.md +4 -4
  19. package/.sinapse-ai/development/agents/project-lead.md +2 -2
  20. package/.sinapse-ai/development/agents/sinapse-orqx.md +4 -4
  21. package/.sinapse-ai/development/agents/sprint-lead.md +3 -3
  22. package/.sinapse-ai/development/tasks/analyze-project-structure.md +3 -3
  23. package/.sinapse-ai/development/tasks/create-service.md +1 -1
  24. package/.sinapse-ai/development/tasks/create-worktree.md +1 -1
  25. package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
  26. package/.sinapse-ai/development/tasks/execute-epic-plan.md +5 -5
  27. package/.sinapse-ai/development/tasks/extract-patterns.md +1 -1
  28. package/.sinapse-ai/development/tasks/ids-governor.md +1 -1
  29. package/.sinapse-ai/development/tasks/init-project-status.md +1 -1
  30. package/.sinapse-ai/development/tasks/list-worktrees.md +1 -1
  31. package/.sinapse-ai/development/tasks/next.md +1 -1
  32. package/.sinapse-ai/development/tasks/patterns.md +1 -1
  33. package/.sinapse-ai/development/tasks/plan-create-context.md +1 -1
  34. package/.sinapse-ai/development/tasks/plan-create-implementation.md +1 -1
  35. package/.sinapse-ai/development/tasks/plan-execute-subtask.md +1 -1
  36. package/.sinapse-ai/development/tasks/qa-fix-issues.md +1 -1
  37. package/.sinapse-ai/development/tasks/remove-worktree.md +1 -1
  38. package/.sinapse-ai/development/tasks/setup-github.md +1 -1
  39. package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
  40. package/.sinapse-ai/development/tasks/setup-mcp-docker.md +1 -1
  41. package/.sinapse-ai/development/tasks/spec-assess-complexity.md +1 -1
  42. package/.sinapse-ai/development/tasks/spec-critique.md +1 -1
  43. package/.sinapse-ai/development/tasks/spec-gather-requirements.md +1 -1
  44. package/.sinapse-ai/development/tasks/spec-research-dependencies.md +1 -1
  45. package/.sinapse-ai/development/tasks/spec-write-spec.md +1 -1
  46. package/.sinapse-ai/development/tasks/story-checkpoint.md +1 -1
  47. package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
  48. package/.sinapse-ai/development/tasks/validate-tech-preset.md +1 -1
  49. package/.sinapse-ai/development/tasks/verify-subtask.md +1 -1
  50. package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +1 -1
  51. package/.sinapse-ai/install-manifest.yaml +79 -75
  52. package/README.en.md +1 -1
  53. package/README.md +342 -216
  54. package/bin/utils/staged-secret-scan.js +5 -0
  55. package/docs/architecture-overview.md +239 -0
  56. package/docs/community.md +2 -2
  57. package/docs/feature-process.md +162 -0
  58. package/docs/getting-started.md +115 -231
  59. package/docs/guides/agent-reference.md +203 -0
  60. package/docs/guides/{MEMORY-INTEGRATION.md → memory-integration.md} +2 -2
  61. package/docs/guides/{MEMORY-INTELLIGENCE-SYSTEM.md → memory-intelligence-system.md} +3 -3
  62. package/docs/guides/workflows-overview.md +282 -0
  63. package/docs/guiding-principles.md +188 -0
  64. package/docs/legal/license-clarification.md +120 -15
  65. package/docs/legal/privacy.md +93 -80
  66. package/docs/legal/terms.md +90 -103
  67. package/docs/{ORQX-PLAN.md → orqx-plan.md} +15 -15
  68. package/docs/pt/FEATURE_PROCESS.md +2 -2
  69. package/docs/pt/GUIDING-PRINCIPLES.md +2 -2
  70. package/docs/pt/community.md +2 -2
  71. package/docs/pt/roadmap.md +2 -2
  72. package/docs/pt/security.md +215 -79
  73. package/docs/roadmap.md +2 -2
  74. package/docs/security/{PR_SECURITY_CHECKLIST.md → pr-security-checklist.md} +1 -1
  75. package/docs/security.md +215 -79
  76. package/package.json +1 -1
  77. package/packages/installer/src/manifest-signature.js +194 -0
  78. package/sinapse/agents/sinapse-orqx.md +4 -4
  79. package/squads/claude-code-mastery/agents/config-engineer.md +7 -7
  80. package/squads/claude-code-mastery/agents/hooks-architect.md +4 -4
  81. package/squads/claude-code-mastery/agents/mcp-integrator.md +6 -6
  82. package/squads/claude-code-mastery/agents/project-integrator.md +8 -8
  83. package/squads/claude-code-mastery/agents/roadmap-sentinel.md +7 -7
  84. package/squads/claude-code-mastery/agents/skill-craftsman.md +10 -10
  85. package/squads/claude-code-mastery/agents/swarm-orqx.md +4 -4
  86. package/squads/squad-animations/README.md +96 -0
  87. package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
  88. package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
  89. package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
  90. package/squads/squad-brand/agents/brand-system-architect.md +2 -2
  91. package/squads/squad-claude/README.md +84 -0
  92. package/squads/squad-cloning/README.md +86 -0
  93. package/squads/squad-commercial/README.md +89 -0
  94. package/squads/squad-content/README.md +97 -0
  95. package/squads/squad-copy/README.md +100 -0
  96. package/squads/squad-council/README.md +88 -0
  97. package/squads/squad-courses/README.md +95 -0
  98. package/squads/squad-cybersecurity/README.md +88 -0
  99. package/squads/squad-design/README.md +96 -0
  100. package/squads/squad-finance/README.md +80 -0
  101. package/squads/squad-growth/README.md +94 -0
  102. package/squads/squad-paidmedia/README.md +96 -0
  103. package/squads/squad-product/README.md +93 -0
  104. package/squads/squad-research/README.md +97 -0
  105. package/squads/squad-storytelling/README.md +96 -0
  106. package/docs/FEATURE_PROCESS.md +0 -93
  107. package/docs/GUIDING-PRINCIPLES.md +0 -95
  108. /package/docs/{CHANGELOG.md → changelog.md} +0 -0
  109. /package/docs/guides/{IDS-CONCEITOS-EXPLICADOS.md → ids-conceitos-explicados.md} +0 -0
  110. /package/docs/guides/{MEMORY-SYSTEM.md → memory-system.md} +0 -0
  111. /package/docs/security/{MANIFEST_SIGNING.md → manifest-signing.md} +0 -0
  112. /package/docs/{SQUAD-COMMANDS-REFERENCE.md → squad-commands-reference.md} +0 -0
@@ -1053,13 +1053,13 @@ Type `*help` to see all commands, or `*guide` for detailed usage.
1053
1053
 
1054
1054
  **I collaborate with:**
1055
1055
 
1056
- - **@architect (Aria):** For system architecture decisions that affect integration design
1057
- - **@developer (Dex):** For implementing custom hooks, scripts, and integration code
1058
- - **@quality-gate (Quinn):** For validating integration quality and test coverage
1056
+ - **@architect (Stratum):** For system architecture decisions that affect integration design
1057
+ - **@developer (Pixel):** For implementing custom hooks, scripts, and integration code
1058
+ - **@quality-gate (Litmus):** For validating integration quality and test coverage
1059
1059
 
1060
1060
  **I delegate to:**
1061
1061
 
1062
- - **@devops (Gage):** For git push operations, PR creation, MCP infrastructure management, and CI/CD execution
1062
+ - **@devops (Pipeline):** For git push operations, PR creation, MCP infrastructure management, and CI/CD execution
1063
1063
 
1064
1064
  **When to use others:**
1065
1065
 
@@ -1177,10 +1177,10 @@ From Daniel Miessler's PAI framework, adapted for project integration:
1177
1177
 
1178
1178
  ### Related Agents
1179
1179
 
1180
- - **@architect (Aria)** - System architecture decisions
1181
- - **@devops (Gage)** - Git push, PR creation, MCP management
1182
- - **@developer (Dex)** - Code implementation
1183
- - **@quality-gate (Quinn)** - Quality validation
1180
+ - **@architect (Stratum)** - System architecture decisions
1181
+ - **@devops (Pipeline)** - Git push, PR creation, MCP management
1182
+ - **@developer (Pixel)** - Code implementation
1183
+ - **@quality-gate (Litmus)** - Quality validation
1184
1184
 
1185
1185
  ### References
1186
1186
 
@@ -753,14 +753,14 @@ Type `*help` to see all commands, or `*guide` for comprehensive usage instructio
753
753
 
754
754
  **I collaborate with:**
755
755
 
756
- - **@devops (Gage):** For applying version upgrades, managing MCP infrastructure, and deploying configuration changes
757
- - **@architect (Aria):** For evaluating architectural impact of new Claude Code features
756
+ - **@devops (Pipeline):** For applying version upgrades, managing MCP infrastructure, and deploying configuration changes
757
+ - **@architect (Stratum):** For evaluating architectural impact of new Claude Code features
758
758
  - **@config-engineer (Sigil):** For settings.json, CLAUDE.md, and .claude/rules/ optimization when adopting new features
759
- - **@developer (Dex):** Receives adoption strategies and plan-first workflows for implementation
759
+ - **@developer (Pixel):** Receives adoption strategies and plan-first workflows for implementation
760
760
 
761
761
  **I delegate to:**
762
762
 
763
- - **@devops (Gage):** For executing `claude update`, applying managed settings, and infrastructure changes
763
+ - **@devops (Pipeline):** For executing `claude update`, applying managed settings, and infrastructure changes
764
764
  - **@config-engineer (Sigil):** For implementing configuration changes recommended by migration guides
765
765
 
766
766
  **When to use others:**
@@ -921,10 +921,10 @@ Run `*sdk-guide` for comprehensive SDK documentation.
921
921
 
922
922
  ### Related Agents
923
923
 
924
- - **@devops (Gage)** - Executes version upgrades and infrastructure changes
925
- - **@architect (Aria)** - Evaluates architectural impact of new features
924
+ - **@devops (Pipeline)** - Executes version upgrades and infrastructure changes
925
+ - **@architect (Stratum)** - Evaluates architectural impact of new features
926
926
  - **@config-engineer (Sigil)** - Implements configuration changes for feature adoption
927
- - **@developer (Dex)** - Primary consumer of plan-first workflows and adoption strategies
927
+ - **@developer (Pixel)** - Primary consumer of plan-first workflows and adoption strategies
928
928
 
929
929
  ---
930
930
  ---
@@ -1104,15 +1104,15 @@ Type `*help` to see all commands, or `*guide` for detailed usage.
1104
1104
 
1105
1105
  **I collaborate with:**
1106
1106
 
1107
- - **@developer (Dex):** Implements application code that skills reference
1108
- - **@architect (Aria):** Provides system architecture context for skill design
1109
- - **@quality-gate (Quinn):** Reviews skill quality and validates trigger accuracy
1110
- - **@devops (Gage):** Handles plugin publishing and marketplace deployment
1107
+ - **@developer (Pixel):** Implements application code that skills reference
1108
+ - **@architect (Stratum):** Provides system architecture context for skill design
1109
+ - **@quality-gate (Litmus):** Reviews skill quality and validates trigger accuracy
1110
+ - **@devops (Pipeline):** Handles plugin publishing and marketplace deployment
1111
1111
 
1112
1112
  **I delegate to:**
1113
1113
 
1114
- - **@devops (Gage):** For git push, PR creation, and plugin marketplace deployment
1115
- - **@developer (Dex):** For implementation of application features beyond skill scope
1114
+ - **@devops (Pipeline):** For git push, PR creation, and plugin marketplace deployment
1115
+ - **@developer (Pixel):** For implementation of application features beyond skill scope
1116
1116
 
1117
1117
  **When to use others:**
1118
1118
 
@@ -1239,10 +1239,10 @@ Type `*help` to see all commands, or `*guide` for detailed usage.
1239
1239
 
1240
1240
  ### Related Agents
1241
1241
 
1242
- - **@developer (Dex)** - Application code implementation
1243
- - **@architect (Aria)** - System architecture
1244
- - **@devops (Gage)** - Publishing and deployment
1245
- - **@quality-gate (Quinn)** - Quality review
1242
+ - **@developer (Pixel)** - Application code implementation
1243
+ - **@architect (Stratum)** - System architecture
1244
+ - **@devops (Pipeline)** - Publishing and deployment
1245
+ - **@quality-gate (Litmus)** - Quality review
1246
1246
  - **@squad-creator (Craft)** - SINAPSE squad creation (complementary)
1247
1247
 
1248
1248
  ---
@@ -937,13 +937,13 @@ Type `*guide` for comprehensive usage instructions.
937
937
 
938
938
  **I collaborate with:**
939
939
 
940
- - **@architect (Aria):** Validates multi-agent topology decisions and system design alignment
941
- - **@developer (Dex):** Receives subagent definitions and team configurations for implementation use
942
- - **@quality-gate (Quinn):** Reviews agent team findings through QA gate validation
940
+ - **@architect (Stratum):** Validates multi-agent topology decisions and system design alignment
941
+ - **@developer (Pixel):** Receives subagent definitions and team configurations for implementation use
942
+ - **@quality-gate (Litmus):** Reviews agent team findings through QA gate validation
943
943
 
944
944
  **I delegate to:**
945
945
 
946
- - **@devops (Gage):** For git push, PR creation, and CI/CD integration of agent configurations
946
+ - **@devops (Pipeline):** For git push, PR creation, and CI/CD integration of agent configurations
947
947
 
948
948
  **When to use others:**
949
949
 
@@ -0,0 +1,96 @@
1
+ # Squad Animations
2
+
3
+ > Squad de elite para criacao de animacoes web de altissima qualidade. Cobre CSS, JavaScript, Three.js, GLSL shaders, scroll-driven animations, page transitions, particulas, point clouds, generative art e motion design.
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 9 |
10
+ | Tasks | 73 |
11
+ | Workflows | 5 |
12
+ | Knowledge Bases | 13 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | Kinetic (animations-orqx) | Orquestrador — coordena agentes e gerencia pipeline de animacao |
19
+ | Lens (animation-interpreter) | Interpreta prompts vagos e traduz em specs tecnicas de animacao |
20
+ | Vertex (threejs-architect) | Especialista Three.js — cenas 3D, materiais, cameras, iluminacao |
21
+ | Fragment (shader-artist) | Artista de shaders — GLSL/WGSL, post-processing, efeitos visuais |
22
+ | Flux (css-motion-artist) | Mestre CSS — animations, transitions, keyframes, SVG |
23
+ | Tempo (motion-choreographer) | Coreografo de motion — timing, easing, Disney principles |
24
+ | Parallax (scroll-narrative-engineer) | Engenheiro de scroll — parallax, page transitions, storytelling |
25
+ | Cloud (generative-particle-engineer) | Engenheiro de particulas — particles, point clouds, generative art |
26
+ | Benchmark (animation-performance-engineer) | Guardian de performance — FPS, GPU, mobile, otimizacao |
27
+
28
+ ## Ativacao
29
+
30
+ ```bash
31
+ # Via orquestrador (recomendado)
32
+ @animations-orqx
33
+
34
+ # Via agente especifico
35
+ @threejs-architect
36
+ @shader-artist
37
+ @css-motion-artist
38
+ ```
39
+
40
+ ## Tasks Principais
41
+
42
+ **Interpretacao e Specs**
43
+ - interpret-animation-prompt, extract-animation-intent, build-animation-brief
44
+
45
+ **Three.js e 3D**
46
+ - setup-threejs-scene, create-3d-environment, configure-camera-system, design-lighting-setup
47
+
48
+ **Shaders e Efeitos**
49
+ - create-custom-shader, implement-post-processing, build-noise-based-effect
50
+
51
+ **CSS e Micro-interactions**
52
+ - create-css-animation, build-micro-interaction, implement-hover-effect, create-svg-animation
53
+
54
+ **Scroll e Transicoes**
55
+ - implement-scroll-animation, build-parallax-effect, create-pinned-section, implement-page-transition
56
+
57
+ **Particulas e Generative Art**
58
+ - create-particle-system, implement-point-cloud-animation, build-flow-field, create-generative-pattern
59
+
60
+ **Performance**
61
+ - audit-animation-performance, optimize-threejs-scene, optimize-for-mobile
62
+
63
+ ## Workflows
64
+
65
+ - **prompt-to-animation-cycle** — Do prompt do usuario a animacao finalizada
66
+ - **animation-quality-review-cycle** — Revisao de qualidade e refinamento
67
+ - **scroll-experience-creation-cycle** — Experiencias baseadas em scroll do zero
68
+ - **3d-scene-creation-cycle** — Cenas 3D completas com Three.js
69
+ - **generative-art-creation-cycle** — Arte generativa e sistemas de particulas
70
+
71
+ ## Knowledge Bases
72
+
73
+ - disney-12-principles-web
74
+ - feeling-to-parameters-mapping
75
+ - creative-coding-masters-reference
76
+ - threejs-patterns-encyclopedia
77
+ - shader-techniques-library
78
+ - scroll-animation-patterns
79
+ - generative-algorithms-reference
80
+ - css-animation-mastery
81
+ - point-cloud-data-guide
82
+ - motion-psychology-engagement
83
+ - easing-functions-reference
84
+ - page-transition-patterns
85
+ - comprehensive-animation-reference
86
+
87
+ ## Integracao com Core Agents
88
+
89
+ Este squad trabalha com o framework SINAPSE core:
90
+ - @architect (Aria) para decisoes tecnicas
91
+ - @developer (Dex) para implementacao
92
+ - @quality-gate (Quinn) para validacao de qualidade
93
+
94
+ ---
95
+
96
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*
@@ -176,7 +176,7 @@ integration:
176
176
  - agent: "brand-auditor (Sentinel)"
177
177
  when: "Assets criados, precisam de validacao de coerencia"
178
178
  context_passed: "lista de assets gerados, guidelines utilizadas, API usada"
179
- - agent: "@developer (Dex)"
179
+ - agent: "@developer (Pixel)"
180
180
  when: "Asset SVG ou web template precisa ser integrado em codebase"
181
181
  context_passed: "arquivo SVG/HTML/CSS, contexto de uso, responsividade"
182
182
  receives_from:
@@ -126,7 +126,7 @@ commands:
126
126
 
127
127
  integration:
128
128
  delegates_to:
129
- - agent: "@developer (Dex)"
129
+ - agent: "@developer (Pixel)"
130
130
  when: "Motion specs prontas para implementacao"
131
131
  context_passed: "easing curves, durations, codigo CSS/JS, Lottie files"
132
132
  - agent: "brand-auditor (Sentinel)"
@@ -159,7 +159,7 @@ integration:
159
159
  - agent: "brand-auditor (Sentinel)"
160
160
  when: "Sound system criado, precisa de validacao"
161
161
  context_passed: "audio files, sonic DNA docs, sound system specs"
162
- - agent: "@developer (Dex)"
162
+ - agent: "@developer (Pixel)"
163
163
  when: "Notification sounds prontos para integracao em app"
164
164
  context_passed: "audio files, formato, evento de trigger, specs de implementacao"
165
165
  receives_from:
@@ -115,10 +115,10 @@ knowledge_bases:
115
115
 
116
116
  integration:
117
117
  delegates_to:
118
- - agent: "@architect (Aria)"
118
+ - agent: "@architect (Stratum)"
119
119
  when: "Design system precisa de decisao arquitetural sobre tech stack"
120
120
  context_passed: "tokens, componentes, formato de export desejado"
121
- - agent: "@developer (Dex)"
121
+ - agent: "@developer (Pixel)"
122
122
  when: "Design system pronto para implementacao"
123
123
  context_passed: "tokens CSS, componentes documentados, grid specs"
124
124
  - agent: "brand-auditor (Sentinel)"
@@ -0,0 +1,84 @@
1
+ # Squad Claude Code Mastery
2
+
3
+ > Squad especialista em Claude Code: hooks, MCP servers, subagents, skills, configuracao, context engineering, integracao de projetos e roadmap tracking.
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 10 |
10
+ | Tasks | 49 |
11
+ | Workflows | 2 |
12
+ | Knowledge Bases | 5 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | claude-orqx | Orquestrador — triage, routing e cross-cutting knowledge |
19
+ | hooks-architect | Hooks — 17 hook events, automacao, damage control |
20
+ | mcp-integrator | MCP — servers, tool discovery, context budget |
21
+ | swarm-orqx | Subagents/Teams — agent teams, parallel execution |
22
+ | config-engineer | Settings — permissions, CLAUDE.md, sandbox |
23
+ | skill-craftsman | Skills — plugins, commands, context engineering |
24
+ | project-integrator | Integracao — CI/CD, SINAPSE bridge |
25
+ | roadmap-sentinel | Roadmap — changelog, feature adoption |
26
+
27
+ ## Ativacao
28
+
29
+ ```bash
30
+ # Via orquestrador (recomendado)
31
+ @claude-orqx
32
+
33
+ # Via agente especifico
34
+ @hooks-architect
35
+ @mcp-integrator
36
+ @config-engineer
37
+ ```
38
+
39
+ ## Tasks Principais
40
+
41
+ **Setup e Diagnostico**
42
+ - audit-setup, setup-wizard, diagnose
43
+
44
+ **Hooks**
45
+ - hook-designer, audit-hooks, claude-code-hooks-setup
46
+
47
+ **Configuracao**
48
+ - configure-settings, audit-settings, create-rules, claude-md-engineer, permission-strategy
49
+
50
+ **MCP**
51
+ - mcp-integration-plan, mcp-workflow, mcp-server-design, mcp-integration-audit
52
+
53
+ **Agentes e Teams**
54
+ - create-team-topology, parallel-decomposition, worktree-strategy, create-agent-definition
55
+
56
+ **Context Engineering**
57
+ - optimize-context, context-rot-audit, context-window-audit, system-prompt-design
58
+
59
+ **Integracao**
60
+ - integrate-project, brownfield-setup, setup-repository, multi-project-setup, ci-cd-setup
61
+
62
+ ## Workflows
63
+
64
+ - **project-setup-cycle** — Setup completo de projeto com Claude Code
65
+ - **optimization-cycle** — Ciclo de otimizacao de configuracao e performance
66
+
67
+ ## Knowledge Bases
68
+
69
+ - claude-code-hooks-reference
70
+ - mcp-integration-patterns
71
+ - context-engineering-guide
72
+ - agent-team-patterns
73
+ - claude-code-configuration-reference
74
+
75
+ ## Integracao com Core Agents
76
+
77
+ Este squad trabalha com o framework SINAPSE core:
78
+ - @architect (Aria) para decisoes tecnicas
79
+ - @developer (Dex) para implementacao
80
+ - @quality-gate (Quinn) para validacao de qualidade
81
+
82
+ ---
83
+
84
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*
@@ -0,0 +1,86 @@
1
+ # Squad Cloning
2
+
3
+ > Pipeline de clonagem cognitiva — extrai modelos mentais, heuristicas, padroes de decisao e vocabulario de mentes reais e gera squads de agentes IA que pensam como elas. Suporta 3 tiers de fidelidade (KB-only, Consultant Clone, Full Clone).
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 8 |
10
+ | Tasks | 54 |
11
+ | Workflows | 6 |
12
+ | Knowledge Bases | 8 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | Helix (cloning-orqx) | Orquestrador — gerencia o ciclo completo de clonagem |
19
+ | Scout (source-hunter) | Descoberta de fontes — cataloga todo conteudo disponivel |
20
+ | Capture (content-capturer) | Captura de conteudo — transcreve e digitaliza conteudo bruto |
21
+ | Cortex (cognitive-extractor) | Extracao de DNA — identifica as 5 camadas cognitivas |
22
+ | Synth (mind-synthesizer) | Sintese cognitiva — consolida extracoes em perfil unificado |
23
+ | Forge (agent-forger) | Geracao de agentes — cria agent.md a partir de perfis cognitivos |
24
+ | Archive (kb-architect) | Geracao de knowledge bases — cria KBs da inteligencia extraida |
25
+ | Assembly (squad-assembler) | Montagem de squad — empacota tudo em squad deployavel |
26
+
27
+ ## Ativacao
28
+
29
+ ```bash
30
+ # Via orquestrador (recomendado)
31
+ @cloning-orqx
32
+
33
+ # Via agente especifico
34
+ @cognitive-extractor
35
+ @agent-forger
36
+ @source-hunter
37
+ ```
38
+
39
+ ## Tasks Principais
40
+
41
+ **Descoberta de Fontes**
42
+ - discover-youtube-channels, discover-podcasts-appearances, discover-books-publications
43
+ - discover-articles-interviews, compile-source-catalog
44
+
45
+ **Captura de Conteudo**
46
+ - transcribe-youtube-videos, transcribe-podcast-episodes, extract-book-content
47
+ - normalize-raw-content, validate-transcription-quality
48
+
49
+ **Extracao Cognitiva**
50
+ - extract-mental-models, extract-heuristics, extract-decision-patterns
51
+ - extract-vocabulary-tone, identify-contradictions, tag-confidence-levels
52
+
53
+ **Sintese e Geracao**
54
+ - build-cognitive-profile, calculate-confidence-score, determine-clone-tier
55
+ - generate-agent-persona, generate-agent-heuristics, generate-squad-yaml
56
+
57
+ ## Workflows
58
+
59
+ - **full-clone-pipeline** — End-to-end: source discovery a squad delivery
60
+ - **tier1-kb-only** — Pipeline leve para clones KB-only (5-20K palavras)
61
+ - **tier2-consultant** — Mid-tier com agente + KBs (30-100K palavras)
62
+ - **tier3-full-clone** — Pipeline completo com agente + KBs + tasks (80-200K+ palavras)
63
+ - **source-discovery-cycle** — Hunting e catalogacao de fontes
64
+ - **quality-validation-cycle** — Validacao de qualidade end-to-end
65
+
66
+ ## Knowledge Bases
67
+
68
+ - cognitive-dna-framework
69
+ - clone-tier-standards
70
+ - source-classification
71
+ - confidence-scoring
72
+ - extraction-patterns
73
+ - agent-generation-guide
74
+ - kb-generation-guide
75
+ - cross-squad-deployment
76
+
77
+ ## Integracao com Core Agents
78
+
79
+ Este squad trabalha com o framework SINAPSE core:
80
+ - @architect (Aria) para decisoes tecnicas
81
+ - @developer (Dex) para implementacao
82
+ - @quality-gate (Quinn) para validacao de qualidade
83
+
84
+ ---
85
+
86
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*
@@ -0,0 +1,89 @@
1
+ # Squad Commercial
2
+
3
+ > Squad de Commercial Systems — orquestra CRM, pipeline, funnel architecture, offer design, revenue operations, client success e sales enablement para maximizar receita previsivel e retencao de clientes.
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 11 |
10
+ | Tasks | 85 |
11
+ | Workflows | 6 |
12
+ | Knowledge Bases | 13 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | Pipeline (commercial-orqx) | Orquestrador — Revenue Cycle Orchestrator |
19
+ | Vault (cs-crm-specialist) | CRM & Pipeline Operations Specialist |
20
+ | Cascade (cs-funnel-architect) | Funnel Architecture & Demand Generation |
21
+ | Mint (cs-offer-designer) | Offer Architect & Pricing Strategist |
22
+ | Ledger (cs-revops-analyst) | Revenue Operations & Analytics Lead |
23
+ | Bond (cs-client-success) | Client Success & Retention Strategist |
24
+ | Edge (cs-sales-enablement) | Sales Methodology & Enablement Coach |
25
+
26
+ ## Ativacao
27
+
28
+ ```bash
29
+ # Via orquestrador (recomendado)
30
+ @commercial-orqx
31
+
32
+ # Via agente especifico
33
+ @cs-crm-specialist
34
+ @cs-funnel-architect
35
+ @cs-offer-designer
36
+ ```
37
+
38
+ ## Tasks Principais
39
+
40
+ **CRM e Pipeline**
41
+ - configure-crm-pipeline, manage-deal-stages, automate-lead-routing
42
+
43
+ **Funnel Architecture**
44
+ - design-conversion-funnel, map-buyer-journey, create-lead-scoring-model
45
+
46
+ **Offer Design**
47
+ - design-irresistible-offer, create-pricing-tiers, build-value-stack
48
+
49
+ **Revenue Operations**
50
+ - forecast-revenue, analyze-pipeline-health, calculate-unit-economics
51
+
52
+ **Client Success**
53
+ - design-onboarding-flow, monitor-client-health, create-expansion-playbook
54
+
55
+ **Sales Enablement**
56
+ - create-sales-playbook, build-objection-handling, design-discovery-framework
57
+
58
+ ## Workflows
59
+
60
+ - **new-offer-launch** — Do design ao CRM configurado
61
+ - **revenue-forecasting-cycle** — Pipeline audit a projecao board-ready
62
+ - **client-onboarding-activation** — Do contrato ao primeiro valor entregue
63
+ - **churn-prevention-protocol** — Yellow e Red save plays
64
+ - **expansion-revenue-cycle** — Upsell, cross-sell e account growth
65
+ - **quarterly-commercial-review** — Revisao trimestral completa
66
+
67
+ ## Knowledge Bases
68
+
69
+ - sales-qualification-methodology (MEDDIC, BANT, SPIN, Sandler, Challenger)
70
+ - revenue-architecture-models (CAC, LTV, Magic Number, NRR)
71
+ - offer-design-frameworks (Hormozi Value Equation, pricing, positioning)
72
+ - funnel-architecture-reference (TOFU/MOFU/BOFU, Bow Tie Funnel)
73
+ - customer-success-operations (Health Score, onboarding, churn prevention)
74
+ - prospecting-pipeline-generation (ICP, ABM, outbound, lead scoring)
75
+ - commercial-tech-stack-guide
76
+ - commercial-analytics-reporting
77
+ - agency-productization-playbook
78
+ - ai-as-competitive-infrastructure
79
+
80
+ ## Integracao com Core Agents
81
+
82
+ Este squad trabalha com o framework SINAPSE core:
83
+ - @architect (Aria) para decisoes tecnicas
84
+ - @developer (Dex) para implementacao
85
+ - @quality-gate (Quinn) para validacao de qualidade
86
+
87
+ ---
88
+
89
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*
@@ -0,0 +1,97 @@
1
+ # Squad Content
2
+
3
+ > Squad de classe mundial para inteligencia de conteudo: deteccao de sinais, planejamento editorial, producao em escala com Espinha Dorsal (tese-mecanismo-prova-direcao), adaptacao nativa por plataforma com Template Contract System, auditoria de qualidade e medicao de performance.
4
+
5
+ ## Visao Geral
6
+
7
+ | Metrica | Quantidade |
8
+ |---------|-----------|
9
+ | Agentes | 7 |
10
+ | Tasks | 90 |
11
+ | Workflows | 6 |
12
+ | Knowledge Bases | 16 |
13
+
14
+ ## Agentes
15
+
16
+ | Agente | Papel |
17
+ |--------|-------|
18
+ | Nexus (content-orqx) | Orquestrador — coordena pipeline de conteudo |
19
+ | Radar (signal-intelligence) | Scout — deteccao de sinais e trending topics |
20
+ | North (editorial-strategist) | Navegador — planejamento editorial estrategico |
21
+ | Arc (content-engineer) | Engenheiro — producao de conteudo com Espinha Dorsal |
22
+ | Morph (platform-specialist) | Shapeshifter — adaptacao nativa por plataforma |
23
+ | Index (content-governor) | Bibliotecario — governanca e qualidade editorial |
24
+ | Lens (content-analyst) | Analista — performance e retroalimentacao |
25
+
26
+ ## Ativacao
27
+
28
+ ```bash
29
+ # Via orquestrador (recomendado)
30
+ @content-orqx
31
+
32
+ # Via agente especifico
33
+ @content-engineer
34
+ @editorial-strategist
35
+ @signal-intelligence
36
+ ```
37
+
38
+ ## Tasks Principais
39
+
40
+ **Signal Intelligence**
41
+ - scan-daily-signals, detect-trending-topics, monitor-competitor-content
42
+
43
+ **Editorial Strategy**
44
+ - define-big-idea, define-editorial-pillars, create-editorial-calendar
45
+
46
+ **Producao de Conteudo**
47
+ - design-content-spine, write-carousel-content, write-linkedin-post
48
+ - write-blog-article, write-video-script, write-newsletter-editorial
49
+
50
+ **Adaptacao por Plataforma**
51
+ - adapt-for-instagram-feed, adapt-for-linkedin, adapt-for-blog-seo
52
+ - adapt-for-tiktok, register-template-contract
53
+
54
+ **Governanca e Qualidade**
55
+ - audit-content-library, validate-content-quality, manage-content-taxonomy
56
+
57
+ **Analytics**
58
+ - analyze-content-performance, measure-content-roi, predict-content-performance
59
+
60
+ ## Workflows
61
+
62
+ - **signal-to-content-cycle** — Sinal a conteudo a analise
63
+ - **editorial-planning-cycle** — Planejamento editorial periodico
64
+ - **content-creation-cycle** — Brief a producao a QA a publicacao
65
+ - **content-audit-cycle** — Auditoria de qualidade e performance
66
+ - **performance-feedback-loop** — Retroalimentacao sistemica
67
+ - **onboarding-content-cycle** — Setup de novo cliente
68
+
69
+ ## Knowledge Bases
70
+
71
+ - content-strategy-frameworks
72
+ - content-spine-engine
73
+ - editorial-governance
74
+ - narrative-structures
75
+ - writing-rules-engine
76
+ - platform-algorithms
77
+ - template-contract-system
78
+ - content-atomization-repurposing
79
+ - eeat-quality-standards
80
+ - content-scoring-models
81
+ - viral-potential-scoring
82
+ - signal-detection-methods
83
+ - information-architecture
84
+ - ai-content-production
85
+ - strategic-content-authority
86
+ - ai-leverage-content-framework
87
+
88
+ ## Integracao com Core Agents
89
+
90
+ Este squad trabalha com o framework SINAPSE core:
91
+ - @architect (Aria) para decisoes tecnicas
92
+ - @developer (Dex) para implementacao
93
+ - @quality-gate (Quinn) para validacao de qualidade
94
+
95
+ ---
96
+
97
+ *Parte do ecossistema SINAPSE-AI — 18 squads, 186 agentes*