sinapse-ai 8.0.2 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.sinapse-ai/cli/commands/qa/audit.js +557 -0
- package/.sinapse-ai/cli/commands/qa/index.js +7 -0
- package/.sinapse-ai/core/quality-gates/focus-area-recommender.js +105 -2
- package/.sinapse-ai/data/entity-registry.yaml +3 -3
- package/.sinapse-ai/data/registry-update-log.jsonl +1 -0
- package/.sinapse-ai/development/agent-teams/team-all.yaml +3 -3
- package/.sinapse-ai/development/agent-teams/team-fullstack.yaml +6 -6
- package/.sinapse-ai/development/agent-teams/team-ide-minimal.yaml +4 -4
- package/.sinapse-ai/development/agent-teams/team-no-ui.yaml +5 -5
- package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +9 -9
- package/.sinapse-ai/install-manifest.yaml +22 -18
- package/bin/sinapse.js +16 -0
- package/package.json +1 -1
- package/scripts/audit-tasks.cjs +256 -0
- package/squads/claude-code-mastery/tasks/audit-integration.md +6 -0
- package/squads/claude-code-mastery/tasks/audit-settings.md +6 -0
- package/squads/claude-code-mastery/tasks/audit-setup.md +6 -0
- package/squads/claude-code-mastery/tasks/brownfield-setup.md +6 -0
- package/squads/claude-code-mastery/tasks/ci-cd-setup.md +6 -0
- package/squads/claude-code-mastery/tasks/claude-md-engineer.md +6 -0
- package/squads/claude-code-mastery/tasks/configure-claude-code.md +6 -0
- package/squads/claude-code-mastery/tasks/context-rot-audit.md +6 -0
- package/squads/claude-code-mastery/tasks/create-agent-definition.md +6 -0
- package/squads/claude-code-mastery/tasks/create-rules.md +6 -0
- package/squads/claude-code-mastery/tasks/create-team-topology.md +6 -0
- package/squads/claude-code-mastery/tasks/diagnose.md +6 -0
- package/squads/claude-code-mastery/tasks/enterprise-config.md +6 -0
- package/squads/claude-code-mastery/tasks/hook-designer.md +6 -0
- package/squads/claude-code-mastery/tasks/integrate-project.md +6 -0
- package/squads/claude-code-mastery/tasks/mcp-integration-plan.md +6 -0
- package/squads/claude-code-mastery/tasks/mcp-workflow.md +6 -0
- package/squads/claude-code-mastery/tasks/multi-project-setup.md +6 -0
- package/squads/claude-code-mastery/tasks/optimize-context.md +6 -0
- package/squads/claude-code-mastery/tasks/optimize-workflow.md +6 -0
- package/squads/claude-code-mastery/tasks/parallel-decomposition.md +6 -0
- package/squads/claude-code-mastery/tasks/permission-strategy.md +6 -0
- package/squads/claude-code-mastery/tasks/sandbox-setup.md +6 -0
- package/squads/claude-code-mastery/tasks/setup-repository.md +6 -0
- package/squads/claude-code-mastery/tasks/setup-wizard.md +6 -0
- package/squads/claude-code-mastery/tasks/worktree-strategy.md +6 -0
- package/squads/squad-animations/workflows/3d-scene-creation-cycle.yaml +5 -0
- package/squads/squad-animations/workflows/animation-quality-review-cycle.yaml +5 -0
- package/squads/squad-animations/workflows/generative-art-creation-cycle.yaml +5 -0
- package/squads/squad-animations/workflows/prompt-to-animation-cycle.yaml +5 -0
- package/squads/squad-animations/workflows/scroll-experience-creation-cycle.yaml +5 -0
- package/squads/squad-brand/knowledge-base/routing-catalog.md +8 -0
- package/squads/squad-cloning/workflows/full-clone-pipeline.yaml +5 -0
- package/squads/squad-cloning/workflows/quality-validation-cycle.yaml +5 -0
- package/squads/squad-cloning/workflows/source-discovery-cycle.yaml +5 -0
- package/squads/squad-cloning/workflows/tier1-kb-only.yaml +5 -0
- package/squads/squad-cloning/workflows/tier2-consultant.yaml +5 -0
- package/squads/squad-cloning/workflows/tier3-full-clone.yaml +5 -0
- package/squads/squad-commercial/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-commercial/workflows/churn-prevention-protocol.yaml +5 -0
- package/squads/squad-commercial/workflows/client-onboarding-activation.yaml +5 -0
- package/squads/squad-commercial/workflows/expansion-revenue-cycle.yaml +5 -0
- package/squads/squad-commercial/workflows/new-offer-launch.yaml +5 -0
- package/squads/squad-commercial/workflows/quarterly-commercial-review.yaml +5 -0
- package/squads/squad-commercial/workflows/revenue-forecasting-cycle.yaml +5 -0
- package/squads/squad-content/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-content/workflows/content-audit-cycle.yaml +4 -0
- package/squads/squad-content/workflows/content-creation-cycle.yaml +4 -0
- package/squads/squad-content/workflows/editorial-planning-cycle.yaml +4 -0
- package/squads/squad-content/workflows/onboarding-content-cycle.yaml +4 -0
- package/squads/squad-content/workflows/performance-feedback-loop.yaml +4 -0
- package/squads/squad-content/workflows/signal-to-content-cycle.yaml +4 -0
- package/squads/squad-copy/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-copy/workflows/brand-voice-development.yaml +5 -0
- package/squads/squad-copy/workflows/campaign-copy-cycle.yaml +5 -0
- package/squads/squad-copy/workflows/content-copy-cycle.yaml +5 -0
- package/squads/squad-copy/workflows/conversion-copy-sprint.yaml +5 -0
- package/squads/squad-copy/workflows/full-copy-cycle.yaml +5 -0
- package/squads/squad-copy/workflows/sales-copy-pipeline.yaml +5 -0
- package/squads/squad-council/workflows/business-audit-cycle.yaml +1 -0
- package/squads/squad-council/workflows/strategic-advisory-session.yaml +1 -0
- package/squads/squad-courses/workflows/course-launch-cycle.yaml +1 -6
- package/squads/squad-courses/workflows/presentation-creation.yaml +2 -2
- package/squads/squad-design/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-design/workflows/a11y-compliance-cycle.yaml +1 -0
- package/squads/squad-design/workflows/design-system-build-cycle.yaml +1 -0
- package/squads/squad-design/workflows/landing-page-sprint.yaml +1 -0
- package/squads/squad-design/workflows/performance-remediation-cycle.yaml +1 -0
- package/squads/squad-design/workflows/ux-research-sprint.yaml +1 -0
- package/squads/squad-design/workflows/zero-to-digital-product-cycle.yaml +1 -0
- package/squads/squad-finance/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-finance/workflows/client-profitability-audit.yaml +5 -0
- package/squads/squad-finance/workflows/monthly-financial-cycle.yaml +5 -0
- package/squads/squad-finance/workflows/pricing-design-cycle.yaml +5 -0
- package/squads/squad-finance/workflows/quarterly-financial-review.yaml +5 -0
- package/squads/squad-growth/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-growth/workflows/analytics-instrumentation-pipeline.yaml +1 -0
- package/squads/squad-growth/workflows/campaign-performance-review.yaml +1 -0
- package/squads/squad-growth/workflows/cro-experimentation-sprint.yaml +1 -0
- package/squads/squad-growth/workflows/full-growth-analytics-cycle.yaml +1 -0
- package/squads/squad-growth/workflows/growth-experiment-loop.yaml +1 -0
- package/squads/squad-growth/workflows/seo-audit-optimization-cycle.yaml +1 -0
- package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-paidmedia/workflows/account-audit-cycle.yaml +5 -0
- package/squads/squad-paidmedia/workflows/campaign-launch-cycle.yaml +5 -0
- package/squads/squad-paidmedia/workflows/creative-testing-cycle.yaml +5 -0
- package/squads/squad-paidmedia/workflows/cro-optimization-cycle.yaml +5 -0
- package/squads/squad-paidmedia/workflows/scaling-sprint.yaml +5 -0
- package/squads/squad-product/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-product/workflows/client-roadmap-alignment-cycle.yaml +4 -0
- package/squads/squad-product/workflows/product-discovery-cycle.yaml +4 -0
- package/squads/squad-product/workflows/product-handoff-cycle.yaml +4 -0
- package/squads/squad-product/workflows/product-launch-cycle.yaml +4 -0
- package/squads/squad-product/workflows/product-strategy-definition-cycle.yaml +4 -0
- package/squads/squad-product/workflows/story-development-delivery-cycle.yaml +4 -0
- package/squads/squad-research/knowledge-base/routing-catalog.md +12 -0
- package/squads/squad-research/workflows/audience-intelligence-cycle.yaml +4 -0
- package/squads/squad-research/workflows/competitive-intelligence-cycle.yaml +4 -0
- package/squads/squad-research/workflows/deep-research-cycle.yaml +4 -0
- package/squads/squad-research/workflows/full-research-sprint.yaml +4 -0
- package/squads/squad-research/workflows/market-analysis-cycle.yaml +4 -0
- package/squads/squad-research/workflows/trend-forecasting-cycle.yaml +4 -0
- package/squads/squad-storytelling/workflows/pitch-narrative-workflow.yaml +1 -0
- package/squads/squad-storytelling/workflows/story-development-cycle.yaml +1 -0
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Routing Catalog — Copywriting & Persuasion
|
|
2
2
|
|
|
3
|
+
Maps keywords and domains to specialist agents for intelligent routing within the Copy squad.
|
|
4
|
+
|
|
5
|
+
<!-- TODO: expand content -->
|
|
6
|
+
|
|
7
|
+
## Domain Routing Matrix
|
|
8
|
+
|
|
3
9
|
| Domain | Keywords | Primary Agent | Secondary Agent |
|
|
4
10
|
|--------|----------|--------------|-----------------|
|
|
5
11
|
| Copy strategy & planning | copy strategy, messaging, campaign copy, copy brief, voice strategy | copy-strategist | brand-voice-writer |
|
|
@@ -12,3 +18,9 @@
|
|
|
12
18
|
| Email copy | email, newsletter, drip sequence, nurture, welcome series, cold email | conversion-writer | long-form-writer |
|
|
13
19
|
| Social media copy | social copy, captions, posts, threads, stories, reels copy | conversion-writer | headline-specialist |
|
|
14
20
|
| Ad copy | ad copy, Facebook ad text, Google ad, creative copy, ad variations | conversion-writer | headline-specialist |
|
|
21
|
+
|
|
22
|
+
## Usage Notes
|
|
23
|
+
|
|
24
|
+
- Route to the **Primary Agent** by default for each domain.
|
|
25
|
+
- Use the **Secondary Agent** when the primary is overloaded or when the request spans multiple domains.
|
|
26
|
+
- For requests that span multiple domains, the orchestrator (copy-orqx) coordinates handoffs.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: brand-voice-development
|
|
2
|
+
version: "1.0"
|
|
2
3
|
title: "Brand Voice Development — From Scratch to Guidelines"
|
|
3
4
|
description: "Workflow completo para desenvolver brand voice: pesquisa, definicao, documentacao, exemplos e treinamento."
|
|
4
5
|
complexity: COMPLEX
|
|
@@ -90,3 +91,7 @@ cross_squad_handoffs:
|
|
|
90
91
|
delivers: "Microcopy guidelines + UX writing examples"
|
|
91
92
|
- to: squad-content
|
|
92
93
|
delivers: "Voice guidelines para content creation"
|
|
94
|
+
|
|
95
|
+
completion:
|
|
96
|
+
notification: "copy-orqx"
|
|
97
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: campaign-copy-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
title: "Campaign Copy Cycle — Multi-Channel Campaign"
|
|
3
4
|
description: "Ciclo de copy para campanha multi-canal: define tom da campanha, cria copy por canal e garante consistencia cross-channel."
|
|
4
5
|
complexity: STANDARD
|
|
@@ -81,3 +82,7 @@ cross_squad_handoffs:
|
|
|
81
82
|
delivers: "Campaign copy para producao/publicacao"
|
|
82
83
|
- to: squad-growth
|
|
83
84
|
delivers: "Campaign copy + KPIs para tracking"
|
|
85
|
+
|
|
86
|
+
completion:
|
|
87
|
+
notification: "copy-orqx"
|
|
88
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: content-copy-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
title: "Content Copy Cycle — Story-Driven Content"
|
|
3
4
|
description: "Ciclo para criacao de conteudo com foco em storytelling e persuasao: cases, stories, manifestos e whitepapers."
|
|
4
5
|
complexity: STANDARD
|
|
@@ -72,3 +73,7 @@ cross_squad_handoffs:
|
|
|
72
73
|
delivers: "Conteudo para publicacao e distribuicao"
|
|
73
74
|
- to: squad-research
|
|
74
75
|
delivers: "Data/claims para verificacao (whitepapers)"
|
|
76
|
+
|
|
77
|
+
completion:
|
|
78
|
+
notification: "copy-orqx"
|
|
79
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: conversion-copy-sprint
|
|
2
|
+
version: "1.0"
|
|
2
3
|
title: "Conversion Copy Sprint — LP + Email + Ads"
|
|
3
4
|
description: "Sprint focado em conversao: cria copy de landing page, email sequence e ads em paralelo para campanha de conversao."
|
|
4
5
|
complexity: COMPLEX
|
|
@@ -111,3 +112,7 @@ cross_squad_handoffs:
|
|
|
111
112
|
delivers: "LP copy + ad specs para implementacao"
|
|
112
113
|
- to: squad-growth
|
|
113
114
|
delivers: "Campaign copy + KPIs + A/B test plan"
|
|
115
|
+
|
|
116
|
+
completion:
|
|
117
|
+
notification: "copy-orqx"
|
|
118
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: full-copy-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
title: "Full Copy Cycle — Brief to Publication"
|
|
3
4
|
description: "Ciclo completo de copywriting: do brief ate a publicacao, passando por estrategia, criacao, persuasao review, edicao e aprovacao."
|
|
4
5
|
complexity: COMPLEX
|
|
@@ -104,3 +105,7 @@ metrics:
|
|
|
104
105
|
- "Number of revision rounds"
|
|
105
106
|
- "Overall quality score"
|
|
106
107
|
- "Post-publish performance vs. KPIs"
|
|
108
|
+
|
|
109
|
+
completion:
|
|
110
|
+
notification: "copy-orqx"
|
|
111
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: sales-copy-pipeline
|
|
2
|
+
version: "1.0"
|
|
2
3
|
title: "Sales Copy Pipeline — High-Converting Sales Assets"
|
|
3
4
|
description: "Pipeline completo para criacao de assets de vendas: sales letter, launch sequence, pricing page e materiais de suporte."
|
|
4
5
|
complexity: COMPLEX
|
|
@@ -111,3 +112,7 @@ cross_squad_handoffs:
|
|
|
111
112
|
delivers: "Funnel copy + KPIs + A/B test plan"
|
|
112
113
|
- to: squad-commercial
|
|
113
114
|
delivers: "Sales materials para equipe comercial"
|
|
115
|
+
|
|
116
|
+
completion:
|
|
117
|
+
notification: "copy-orqx"
|
|
118
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -90,12 +90,7 @@ phases:
|
|
|
90
90
|
- Write value email (Day 2–3: share a lesson insight or tip)
|
|
91
91
|
- Write objection-handling email (Day 4–5: FAQ format)
|
|
92
92
|
- Write cart-close or urgency email (if launch window)
|
|
93
|
-
- Write welcome sequence for new students (3
|
|
94
|
-
- Email 1: Welcome + how to start
|
|
95
|
-
- Email 2: Quick win reminder (Day 2)
|
|
96
|
-
- Email 3: Community invite (Day 3)
|
|
97
|
-
- Email 4: Module 2 prompt (Day 7)
|
|
98
|
-
- Email 5: Check-in + resources (Day 14)
|
|
93
|
+
- "Write welcome sequence for new students (3-5 emails): Email 1 Welcome + how to start, Email 2 Quick win reminder (Day 2), Email 3 Community invite (Day 3), Email 4 Module 2 prompt (Day 7), Email 5 Check-in + resources (Day 14)"
|
|
99
94
|
- Configure automations for all sequences
|
|
100
95
|
- Test all email triggers and send times
|
|
101
96
|
outputs:
|
|
@@ -17,7 +17,7 @@ phases:
|
|
|
17
17
|
- Audience description
|
|
18
18
|
- Context (workshop, internal training, keynote, mentoring session)
|
|
19
19
|
tasks:
|
|
20
|
-
- Write presentation objective (1 sentence: "By the end, participants will be able to...")
|
|
20
|
+
- 'Write presentation objective (1 sentence: "By the end, participants will be able to...")'
|
|
21
21
|
- Identify audience: experience level, prior knowledge, expectations
|
|
22
22
|
- Define format: lecture, workshop, hybrid, mentoring
|
|
23
23
|
- Define duration and structure (e.g., 60 min = 45 min content + 15 min Q&A)
|
|
@@ -88,7 +88,7 @@ phases:
|
|
|
88
88
|
- Write full sentences for each slide's speaker notes (not keywords)
|
|
89
89
|
- Include timing cues per section ("[~3 min] [~10 min exercise]")
|
|
90
90
|
- Add transition language between slides ("This leads us to...")
|
|
91
|
-
- Mark story moments, statistics, and demo cues: [STORY] [STAT] [DEMO]
|
|
91
|
+
- "Mark story moments, statistics, and demo cues: [STORY] [STAT] [DEMO]"
|
|
92
92
|
- Add facilitation notes for exercise slides (what to observe, how to debrief)
|
|
93
93
|
- Write pause prompts for audience reflection or chat responses
|
|
94
94
|
outputs:
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Routing Catalog — Digital Experience
|
|
2
2
|
|
|
3
|
+
Maps keywords and domains to specialist agents for intelligent routing within the Design squad.
|
|
4
|
+
|
|
5
|
+
<!-- TODO: expand content -->
|
|
6
|
+
|
|
7
|
+
## Domain Routing Matrix
|
|
8
|
+
|
|
3
9
|
| Domain | Keywords | Primary Agent | Secondary Agent |
|
|
4
10
|
|--------|----------|--------------|-----------------|
|
|
5
11
|
| UX strategy & research | UX strategy, user research, personas, journey map, usability | dx-ux-strategist | design-orqx |
|
|
@@ -10,3 +16,9 @@
|
|
|
10
16
|
| Performance | web performance, Core Web Vitals, LCP, CLS, FID, page speed | dx-performance-engineer | dx-frontend-engineer |
|
|
11
17
|
| Accessibility | accessibility, a11y, WCAG, screen reader, keyboard navigation, ARIA | dx-accessibility-specialist | dx-frontend-engineer |
|
|
12
18
|
| Orchestration | UX/UI strategy, project coordination, design sprint, team alignment | design-orqx | dx-ux-strategist |
|
|
19
|
+
|
|
20
|
+
## Usage Notes
|
|
21
|
+
|
|
22
|
+
- Route to the **Primary Agent** by default for each domain.
|
|
23
|
+
- Use the **Secondary Agent** when the primary is overloaded or when the request spans multiple domains.
|
|
24
|
+
- For requests that span multiple domains, the orchestrator (design-orqx) coordinates handoffs.
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Routing Catalog — Financial Intelligence
|
|
2
2
|
|
|
3
|
+
Maps keywords and domains to specialist agents for intelligent routing within the Finance squad.
|
|
4
|
+
|
|
5
|
+
<!-- TODO: expand content -->
|
|
6
|
+
|
|
7
|
+
## Domain Routing Matrix
|
|
8
|
+
|
|
3
9
|
| Domain | Keywords | Primary Agent | Secondary Agent |
|
|
4
10
|
|--------|----------|--------------|-----------------|
|
|
5
11
|
| Profitability analysis | profit, margin, P&L, profitability, cost analysis, unit economics | profitability-analyst | finance-orqx |
|
|
@@ -7,3 +13,9 @@
|
|
|
7
13
|
| Budget & forecasting | budget, forecast, planning, cash flow, projections, variance | budget-controller | finance-orqx |
|
|
8
14
|
| Revenue analysis | revenue, MRR, ARR, recurring, pipeline, recognition, waterfall | revenue-analyst | profitability-analyst |
|
|
9
15
|
| Financial orchestration | financial review, reporting, quarterly review, financial strategy | finance-orqx | profitability-analyst |
|
|
16
|
+
|
|
17
|
+
## Usage Notes
|
|
18
|
+
|
|
19
|
+
- Route to the **Primary Agent** by default for each domain.
|
|
20
|
+
- Use the **Secondary Agent** when the primary is overloaded or when the request spans multiple domains.
|
|
21
|
+
- For requests that span multiple domains, the orchestrator (finance-orqx) coordinates handoffs.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: client-profitability-audit
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Auditoria de rentabilidade por cliente — do mapeamento de receita as recomendacoes"
|
|
3
4
|
trigger: "Review anual de portfolio, decisao de renovacao, ou investigacao de margem"
|
|
4
5
|
cadence: on-demand
|
|
@@ -78,3 +79,7 @@ phases:
|
|
|
78
79
|
- Impacto financeiro de cada recomendacao
|
|
79
80
|
- Plano de acao priorizado
|
|
80
81
|
- Timeline de implementacao
|
|
82
|
+
|
|
83
|
+
completion:
|
|
84
|
+
notification: "finance-orqx"
|
|
85
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: monthly-financial-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Ciclo financeiro mensal — da coleta de dados ao report executivo"
|
|
3
4
|
trigger: "Fechamento do mes (D+1 do mes seguinte)"
|
|
4
5
|
cadence: monthly
|
|
@@ -89,3 +90,7 @@ phases:
|
|
|
89
90
|
- Revenue, profitability, cash, budget, pricing
|
|
90
91
|
- Alertas triados
|
|
91
92
|
- Top 3 recomendacoes
|
|
93
|
+
|
|
94
|
+
completion:
|
|
95
|
+
notification: "finance-orqx"
|
|
96
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: pricing-design-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Ciclo de design de pricing — da analise de mercado a validacao"
|
|
3
4
|
trigger: "Lancamento de novo servico, revisao anual de pricing, ou reestruturacao de oferta"
|
|
4
5
|
cadence: on-demand
|
|
@@ -69,3 +70,7 @@ phases:
|
|
|
69
70
|
- Alinhamento com posicionamento estrategico
|
|
70
71
|
- Aprovacao ou pedido de ajustes
|
|
71
72
|
- Pricing aprovado para uso em propostas
|
|
73
|
+
|
|
74
|
+
completion:
|
|
75
|
+
notification: "finance-orqx"
|
|
76
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: quarterly-financial-review
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Review financeiro trimestral completo — 6 fases de analise profunda e board report"
|
|
3
4
|
trigger: "Fechamento do trimestre"
|
|
4
5
|
cadence: quarterly
|
|
@@ -106,3 +107,7 @@ phases:
|
|
|
106
107
|
- Pricing recommendations
|
|
107
108
|
- Risk register
|
|
108
109
|
- Top 5 acoes prioritarias
|
|
110
|
+
|
|
111
|
+
completion:
|
|
112
|
+
notification: "finance-orqx"
|
|
113
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Routing Catalog — Growth Analytics
|
|
2
2
|
|
|
3
|
+
Maps keywords and domains to specialist agents for intelligent routing within the Growth squad.
|
|
4
|
+
|
|
5
|
+
<!-- TODO: expand content -->
|
|
6
|
+
|
|
7
|
+
## Domain Routing Matrix
|
|
8
|
+
|
|
3
9
|
| Domain | Keywords | Primary Agent | Secondary Agent |
|
|
4
10
|
|--------|----------|--------------|-----------------|
|
|
5
11
|
| SEO strategy | SEO, search engine, organic traffic, rankings, keywords, backlinks | ga-seo-strategist | ga-data-analyst |
|
|
@@ -9,3 +15,9 @@
|
|
|
9
15
|
| CRO (organic) | conversion rate, A/B test, experimentation, optimization, funnel | ga-cro-specialist | ga-growth-hacker |
|
|
10
16
|
| Campaign analysis | campaign performance, channel attribution, ROI analysis, spend analysis | ga-campaign-analyst | ga-data-analyst |
|
|
11
17
|
| Orchestration & strategy | growth strategy, OKRs, growth model, north star metric | growth-orqx | ga-growth-hacker |
|
|
18
|
+
|
|
19
|
+
## Usage Notes
|
|
20
|
+
|
|
21
|
+
- Route to the **Primary Agent** by default for each domain.
|
|
22
|
+
- Use the **Secondary Agent** when the primary is overloaded or when the request spans multiple domains.
|
|
23
|
+
- For requests that span multiple domains, the orchestrator (growth-orqx) coordinates handoffs.
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Routing Catalog — Paid Media
|
|
2
2
|
|
|
3
|
+
Maps keywords and domains to specialist agents for intelligent routing within the Paid Media squad.
|
|
4
|
+
|
|
5
|
+
<!-- TODO: expand content -->
|
|
6
|
+
|
|
7
|
+
## Domain Routing Matrix
|
|
8
|
+
|
|
3
9
|
| Domain | Keywords | Primary Agent | Secondary Agent |
|
|
4
10
|
|--------|----------|--------------|-----------------|
|
|
5
11
|
| Meta/Facebook Ads | Meta ads, Facebook ads, Instagram ads, feed ads, reel ads, Meta pixel | meta-ads-specialist | campaign-analyst |
|
|
@@ -12,3 +18,9 @@
|
|
|
12
18
|
| Scaling | scaling, budget increase, horizontal scaling, vertical scaling, CBO | meta-ads-specialist | google-ads-specialist |
|
|
13
19
|
| Audience targeting | audience, lookalike, interest targeting, retargeting, custom audience | meta-ads-specialist | campaign-analyst |
|
|
14
20
|
| Bid strategy | bidding, cost cap, bid cap, tCPA, tROAS, smart bidding, manual CPC | google-ads-specialist | meta-ads-specialist |
|
|
21
|
+
|
|
22
|
+
## Usage Notes
|
|
23
|
+
|
|
24
|
+
- Route to the **Primary Agent** by default for each domain.
|
|
25
|
+
- Use the **Secondary Agent** when the primary is overloaded or when the request spans multiple domains.
|
|
26
|
+
- For requests that span multiple domains, the orchestrator (paidmedia-orqx) coordinates handoffs.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: account-audit-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Ciclo de auditoria completa de conta em 5 fases"
|
|
3
4
|
trigger: "Nova conta para onboarding, auditoria trimestral, ou queda significativa de performance"
|
|
4
5
|
agents_involved:
|
|
@@ -79,3 +80,7 @@ phases:
|
|
|
79
80
|
Apex consolida todos os findings em report unico.
|
|
80
81
|
Prioriza recomendacoes por impacto.
|
|
81
82
|
Define roadmap de implementacao.
|
|
83
|
+
|
|
84
|
+
completion:
|
|
85
|
+
notification: "paidmedia-orqx"
|
|
86
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: campaign-launch-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Ciclo completo de lancamento de campanha cross-channel em 6 fases"
|
|
3
4
|
trigger: "Novo briefing de campanha recebido ou nova conta para setup"
|
|
4
5
|
agents_involved:
|
|
@@ -104,3 +105,7 @@ phases:
|
|
|
104
105
|
Pulse gera first-day report, then daily monitoring.
|
|
105
106
|
Week 1 review completo com recomendacoes.
|
|
106
107
|
Apex consolida e decide proximos passos.
|
|
108
|
+
|
|
109
|
+
completion:
|
|
110
|
+
notification: "paidmedia-orqx"
|
|
111
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: creative-testing-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Ciclo de teste de criativos em 4 fases"
|
|
3
4
|
trigger: "Necessidade de testar novos criativos ou otimizar creative performance"
|
|
4
5
|
agents_involved:
|
|
@@ -71,3 +72,7 @@ phases:
|
|
|
71
72
|
Winners: escalar para campanhas ativas.
|
|
72
73
|
Losers: documentar e nao repetir.
|
|
73
74
|
Inconclusivos: re-testar com variacao mais dramatica.
|
|
75
|
+
|
|
76
|
+
completion:
|
|
77
|
+
notification: "paidmedia-orqx"
|
|
78
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: cro-optimization-cycle
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Ciclo de otimizacao de conversao em 5 fases"
|
|
3
4
|
trigger: "CVR abaixo do benchmark, CPA alto por LP issue, ou CRO sprint planejado"
|
|
4
5
|
agents_involved:
|
|
@@ -82,3 +83,7 @@ phases:
|
|
|
82
83
|
- Loser: documentar learning, proxima hipotese
|
|
83
84
|
- Inconclusivo: aumentar sample ou variacao
|
|
84
85
|
Ciclo recomeça com proxima hipotese.
|
|
86
|
+
|
|
87
|
+
completion:
|
|
88
|
+
notification: "paidmedia-orqx"
|
|
89
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
name: scaling-sprint
|
|
2
|
+
version: "1.0"
|
|
2
3
|
description: "Sprint de scaling progressivo em 4 fases"
|
|
3
4
|
trigger: "Decisao de escalar budget apos periodo de performance estavel"
|
|
4
5
|
agents_involved:
|
|
@@ -69,3 +70,7 @@ phases:
|
|
|
69
70
|
Reports semanais (vs mensais em operacao normal).
|
|
70
71
|
Alerta imediato se anomalia detectada.
|
|
71
72
|
Feedback para Apex para decidir continuar ou pausar scaling.
|
|
73
|
+
|
|
74
|
+
completion:
|
|
75
|
+
notification: "paidmedia-orqx"
|
|
76
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Routing Catalog — Product Systems
|
|
2
2
|
|
|
3
|
+
Maps keywords and domains to specialist agents for intelligent routing within the Product squad.
|
|
4
|
+
|
|
5
|
+
<!-- TODO: expand content -->
|
|
6
|
+
|
|
7
|
+
## Domain Routing Matrix
|
|
8
|
+
|
|
3
9
|
| Domain | Keywords | Primary Agent | Secondary Agent |
|
|
4
10
|
|--------|----------|--------------|-----------------|
|
|
5
11
|
| Product strategy | product strategy, vision, roadmap, competitive positioning | ps-product-strategist | product-orqx |
|
|
@@ -9,3 +15,9 @@
|
|
|
9
15
|
| Delivery management | delivery, release, deployment, timeline, dependencies, sprint planning | ps-delivery-manager | ps-product-ops-specialist |
|
|
10
16
|
| Client product management | client roadmap, stakeholder management, client requirements, priorities | ps-client-product-manager | product-orqx |
|
|
11
17
|
| Orchestration | cross-squad coordination, triage, product requests, delegation | product-orqx | ps-product-strategist |
|
|
18
|
+
|
|
19
|
+
## Usage Notes
|
|
20
|
+
|
|
21
|
+
- Route to the **Primary Agent** by default for each domain.
|
|
22
|
+
- Use the **Secondary Agent** when the primary is overloaded or when the request spans multiple domains.
|
|
23
|
+
- For requests that span multiple domains, the orchestrator (product-orqx) coordinates handoffs.
|
|
@@ -88,3 +88,7 @@ handoff:
|
|
|
88
88
|
pivot: "Returns to Frame phase with adjusted scope"
|
|
89
89
|
park: "Logged in opportunity backlog for future evaluation"
|
|
90
90
|
kill: "Documented learning, no further investment"
|
|
91
|
+
|
|
92
|
+
completion:
|
|
93
|
+
notification: "product-orqx"
|
|
94
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -82,3 +82,7 @@ post_handoff:
|
|
|
82
82
|
support_period: "30 days post-handoff"
|
|
83
83
|
support_scope: "Escalation questions only (not day-to-day)"
|
|
84
84
|
final_check: "30-day post-handoff survey to receiving party"
|
|
85
|
+
|
|
86
|
+
completion:
|
|
87
|
+
notification: "product-orqx"
|
|
88
|
+
message: "Workflow concluido com sucesso."
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Routing Catalog — Research Intelligence
|
|
2
2
|
|
|
3
|
+
Maps keywords and domains to specialist agents for intelligent routing within the Research squad.
|
|
4
|
+
|
|
5
|
+
<!-- TODO: expand content -->
|
|
6
|
+
|
|
7
|
+
## Domain Routing Matrix
|
|
8
|
+
|
|
3
9
|
| Domain | Keywords | Primary Agent | Secondary Agent |
|
|
4
10
|
|--------|----------|--------------|-----------------|
|
|
5
11
|
| Market analysis | market research, market size, TAM/SAM/SOM, industry analysis | market-analyst | research-orqx |
|
|
@@ -9,3 +15,9 @@
|
|
|
9
15
|
| Trend forecasting | trends, emerging, future, forecast, signals, weak signals | trend-forecaster | deep-researcher |
|
|
10
16
|
| Data synthesis | synthesis, report, insights, executive summary, findings | data-synthesizer | research-orqx |
|
|
11
17
|
| Orchestration | research coordination, multi-source, research brief, delegation | research-orqx | deep-researcher |
|
|
18
|
+
|
|
19
|
+
## Usage Notes
|
|
20
|
+
|
|
21
|
+
- Route to the **Primary Agent** by default for each domain.
|
|
22
|
+
- Use the **Secondary Agent** when the primary is overloaded or when the request spans multiple domains.
|
|
23
|
+
- For requests that span multiple domains, the orchestrator (research-orqx) coordinates handoffs.
|