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.
- package/.claude/CLAUDE.md +10 -10
- package/.claude/rules/agent-authority.md +7 -7
- package/.claude/rules/agent-memory-imports.md +3 -1
- package/.claude/rules/coderabbit-integration.md +1 -0
- package/.claude/rules/mandatory-delegation.md +10 -10
- package/.claude/rules/mcp-usage.md +1 -1
- package/.claude/rules/security-data-protection.md +2 -2
- package/.claude/rules/security-scanning.md +10 -0
- package/.claude/rules/tool-response-filtering.md +1 -0
- package/.codex/agents/sinapse-orqx.md +4 -4
- package/.sinapse-ai/constitution.md +1 -1
- package/.sinapse-ai/data/entity-registry.yaml +826 -880
- package/.sinapse-ai/data/registry-update-log.jsonl +37 -0
- package/.sinapse-ai/data/rls-security-patterns.md +384 -0
- package/.sinapse-ai/data/sinapse-kb.md +1 -1
- package/.sinapse-ai/development/agents/analyst.md +2 -2
- package/.sinapse-ai/development/agents/product-lead/MEMORY.md +1 -1
- package/.sinapse-ai/development/agents/product-lead.md +4 -4
- package/.sinapse-ai/development/agents/project-lead.md +2 -2
- package/.sinapse-ai/development/agents/sinapse-orqx.md +4 -4
- package/.sinapse-ai/development/agents/sprint-lead.md +3 -3
- package/.sinapse-ai/development/tasks/analyze-project-structure.md +3 -3
- package/.sinapse-ai/development/tasks/create-service.md +1 -1
- package/.sinapse-ai/development/tasks/create-worktree.md +1 -1
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +5 -5
- package/.sinapse-ai/development/tasks/extract-patterns.md +1 -1
- package/.sinapse-ai/development/tasks/ids-governor.md +1 -1
- package/.sinapse-ai/development/tasks/init-project-status.md +1 -1
- package/.sinapse-ai/development/tasks/list-worktrees.md +1 -1
- package/.sinapse-ai/development/tasks/next.md +1 -1
- package/.sinapse-ai/development/tasks/patterns.md +1 -1
- package/.sinapse-ai/development/tasks/plan-create-context.md +1 -1
- package/.sinapse-ai/development/tasks/plan-create-implementation.md +1 -1
- package/.sinapse-ai/development/tasks/plan-execute-subtask.md +1 -1
- package/.sinapse-ai/development/tasks/qa-fix-issues.md +1 -1
- package/.sinapse-ai/development/tasks/remove-worktree.md +1 -1
- package/.sinapse-ai/development/tasks/setup-github.md +1 -1
- package/.sinapse-ai/development/tasks/setup-llm-routing.md +1 -1
- package/.sinapse-ai/development/tasks/setup-mcp-docker.md +1 -1
- package/.sinapse-ai/development/tasks/spec-assess-complexity.md +1 -1
- package/.sinapse-ai/development/tasks/spec-critique.md +1 -1
- package/.sinapse-ai/development/tasks/spec-gather-requirements.md +1 -1
- package/.sinapse-ai/development/tasks/spec-research-dependencies.md +1 -1
- package/.sinapse-ai/development/tasks/spec-write-spec.md +1 -1
- package/.sinapse-ai/development/tasks/story-checkpoint.md +1 -1
- package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
- package/.sinapse-ai/development/tasks/validate-tech-preset.md +1 -1
- package/.sinapse-ai/development/tasks/verify-subtask.md +1 -1
- package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +1 -1
- package/.sinapse-ai/install-manifest.yaml +79 -75
- package/README.en.md +1 -1
- package/README.md +342 -216
- package/bin/utils/staged-secret-scan.js +5 -0
- package/docs/architecture-overview.md +239 -0
- package/docs/community.md +2 -2
- package/docs/feature-process.md +162 -0
- package/docs/getting-started.md +115 -231
- package/docs/guides/agent-reference.md +203 -0
- package/docs/guides/{MEMORY-INTEGRATION.md → memory-integration.md} +2 -2
- package/docs/guides/{MEMORY-INTELLIGENCE-SYSTEM.md → memory-intelligence-system.md} +3 -3
- package/docs/guides/workflows-overview.md +282 -0
- package/docs/guiding-principles.md +188 -0
- package/docs/legal/license-clarification.md +120 -15
- package/docs/legal/privacy.md +93 -80
- package/docs/legal/terms.md +90 -103
- package/docs/{ORQX-PLAN.md → orqx-plan.md} +15 -15
- package/docs/pt/FEATURE_PROCESS.md +2 -2
- package/docs/pt/GUIDING-PRINCIPLES.md +2 -2
- package/docs/pt/community.md +2 -2
- package/docs/pt/roadmap.md +2 -2
- package/docs/pt/security.md +215 -79
- package/docs/roadmap.md +2 -2
- package/docs/security/{PR_SECURITY_CHECKLIST.md → pr-security-checklist.md} +1 -1
- package/docs/security.md +215 -79
- package/package.json +1 -1
- package/packages/installer/src/manifest-signature.js +194 -0
- package/sinapse/agents/sinapse-orqx.md +4 -4
- package/squads/claude-code-mastery/agents/config-engineer.md +7 -7
- package/squads/claude-code-mastery/agents/hooks-architect.md +4 -4
- package/squads/claude-code-mastery/agents/mcp-integrator.md +6 -6
- package/squads/claude-code-mastery/agents/project-integrator.md +8 -8
- package/squads/claude-code-mastery/agents/roadmap-sentinel.md +7 -7
- package/squads/claude-code-mastery/agents/skill-craftsman.md +10 -10
- package/squads/claude-code-mastery/agents/swarm-orqx.md +4 -4
- package/squads/squad-animations/README.md +96 -0
- package/squads/squad-brand/agents/brand-creative-engineer.md +1 -1
- package/squads/squad-brand/agents/brand-motion-vfx.md +1 -1
- package/squads/squad-brand/agents/brand-sonic-designer.md +1 -1
- package/squads/squad-brand/agents/brand-system-architect.md +2 -2
- package/squads/squad-claude/README.md +84 -0
- package/squads/squad-cloning/README.md +86 -0
- package/squads/squad-commercial/README.md +89 -0
- package/squads/squad-content/README.md +97 -0
- package/squads/squad-copy/README.md +100 -0
- package/squads/squad-council/README.md +88 -0
- package/squads/squad-courses/README.md +95 -0
- package/squads/squad-cybersecurity/README.md +88 -0
- package/squads/squad-design/README.md +96 -0
- package/squads/squad-finance/README.md +80 -0
- package/squads/squad-growth/README.md +94 -0
- package/squads/squad-paidmedia/README.md +96 -0
- package/squads/squad-product/README.md +93 -0
- package/squads/squad-research/README.md +97 -0
- package/squads/squad-storytelling/README.md +96 -0
- package/docs/FEATURE_PROCESS.md +0 -93
- package/docs/GUIDING-PRINCIPLES.md +0 -95
- /package/docs/{CHANGELOG.md → changelog.md} +0 -0
- /package/docs/guides/{IDS-CONCEITOS-EXPLICADOS.md → ids-conceitos-explicados.md} +0 -0
- /package/docs/guides/{MEMORY-SYSTEM.md → memory-system.md} +0 -0
- /package/docs/security/{MANIFEST_SIGNING.md → manifest-signing.md} +0 -0
- /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 (
|
|
1057
|
-
- **@developer (
|
|
1058
|
-
- **@quality-gate (
|
|
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 (
|
|
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 (
|
|
1181
|
-
- **@devops (
|
|
1182
|
-
- **@developer (
|
|
1183
|
-
- **@quality-gate (
|
|
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 (
|
|
757
|
-
- **@architect (
|
|
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 (
|
|
759
|
+
- **@developer (Pixel):** Receives adoption strategies and plan-first workflows for implementation
|
|
760
760
|
|
|
761
761
|
**I delegate to:**
|
|
762
762
|
|
|
763
|
-
- **@devops (
|
|
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 (
|
|
925
|
-
- **@architect (
|
|
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 (
|
|
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 (
|
|
1108
|
-
- **@architect (
|
|
1109
|
-
- **@quality-gate (
|
|
1110
|
-
- **@devops (
|
|
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 (
|
|
1115
|
-
- **@developer (
|
|
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 (
|
|
1243
|
-
- **@architect (
|
|
1244
|
-
- **@devops (
|
|
1245
|
-
- **@quality-gate (
|
|
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 (
|
|
941
|
-
- **@developer (
|
|
942
|
-
- **@quality-gate (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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 (
|
|
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*
|