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.
Files changed (118) 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/core/quality-gates/focus-area-recommender.js +105 -2
  4. package/.sinapse-ai/data/entity-registry.yaml +3 -3
  5. package/.sinapse-ai/data/registry-update-log.jsonl +1 -0
  6. package/.sinapse-ai/development/agent-teams/team-all.yaml +3 -3
  7. package/.sinapse-ai/development/agent-teams/team-fullstack.yaml +6 -6
  8. package/.sinapse-ai/development/agent-teams/team-ide-minimal.yaml +4 -4
  9. package/.sinapse-ai/development/agent-teams/team-no-ui.yaml +5 -5
  10. package/.sinapse-ai/development/agent-teams/team-qa-focused.yaml +9 -9
  11. package/.sinapse-ai/install-manifest.yaml +22 -18
  12. package/bin/sinapse.js +16 -0
  13. package/package.json +1 -1
  14. package/scripts/audit-tasks.cjs +256 -0
  15. package/squads/claude-code-mastery/tasks/audit-integration.md +6 -0
  16. package/squads/claude-code-mastery/tasks/audit-settings.md +6 -0
  17. package/squads/claude-code-mastery/tasks/audit-setup.md +6 -0
  18. package/squads/claude-code-mastery/tasks/brownfield-setup.md +6 -0
  19. package/squads/claude-code-mastery/tasks/ci-cd-setup.md +6 -0
  20. package/squads/claude-code-mastery/tasks/claude-md-engineer.md +6 -0
  21. package/squads/claude-code-mastery/tasks/configure-claude-code.md +6 -0
  22. package/squads/claude-code-mastery/tasks/context-rot-audit.md +6 -0
  23. package/squads/claude-code-mastery/tasks/create-agent-definition.md +6 -0
  24. package/squads/claude-code-mastery/tasks/create-rules.md +6 -0
  25. package/squads/claude-code-mastery/tasks/create-team-topology.md +6 -0
  26. package/squads/claude-code-mastery/tasks/diagnose.md +6 -0
  27. package/squads/claude-code-mastery/tasks/enterprise-config.md +6 -0
  28. package/squads/claude-code-mastery/tasks/hook-designer.md +6 -0
  29. package/squads/claude-code-mastery/tasks/integrate-project.md +6 -0
  30. package/squads/claude-code-mastery/tasks/mcp-integration-plan.md +6 -0
  31. package/squads/claude-code-mastery/tasks/mcp-workflow.md +6 -0
  32. package/squads/claude-code-mastery/tasks/multi-project-setup.md +6 -0
  33. package/squads/claude-code-mastery/tasks/optimize-context.md +6 -0
  34. package/squads/claude-code-mastery/tasks/optimize-workflow.md +6 -0
  35. package/squads/claude-code-mastery/tasks/parallel-decomposition.md +6 -0
  36. package/squads/claude-code-mastery/tasks/permission-strategy.md +6 -0
  37. package/squads/claude-code-mastery/tasks/sandbox-setup.md +6 -0
  38. package/squads/claude-code-mastery/tasks/setup-repository.md +6 -0
  39. package/squads/claude-code-mastery/tasks/setup-wizard.md +6 -0
  40. package/squads/claude-code-mastery/tasks/worktree-strategy.md +6 -0
  41. package/squads/squad-animations/workflows/3d-scene-creation-cycle.yaml +5 -0
  42. package/squads/squad-animations/workflows/animation-quality-review-cycle.yaml +5 -0
  43. package/squads/squad-animations/workflows/generative-art-creation-cycle.yaml +5 -0
  44. package/squads/squad-animations/workflows/prompt-to-animation-cycle.yaml +5 -0
  45. package/squads/squad-animations/workflows/scroll-experience-creation-cycle.yaml +5 -0
  46. package/squads/squad-brand/knowledge-base/routing-catalog.md +8 -0
  47. package/squads/squad-cloning/workflows/full-clone-pipeline.yaml +5 -0
  48. package/squads/squad-cloning/workflows/quality-validation-cycle.yaml +5 -0
  49. package/squads/squad-cloning/workflows/source-discovery-cycle.yaml +5 -0
  50. package/squads/squad-cloning/workflows/tier1-kb-only.yaml +5 -0
  51. package/squads/squad-cloning/workflows/tier2-consultant.yaml +5 -0
  52. package/squads/squad-cloning/workflows/tier3-full-clone.yaml +5 -0
  53. package/squads/squad-commercial/knowledge-base/routing-catalog.md +12 -0
  54. package/squads/squad-commercial/workflows/churn-prevention-protocol.yaml +5 -0
  55. package/squads/squad-commercial/workflows/client-onboarding-activation.yaml +5 -0
  56. package/squads/squad-commercial/workflows/expansion-revenue-cycle.yaml +5 -0
  57. package/squads/squad-commercial/workflows/new-offer-launch.yaml +5 -0
  58. package/squads/squad-commercial/workflows/quarterly-commercial-review.yaml +5 -0
  59. package/squads/squad-commercial/workflows/revenue-forecasting-cycle.yaml +5 -0
  60. package/squads/squad-content/knowledge-base/routing-catalog.md +12 -0
  61. package/squads/squad-content/workflows/content-audit-cycle.yaml +4 -0
  62. package/squads/squad-content/workflows/content-creation-cycle.yaml +4 -0
  63. package/squads/squad-content/workflows/editorial-planning-cycle.yaml +4 -0
  64. package/squads/squad-content/workflows/onboarding-content-cycle.yaml +4 -0
  65. package/squads/squad-content/workflows/performance-feedback-loop.yaml +4 -0
  66. package/squads/squad-content/workflows/signal-to-content-cycle.yaml +4 -0
  67. package/squads/squad-copy/knowledge-base/routing-catalog.md +12 -0
  68. package/squads/squad-copy/workflows/brand-voice-development.yaml +5 -0
  69. package/squads/squad-copy/workflows/campaign-copy-cycle.yaml +5 -0
  70. package/squads/squad-copy/workflows/content-copy-cycle.yaml +5 -0
  71. package/squads/squad-copy/workflows/conversion-copy-sprint.yaml +5 -0
  72. package/squads/squad-copy/workflows/full-copy-cycle.yaml +5 -0
  73. package/squads/squad-copy/workflows/sales-copy-pipeline.yaml +5 -0
  74. package/squads/squad-council/workflows/business-audit-cycle.yaml +1 -0
  75. package/squads/squad-council/workflows/strategic-advisory-session.yaml +1 -0
  76. package/squads/squad-courses/workflows/course-launch-cycle.yaml +1 -6
  77. package/squads/squad-courses/workflows/presentation-creation.yaml +2 -2
  78. package/squads/squad-design/knowledge-base/routing-catalog.md +12 -0
  79. package/squads/squad-design/workflows/a11y-compliance-cycle.yaml +1 -0
  80. package/squads/squad-design/workflows/design-system-build-cycle.yaml +1 -0
  81. package/squads/squad-design/workflows/landing-page-sprint.yaml +1 -0
  82. package/squads/squad-design/workflows/performance-remediation-cycle.yaml +1 -0
  83. package/squads/squad-design/workflows/ux-research-sprint.yaml +1 -0
  84. package/squads/squad-design/workflows/zero-to-digital-product-cycle.yaml +1 -0
  85. package/squads/squad-finance/knowledge-base/routing-catalog.md +12 -0
  86. package/squads/squad-finance/workflows/client-profitability-audit.yaml +5 -0
  87. package/squads/squad-finance/workflows/monthly-financial-cycle.yaml +5 -0
  88. package/squads/squad-finance/workflows/pricing-design-cycle.yaml +5 -0
  89. package/squads/squad-finance/workflows/quarterly-financial-review.yaml +5 -0
  90. package/squads/squad-growth/knowledge-base/routing-catalog.md +12 -0
  91. package/squads/squad-growth/workflows/analytics-instrumentation-pipeline.yaml +1 -0
  92. package/squads/squad-growth/workflows/campaign-performance-review.yaml +1 -0
  93. package/squads/squad-growth/workflows/cro-experimentation-sprint.yaml +1 -0
  94. package/squads/squad-growth/workflows/full-growth-analytics-cycle.yaml +1 -0
  95. package/squads/squad-growth/workflows/growth-experiment-loop.yaml +1 -0
  96. package/squads/squad-growth/workflows/seo-audit-optimization-cycle.yaml +1 -0
  97. package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +12 -0
  98. package/squads/squad-paidmedia/workflows/account-audit-cycle.yaml +5 -0
  99. package/squads/squad-paidmedia/workflows/campaign-launch-cycle.yaml +5 -0
  100. package/squads/squad-paidmedia/workflows/creative-testing-cycle.yaml +5 -0
  101. package/squads/squad-paidmedia/workflows/cro-optimization-cycle.yaml +5 -0
  102. package/squads/squad-paidmedia/workflows/scaling-sprint.yaml +5 -0
  103. package/squads/squad-product/knowledge-base/routing-catalog.md +12 -0
  104. package/squads/squad-product/workflows/client-roadmap-alignment-cycle.yaml +4 -0
  105. package/squads/squad-product/workflows/product-discovery-cycle.yaml +4 -0
  106. package/squads/squad-product/workflows/product-handoff-cycle.yaml +4 -0
  107. package/squads/squad-product/workflows/product-launch-cycle.yaml +4 -0
  108. package/squads/squad-product/workflows/product-strategy-definition-cycle.yaml +4 -0
  109. package/squads/squad-product/workflows/story-development-delivery-cycle.yaml +4 -0
  110. package/squads/squad-research/knowledge-base/routing-catalog.md +12 -0
  111. package/squads/squad-research/workflows/audience-intelligence-cycle.yaml +4 -0
  112. package/squads/squad-research/workflows/competitive-intelligence-cycle.yaml +4 -0
  113. package/squads/squad-research/workflows/deep-research-cycle.yaml +4 -0
  114. package/squads/squad-research/workflows/full-research-sprint.yaml +4 -0
  115. package/squads/squad-research/workflows/market-analysis-cycle.yaml +4 -0
  116. package/squads/squad-research/workflows/trend-forecasting-cycle.yaml +4 -0
  117. package/squads/squad-storytelling/workflows/pitch-narrative-workflow.yaml +1 -0
  118. package/squads/squad-storytelling/workflows/story-development-cycle.yaml +1 -0
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: audit-settings
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Audit Claude Code Settings
2
8
 
