sinapse-ai 8.0.2 → 9.0.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.
Files changed (116) hide show
  1. package/.sinapse-ai/cli/commands/qa/audit.js +557 -0
  2. package/.sinapse-ai/cli/commands/qa/index.js +7 -0
  3. package/.sinapse-ai/data/entity-registry.yaml +846 -771
  4. package/.sinapse-ai/development/agent-teams/team-all.yaml +3 -3
  5. package/.sinapse-ai/development/agent-teams/team-fullstack.yaml +6 -6
  6. package/.sinapse-ai/development/agent-teams/team-ide-minimal.yaml +4 -4
  7. package/.sinapse-ai/development/agent-teams/team-no-ui.yaml +5 -5
  8. package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +9 -9
  9. package/.sinapse-ai/install-manifest.yaml +21 -17
  10. package/bin/sinapse.js +16 -0
  11. package/package.json +1 -1
  12. package/scripts/audit-tasks.cjs +256 -0
  13. package/squads/claude-code-mastery/tasks/audit-integration.md +6 -0
  14. package/squads/claude-code-mastery/tasks/audit-settings.md +6 -0
  15. package/squads/claude-code-mastery/tasks/audit-setup.md +6 -0
  16. package/squads/claude-code-mastery/tasks/brownfield-setup.md +6 -0
  17. package/squads/claude-code-mastery/tasks/ci-cd-setup.md +6 -0
  18. package/squads/claude-code-mastery/tasks/claude-md-engineer.md +6 -0
  19. package/squads/claude-code-mastery/tasks/configure-claude-code.md +6 -0
  20. package/squads/claude-code-mastery/tasks/context-rot-audit.md +6 -0
  21. package/squads/claude-code-mastery/tasks/create-agent-definition.md +6 -0
  22. package/squads/claude-code-mastery/tasks/create-rules.md +6 -0
  23. package/squads/claude-code-mastery/tasks/create-team-topology.md +6 -0
  24. package/squads/claude-code-mastery/tasks/diagnose.md +6 -0
  25. package/squads/claude-code-mastery/tasks/enterprise-config.md +6 -0
  26. package/squads/claude-code-mastery/tasks/hook-designer.md +6 -0
  27. package/squads/claude-code-mastery/tasks/integrate-project.md +6 -0
  28. package/squads/claude-code-mastery/tasks/mcp-integration-plan.md +6 -0
  29. package/squads/claude-code-mastery/tasks/mcp-workflow.md +6 -0
  30. package/squads/claude-code-mastery/tasks/multi-project-setup.md +6 -0
  31. package/squads/claude-code-mastery/tasks/optimize-context.md +6 -0
  32. package/squads/claude-code-mastery/tasks/optimize-workflow.md +6 -0
  33. package/squads/claude-code-mastery/tasks/parallel-decomposition.md +6 -0
  34. package/squads/claude-code-mastery/tasks/permission-strategy.md +6 -0
  35. package/squads/claude-code-mastery/tasks/sandbox-setup.md +6 -0
  36. package/squads/claude-code-mastery/tasks/setup-repository.md +6 -0
  37. package/squads/claude-code-mastery/tasks/setup-wizard.md +6 -0
  38. package/squads/claude-code-mastery/tasks/worktree-strategy.md +6 -0
  39. package/squads/squad-animations/workflows/3d-scene-creation-cycle.yaml +5 -0
  40. package/squads/squad-animations/workflows/animation-quality-review-cycle.yaml +5 -0
  41. package/squads/squad-animations/workflows/generative-art-creation-cycle.yaml +5 -0
  42. package/squads/squad-animations/workflows/prompt-to-animation-cycle.yaml +5 -0
  43. package/squads/squad-animations/workflows/scroll-experience-creation-cycle.yaml +5 -0
  44. package/squads/squad-brand/knowledge-base/routing-catalog.md +8 -0
  45. package/squads/squad-cloning/workflows/full-clone-pipeline.yaml +5 -0
  46. package/squads/squad-cloning/workflows/quality-validation-cycle.yaml +5 -0
  47. package/squads/squad-cloning/workflows/source-discovery-cycle.yaml +5 -0
  48. package/squads/squad-cloning/workflows/tier1-kb-only.yaml +5 -0
  49. package/squads/squad-cloning/workflows/tier2-consultant.yaml +5 -0
  50. package/squads/squad-cloning/workflows/tier3-full-clone.yaml +5 -0
  51. package/squads/squad-commercial/knowledge-base/routing-catalog.md +12 -0
  52. package/squads/squad-commercial/workflows/churn-prevention-protocol.yaml +5 -0
  53. package/squads/squad-commercial/workflows/client-onboarding-activation.yaml +5 -0
  54. package/squads/squad-commercial/workflows/expansion-revenue-cycle.yaml +5 -0
  55. package/squads/squad-commercial/workflows/new-offer-launch.yaml +5 -0
  56. package/squads/squad-commercial/workflows/quarterly-commercial-review.yaml +5 -0
  57. package/squads/squad-commercial/workflows/revenue-forecasting-cycle.yaml +5 -0
  58. package/squads/squad-content/knowledge-base/routing-catalog.md +12 -0
  59. package/squads/squad-content/workflows/content-audit-cycle.yaml +4 -0
  60. package/squads/squad-content/workflows/content-creation-cycle.yaml +4 -0
  61. package/squads/squad-content/workflows/editorial-planning-cycle.yaml +4 -0
  62. package/squads/squad-content/workflows/onboarding-content-cycle.yaml +4 -0
  63. package/squads/squad-content/workflows/performance-feedback-loop.yaml +4 -0
  64. package/squads/squad-content/workflows/signal-to-content-cycle.yaml +4 -0
  65. package/squads/squad-copy/knowledge-base/routing-catalog.md +12 -0
  66. package/squads/squad-copy/workflows/brand-voice-development.yaml +5 -0
  67. package/squads/squad-copy/workflows/campaign-copy-cycle.yaml +5 -0
  68. package/squads/squad-copy/workflows/content-copy-cycle.yaml +5 -0
  69. package/squads/squad-copy/workflows/conversion-copy-sprint.yaml +5 -0
  70. package/squads/squad-copy/workflows/full-copy-cycle.yaml +5 -0
  71. package/squads/squad-copy/workflows/sales-copy-pipeline.yaml +5 -0
  72. package/squads/squad-council/workflows/business-audit-cycle.yaml +1 -0
  73. package/squads/squad-council/workflows/strategic-advisory-session.yaml +1 -0
  74. package/squads/squad-courses/workflows/course-launch-cycle.yaml +1 -6
  75. package/squads/squad-courses/workflows/presentation-creation.yaml +2 -2
  76. package/squads/squad-design/knowledge-base/routing-catalog.md +12 -0
  77. package/squads/squad-design/workflows/a11y-compliance-cycle.yaml +1 -0
  78. package/squads/squad-design/workflows/design-system-build-cycle.yaml +1 -0
  79. package/squads/squad-design/workflows/landing-page-sprint.yaml +1 -0
  80. package/squads/squad-design/workflows/performance-remediation-cycle.yaml +1 -0
  81. package/squads/squad-design/workflows/ux-research-sprint.yaml +1 -0
  82. package/squads/squad-design/workflows/zero-to-digital-product-cycle.yaml +1 -0
  83. package/squads/squad-finance/knowledge-base/routing-catalog.md +12 -0
  84. package/squads/squad-finance/workflows/client-profitability-audit.yaml +5 -0
  85. package/squads/squad-finance/workflows/monthly-financial-cycle.yaml +5 -0
  86. package/squads/squad-finance/workflows/pricing-design-cycle.yaml +5 -0
  87. package/squads/squad-finance/workflows/quarterly-financial-review.yaml +5 -0
  88. package/squads/squad-growth/knowledge-base/routing-catalog.md +12 -0
  89. package/squads/squad-growth/workflows/analytics-instrumentation-pipeline.yaml +1 -0
  90. package/squads/squad-growth/workflows/campaign-performance-review.yaml +1 -0
  91. package/squads/squad-growth/workflows/cro-experimentation-sprint.yaml +1 -0
  92. package/squads/squad-growth/workflows/full-growth-analytics-cycle.yaml +1 -0
  93. package/squads/squad-growth/workflows/growth-experiment-loop.yaml +1 -0
  94. package/squads/squad-growth/workflows/seo-audit-optimization-cycle.yaml +1 -0
  95. package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +12 -0
  96. package/squads/squad-paidmedia/workflows/account-audit-cycle.yaml +5 -0
  97. package/squads/squad-paidmedia/workflows/campaign-launch-cycle.yaml +5 -0
  98. package/squads/squad-paidmedia/workflows/creative-testing-cycle.yaml +5 -0
  99. package/squads/squad-paidmedia/workflows/cro-optimization-cycle.yaml +5 -0
  100. package/squads/squad-paidmedia/workflows/scaling-sprint.yaml +5 -0
  101. package/squads/squad-product/knowledge-base/routing-catalog.md +12 -0
  102. package/squads/squad-product/workflows/client-roadmap-alignment-cycle.yaml +4 -0
  103. package/squads/squad-product/workflows/product-discovery-cycle.yaml +4 -0
  104. package/squads/squad-product/workflows/product-handoff-cycle.yaml +4 -0
  105. package/squads/squad-product/workflows/product-launch-cycle.yaml +4 -0
  106. package/squads/squad-product/workflows/product-strategy-definition-cycle.yaml +4 -0
  107. package/squads/squad-product/workflows/story-development-delivery-cycle.yaml +4 -0
  108. package/squads/squad-research/knowledge-base/routing-catalog.md +12 -0
  109. package/squads/squad-research/workflows/audience-intelligence-cycle.yaml +4 -0
  110. package/squads/squad-research/workflows/competitive-intelligence-cycle.yaml +4 -0
  111. package/squads/squad-research/workflows/deep-research-cycle.yaml +4 -0
  112. package/squads/squad-research/workflows/full-research-sprint.yaml +4 -0
  113. package/squads/squad-research/workflows/market-analysis-cycle.yaml +4 -0
  114. package/squads/squad-research/workflows/trend-forecasting-cycle.yaml +4 -0
  115. package/squads/squad-storytelling/workflows/pitch-narrative-workflow.yaml +1 -0
  116. package/squads/squad-storytelling/workflows/story-development-cycle.yaml +1 -0
