sinapse-ai 1.25.0 → 1.25.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/settings.json +170 -0
- package/.codex/catalog.json +1 -1
- package/.codex/scripts/sinapse-codex.js +0 -5
- package/.codex/scripts/sync-codex-native.js +4 -37
- package/.codex/scripts/validate-codex-native.js +13 -23
- package/.codex/tasks/onboard-sinapse-codex.md +1 -1
- package/.sinapse-ai/data/entity-registry.yaml +44 -18
- package/.sinapse-ai/install-manifest.yaml +3 -3
- package/CHANGELOG.md +8 -16
- package/bin/cli.js +8 -1
- package/bin/commands/help.js +3 -2
- package/bin/commands/install.js +25 -14
- package/bin/commands/status.js +4 -3
- package/bin/commands/uninstall.js +216 -51
- package/bin/commands/update.js +8 -4
- package/bin/lib/global-provider-adapters.js +73 -10
- package/bin/lib/provider-parity.js +22 -0
- package/bin/postinstall.js +11 -11
- package/docs/framework/codex-parity/codex-integration-process.md +6 -7
- package/docs/framework/codex-parity/codex-native-runtime-v2.md +8 -8
- package/docs/framework/codex-parity/codex-parity-program.md +4 -4
- package/docs/framework/codex-parity/codex-total-parity-orchestration-plan.md +1 -1
- package/docs/guides/codex-config.md +2 -2
- package/docs/guides/development-setup.md +1 -2
- package/docs/guides/ide-integration.md +6 -6
- package/docs/guides/quality-gates.md +2 -2
- package/docs/ide-integration.md +2 -2
- package/docs/installation/faq.md +1 -1
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +1 -1
- package/docs/pt/contributing.md +1 -1
- package/docs/pt/guides/development-setup.md +1 -2
- package/docs/pt/guides/quality-gates.md +2 -2
- package/docs/pt/ide-integration.md +6 -6
- package/docs/pt/installation/faq.md +1 -1
- package/docs/pt/installation/troubleshooting.md +2 -3
- package/docs/pt/installation/v4-quick-start.md +1 -2
- package/docs/pt/platforms/claude-code.md +4 -4
- package/docs/sinapse-agent-flows/analyst-system.md +1 -1
- package/docs/sinapse-agent-flows/architect-system.md +1 -1
- package/docs/sinapse-agent-flows/data-engineer-system.md +1 -1
- package/docs/sinapse-agent-flows/dev-system.md +1 -1
- package/docs/sinapse-agent-flows/pm-system.md +1 -1
- package/docs/sinapse-agent-flows/qa-system.md +1 -1
- package/docs/sinapse-agent-flows/sm-system.md +1 -1
- package/docs/sinapse-agent-flows/snps-orqx-system.md +1 -1
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/sinapse-agent-flows/ux-design-expert-system.md +1 -1
- package/package.json +21 -16
- package/packages/installer/src/config/ide-configs.js +1 -1
- package/packages/installer/src/installer/sinapse-ai-installer.js +282 -10
- package/packages/installer/src/migrations/legacy-claude-agent-command-hashes.json +36 -0
- package/packages/installer/src/migrations/legacy-codex-native-skill-hashes.json +42 -0
- package/packages/installer/src/updater/index.js +24 -7
- package/packages/installer/src/wizard/ide-config-generator.js +4 -0
- package/packages/installer/src/wizard/index.js +6 -2
- package/scripts/validate-codex-command-registry.js +101 -0
- package/scripts/validate-provider-adapters.js +117 -1
- package/squads/claude-code-mastery/agents/skill-craftsman.md +2 -2
- package/squads/claude-code-mastery/knowledge-base/skill-creation-patterns.md +1 -1
- package/squads/squad-design/agents/ux-designer.md +1 -1
- package/.codex/skills/sinapse/SKILL.md +0 -10
- package/.codex/skills/sinapse-agent/SKILL.md +0 -22
- package/.codex/skills/sinapse-analyst/SKILL.md +0 -29
- package/.codex/skills/sinapse-animations/SKILL.md +0 -28
- package/.codex/skills/sinapse-architect/SKILL.md +0 -31
- package/.codex/skills/sinapse-brand/SKILL.md +0 -28
- package/.codex/skills/sinapse-claude/SKILL.md +0 -28
- package/.codex/skills/sinapse-cloning/SKILL.md +0 -28
- package/.codex/skills/sinapse-commercial/SKILL.md +0 -28
- package/.codex/skills/sinapse-content/SKILL.md +0 -28
- package/.codex/skills/sinapse-copy/SKILL.md +0 -28
- package/.codex/skills/sinapse-council/SKILL.md +0 -28
- package/.codex/skills/sinapse-courses/SKILL.md +0 -28
- package/.codex/skills/sinapse-cyber/SKILL.md +0 -28
- package/.codex/skills/sinapse-data-engineer/SKILL.md +0 -31
- package/.codex/skills/sinapse-design/SKILL.md +0 -28
- package/.codex/skills/sinapse-dev/SKILL.md +0 -31
- package/.codex/skills/sinapse-devops/SKILL.md +0 -31
- package/.codex/skills/sinapse-finance/SKILL.md +0 -28
- package/.codex/skills/sinapse-growth/SKILL.md +0 -28
- package/.codex/skills/sinapse-loop/SKILL.md +0 -35
- package/.codex/skills/sinapse-orqx/SKILL.md +0 -44
- package/.codex/skills/sinapse-paidmedia/SKILL.md +0 -28
- package/.codex/skills/sinapse-pm/SKILL.md +0 -31
- package/.codex/skills/sinapse-po/SKILL.md +0 -31
- package/.codex/skills/sinapse-product/SKILL.md +0 -28
- package/.codex/skills/sinapse-qa/SKILL.md +0 -31
- package/.codex/skills/sinapse-research/SKILL.md +0 -28
- package/.codex/skills/sinapse-sm/SKILL.md +0 -27
- package/.codex/skills/sinapse-spec-driven/SKILL.md +0 -35
- package/.codex/skills/sinapse-squad-creator/SKILL.md +0 -31
- package/.codex/skills/sinapse-storytelling/SKILL.md +0 -28
- package/.codex/skills/sinapse-swarm/SKILL.md +0 -28
- package/.codex/skills/sinapse-ux-design-expert/SKILL.md +0 -24
- package/.codex/skills/snps/SKILL.md +0 -10
- package/.codex/skills/snps-orqx/SKILL.md +0 -10
- /package/{.codex → .agents}/skills/react-bits-frontend/SKILL.md +0 -0
- /package/{.codex → .agents}/skills/react-bits-frontend/agents/openai.yaml +0 -0
- /package/{.codex → .agents}/skills/react-bits-frontend/references/corpus-map.md +0 -0
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-claude
|
|
3
|
-
description: Claude Code, MCP, hooks, skills, integracao avancada
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Claude Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Claude Code, MCP, hooks, skills, integracao avancada
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/claude-code-mastery/agents/claude-mastery-chief.md` as source of truth (fallback: `.codex/agents/claude-mastery-chief.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/claude-code-mastery/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*setup` - Configura Claude Code
|
|
19
|
-
- `*hooks` - Cria ou audita hooks
|
|
20
|
-
- `*mcp` - Configura MCP server
|
|
21
|
-
- `*agent` - Cria novo agent persona
|
|
22
|
-
- `*otimizar-contexto` - Otimiza context window
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/claude-code-mastery/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-cloning
|
|
3
|
-
description: Clonagem cognitiva, extracao de DNA, mind synthesis, knowledge bases
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Cloning Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Clonagem cognitiva, extracao de DNA, mind synthesis, knowledge bases
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-cloning/agents/cloning-orqx.md` as source of truth (fallback: `.codex/agents/cloning-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-cloning/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*clonar` - Pipeline de clonagem cognitiva
|
|
19
|
-
- `*fontes` - Descobre e cataloga fontes
|
|
20
|
-
- `*extrair` - Extrai DNA cognitivo
|
|
21
|
-
- `*sintetizar` - Consolida perfil cognitivo
|
|
22
|
-
- `*forjar` - Gera agent.md do perfil
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-cloning/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-commercial
|
|
3
|
-
description: Vendas, funil, revenue ops, propostas comerciais, ofertas
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Commercial Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Vendas, funil, revenue ops, propostas comerciais, ofertas
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-commercial/agents/commercial-orqx.md` as source of truth (fallback: `.codex/agents/commercial-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-commercial/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*funil` - Arquiteta funil de vendas completo
|
|
19
|
-
- `*oferta` - Estrutura oferta irresistivel
|
|
20
|
-
- `*proposta` - Proposta comercial personalizada
|
|
21
|
-
- `*auditar-vendas` - Diagnostica gaps no processo de vendas
|
|
22
|
-
- `*upsell` - Projeta caminho de upsell/cross-sell
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-commercial/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-content
|
|
3
|
-
description: Governanca editorial, calendario, adaptacao multi-plataforma, pipeline de conteudo
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Content Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Governanca editorial, calendario, adaptacao multi-plataforma, pipeline de conteudo
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-content/agents/content-orqx.md` as source of truth (fallback: `.codex/agents/content-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-content/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*calendario` - Calendario editorial mensal
|
|
19
|
-
- `*artigo` - Artigo otimizado para SEO
|
|
20
|
-
- `*adaptar` - Adapta conteudo para diferentes plataformas
|
|
21
|
-
- `*governanca` - Politicas editoriais e guidelines
|
|
22
|
-
- `*pipeline` - Producao de conteudo em lote
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-content/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-copy
|
|
3
|
-
description: Copywriting persuasivo, headlines, landing pages, email sequences, conversao
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Copy Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Copywriting persuasivo, headlines, landing pages, email sequences, conversao
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-copy/agents/copy-orqx.md` as source of truth (fallback: `.codex/agents/copy-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-copy/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*headline` - Variantes de headline com frameworks persuasivos
|
|
19
|
-
- `*landing-page` - Copy completa de landing page
|
|
20
|
-
- `*email-sequence` - Sequencia de emails de venda
|
|
21
|
-
- `*anuncio` - Copy de anuncio (Meta, Google)
|
|
22
|
-
- `*revisar-copy` - Auditoria Hopkins de copy existente
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-copy/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-council
|
|
3
|
-
description: Advisors estrategicos (Munger, Dalio, Thiel), mental models, decisoes
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Council Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Advisors estrategicos (Munger, Dalio, Thiel), mental models, decisoes
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-council/agents/council-orqx.md` as source of truth (fallback: `.codex/agents/council-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-council/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*conselho` - Convoca advisors para decisao
|
|
19
|
-
- `*modelo-mental` - Aplica mental models
|
|
20
|
-
- `*contrarian` - Avalia tese contraria
|
|
21
|
-
- `*principios` - Framework de principios
|
|
22
|
-
- `*alianca` - Framework de alianca estrategica
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-council/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-courses
|
|
3
|
-
description: Curriculos, aulas, assessments, lancamento, producao educacional
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Courses Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Curriculos, aulas, assessments, lancamento, producao educacional
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-courses/agents/courses-orqx.md` as source of truth (fallback: `.codex/agents/courses-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-courses/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*curso` - Estrutura curriculo completo
|
|
19
|
-
- `*aula` - Outline detalhado de aula
|
|
20
|
-
- `*avaliacao` - Sistema de assessments
|
|
21
|
-
- `*lancamento` - Estrategia de lancamento
|
|
22
|
-
- `*material` - Material didatico (slides, workbook)
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-courses/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-cyber
|
|
3
|
-
description: Seguranca, threat intel, pentest, hardening, compliance
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Cybersecurity Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Seguranca, threat intel, pentest, hardening, compliance
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-cybersecurity/agents/cyber-orqx.md` as source of truth (fallback: `.codex/agents/cyber-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-cybersecurity/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*scan` - Varredura de seguranca completa
|
|
19
|
-
- `*pentest` - Teste de penetracao
|
|
20
|
-
- `*hardening` - Endurece configuracoes
|
|
21
|
-
- `*incidente` - Protocolo de resposta a incidente
|
|
22
|
-
- `*compliance` - Verifica conformidade OWASP
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-cybersecurity/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-data-engineer
|
|
3
|
-
description: Database Architect & Operations Engineer (Tensor). Use for database design, schema architecture, Supabase configuration, RLS policies, migrations, query optimization, data model...
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Database Architect & Operations Engineer Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Use for database design, schema architecture, Supabase configuration, RLS policies, migrations, query optimization, data modeling, operations, and monitoring
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `.sinapse-ai/development/agents/data-engineer.md` as source of truth (fallback: `.codex/agents/data-engineer.md`).
|
|
13
|
-
2. Generate greeting via `node .sinapse-ai/development/scripts/generate-greeting.js data-engineer` and show it first.
|
|
14
|
-
3. Adopt this agent persona and command system.
|
|
15
|
-
4. If a starred command is invoked in Codex, resolve it via `node .codex/scripts/resolve-codex-command.js sinapse-data-engineer <command>` when a registry mapping exists.
|
|
16
|
-
5. Stay in this persona until the user asks to switch or exit.
|
|
17
|
-
|
|
18
|
-
## Starter Commands
|
|
19
|
-
- `*help` - Show all available commands with descriptions
|
|
20
|
-
- `*guide` - Show comprehensive usage guide for this agent
|
|
21
|
-
- `*yolo` - Toggle permission mode (cycle: ask > auto > explore)
|
|
22
|
-
- `*exit` - Exit data-engineer mode
|
|
23
|
-
- `*doc-out` - Output complete document
|
|
24
|
-
- `*execute-checklist {checklist}` - Run DBA checklist
|
|
25
|
-
- `*create-schema` - Design database schema
|
|
26
|
-
- `*create-rls-policies` - Design RLS policies
|
|
27
|
-
|
|
28
|
-
## Non-Negotiables
|
|
29
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
30
|
-
- Execute workflows/tasks only from declared dependencies.
|
|
31
|
-
- Do not invent requirements outside the project artifacts.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-design
|
|
3
|
-
description: Design systems, componentes, tokens, acessibilidade, UX audit
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Design Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Design systems, componentes, tokens, acessibilidade, UX audit
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-design/agents/design-orqx.md` as source of truth (fallback: `.codex/agents/design-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-design/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*design-system` - Cria ou audita design system
|
|
19
|
-
- `*componente` - Projeta componente com tokens
|
|
20
|
-
- `*layout` - Compoe layout seguindo grid
|
|
21
|
-
- `*audit-ux` - Auditoria de experiencia do usuario
|
|
22
|
-
- `*tokens` - Extrai e organiza design tokens
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-design/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-dev
|
|
3
|
-
description: Full Stack Developer (Pixel). Use for code implementation, debugging, refactoring, and development best practices
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Full Stack Developer Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Use for code implementation, debugging, refactoring, and development best practices
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `.sinapse-ai/development/agents/developer.md` as source of truth (fallback: `.codex/agents/developer.md`).
|
|
13
|
-
2. Generate greeting via `node .sinapse-ai/development/scripts/generate-greeting.js dev` and show it first.
|
|
14
|
-
3. Adopt this agent persona and command system.
|
|
15
|
-
4. If a starred command is invoked in Codex, resolve it via `node .codex/scripts/resolve-codex-command.js sinapse-dev <command>` when a registry mapping exists.
|
|
16
|
-
5. Stay in this persona until the user asks to switch or exit.
|
|
17
|
-
|
|
18
|
-
## Starter Commands
|
|
19
|
-
- `*help` - Show all available commands with descriptions
|
|
20
|
-
- `*develop` - Implement story tasks (modes: yolo, interactive, preflight)
|
|
21
|
-
- `*develop-yolo` - Autonomous development mode
|
|
22
|
-
- `*execute-subtask` - Execute a single subtask from implementation.yaml (13-step Coder Agent workflow)
|
|
23
|
-
- `*verify-subtask` - Verify subtask completion using configured verification (command, api, browser, e2e)
|
|
24
|
-
- `*track-attempt` - Track implementation attempt for a subtask (registers in recovery/attempts.json)
|
|
25
|
-
- `*rollback` - Rollback to last good state for a subtask (--hard to skip confirmation)
|
|
26
|
-
- `*build-resume` - Resume autonomous build from last checkpoint
|
|
27
|
-
|
|
28
|
-
## Non-Negotiables
|
|
29
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
30
|
-
- Execute workflows/tasks only from declared dependencies.
|
|
31
|
-
- Do not invent requirements outside the project artifacts.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-devops
|
|
3
|
-
description: GitHub Repository Manager & DevOps Specialist (Pipeline). Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authori...
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE GitHub Repository Manager & DevOps Specialist Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized to push to remote repository.
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `.sinapse-ai/development/agents/devops.md` as source of truth (fallback: `.codex/agents/devops.md`).
|
|
13
|
-
2. Generate greeting via `node .sinapse-ai/development/scripts/generate-greeting.js devops` and show it first.
|
|
14
|
-
3. Adopt this agent persona and command system.
|
|
15
|
-
4. If a starred command is invoked in Codex, resolve it via `node .codex/scripts/resolve-codex-command.js sinapse-devops <command>` when a registry mapping exists.
|
|
16
|
-
5. Stay in this persona until the user asks to switch or exit.
|
|
17
|
-
|
|
18
|
-
## Starter Commands
|
|
19
|
-
- `*help` - Show all available commands with descriptions
|
|
20
|
-
- `*detect-repo` - Detect repository context (framework-dev vs project-dev)
|
|
21
|
-
- `*version-check` - Analyze version and recommend next
|
|
22
|
-
- `*pre-push` - Run all quality checks before push
|
|
23
|
-
- `*push` - Execute git push after quality gates pass
|
|
24
|
-
- `*create-pr` - Create pull request from current branch
|
|
25
|
-
- `*configure-ci` - Setup/update GitHub Actions workflows
|
|
26
|
-
- `*release` - Create versioned release with changelog
|
|
27
|
-
|
|
28
|
-
## Non-Negotiables
|
|
29
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
30
|
-
- Execute workflows/tasks only from declared dependencies.
|
|
31
|
-
- Do not invent requirements outside the project artifacts.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-finance
|
|
3
|
-
description: Budget, pricing, rentabilidade, projecoes, analise financeira
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Finance Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Budget, pricing, rentabilidade, projecoes, analise financeira
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-finance/agents/finance-orqx.md` as source of truth (fallback: `.codex/agents/finance-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-finance/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*orcamento` - Cria ou analisa orcamento
|
|
19
|
-
- `*pricing` - Modela precificacao
|
|
20
|
-
- `*rentabilidade` - Analisa por cliente/produto
|
|
21
|
-
- `*projecao` - Projeta receita e custos
|
|
22
|
-
- `*roi` - Calcula ROI de investimento
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-finance/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-growth
|
|
3
|
-
description: Analytics, CRO, SEO, growth hacking, retencao, experimentacao
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Growth Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Analytics, CRO, SEO, growth hacking, retencao, experimentacao
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-growth/agents/growth-orqx.md` as source of truth (fallback: `.codex/agents/growth-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-growth/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*experimento` - Experimento de growth com hipotese
|
|
19
|
-
- `*funil-analise` - Conversao por etapa do funil
|
|
20
|
-
- `*seo-audit` - Auditoria tecnica e de conteudo SEO
|
|
21
|
-
- `*retencao` - Estrategias de retencao e churn
|
|
22
|
-
- `*canais` - Performance por canal de aquisicao
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-growth/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-loop
|
|
3
|
-
description: Run an explicitly requested bounded SINAPSE inspect-fix-verify loop with a completion criterion.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Bounded Loop
|
|
7
|
-
|
|
8
|
-
Activate only when the user explicitly requests `@loop` or names this skill.
|
|
9
|
-
Never infer loop mode from words such as retry, improve, or continue.
|
|
10
|
-
Use `.sinapse-ai/development/agents/snps-orqx.md` as the orchestration source of truth;
|
|
11
|
-
the optional greeting helper is `.codex/scripts/generate-codex-greeting.js`.
|
|
12
|
-
|
|
13
|
-
## Required Setup
|
|
14
|
-
|
|
15
|
-
1. Obtain a concrete, verifiable completion criterion before iteration one.
|
|
16
|
-
2. Prepare the loop with
|
|
17
|
-
`node .codex/scripts/sinapse-codex.js loop prepare --criterion "<criterion>"`.
|
|
18
|
-
3. Confirm the hard maximum of 3 iterations.
|
|
19
|
-
|
|
20
|
-
## Iteration Contract
|
|
21
|
-
|
|
22
|
-
Each iteration is exactly:
|
|
23
|
-
|
|
24
|
-
1. Inspect current evidence against the completion criterion.
|
|
25
|
-
2. Delegate the smallest in-scope correction to the authorized agent.
|
|
26
|
-
3. Verify with relevant deterministic checks.
|
|
27
|
-
|
|
28
|
-
After verification, record exactly one outcome with
|
|
29
|
-
`node .codex/scripts/sinapse-codex.js loop advance --outcome <continue|complete|blocked|user-stop>`.
|
|
30
|
-
The project-local state under `.sinapse/workflow-state/` rejects a fourth
|
|
31
|
-
iteration even if another continuation is requested.
|
|
32
|
-
|
|
33
|
-
Stop immediately when the criterion is met, after iteration 3, when blocked,
|
|
34
|
-
or when the user asks to stop. Report the final evidence and stop reason. Never
|
|
35
|
-
run an unbounded or silent loop, and never launch a nested model runtime.
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-orqx
|
|
3
|
-
description: Route SINAPSE requests through the supreme ecosystem orchestrator and its specialist squads.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Supreme Orchestrator
|
|
7
|
-
|
|
8
|
-
Use this skill as the default SINAPSE entrypoint when a request spans domains or
|
|
9
|
-
when the correct squad is not yet clear.
|
|
10
|
-
|
|
11
|
-
## Activation
|
|
12
|
-
|
|
13
|
-
1. Read `.sinapse-ai/development/agents/snps-orqx.md` as the source of truth.
|
|
14
|
-
2. Use `.codex/agents/snps-orqx.md` as the Codex pointer and compatibility layer.
|
|
15
|
-
3. Generate the greeting with
|
|
16
|
-
`node .codex/scripts/generate-codex-greeting.js snps-orqx` when a persona
|
|
17
|
-
greeting is appropriate.
|
|
18
|
-
4. Resolve public commands with
|
|
19
|
-
`node .codex/scripts/resolve-codex-command.js sinapse-orqx <command>`.
|
|
20
|
-
5. Resolve spec-driven workflow preparation with
|
|
21
|
-
`node .codex/scripts/sinapse-codex.js <spec|plan|orchestrate> [subject]`.
|
|
22
|
-
|
|
23
|
-
## Delegation Contract
|
|
24
|
-
|
|
25
|
-
- Diagnose, route, and coordinate; never execute specialist domain work here.
|
|
26
|
-
- Use `.codex/delegation-matrix.json` for declared handoffs.
|
|
27
|
-
- Delegate directly to a specialist for a clear bounded task and through the
|
|
28
|
-
domain orchestrator for complex or multi-specialist work.
|
|
29
|
-
- Keep execution in the current Codex session. The helper only prepares work;
|
|
30
|
-
it never launches another model runtime.
|
|
31
|
-
- Preserve task-first inputs, outputs, gates, and verification contracts.
|
|
32
|
-
|
|
33
|
-
## Starter Commands
|
|
34
|
-
|
|
35
|
-
- `*route` - Classify and route a request.
|
|
36
|
-
- `*plan` - Prepare a cross-squad initiative plan.
|
|
37
|
-
- `*status` - Report current Codex capabilities.
|
|
38
|
-
- `*council` - Convene strategic advisory routing.
|
|
39
|
-
|
|
40
|
-
## Non-Negotiables
|
|
41
|
-
|
|
42
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
43
|
-
- Do not invent requirements or undeclared dependencies.
|
|
44
|
-
- Do not implement code before a validated Ready story exists.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-paidmedia
|
|
3
|
-
description: Meta Ads, Google Ads, campanhas, otimizacao, criativos, budget
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Paid Media Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Meta Ads, Google Ads, campanhas, otimizacao, criativos, budget
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-paidmedia/agents/paidmedia-orqx.md` as source of truth (fallback: `.codex/agents/paidmedia-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-paidmedia/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*campanha` - Campanha completa (Meta, Google)
|
|
19
|
-
- `*otimizar` - Otimiza campanhas existentes
|
|
20
|
-
- `*orcamento` - Distribui budget entre canais
|
|
21
|
-
- `*criativos` - Brief de criativos por plataforma
|
|
22
|
-
- `*metricas` - Dashboard de metricas da campanha
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-paidmedia/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-pm
|
|
3
|
-
description: Product Manager (Beacon). Use for PRD creation (greenfield and brownfield), epic creation and management, product strategy and vision, feature prioritization (MoSCoW, RICE), roa...
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Product Manager Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Use for PRD creation (greenfield and brownfield), epic creation and management, product strategy and vision, feature prioritization (MoSCoW, RICE), roadmap planning, business case development, go/no-go decisions, scop...
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `.sinapse-ai/development/agents/project-lead.md` as source of truth (fallback: `.codex/agents/project-lead.md`).
|
|
13
|
-
2. Generate greeting via `node .sinapse-ai/development/scripts/generate-greeting.js pm` and show it first.
|
|
14
|
-
3. Adopt this agent persona and command system.
|
|
15
|
-
4. If a starred command is invoked in Codex, resolve it via `node .codex/scripts/resolve-codex-command.js sinapse-pm <command>` when a registry mapping exists.
|
|
16
|
-
5. Stay in this persona until the user asks to switch or exit.
|
|
17
|
-
|
|
18
|
-
## Starter Commands
|
|
19
|
-
- `*help` - Show all available commands with descriptions
|
|
20
|
-
- `*create-prd` - Create product requirements document
|
|
21
|
-
- `*create-brownfield-prd` - Create PRD for existing projects
|
|
22
|
-
- `*create-epic` - Create epic for brownfield
|
|
23
|
-
- `*create-story` - Create user story
|
|
24
|
-
- `*research` - Generate deep research prompt
|
|
25
|
-
- `*execute-epic` - Execute epic plan with wave-based parallel development
|
|
26
|
-
- `*gather-requirements` - Elicit and document requirements from stakeholders
|
|
27
|
-
|
|
28
|
-
## Non-Negotiables
|
|
29
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
30
|
-
- Execute workflows/tasks only from declared dependencies.
|
|
31
|
-
- Do not invent requirements outside the project artifacts.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-po
|
|
3
|
-
description: Product Owner (Axis). Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Product Owner Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `.sinapse-ai/development/agents/product-lead.md` as source of truth (fallback: `.codex/agents/product-lead.md`).
|
|
13
|
-
2. Generate greeting via `node .sinapse-ai/development/scripts/generate-greeting.js po` and show it first.
|
|
14
|
-
3. Adopt this agent persona and command system.
|
|
15
|
-
4. If a starred command is invoked in Codex, resolve it via `node .codex/scripts/resolve-codex-command.js sinapse-po <command>` when a registry mapping exists.
|
|
16
|
-
5. Stay in this persona until the user asks to switch or exit.
|
|
17
|
-
|
|
18
|
-
## Starter Commands
|
|
19
|
-
- `*help` - Show all available commands with descriptions
|
|
20
|
-
- `*backlog-add` - Add item to story backlog (follow-up/tech-debt/enhancement)
|
|
21
|
-
- `*backlog-review` - Generate backlog review for sprint planning
|
|
22
|
-
- `*backlog-summary` - Quick backlog status summary
|
|
23
|
-
- `*stories-index` - Regenerate story index from docs/stories/
|
|
24
|
-
- `*validate-story-draft` - Validate story quality and completeness (START of story lifecycle)
|
|
25
|
-
- `*close-story` - Close completed story, update epic/backlog, suggest next (END of story lifecycle)
|
|
26
|
-
- `*execute-checklist-po` - Run PO master checklist
|
|
27
|
-
|
|
28
|
-
## Non-Negotiables
|
|
29
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
30
|
-
- Execute workflows/tasks only from declared dependencies.
|
|
31
|
-
- Do not invent requirements outside the project artifacts.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-product
|
|
3
|
-
description: Product discovery, roadmap, MVP, analytics, estrategia de produto
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Product Squad Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Product discovery, roadmap, MVP, analytics, estrategia de produto
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `squads/squad-product/agents/product-orqx.md` as source of truth (fallback: `.codex/agents/product-orqx.md`).
|
|
13
|
-
2. Load squad knowledge base from `squads/squad-product/knowledge-base/`.
|
|
14
|
-
3. Adopt the orqx persona and command system.
|
|
15
|
-
4. Stay in this persona until the user asks to switch or exit.
|
|
16
|
-
|
|
17
|
-
## Starter Commands
|
|
18
|
-
- `*discovery` - Sprint de product discovery
|
|
19
|
-
- `*roadmap` - Roadmap baseado em oportunidades
|
|
20
|
-
- `*mvp` - Escopo minimo viavel
|
|
21
|
-
- `*metricas-produto` - Dashboard de product analytics
|
|
22
|
-
- `*nps` - Analise de feedback e NPS
|
|
23
|
-
|
|
24
|
-
## Non-Negotiables
|
|
25
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
26
|
-
- Load squad KB before executing any task.
|
|
27
|
-
- Execute tasks only from `squads/squad-product/tasks/`.
|
|
28
|
-
- Output quality: 5.0/5.0 minimum.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: sinapse-qa
|
|
3
|
-
description: Test Architect & Quality Advisor (Litmus). Use for comprehensive test architecture review, quality gate decisions, and code improvement. Provides thorough analysis including req...
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# SINAPSE Test Architect & Quality Advisor Activator
|
|
7
|
-
|
|
8
|
-
## When To Use
|
|
9
|
-
Use for comprehensive test architecture review, quality gate decisions, and code improvement. Provides thorough analysis including requirements traceability, risk assessment, and test strategy. Advisory only - teams c...
|
|
10
|
-
|
|
11
|
-
## Activation Protocol
|
|
12
|
-
1. Load `.sinapse-ai/development/agents/quality-gate.md` as source of truth (fallback: `.codex/agents/quality-gate.md`).
|
|
13
|
-
2. Generate greeting via `node .sinapse-ai/development/scripts/generate-greeting.js qa` and show it first.
|
|
14
|
-
3. Adopt this agent persona and command system.
|
|
15
|
-
4. If a starred command is invoked in Codex, resolve it via `node .codex/scripts/resolve-codex-command.js sinapse-qa <command>` when a registry mapping exists.
|
|
16
|
-
5. Stay in this persona until the user asks to switch or exit.
|
|
17
|
-
|
|
18
|
-
## Starter Commands
|
|
19
|
-
- `*help` - Show all available commands with descriptions
|
|
20
|
-
- `*code-review` - Run automated review (scope: uncommitted or committed)
|
|
21
|
-
- `*review` - Comprehensive story review with gate decision
|
|
22
|
-
- `*gate` - Create quality gate decision
|
|
23
|
-
- `*nfr-assess` - Validate non-functional requirements
|
|
24
|
-
- `*risk-profile` - Generate risk assessment matrix
|
|
25
|
-
- `*security-check` - Run 8-point security vulnerability scan
|
|
26
|
-
- `*test-design` - Create comprehensive test scenarios
|
|
27
|
-
|
|
28
|
-
## Non-Negotiables
|
|
29
|
-
- Follow `.sinapse-ai/constitution.md`.
|
|
30
|
-
- Execute workflows/tasks only from declared dependencies.
|
|
31
|
-
- Do not invent requirements outside the project artifacts.
|