3
9
  **Task ID:** CCM-CONFIG-002
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: audit-setup
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Audit Claude Code Setup
2
8
 
3
9
  **Task ID:** CCM-CHIEF-002
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: brownfield-setup
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Brownfield Project Claude Code Setup
2
8
 
3
9
  **Task ID:** brownfield-setup
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: ci-cd-setup
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Claude Code CI/CD Pipeline Setup
2
8
 
3
9
  **Task ID:** ci-cd-setup
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: claude-md-engineer
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Engineer Optimal CLAUDE.md
2
8
 
3
9
  **Task ID:** claude-md-engineer
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: configure-claude-code
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Configure Claude Code Settings
2
8
 
3
9
  **Task ID:** CCM-CONFIG-001
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: context-rot-audit
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Context Rot Audit
2
8
 
3
9
  **Task ID:** context-rot-audit
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: create-agent-definition
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Create Custom Subagent Definition
2
8
 
3
9
  **Task ID:** create-agent-definition
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: create-rules
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Create Conditional Rules
2
8
 
3
9
  **Task ID:** CCM-CONFIG-003
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: create-team-topology
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Design Agent Team Configuration
2
8
 
3
9
  **Task ID:** create-team-topology
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: diagnose
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Diagnose Claude Code Question
2
8
 