@@ -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,4 +1,5 @@
1
1
  name: a11y-compliance-cycle
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo de compliance de acessibilidade — audit automatizado + manual,
4
5
  remediacao e certificacao WCAG 2.2 Level AA.
@@ -1,4 +1,5 @@
1
1
  name: design-system-build-cycle
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo de construcao de design system — da fundacao de tokens ate componentes
4
5
  documentados, acessiveis e performaticos em Storybook.
@@ -1,4 +1,5 @@
1
1
  name: landing-page-sprint
2
+ version: "1.0"
2
3
  description: >
3
4
  Sprint acelerado para landing pages e paginas de campanha — 3 fases comprimidas
4
5
  para entrega rapida sem sacrificar qualidade.
@@ -1,4 +1,5 @@
1
1
  name: performance-remediation-cycle
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo de remediacao de performance para sites/produtos com Core Web Vitals
4
5
  ruins ou regressao de performance. Audit → Fix → Validate → Prevent.
@@ -1,4 +1,5 @@
1
1
  name: ux-research-sprint
2
+ version: "1.0"
2
3
  description: >
3
4
  Sprint de pesquisa UX — discovery focado para validar decisoes de design,
4
5
  descobrir necessidades ou avaliar UX existente.
@@ -1,4 +1,5 @@
1
1
  name: zero-to-digital-product-cycle
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo completo para criacao de produto digital do zero — do brief ao deploy
4
5
  performatico com gates obrigatorios de acessibilidade e performance.
@@ -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,4 +1,5 @@
1
1
  name: Analytics Instrumentation Pipeline
2
+ version: "1.0"
2
3
  description: >
3
4
  Pipeline end-to-end de instrumentacao de analytics — da definicao de eventos
4
5
  ate data quality assurance. Garante tracking completo e preciso.
@@ -1,4 +1,5 @@
1
1
  name: Campaign Performance Review
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo de review de performance de campanhas — setup de tracking,
4
5
  analise cross-channel, atribuicao e otimizacao de ROAS.
@@ -1,4 +1,5 @@
1
1
  name: CRO Experimentation Sprint
2
+ version: "1.0"
2
3
  description: >
3
4
  Sprint focado de experimentacao CRO — da identificacao de oportunidade
4
5
  ao resultado estatisticamente valido. Ciclo de 2-4 semanas.
@@ -1,4 +1,5 @@
1
1
  name: Full Growth Analytics Cycle
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo completo de growth analytics — da avaliacao de maturidade ate otimizacao
4
5
  continua. Orquestra instrumentacao, analise, experimentacao e growth engineering.
@@ -1,4 +1,5 @@
1
1
  name: Growth Experiment Loop
2
+ version: "1.0"
2
3
  description: >
3
4
  Loop iterativo de experimentacao de growth — design de growth loops,