3
9
  **Task ID:** CCM-CHIEF-001
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: enterprise-config
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Enterprise Configuration
2
8
 
3
9
  **Task ID:** CCM-CONFIG-007
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: hook-designer
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Design Custom Hooks
2
8
 
3
9
  **Task ID:** CCM-PI-006
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: integrate-project
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Integrate Claude Code into Existing Project
2
8
 
3
9
  **Task ID:** integrate-project
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: mcp-integration-plan
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Plan MCP Server Integration
2
8
 
3
9
  **Task ID:** CCM-PI-005
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: mcp-workflow
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: MCP Server Management Workflow
2
8
 
3
9
  **Task ID:** mcp-workflow
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: multi-project-setup
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Multi-Project Claude Code Setup
2
8
 
3
9
  **Task ID:** CCM-PI-004
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: optimize-context
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Optimize Context Window Usage
2
8
 
3
9
  **Task ID:** CCM-CONFIG-004
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: optimize-workflow
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Optimize Claude Code Workflow
2
8
 
3
9
  **Task ID:** CCM-PI-003
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: parallel-decomposition
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Parallel Task Decomposition for Agent Execution
2
8
 
3
9
  **Task ID:** parallel-decomposition
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: permission-strategy
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Design Permission Strategy
2
8
 
3
9
  **Task ID:** CCM-CONFIG-005
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: sandbox-setup
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Configure Sandbox Environment
2
8
 
3
9
  **Task ID:** CCM-CONFIG-006
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: setup-repository
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Set Up Repository with Claude Code Integration
2
8
 
3
9
  **Task ID:** CCM-PI-001
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: setup-wizard
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Setup Wizard
2
8
 
3
9
  **Task ID:** CCM-CHIEF-003
@@ -1,3 +1,9 @@
1
+ ---
2
+ task: worktree-strategy
3
+ responsavel: "TBD"
4
+ responsavel_type: Agent
5
+ atomic_layer: Task
6
+ ---
1
7
  # Task: Git Worktree Isolation Strategy
2
8
 
3
9
  **Task ID:** worktree-strategy
@@ -1,4 +1,5 @@
1
1
  name: 3d-scene-creation-cycle
2
+ version: "1.0"
2
3
  description: "Criacao de cenas 3D completas com Three.js"
3
4
  trigger: "Pedido de cena 3D, hero 3D, produto 3D ou experiencia imersiva"
4
5
  agents_involved:
@@ -48,3 +49,7 @@ phases:
48
49
  - optimize-threejs-scene
49
50
  - implement-adaptive-quality
50
51
  output: "Cena otimizada para producao"
52
+
53
+ completion:
54
+ notification: "animations-orqx"
55
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: animation-quality-review-cycle
2
+ version: "1.0"
2
3
  description: "Ciclo de revisao de qualidade e refinamento de animacoes"
3
4
  trigger: "Animacao criada precisa de review ou refinamento"
4
5
  agents_involved:
@@ -38,3 +39,7 @@ phases:
38
39
  tasks:
39
40
  - generate-animation-report
40
41
  output: "Aprovacao ou lista de ajustes"
42
+
43
+ completion:
44
+ notification: "animations-orqx"
45
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: generative-art-creation-cycle
2
+ version: "1.0"
2
3
  description: "Criacao de arte generativa, particulas e point clouds animados"
3
4
  trigger: "Pedido de particulas, arte generativa, point cloud animation ou background generativo"
4
5
  agents_involved:
@@ -40,3 +41,7 @@ phases:
40
41
  - audit-animation-performance
41
42
  - implement-gpu-instancing
42
43
  output: "Sistema otimizado para producao"
44
+
45
+ completion:
46
+ notification: "animations-orqx"
47
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: prompt-to-animation-cycle
2
+ version: "1.0"
2
3
  description: "Ciclo principal — do prompt/briefing do usuario a animacao finalizada de alta qualidade"
3
4
  trigger: "Usuario descreve uma animacao desejada (prompt, briefing, referencia ou contexto do site)"
4
5
  agents_involved:
@@ -79,3 +80,7 @@ phases:
79
80
  - review-animation-quality
80
81
  output: "Animacao aprovada e entregue"
81
82
  quality_gate: "Transmite o feeling desejado, performance OK, acessivel, codigo limpo"
83
+
84
+ completion:
85
+ notification: "animations-orqx"
86
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: scroll-experience-creation-cycle
2
+ version: "1.0"
2
3
  description: "Criacao de experiencias scroll-driven completas"
3
4
  trigger: "Pedido de scroll storytelling, parallax ou experiencia de scroll"
4
5
  agents_involved:
@@ -48,3 +49,7 @@ phases:
48
49
  - audit-animation-performance
49
50
  - optimize-for-mobile
50
51
  output: "Experiencia otimizada"
52
+
53
+ completion:
54
+ notification: "animations-orqx"
55
+ message: "Workflow concluido com sucesso."
@@ -2,6 +2,8 @@
2
2
 