4
5
  testes de activation/retention, e mecanismos virais. Ciclo continuo.
@@ -1,4 +1,5 @@
1
1
  name: SEO Audit & Optimization Cycle
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo de auditoria e otimizacao SEO — avaliacao tecnica, content strategy,
4
5
  schema implementation e monitoring de rankings.
@@ -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.
@@ -83,3 +83,7 @@ cadence:
83
83
  full_cycle: "Quarterly"
84
84
  interim_check: "Monthly roadmap pulse check"
85
85
  client_sync: "Weekly during active alignment"
86
+
87
+ completion:
88
+ notification: "product-orqx"
89
+ message: "Workflow concluido com sucesso."
@@ -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."
@@ -84,3 +84,7 @@ rollback_protocol:
84
84
  - "Notify stakeholders (Slack + email)"
85
85
  - "Assess impact and create fix plan"
86
86
  - "Schedule re-launch with fixes"
87
+
88
+ completion:
89
+ notification: "product-orqx"
90
+ message: "Workflow concluido com sucesso."
@@ -88,3 +88,7 @@ review_cadence:
88
88
  okr_review: "Quarterly (see score-okrs-retrospective)"
89
89
  roadmap_update: "Monthly"
90
90
  competitive_update: "Quarterly"
91
+
92
+ completion:
93
+ notification: "product-orqx"
94
+ message: "Workflow concluido com sucesso."
@@ -87,3 +87,7 @@ cadence:
87
87
  mid_check: "Mid-sprint (day 5)"
88
88
  demo: "Last day of sprint"
89
89
  retro: "After demo, same day"
90
+
91
+ completion:
92
+ notification: "product-orqx"
93
+ 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.
@@ -135,3 +135,7 @@ cross_squad_handoffs:
135
135
  - to: commercial-systems
136
136
  delivers: ICP, segmentos, willingness-to-pay
137
137
  format: ICP scorecard + segment profiles
138
+
139
+ completion:
140
+ notification: "research-orqx"
141
+ message: "Workflow concluido com sucesso."
@@ -129,3 +129,7 @@ cross_squad_handoffs:
129
129
  - to: copywriting-persuasion
130
130
  delivers: objecoes competitivas, counterpoints
131
131
  format: objection handling guide
132
+
133
+ completion:
134
+ notification: "research-orqx"
135
+ message: "Workflow concluido com sucesso."
@@ -114,3 +114,7 @@ cross_squad_handoffs:
114
114
  - to: commercial-systems
115
115
  delivers: dados de mercado e competitivo
116
116
  format: report com metricas quantitativas
117
+
118
+ completion:
119
+ notification: "research-orqx"
120
+ message: "Workflow concluido com sucesso."
@@ -191,3 +191,7 @@ cross_squad_handoffs:
191
191
  - to: product-systems
192
192
  delivers: gaps, opportunities, tech radar
193
193
  format: product strategy input package
194
+
195
+ completion:
196
+ notification: "research-orqx"
197
+ message: "Workflow concluido com sucesso."
@@ -130,3 +130,7 @@ cross_squad_handoffs:
130
130
  - to: product-systems
131
131
  delivers: market gaps, opportunities, trends
132
132
  format: opportunity cards
133
+
134
+ completion:
135
+ notification: "research-orqx"
136
+ message: "Workflow concluido com sucesso."
@@ -128,3 +128,7 @@ cross_squad_handoffs:
128
128
  - to: digital-experience
129
129
  delivers: tendencias de comportamento digital
130
130
  format: UX trend brief
131
+
132
+ completion:
133
+ notification: "research-orqx"
134
+ message: "Workflow concluido com sucesso."
@@ -4,6 +4,7 @@
4
4
  workflow:
5
5
  id: wf-pitch-narrative
6
6
  name: "Pipeline de Narrativa de Pitch"
7
+ version: "1.0"
7
8
  trigger: "*pitch-narrative"
8
9
  entry_agent: storytelling-orqx
9
10
  estimated_duration: "2-4 hours"
@@ -4,6 +4,7 @@
4
4
  workflow:
5
5
  id: wf-story-development
6
6
  name: "Ciclo de Desenvolvimento de Historia"
7
+ version: "1.0"
7
8
  trigger: "*story-development"
8
9
  entry_agent: storytelling-orqx
9
10
  estimated_duration: "1-3 hours"