3
3
  Maps keywords and domains to specialist agents for intelligent routing.
4
4
 
5
+ <!-- TODO: expand content -->
6
+
5
7
  ## Domain Routing Matrix
6
8
 
7
9
  | Domain | Keywords | Primary Agent | Secondary Agent |
@@ -21,3 +23,9 @@ Maps keywords and domains to specialist agents for intelligent routing.
21
23
  | Brand audit | brand audit, brand health, brand consistency, brand compliance | brand-auditor | brand-system-architect |
22
24
  | Brand collateral | collateral, brand materials, presentations, templates, social media assets | brand-collateral-designer | brand-identity-designer |
23
25
  | Brand compilation | brand book, brand bible, brand guidelines compilation, brand deliverable | brand-compiler | brand-system-architect |
26
+
27
+ ## Usage Notes
28
+
29
+ - Route to the **Primary Agent** by default for each domain.
30
+ - Use the **Secondary Agent** when the primary is overloaded or when the request spans multiple domains.
31
+ - For requests that span multiple domains, the orchestrator (brand-orqx) coordinates handoffs.
@@ -1,4 +1,5 @@
1
1
  name: full-clone-pipeline
2
+ version: "1.0"
2
3
  description: "Pipeline end-to-end de clonagem cognitiva — da source discovery a squad delivery"
3
4
  trigger: "Quando um novo projeto de clone e iniciado via *clone {target}"
4
5
  agents_involved:
@@ -117,3 +118,7 @@ phases:
117
118
  - deploy-cross-squad-kbs
118
119
  output: "Squad completa deployada"
119
120
  quality_gate: "Pre-publish checklist 100% pass, KBs deployados em destinos"
121
+
122
+ completion:
123
+ notification: "cloning-orqx"
124
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: quality-validation-cycle
2
+ version: "1.0"
2
3
  description: "Ciclo de validacao de qualidade end-to-end antes do deployment"
3
4
  trigger: "Clone pronto para review final"
4
5
  agents_involved:
@@ -49,3 +50,7 @@ decisions:
49
50
  Identify failing item. If extraction incomplete: return to Phase 3 (DNA Extraction).
50
51
  If confidence below threshold: consider tier downgrade. If pre-publish fails:
51
52
  fix specific items and re-run. Max 2 retries before escalation.
53
+
54
+ completion:
55
+ notification: "cloning-orqx"
56
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: source-discovery-cycle
2
+ version: "1.0"
2
3
  description: "Ciclo focado de source hunting — varredura completa de fontes para um target"
3
4
  trigger: "Inicio de qualquer projeto de clone"
4
5
  agents_involved:
@@ -57,3 +58,7 @@ phases:
57
58
  - assign-content-class
58
59
  output: "Content class e tier confirmados"
59
60
  quality_gate: "Helix confirma viabilidade e tier"
61
+
62
+ completion:
63
+ notification: "cloning-orqx"
64
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: tier1-kb-only
2
+ version: "1.0"
2
3
  description: "Pipeline leve para clones Tier 1 — gera apenas KBs (5-20K palavras, 1 sessao)"
3
4
  trigger: "Clone com content class C/D ou confidence < 75%"
4
5
  agents_involved:
@@ -64,3 +65,7 @@ phases:
64
65
  - validate-kb-citations
65
66
  output: "3-8 KBs"
66
67
  quality_gate: "Min 3 KBs com citacoes corretas"
68
+
69
+ completion:
70
+ notification: "cloning-orqx"
71
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: tier2-consultant
2
+ version: "1.0"
2
3
  description: "Pipeline mid-tier — gera KBs + agente consultor (30-100K palavras, 1-2 sessoes)"
3
4
  trigger: "Clone com content class A/B e confidence >= 75%"
4
5
  agents_involved:
@@ -88,3 +89,7 @@ phases:
88
89
  - cross-reference-kbs
89
90
  output: "5+ KBs"
90
91
  quality_gate: "Min 5 KBs, citacoes validadas"
92
+
93
+ completion:
94
+ notification: "cloning-orqx"
95
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: tier3-full-clone
2
+ version: "1.0"
2
3
  description: "Pipeline completo — squad inteira com agente, KBs, tasks e workflows (80-200K+ palavras, 2-3 sessoes)"
3
4
  trigger: "Clone com content class A e confidence >= 85%"
4
5
  agents_involved:
@@ -48,3 +49,7 @@ phases:
48
49
  agents: [squad-assembler]
49
50
  output: "Squad completa deployada"
50
51
  session: 3
52
+
53
+ completion:
54
+ notification: "cloning-orqx"
55
+ message: "Workflow concluido com sucesso."
@@ -1,5 +1,11 @@
1
1
  # Routing Catalog — Commercial Systems
2
2
 
3
+ Maps keywords and domains to specialist agents for intelligent routing within the Commercial squad.
4
+
5
+ <!-- TODO: expand content -->
6
+
7
+ ## Domain Routing Matrix
8
+
3
9
  | Domain | Keywords | Primary Agent | Secondary Agent |
4
10
  |--------|----------|--------------|-----------------|
5
11
  | Offer creation & productization | offer, grand slam offer, value stack, bonuses, guarantee, risk reversal | cs-offer-designer | commercial-orqx |
@@ -12,3 +18,9 @@
12
18
  | Proposals & closing | proposal, pitch, close, deal, contract, win rate | cs-offer-designer | cs-sales-enablement |
13
19
  | Revenue analysis | revenue, MRR, ARR, leaks, expansion, revenue ops | cs-revops-analyst | commercial-orqx |
14
20
  | Competitive response | competitor, win/loss, battle card, competitive intel, objections | cs-sales-enablement | cs-offer-designer |
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 (commercial-orqx) coordinates handoffs.
@@ -1,4 +1,5 @@
1
1
  name: churn-prevention-protocol
2
+ version: "1.0"
2
3
  description: >
3
4
  Protocolo de prevenção de churn — ativado automaticamente quando Health Score cai
4
5
  para Yellow (<80) ou Red (<50). Escala resposta baseada na severidade.
@@ -153,3 +154,7 @@ quality_gates:
153
154
  - Health Score improved ≥ 10 points from nadir
154
155
  - Client verbal confirmation of improvement
155
156
  - No new issues surfaced during recovery
157
+
158
+ completion:
159
+ notification: "commercial-orqx"
160
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: client-onboarding-activation
2
+ version: "1.0"
2
3
  description: >
3
4
  Workflow de onboarding de novo cliente — do contrato assinado até a ativação completa
4
5
  em 30 dias. Orquestra handoff comercial→CS e garante time-to-value acelerado.
@@ -110,3 +111,7 @@ cross_squad_dependencies:
110
111
  context: Content deliverables during onboarding period
111
112
  - squad: squad-design
112
113
  context: Digital assets or platform access setup
114
+
115
+ completion:
116
+ notification: "commercial-orqx"
117
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: expansion-revenue-cycle
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo de receita de expansão — identificação, qualificação e execução de upsell/cross-sell
4
5
  em clientes existentes. Contribui diretamente para NRR > 110%.
@@ -121,3 +122,7 @@ nrr_impact:
121
122
  target: NRR > 110%
122
123
  formula: (Beginning ARR + Expansion - Contraction - Churn) / Beginning ARR × 100
123
124
  expansion_target: ≥ 20% of eligible accounts expanded per quarter
125
+
126
+ completion:
127
+ notification: "commercial-orqx"
128
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: new-offer-launch
2
+ version: "1.0"
2
3
  description: >
3
4
  Workflow completo para lançamento de nova oferta — do design à ativação comercial.
4
5
  Integra Mint (design), Edge (enablement), Cascade (demand gen), Vault (CRM), e Ledger (tracking).
@@ -143,3 +144,7 @@ cross_squad_dependencies:
143
144
  context: Copy for offer pages, email sequences, and proposals
144
145
  - squad: squad-brand
145
146
  context: Brand-aligned visual identity for new offer materials
147
+
148
+ completion:
149
+ notification: "commercial-orqx"
150
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: quarterly-commercial-review
2
+ version: "1.0"
2
3
  description: >
3
4
  Review comercial trimestral — análise completa de performance do squad com
4
5
  retrospectiva, ajustes estratégicos e planejamento do próximo trimestre.
@@ -158,3 +159,7 @@ review_agenda:
158
159
  duration: 45 min
159
160
  facilitator: commercial-orqx
160
161
  content: Targets, initiatives, process improvements, capacity
162
+
163
+ completion:
164
+ notification: "commercial-orqx"
165
+ message: "Workflow concluido com sucesso."
@@ -1,4 +1,5 @@
1
1
  name: revenue-forecasting-cycle
2
+ version: "1.0"
2
3
  description: >
3
4
  Ciclo mensal de forecasting de receita — coleta, análise, projeção e apresentação.
4
5
  Combina dados de pipeline (Vault), unit economics (Ledger), e expansion (Bond).
@@ -100,3 +101,7 @@ quality_gates:
100
101
  - Prior month forecast vs actual variance < 15%
101
102
  - Scenario assumptions documented and defensible
102
103
  - Unit economics inputs validated against actuals
104
+
105
+ completion:
106
+ notification: "commercial-orqx"
107
+ message: "Workflow concluido com sucesso."
@@ -1,5 +1,11 @@
1
1
  # Routing Catalog — Content Intelligence
2
2
 
3
+ Maps keywords and domains to specialist agents for intelligent routing within the Content squad.
4
+
5
+ <!-- TODO: expand content -->
6
+
7
+ ## Domain Routing Matrix
8
+
3
9
  | Domain | Keywords | Primary Agent | Secondary Agent |
4
10
  |--------|----------|--------------|-----------------|
5
11
  | Content strategy | content strategy, editorial calendar, content plan, content pillars | editorial-strategist | content-orqx |
@@ -9,3 +15,9 @@
9
15
  | Content governance | content quality, style guide, editorial standards, approval | content-governor | editorial-strategist |
10
16
  | Signal intelligence | trends, topics, audience signals, search intent, content gaps | signal-intelligence | content-analyst |
11
17
  | Platform optimization | platform-specific, LinkedIn, Instagram, YouTube, TikTok, email | platform-specialist | content-engineer |
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 (content-orqx) coordinates handoffs.
@@ -87,3 +87,7 @@ orchestration:
87
87
  - "content-performance-report.md (metricas)"
88
88
  - "content-gap-analysis.md (gaps e recomendacoes)"
89
89
  - "preferences/{projeto}-preferences.md (atualizado)"
90
+
91
+ completion:
92
+ notification: "content-orqx"
93
+ message: "Workflow concluido com sucesso."
@@ -95,3 +95,7 @@ orchestration:
95
95
  description: "Producao urgente — sinal HOT"
96
96
  duration: "< 2 horas"
97
97
  qa_mode: "express"
98
+
99
+ completion:
100
+ notification: "content-orqx"
101
+ message: "Workflow concluido com sucesso."
@@ -88,3 +88,7 @@ orchestration:
88
88
  additional_tasks:
89
89
  - define-content-kpis
90
90
  - define-editorial-pillars # revisao, nao criacao
91
+
92
+ completion:
93
+ notification: "content-orqx"
94
+ message: "Workflow concluido com sucesso."
@@ -130,3 +130,7 @@ orchestration:
130
130
  - "Pelo menos 3 pecas publicadas na primeira semana"
131
131
  - "Template Contracts validados com producao real"
132
132
  - "Todos os agentes alinhados com brand guidelines"
133
+
134
+ completion:
135
+ notification: "content-orqx"
136
+ message: "Workflow concluido com sucesso."
@@ -94,3 +94,7 @@ orchestration:
94
94
  improving: "Hit rate subindo, production time caindo, first-try rate subindo"
95
95
  stagnating: "Metricas estaveis por 2+ periodos — requer revisao estrategica"
96
96
  degrading: "Hit rate caindo — acionar content-audit-cycle urgente"
97
+
98
+ completion:
99
+ notification: "content-orqx"
100
+ message: "Workflow concluido com sucesso."
@@ -121,3 +121,7 @@ orchestration:
121
121
  bypass: [2] # Skip Editorial Planning
122
122
  timeline: "< 2 horas"
123
123
  qa_mode: "express (checklist reduzido)"
124
+
125
+ completion:
126
+ notification: "content-orqx"
127
+ message: "Workflow concluido com sucesso."