sinapse-ai 9.3.0 → 9.4.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/.claude/CLAUDE.md +56 -343
- package/.claude/rules/agent-authority.md +6 -0
- package/.claude/rules/agent-handoff.md +5 -0
- package/.claude/rules/cross-squad-routing.md +5 -0
- package/.claude/rules/hook-governance.md +6 -0
- package/.claude/rules/mcp-usage.md +3 -1
- package/.claude/rules/safe-collaboration.md +10 -0
- package/.claude/rules/security-data-protection.md +9 -0
- package/.claude/rules/squad-awareness.md +3 -1
- package/.claude/rules/tool-examples.md +6 -0
- package/.claude/rules/workflow-execution.md +7 -0
- package/.codex/agents/analyst.md +253 -72
- package/.codex/agents/architect.md +455 -68
- package/.codex/agents/data-engineer.md +492 -106
- package/.codex/agents/developer.md +560 -0
- package/.codex/agents/devops.md +518 -69
- package/.codex/agents/product-lead.md +335 -0
- package/.codex/agents/project-lead.md +377 -0
- package/.codex/agents/quality-gate.md +449 -0
- package/.codex/agents/sinapse-orqx.md +9 -7
- package/.codex/agents/sprint-lead.md +287 -0
- package/.codex/agents/squad-creator.md +344 -0
- package/.codex/agents/ux-design-expert.md +495 -0
- package/.codex/delegation-matrix.json +756 -44
- package/.codex/handoff-packet.schema.json +30 -6
- package/.sinapse-ai/data/entity-registry.yaml +175 -363
- package/.sinapse-ai/data/registry-update-log.jsonl +16 -0
- package/.sinapse-ai/development/agents/analyst.md +90 -0
- package/.sinapse-ai/development/agents/architect.md +73 -0
- package/.sinapse-ai/development/agents/developer.md +69 -0
- package/.sinapse-ai/development/agents/devops.md +117 -0
- package/.sinapse-ai/development/agents/quality-gate.md +85 -0
- package/.sinapse-ai/development/checklists/agent-quality-gate.md +27 -0
- package/.sinapse-ai/development/checklists/brownfield-compatibility-checklist.md +20 -0
- package/.sinapse-ai/development/checklists/code-review-checklist.md +106 -0
- package/.sinapse-ai/development/checklists/issue-triage-checklist.md +9 -0
- package/.sinapse-ai/development/checklists/memory-audit-checklist.md +16 -0
- package/.sinapse-ai/development/checklists/pr-quality-checklist.md +72 -0
- package/.sinapse-ai/development/checklists/security-deployment-checklist.md +54 -0
- package/.sinapse-ai/development/checklists/self-critique-checklist.md +19 -1
- package/.sinapse-ai/development/skills/debug.md +57 -0
- package/.sinapse-ai/development/skills/fast-review.md +69 -0
- package/.sinapse-ai/development/skills/research-synthesis.md +77 -0
- package/.sinapse-ai/development/skills/security-scan.md +73 -0
- package/.sinapse-ai/development/skills/verify.md +53 -0
- package/.sinapse-ai/development/templates/squad/agent-template.md +17 -4
- package/.sinapse-ai/development/templates/squad/checklist-template.md +13 -5
- package/.sinapse-ai/development/templates/squad/task-template.md +7 -0
- package/.sinapse-ai/development/templates/squad/workflow-template.yaml +7 -0
- package/.sinapse-ai/development/workflows/fast-track.yaml +87 -0
- package/.sinapse-ai/infrastructure/scripts/validate-codex-delegation.js +3 -1
- package/.sinapse-ai/install-manifest.yaml +71 -35
- package/docs/codex-integration-process.md +22 -0
- package/docs/codex-parity-program.md +27 -0
- package/docs/ide-integration.md +36 -0
- package/package.json +1 -1
- package/squads/claude-code-mastery/knowledge-base/claude-code-internals-reference.md +927 -0
- package/squads/squad-brand/knowledge-base/archetype-brand-mapping.md +12 -1
- package/squads/squad-brand/knowledge-base/brand-activism-cultural-branding.md +216 -0
- package/squads/squad-brand/knowledge-base/brand-audit-criteria.md +58 -0
- package/squads/squad-brand/knowledge-base/brand-digital-strategy.md +188 -0
- package/squads/squad-brand/knowledge-base/brand-legal-ip.md +222 -0
- package/squads/squad-brand/knowledge-base/brand-naming-framework.md +163 -0
- package/squads/squad-brand/knowledge-base/branding-master-reference.md +1001 -0
- package/squads/squad-brand/knowledge-base/color-psychology.md +25 -12
- package/squads/squad-brand/knowledge-base/employer-personal-branding.md +206 -0
- package/squads/squad-brand/knowledge-base/routing-catalog.md +34 -0
- package/squads/squad-brand/knowledge-base/sonic-branding-principles.md +6 -1
- package/squads/squad-brand/knowledge-base/typography-personality.md +34 -0
- package/squads/squad-claude/knowledge-base/context-window-optimization.md +334 -0
- package/squads/squad-claude/knowledge-base/knowledge-architecture-reference.md +403 -0
- package/squads/squad-claude/knowledge-base/memory-systems-reference.md +412 -0
- package/squads/squad-claude/knowledge-base/obsidian-claude-integration.md +423 -0
- package/squads/squad-claude/knowledge-base/retrieval-augmented-generation.md +320 -0
- package/squads/squad-claude/knowledge-base/skill-creation-patterns.md +380 -0
- package/squads/squad-claude/knowledge-base/swarm-orchestration-patterns.md +411 -0
- package/squads/squad-cloning/knowledge-base/clone-quality-assurance.md +211 -0
- package/squads/squad-cloning/knowledge-base/confidence-scoring.md +51 -0
- package/squads/squad-cloning/knowledge-base/cross-squad-deployment.md +47 -0
- package/squads/squad-cloning/knowledge-base/ethical-guidelines.md +237 -0
- package/squads/squad-cloning/knowledge-base/knowledge-graph-for-clones.md +295 -0
- package/squads/squad-cloning/knowledge-base/memory-architecture-for-clones.md +229 -0
- package/squads/squad-cloning/knowledge-base/multi-agent-deployment-patterns.md +320 -0
- package/squads/squad-cloning/knowledge-base/skill-standard-for-clones.md +262 -0
- package/squads/squad-cloning/knowledge-base/sop-extraction-guide.md +243 -0
- package/squads/squad-commercial/knowledge-base/account-based-selling.md +206 -0
- package/squads/squad-commercial/knowledge-base/ai-as-competitive-infrastructure.md +14 -0
- package/squads/squad-commercial/knowledge-base/ai-in-sales.md +199 -0
- package/squads/squad-commercial/knowledge-base/brazilian-sales-context.md +195 -0
- package/squads/squad-commercial/knowledge-base/customer-success-operations.md +83 -2
- package/squads/squad-commercial/knowledge-base/prospecting-pipeline-generation.md +69 -0
- package/squads/squad-commercial/knowledge-base/sales-enablement-playbook.md +260 -0
- package/squads/squad-commercial/knowledge-base/sales-methodology-comparison.md +185 -0
- package/squads/squad-commercial/knowledge-base/sales-revenue-master-reference.md +1123 -0
- package/squads/squad-content/knowledge-base/brazilian-content-context.md +176 -0
- package/squads/squad-content/knowledge-base/competitor-analysis-methods.md +40 -1
- package/squads/squad-content/knowledge-base/content-architecture-taxonomy.md +206 -0
- package/squads/squad-content/knowledge-base/content-formats-encyclopedia.md +58 -1
- package/squads/squad-content/knowledge-base/content-references-bibliography.md +130 -0
- package/squads/squad-content/knowledge-base/content-strategy-master-reference.md +1097 -0
- package/squads/squad-content/knowledge-base/content-tech-stack.md +150 -0
- package/squads/squad-content/knowledge-base/copywriting-formulas-library.md +188 -0
- package/squads/squad-content/knowledge-base/email-newsletter-strategy.md +161 -0
- package/squads/squad-content/knowledge-base/platform-algorithm-intelligence.md +86 -1
- package/squads/squad-content/knowledge-base/social-algorithms-master-reference.md +1007 -0
- package/squads/squad-content/knowledge-base/video-audio-content-playbook.md +218 -0
- package/squads/squad-copy/knowledge-base/ai-copy-production.md +254 -0
- package/squads/squad-copy/knowledge-base/brazilian-copywriting-context.md +242 -0
- package/squads/squad-copy/knowledge-base/email-copywriting-system.md +299 -0
- package/squads/squad-copy/knowledge-base/landing-page-copy-architecture.md +267 -0
- package/squads/squad-copy/knowledge-base/power-words-catalog.md +205 -0
- package/squads/squad-copy/knowledge-base/seo-copywriting.md +255 -0
- package/squads/squad-copy/knowledge-base/video-script-copywriting.md +239 -0
- package/squads/squad-council/knowledge-base/brand-strategy-models.md +193 -0
- package/squads/squad-council/knowledge-base/growth-strategy-models.md +267 -0
- package/squads/squad-council/knowledge-base/innovation-disruption-frameworks.md +193 -0
- package/squads/squad-council/knowledge-base/market-analysis-frameworks.md +240 -0
- package/squads/squad-council/knowledge-base/organizational-leadership-models.md +212 -0
- package/squads/squad-council/knowledge-base/sales-strategy-models.md +215 -0
- package/squads/squad-courses/knowledge-base/course-launch-strategy.md +251 -0
- package/squads/squad-courses/knowledge-base/domain-advocacia-curriculum.md +385 -0
- package/squads/squad-courses/knowledge-base/domain-contabilidade-curriculum.md +266 -0
- package/squads/squad-courses/knowledge-base/platform-comparison.md +68 -0
- package/squads/squad-courses/knowledge-base/video-production-guide.md +70 -0
- package/squads/squad-cybersecurity/knowledge-base/cloud-security-reference.md +363 -0
- package/squads/squad-cybersecurity/knowledge-base/compliance-frameworks.md +273 -0
- package/squads/squad-cybersecurity/knowledge-base/database-security.md +438 -0
- package/squads/squad-cybersecurity/knowledge-base/incident-response-playbook.md +420 -0
- package/squads/squad-cybersecurity/knowledge-base/network-security-reference.md +477 -0
- package/squads/squad-cybersecurity/knowledge-base/penetration-testing-methodology.md +350 -0
- package/squads/squad-cybersecurity/knowledge-base/vulnerability-management.md +349 -0
- package/squads/squad-design/knowledge-base/brazilian-design-context.md +223 -0
- package/squads/squad-design/knowledge-base/component-api-patterns.md +208 -4
- package/squads/squad-design/knowledge-base/design-system-master-reference.md +1302 -0
- package/squads/squad-design/knowledge-base/design-systems-frameworks.md +91 -1
- package/squads/squad-design/knowledge-base/responsive-modern-css.md +96 -4
- package/squads/squad-design/knowledge-base/wcag-aria-reference.md +117 -5
- package/squads/squad-design/knowledge-base/web-performance-reference.md +127 -4
- package/squads/squad-finance/knowledge-base/brazilian-taxation.md +263 -0
- package/squads/squad-finance/knowledge-base/contabilidade-master-reference.md +998 -0
- package/squads/squad-finance/knowledge-base/finance-master-reference.md +946 -0
- package/squads/squad-finance/knowledge-base/financial-reporting-analysis.md +316 -0
- package/squads/squad-finance/knowledge-base/fintech-brazilian-context.md +242 -0
- package/squads/squad-finance/knowledge-base/fpa-planning-frameworks.md +286 -0
- package/squads/squad-finance/knowledge-base/ma-and-transactions.md +285 -0
- package/squads/squad-finance/knowledge-base/risk-management.md +233 -0
- package/squads/squad-finance/knowledge-base/startups-venture-capital.md +337 -0
- package/squads/squad-growth/knowledge-base/ai-growth-playbook.md +216 -0
- package/squads/squad-growth/knowledge-base/attribution-models.md +78 -0
- package/squads/squad-growth/knowledge-base/brazilian-growth-context.md +208 -0
- package/squads/squad-growth/knowledge-base/community-led-growth.md +175 -0
- package/squads/squad-growth/knowledge-base/content-marketing-flywheel.md +190 -0
- package/squads/squad-growth/knowledge-base/email-lifecycle-framework.md +192 -0
- package/squads/squad-growth/knowledge-base/growth-frameworks-catalog.md +82 -0
- package/squads/squad-growth/knowledge-base/growth-master-reference.md +1168 -0
- package/squads/squad-growth/knowledge-base/routing-catalog.md +53 -11
- package/squads/squad-paidmedia/knowledge-base/audiences-segmentation-deep.md +285 -0
- package/squads/squad-paidmedia/knowledge-base/creative-strategy-deep.md +294 -0
- package/squads/squad-paidmedia/knowledge-base/google-ads-account-architecture.md +87 -0
- package/squads/squad-paidmedia/knowledge-base/meta-ads-campaign-architecture.md +76 -0
- package/squads/squad-paidmedia/knowledge-base/paid-media-metrics-reference.md +117 -0
- package/squads/squad-paidmedia/knowledge-base/paid-traffic-master-reference.md +1308 -0
- package/squads/squad-paidmedia/knowledge-base/routing-catalog.md +95 -18
- package/squads/squad-paidmedia/knowledge-base/traffic-masters-frameworks.md +71 -0
- package/squads/squad-product/knowledge-base/brazilian-product-context.md +284 -0
- package/squads/squad-product/knowledge-base/discovery-methodology-playbook.md +141 -0
- package/squads/squad-product/knowledge-base/pm-frameworks-reference.md +125 -9
- package/squads/squad-product/knowledge-base/product-analytics-formulas.md +72 -0
- package/squads/squad-product/knowledge-base/product-led-growth-reference.md +155 -13
- package/squads/squad-product/knowledge-base/product-market-fit-framework.md +222 -0
- package/squads/squad-product/knowledge-base/routing-catalog.md +32 -0
- package/squads/squad-research/knowledge-base/agentic-second-brain-reference.md +591 -0
- package/squads/squad-research/knowledge-base/ai-augmented-research.md +212 -0
- package/squads/squad-research/knowledge-base/brazilian-market-research-sources.md +197 -0
- package/squads/squad-research/knowledge-base/community-platforms-reference.md +786 -0
- package/squads/squad-research/knowledge-base/community-research-methods.md +194 -0
- package/squads/squad-research/knowledge-base/mixed-methods-research-design.md +168 -0
- package/squads/squad-research/knowledge-base/network-effects-analysis.md +192 -0
- package/squads/squad-research/knowledge-base/qualitative-research-deep-methods.md +202 -0
- package/squads/squad-research/knowledge-base/quantitative-research-methods.md +208 -0
- package/squads/squad-research/knowledge-base/research-frameworks-encyclopedia.md +40 -0
- package/squads/squad-research/knowledge-base/research-synthesis-frameworks.md +223 -0
- package/squads/squad-storytelling/knowledge-base/brand-mythology-framework.md +236 -0
- package/squads/squad-storytelling/knowledge-base/brazilian-storytelling-context.md +237 -0
- package/squads/squad-storytelling/knowledge-base/data-storytelling.md +232 -0
- package/squads/squad-storytelling/knowledge-base/improv-storytelling.md +226 -0
- package/squads/squad-storytelling/knowledge-base/persuasion-narrative-techniques.md +269 -0
- package/squads/squad-storytelling/knowledge-base/social-movement-narratives.md +191 -0
- package/squads/squad-storytelling/knowledge-base/video-storytelling.md +252 -0
- package/squads/claude-code-mastery/data/swarm-orchestration-patterns.yaml +0 -378
- package/squads/squad-animations/knowledge-base/framer-motion-complete-reference.md +0 -710
- package/squads/squad-animations/knowledge-base/web-animations-api-view-transitions.md +0 -478
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
# Sales Strategy Models
|
|
2
|
+
|
|
3
|
+
## Purpose
|
|
4
|
+
Frameworks para estrategia de vendas, negociacao, e construcao de operacoes comerciais escaláveis. Do primeiro contato ao fechamento enterprise, do SDR ao RevOps. Aplicavel a qualquer empresa com ciclo de venda complexo.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## PART 1: METODOLOGIAS DE VENDA
|
|
9
|
+
|
|
10
|
+
### 1. SPIN Selling (Neil Rackham, 1988)
|
|
11
|
+
- **Originator**: Neil Rackham (Huthwaite Research Group, "SPIN Selling", 1988) — baseado em 35.000 chamadas de vendas
|
|
12
|
+
- **When to Use**: Vendas B2B complexas com multiplos stakeholders e ciclo >30 dias
|
|
13
|
+
- **How to Apply**:
|
|
14
|
+
**4 Tipos de Perguntas** (em sequencia):
|
|
15
|
+
|
|
16
|
+
1. **Situation Questions**: Estabeleca contexto (use com moderacao — cansam o comprador)
|
|
17
|
+
- "Quantas pessoas usam seu sistema atual?"
|
|
18
|
+
- "Quanto tempo seu time passa em X?"
|
|
19
|
+
|
|
20
|
+
2. **Problem Questions**: Identifique dores reais (o comprador precisa articular o problema)
|
|
21
|
+
- "Que dificuldades voce tem com o processo atual?"
|
|
22
|
+
- "O que mais frustra sua equipe com a ferramenta atual?"
|
|
23
|
+
|
|
24
|
+
3. **Implication Questions**: Amplifique a consequencia do problema (cria urgencia sem pressao)
|
|
25
|
+
- "Como isso afeta sua capacidade de bater a meta?"
|
|
26
|
+
- "Quanto este problema custa por mes em producao perdida?"
|
|
27
|
+
- "Quais departamentos sao impactados quando X falha?"
|
|
28
|
+
|
|
29
|
+
4. **Need-Payoff Questions**: Faca o comprador articular o valor da solucao (comprador convence a si mesmo)
|
|
30
|
+
- "Se voce pudesse reduzir o tempo em X em 50%, qual seria o impacto?"
|
|
31
|
+
- "Como seria para sua equipe ter isso automatizado?"
|
|
32
|
+
- "Por que e importante resolver isso agora?"
|
|
33
|
+
|
|
34
|
+
**Por que funciona**: Em SPIN, o comprador faz a maior parte do trabalho de convencimento. O vendedor e um diagnosticador, nao um persuasor.
|
|
35
|
+
- **Key Metrics**: Conversion rate de discovery para proposal; deal cycle time; win rate
|
|
36
|
+
- **Cross-References**: Challenger Sale, MEDDPICC, Chris Voss Negotiation
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
### 2. The Challenger Sale (Dixon & Adamson, 2011)
|
|
41
|
+
- **Originator**: Matthew Dixon e Brent Adamson (CEB, "The Challenger Sale", 2011) — pesquisa com 6.000+ vendedores
|
|
42
|
+
- **When to Use**: Vendas enterprise complexas onde o cliente nao sabe o que precisa; mercados comoditizados onde diferenciacao e dificil
|
|
43
|
+
- **How to Apply**:
|
|
44
|
+
**5 Perfis de Vendedor** (pesquisa CEB):
|
|
45
|
+
1. Hard Worker: Esforçado, nao desiste
|
|
46
|
+
2. Lone Wolf: Segue seu proprio instinto
|
|
47
|
+
3. Relationship Builder: Constroi relacoes profundas
|
|
48
|
+
4. Reactive Problem Solver: Resolve problemas dos clientes
|
|
49
|
+
5. **Challenger**: Tem visao de mundo propria, ensina o cliente, nao tem medo de tensionar (MELHOR PERFIL)
|
|
50
|
+
|
|
51
|
+
**O modelo Challenger** — 3 capacidades:
|
|
52
|
+
1. **Teach**: Ensine o cliente algo que ele nao sabe sobre seu proprio negocio. Use dados. Seja provocativo.
|
|
53
|
+
- "A maioria das empresas do seu setor perde 15% em X sem perceber. Voce sabe quanto voce perde?"
|
|
54
|
+
2. **Tailor**: Adapte o ensinamento para o que importa para ESTE stakeholder especifico
|
|
55
|
+
- CFO se importa com risco e custo. CMO se importa com growth. COO com eficiencia operacional.
|
|
56
|
+
3. **Take Control**: Nao tenha medo do desconforto. Maneje a conversa de preco com autoridade. Empurre quando necessario.
|
|
57
|
+
|
|
58
|
+
**Teaching Pitch** (sequencia):
|
|
59
|
+
1. Abra com insight (dado surpreendente sobre o negocio do cliente)
|
|
60
|
+
2. Reformule o problema (o problema real nao e o que eles pensam)
|
|
61
|
+
3. Racional emocional (impacto na PESSOA, nao apenas na empresa)
|
|
62
|
+
4. Novo caminho (mostre o mundo com sua solucao)
|
|
63
|
+
5. Sua solucao (so no final)
|
|
64
|
+
- **Key Metrics**: Win rate vs. outros perfis de vendedor; deal size Challenger vs. Relationship Builder; % of pipeline taught vs. just pitched
|
|
65
|
+
- **Cross-References**: SPIN Selling, MEDDPICC, Chris Voss
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
### 3. MEDDPICC (John McMahon, 1995)
|
|
70
|
+
- **Originator**: John McMahon (PTC, 1990s); expandido por Richard Harris e outros
|
|
71
|
+
- **When to Use**: Qualificacao de oportunidades enterprise; forecast accuracy; evitar surpresas no fechamento
|
|
72
|
+
- **How to Apply**:
|
|
73
|
+
**8 Elementos** (M-E-D-D-P-I-C-C):
|
|
74
|
+
|
|
75
|
+
- **M — Metrics**: Qual o impacto quantificado para o cliente? (ROI, payback, reducao de custo)
|
|
76
|
+
"Quanto economizaria por ano? Qual e o custo de nao fazer nada?"
|
|
77
|
+
|
|
78
|
+
- **E — Economic Buyer**: Quem tem autoridade final de aprovacao? Voce ja falou com eles?
|
|
79
|
+
"Quem assina o cheque de R$200K+"
|
|
80
|
+
|
|
81
|
+
- **D — Decision Criteria**: Quais sao os criterios de avaliacao? Como ranqueiam?
|
|
82
|
+
"O que e mais importante: preco, integracao, suporte, ou segurança?"
|
|
83
|
+
|
|
84
|
+
- **D — Decision Process**: Quais sao os passos para fechar? Quantas aprovacoes? Quais timelines?
|
|
85
|
+
"Depois de decidir pelo nosso produto, quais passos ate assinar?"
|
|
86
|
+
|
|
87
|
+
- **P — Paper Process**: Quais os processos legais, de compliance, juridico? Quanto tempo levam?
|
|
88
|
+
"Normalmente quanto tempo leva da decisao tecnica ao contrato assinado?"
|
|
89
|
+
|
|
90
|
+
- **I — Identify Pain**: Qual e a dor critica? E urgente? Quem sofre mais?
|
|
91
|
+
"O que acontece se isso nao for resolvido nos proximos 90 dias?"
|
|
92
|
+
|
|
93
|
+
- **C — Champion**: Voce tem um campiao interno? Eles tem influencia e acesso?
|
|
94
|
+
"Quem dentro da empresa quer que este projeto seja aprovado tanto quanto nos?"
|
|
95
|
+
|
|
96
|
+
- **C — Competition**: Quem mais esta sendo avaliado? Qual e a percepcao deles no cliente?
|
|
97
|
+
"Quem mais esta sendo considerado? O que ja ouviram sobre eles?"
|
|
98
|
+
|
|
99
|
+
**Uso pratico**: Revise o MEDDPICC de cada deal >R$100K a cada semana. Deal sem Champion ou sem Economic Buyer identificado = nao entre no forecast.
|
|
100
|
+
- **Key Metrics**: Forecast accuracy; deals com MEDDPICC completo vs. win rate; average deal size
|
|
101
|
+
- **Cross-References**: SPIN Selling, Challenger Sale, Pipeline Velocity
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## PART 2: NEGOCIACAO
|
|
106
|
+
|
|
107
|
+
### 4. Chris Voss Negotiation Framework ("Never Split the Difference", 2016)
|
|
108
|
+
- **Originator**: Chris Voss (ex-FBI hostage negotiator, "Never Split the Difference", 2016)
|
|
109
|
+
- **When to Use**: Qualquer negociacao de alto impacto — contrato, salario, parceria, M&A, cliente reclamando de preco
|
|
110
|
+
- **How to Apply**:
|
|
111
|
+
**Principio central**: As pessoas sao movidas pela emocao, nao logica. A negociacao e sobre gerenciar estados emocionais, nao fazer calculos racionais.
|
|
112
|
+
|
|
113
|
+
**Tecnicas principais**:
|
|
114
|
+
|
|
115
|
+
1. **Tactical Empathy**: Reconheca as emocoes da outra parte antes de apresentar qualquer logica
|
|
116
|
+
- "Parece que este processo tem sido frustrante para voce..." (Labeling)
|
|
117
|
+
- Nao e simpatia — e reconhecer o que a outra parte sente sem concordar necessariamente
|
|
118
|
+
|
|
119
|
+
2. **Mirroring**: Repita as ultimas 3 palavras do que a pessoa disse + silencio
|
|
120
|
+
- Cria coneccao e faz a pessoa elaborar sem voce precisar perguntar
|
|
121
|
+
- "...nao temos budget para isso." → "Nao tem budget?" → (silencio)
|
|
122
|
+
|
|
123
|
+
3. **Calibrated Questions**: Perguntas que comecam com "Como" ou "O que" — nao tem resposta de sim/nao e forcam a outra parte a pensar
|
|
124
|
+
- "Como voce quer que eu faca isso?" (vs. "Voce quer que eu faca?")
|
|
125
|
+
- "O que e mais importante para voces nesta negociacao?"
|
|
126
|
+
- "Como isso afeta o resto do projeto?"
|
|
127
|
+
|
|
128
|
+
4. **The Late-Night FM DJ Voice**: Tom de voz calmo, baixo, lento. Transmite controle e confiança.
|
|
129
|
+
|
|
130
|
+
5. **No → "That's Right"**: A meta nao e obter "sim" — e obter "That's right" (a pessoa sente que foi entendida completamente)
|
|
131
|
+
- Acumule "that's rights" com labeling e summarizing
|
|
132
|
+
- "Sim" pode ser social/educado. "That's right" e genuino.
|
|
133
|
+
|
|
134
|
+
6. **Accusation Audit**: Liste antecipadamente todas as criticas que a outra parte pode ter sobre voce e as diga primeiro
|
|
135
|
+
- "Voce provavelmente acha que estamos pedindo demais por este projeto..."
|
|
136
|
+
- Remove o poder das acusacoes ao verbalize-las primeiro
|
|
137
|
+
|
|
138
|
+
7. **Anchoring**: Faca o primeiro numero (se for ancoragem favoravel para voce)
|
|
139
|
+
- O primeiro numero "ancora" toda a negociacao subsequente
|
|
140
|
+
- Mas se a outra parte ancorar primeiro: use "How am I supposed to do that?" (questao calibrada que nao rejeita nem aceita)
|
|
141
|
+
- **Example Application**: Negociacao de contrato de R$300K. Cliente diz "esta caro". Labeling: "Parece que o preco nao esta dentro do que esperavam." (Silence). Calibrated question: "O que voces precisariam ver para justificar este investimento?" Mirror: "Para justificar?" Resultado: cliente articula o valor esperado — voce usa isso para construir o ROI case juntos.
|
|
142
|
+
- **Key Metrics**: Win rate de negociacoes; average discount concedido; deal velocity (tempo de negociacao)
|
|
143
|
+
- **Cross-References**: SPIN Selling, MEDDPICC (identify pain = labeling), Dalio's Believability
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
## PART 3: OPERACOES COMERCIAIS
|
|
148
|
+
|
|
149
|
+
### 5. RevOps Framework (Revenue Operations)
|
|
150
|
+
- **Originator**: Consolidacao de praticas de SaaS enterprise; popularizado por HubSpot, Salesforce ecosystem (~2015)
|
|
151
|
+
- **When to Use**: Quando Marketing, Sales, e Customer Success estao desalinhados; quando o forecast e impreciso; ao escalar de R$5M para R$50M+ ARR
|
|
152
|
+
- **How to Apply**:
|
|
153
|
+
**Principio central**: Alinhamento de pessoas, processos, e tecnologia em toda a jornada do cliente (Marketing → Sales → CS) com uma unica fonte de verdade.
|
|
154
|
+
|
|
155
|
+
**5 Pilares do RevOps**:
|
|
156
|
+
1. **Alignment**: Marketing, Sales, CS teem o mesmo ICP, mesma definicao de lead, mesmos SLAs
|
|
157
|
+
2. **Process**: Jornada do cliente documentada, stage gates claros, handoff protocolos definidos
|
|
158
|
+
3. **Data**: CRM como fonte unica de verdade, sem silos de spreadsheets
|
|
159
|
+
4. **Technology**: Stack integrada (CRM + Marketing Automation + CS Platform) sem duplicidade
|
|
160
|
+
5. **Insights**: Reporting unificado: o que esta funcionando em qual parte da jornada?
|
|
161
|
+
|
|
162
|
+
**Key Metrics de RevOps**:
|
|
163
|
+
- MQL → SQL conversion rate (quantos leads de marketing viram oportunidades de vendas?)
|
|
164
|
+
- SQL → Won conversion rate (quantas oportunidades fecham?)
|
|
165
|
+
- Average Deal Cycle (quanto tempo entre MQL e Closed-Won?)
|
|
166
|
+
- Revenue at Risk (churn prediction)
|
|
167
|
+
- Net Revenue Retention
|
|
168
|
+
|
|
169
|
+
**Estrutura de time**:
|
|
170
|
+
- RevOps Manager: Pessoa ou time responsavel pelas metricas, processos, e stack
|
|
171
|
+
- Faz reports para CRO ou CEO (nao para VP Sales individualmente — neutralidade necessaria)
|
|
172
|
+
- **Key Metrics**: Forecast accuracy; MQL→Won conversion; Revenue per Sales Rep; Ramp time para novos vendedores
|
|
173
|
+
- **Cross-References**: MEDDPICC, Unit Economics, Pipeline Velocity, North Star Metric
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
### 6. Pipeline Velocity (Aaron Ross / Predictable Revenue)
|
|
178
|
+
- **Originator**: Aaron Ross ("Predictable Revenue", 2011) + David Skok (Matrix Partners)
|
|
179
|
+
- **When to Use**: Diagnosticar por que receita nao cresce; projetar crescimento de receita; priorizar melhorias na maquina de vendas
|
|
180
|
+
- **How to Apply**:
|
|
181
|
+
**Formula**:
|
|
182
|
+
Pipeline Velocity = (# Opportunities × Win Rate × Average Deal Size) / Sales Cycle Length
|
|
183
|
+
|
|
184
|
+
**O que esta formula revela**:
|
|
185
|
+
- Aumentar # opportunities em 20%: Pipeline Velocity aumenta 20%
|
|
186
|
+
- Aumentar Win Rate de 20% para 25% (25% relativo): Pipeline Velocity aumenta 25%
|
|
187
|
+
- Aumentar Deal Size em 20%: Pipeline Velocity aumenta 20%
|
|
188
|
+
- Reduzir Sales Cycle de 90 para 75 dias (17%): Pipeline Velocity aumenta 17%
|
|
189
|
+
|
|
190
|
+
**Onde focar** (diagnostico):
|
|
191
|
+
- Poucas oportunidades: problema de aquisicao/marketing
|
|
192
|
+
- Win rate baixo (<20% em enterprise): problema de qualificacao ou produto
|
|
193
|
+
- Deal size pequeno: problema de ICP (cliente errado) ou expansao
|
|
194
|
+
- Ciclo longo: problema de champion, economic buyer acesso, ou processo interno
|
|
195
|
+
|
|
196
|
+
**Alavancas por velocidade de impacto**:
|
|
197
|
+
- Mais rapido: Win Rate (processo de vendas, playbook)
|
|
198
|
+
- Medio: Average Deal Size (expansao, upsell, ICP)
|
|
199
|
+
- Mais lento mas composto: # Opportunities (demanda geracao, brand)
|
|
200
|
+
- **Key Metrics**: Pipeline Velocity absoluta; Pipeline Velocity por segmento; historico trimestral
|
|
201
|
+
- **Cross-References**: RevOps, MEDDPICC, North Star Metric, Unit Economics
|
|
202
|
+
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
## Quick Reference: Sales Problem → Framework
|
|
206
|
+
|
|
207
|
+
| Problema | Framework | Advisor |
|
|
208
|
+
|----------|-----------|---------|
|
|
209
|
+
| "Nao sei qualificar oportunidades" | MEDDPICC | @charlie-munger |
|
|
210
|
+
| "Ciclo de venda muito longo" | SPIN + Challenger | @reid-hoffman |
|
|
211
|
+
| "Clientes nao percebem o valor" | Challenger Teaching Pitch | @peter-thiel |
|
|
212
|
+
| "Negociacao sempre termina em desconto" | Chris Voss | @derek-sivers |
|
|
213
|
+
| "Marketing e Sales desalinhados" | RevOps Framework | @ray-dalio |
|
|
214
|
+
| "Receita nao cresce como esperado" | Pipeline Velocity | @reid-hoffman |
|
|
215
|
+
| "Win rate baixo em enterprise" | SPIN + MEDDPICC | @charlie-munger |
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
# Course Launch Strategy
|
|
2
|
+
|
|
3
|
+
How to plan, execute, and optimize course launches in the Brazilian market.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Launch Lifecycle Overview
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
Pre-Launch (4–8 weeks) → Launch Week (7 days) → Post-Launch → Evergreen
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Each phase has distinct objectives, tactics, and metrics.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Pre-Launch Phase (4–8 weeks before cart opens)
|
|
18
|
+
|
|
19
|
+
### Goals
|
|
20
|
+
- Build anticipation and audience
|
|
21
|
+
- Validate demand before investing in full production
|
|
22
|
+
- Warm up the list for the launch offer
|
|
23
|
+
|
|
24
|
+
### Week-by-Week Pre-Launch Calendar
|
|
25
|
+
|
|
26
|
+
| Week | Action | Channel |
|
|
27
|
+
|------|--------|---------|
|
|
28
|
+
| -8 | Announce topic + "Coming Soon" | Email, social |
|
|
29
|
+
| -7 | Share your origin story — why this course | Social, stories |
|
|
30
|
+
| -6 | Waitlist opens — collect emails | Landing page, ads |
|
|
31
|
+
| -5 | Share a free lesson or mini-workshop | YouTube, email |
|
|
32
|
+
| -4 | Social proof push — share student results (from beta or past clients) | Instagram, LinkedIn |
|
|
33
|
+
| -3 | Behind-the-scenes content creation | Stories, Reels |
|
|
34
|
+
| -2 | Objection handling content | Email, stories |
|
|
35
|
+
| -1 | Last call for waitlist + preview of launch bonuses | Email, social |
|
|
36
|
+
|
|
37
|
+
### Lançamento Semente (Presale Validation)
|
|
38
|
+
|
|
39
|
+
Sell before building. Reduces risk. Validates real demand.
|
|
40
|
+
|
|
41
|
+
**How it works:**
|
|
42
|
+
1. Create a sales page with curriculum outline (not full course yet)
|
|
43
|
+
2. Offer special "founders" price (30–50% below final price)
|
|
44
|
+
3. Set a minimum threshold (e.g., "Opens if 30 students enroll")
|
|
45
|
+
4. Build the course with early student feedback shaping content
|
|
46
|
+
5. Deliver live sessions while recording for the async version
|
|
47
|
+
|
|
48
|
+
**When to use:**
|
|
49
|
+
- First course on a new topic
|
|
50
|
+
- Expensive production (video studio, guest experts)
|
|
51
|
+
- Uncertain demand for niche topics
|
|
52
|
+
|
|
53
|
+
**Minimum viable to launch presale:** Topic, curriculum skeleton, credentials/proof, early-bird price, delivery date.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## Launch Week (Cart Open: 7 days)
|
|
58
|
+
|
|
59
|
+
### Standard Brazilian Launch Calendar
|
|
60
|
+
|
|
61
|
+
| Day | Action | Email | Content |
|
|
62
|
+
|-----|--------|-------|---------|
|
|
63
|
+
| Day 1 | Cart opens | "It's open" — full offer details | Feature video: the transformation |
|
|
64
|
+
| Day 2 | Content + soft sell | Story email | Behind-the-scenes, student testimonial |
|
|
65
|
+
| Day 3 | Objection email | "I know you're thinking..." | Address top 3 objections |
|
|
66
|
+
| Day 4 | Urgency reminder | "4 days left" | Results/testimonials focus |
|
|
67
|
+
| Day 5 | Bonus highlight | "You get X as well" | Feature the best bonus |
|
|
68
|
+
| Day 6 | Social proof day | "What students are saying" | Testimonials compilation |
|
|
69
|
+
| Day 7 (morning) | "24 hours left" | Final push email | FAQ + urgency |
|
|
70
|
+
| Day 7 (4h before close) | "4 hours" email | Final CTA | Loss framing |
|
|
71
|
+
| Day 7 (1h before close) | "Cart closes in 1h" | Hard deadline | Last chance |
|
|
72
|
+
|
|
73
|
+
### Launch Email Sequence — Tone Guide
|
|
74
|
+
|
|
75
|
+
| Email Type | Tone | CTA |
|
|
76
|
+
|-----------|------|-----|
|
|
77
|
+
| Open | Excited, grateful | "Join now" |
|
|
78
|
+
| Story/content | Personal, vulnerable | Soft CTA at bottom |
|
|
79
|
+
| Objection | Empathetic, direct | "Here's why it works" |
|
|
80
|
+
| Testimonial | Social proof, credibility | "See their results" |
|
|
81
|
+
| Scarcity | Urgent, matter-of-fact | Clear deadline |
|
|
82
|
+
| Final close | Direct, respectful of deadline | One final clear CTA |
|
|
83
|
+
|
|
84
|
+
**Rule:** Never apologize for selling. Selling is serving — you're giving them a deadline that will help them commit.
|
|
85
|
+
|
|
86
|
+
### Launch Metrics (Track Daily)
|
|
87
|
+
|
|
88
|
+
| Metric | Track | Benchmark |
|
|
89
|
+
|--------|-------|-----------|
|
|
90
|
+
| Email open rate | Per email | 25–45% healthy |
|
|
91
|
+
| Click rate | Per email | 3–8% healthy |
|
|
92
|
+
| Sales page conversion | Daily | 1–5% of visitors |
|
|
93
|
+
| Revenue vs. goal | Daily | By Day 3 you should see 30–40% of target |
|
|
94
|
+
| Affiliate sales % | Daily | >30% = strong affiliate program |
|
|
95
|
+
| Most watched launch video | Platform analytics | Informs next launch content |
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## PLF — Product Launch Formula (Jeff Walker Adaptation for Brazil)
|
|
100
|
+
|
|
101
|
+
The most replicated launch framework globally, adapted for Brazilian digital market.
|
|
102
|
+
|
|
103
|
+
**4-Video Sequence:**
|
|
104
|
+
|
|
105
|
+
| Video | Name | Duration | Content | Goal |
|
|
106
|
+
|-------|------|----------|---------|------|
|
|
107
|
+
| 1 | "A Oportunidade" | 15–25 min | The opportunity they're missing, your story, why now | Build hope |
|
|
108
|
+
| 2 | "A Transformacao" | 15–25 min | The framework, teach one key concept, case study | Build trust |
|
|
109
|
+
| 3 | "A Experiencia de Dentro" | 15–25 min | Behind the scenes, student stories, objections addressed | Build belief |
|
|
110
|
+
| 4 | "A Oferta" | 20–35 min | Full offer reveal, bonuses, guarantee, urgency, close | Convert |
|
|
111
|
+
|
|
112
|
+
**Launch sequence timing:**
|
|
113
|
+
- Video 1: Day -10 (10 days before cart)
|
|
114
|
+
- Video 2: Day -7
|
|
115
|
+
- Video 3: Day -4
|
|
116
|
+
- Video 4 (cart open): Day 0
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## Evergreen Funnel
|
|
121
|
+
|
|
122
|
+
After a live launch succeeds, convert it to an evergreen automated funnel.
|
|
123
|
+
|
|
124
|
+
### Evergreen Funnel Structure
|
|
125
|
+
|
|
126
|
+
```
|
|
127
|
+
Traffic (ads/SEO/content)
|
|
128
|
+
→ Lead magnet (free lesson, mini-course, checklist)
|
|
129
|
+
→ Email nurture sequence (5–7 emails over 7–14 days)
|
|
130
|
+
→ Offer email with deadline (evergreen scarcity via timer)
|
|
131
|
+
→ Sales page
|
|
132
|
+
→ Purchase
|
|
133
|
+
→ Upsell / cross-sell
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
### Evergreen Scarcity (Without Lying)
|
|
137
|
+
|
|
138
|
+
| Mechanism | How It Works | Tool |
|
|
139
|
+
|-----------|-------------|------|
|
|
140
|
+
| Deadline Funnel | Personalized countdown per lead | Deadline Funnel, Urgency Coach |
|
|
141
|
+
| Cohort-gating | Course is "live" once/quarter, all other times waitlist | Manual + email |
|
|
142
|
+
| Pricing tiers | Price increases each month | Hotmart/Kiwify price tiers |
|
|
143
|
+
| Waitlist to open | Truly closed; opens for specific windows | Honest urgency |
|
|
144
|
+
|
|
145
|
+
**Rule:** Never fake urgency or scarcity. Brazilian consumers are sophisticated. Fake timers that reset destroy trust permanently.
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## Launch Types — Selection Guide
|
|
150
|
+
|
|
151
|
+
| Launch Type | Best For | List Needed | Revenue Model |
|
|
152
|
+
|-------------|---------|------------|--------------|
|
|
153
|
+
| PLF (4 videos) | First course, relationship audience | 2.000+ emails | High launch revenue |
|
|
154
|
+
| Lançamento Semente | New topic, no proof yet | 500+ emails | Presale + build |
|
|
155
|
+
| Lançamento Interno | Warm audience, fast launch | 1.000+ emails | Efficient, low spend |
|
|
156
|
+
| Lançamento Relampago | Quick cash, warm list | 500+ emails | Short spike |
|
|
157
|
+
| Webinar launch | Cold traffic + conversion | N/A | Depends on ad spend |
|
|
158
|
+
| Evergreen (ads-driven) | Proven course, stable market | N/A | Scalable, predictable |
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
## Pre-Launch Content Strategy
|
|
163
|
+
|
|
164
|
+
### Content Pillars for Course Creators
|
|
165
|
+
|
|
166
|
+
Map content to the buyer journey:
|
|
167
|
+
|
|
168
|
+
| Stage | Buyer Mindset | Content Type | Example |
|
|
169
|
+
|-------|-------------|-------------|---------|
|
|
170
|
+
| Awareness | "I have this problem" | Educational content | "5 erros que custam caro na escolha do regime tributario" |
|
|
171
|
+
| Consideration | "What solutions exist?" | Comparison content | "Curso de tributacao vs. contratar um contador — o que faz mais sentido?" |
|
|
172
|
+
| Decision | "Is this course right for me?" | Proof content | Student testimonials, results, curriculum preview |
|
|
173
|
+
| Post-purchase | "Did I make the right choice?" | Onboarding, community, quick wins | Welcome video, Module 1 quick win |
|
|
174
|
+
|
|
175
|
+
### Instagram/Social Cadence Pre-Launch
|
|
176
|
+
|
|
177
|
+
| Week | Post Frequency | Content Mix |
|
|
178
|
+
|------|---------------|-------------|
|
|
179
|
+
| -4 | 3x/week | 60% educational, 40% personal |
|
|
180
|
+
| -3 | 4x/week | 50% educational, 30% social proof, 20% teaser |
|
|
181
|
+
| -2 | 5x/week | 40% educational, 40% social proof, 20% urgency |
|
|
182
|
+
| -1 | Daily | 30% educational, 50% social proof, 20% urgency |
|
|
183
|
+
| Launch week | Daily + Stories | 70% social proof + urgency, 30% educational |
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## Bonus Strategy
|
|
188
|
+
|
|
189
|
+
Bonuses increase perceived value, overcome objections, and drive urgency at end of launch.
|
|
190
|
+
|
|
191
|
+
### Effective Bonus Design Principles
|
|
192
|
+
|
|
193
|
+
1. **Bonuses solve objections** — What's the #1 reason people don't buy? Create a bonus that solves it
|
|
194
|
+
2. **Bonuses have clear value** — "R$497 value" is meaningless without context. Say what it does
|
|
195
|
+
3. **Bonuses are specific** — "Access to my spreadsheet library" beats "bonus materials"
|
|
196
|
+
4. **Deadline on bonuses** — "Available only if you join by [date]"
|
|
197
|
+
5. **Bonuses enhance, not distract** — Should complement the core transformation
|
|
198
|
+
|
|
199
|
+
### Bonus Ideas by Course Type
|
|
200
|
+
|
|
201
|
+
| Course Type | Effective Bonuses |
|
|
202
|
+
|-------------|-----------------|
|
|
203
|
+
| Accounting/Tax | Template spreadsheets, SPED checklist, regime comparison calculator |
|
|
204
|
+
| Law/OAB | Peca profissional templates, jurisprudencia summaries, objection-handling flowcharts |
|
|
205
|
+
| Business/Management | Swipe files, pitch deck templates, financial model |
|
|
206
|
+
| Marketing | Copy templates, launch calendar, ad creative examples |
|
|
207
|
+
| Tech/Coding | Starter code, cheat sheets, project boilerplate |
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Post-Launch Optimization
|
|
212
|
+
|
|
213
|
+
### After Every Launch: 5 Questions to Answer
|
|
214
|
+
|
|
215
|
+
1. **What was the conversion rate?** (Sales / Visitors to sales page) — benchmark 1–5%
|
|
216
|
+
2. **Which email had highest click-to-purchase?** Replicate in next launch
|
|
217
|
+
3. **What objections came up in DMs/support?** Address in next launch
|
|
218
|
+
4. **What was the affiliate vs. direct split?** Determine if affiliate investment was worth it
|
|
219
|
+
5. **What was the dropout point in the funnel?** Fix biggest leak before next launch
|
|
220
|
+
|
|
221
|
+
### Revenue Calculation per Launch
|
|
222
|
+
|
|
223
|
+
```
|
|
224
|
+
Total Revenue = Units sold × Price
|
|
225
|
+
Cost of launch = Ads + Affiliate commissions + Platform fees + Production costs
|
|
226
|
+
Profit = Total Revenue - Cost
|
|
227
|
+
ROI = Profit / Cost × 100
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
**Target benchmarks:**
|
|
231
|
+
- First launch: break even or small profit is success
|
|
232
|
+
- Second launch: 30–50% improvement is realistic
|
|
233
|
+
- Third launch: 2–3× first launch if list has grown
|
|
234
|
+
|
|
235
|
+
---
|
|
236
|
+
|
|
237
|
+
## Brazilian Launch Calendar — Peak Windows
|
|
238
|
+
|
|
239
|
+
| Month | Event | Launch Opportunity |
|
|
240
|
+
|-------|-------|------------------|
|
|
241
|
+
| January | New Year resolutions | "Transform your [skill] in 2026" |
|
|
242
|
+
| February–March | Carnaval gap (low attention) | Pre-launch warm-up only |
|
|
243
|
+
| April | Easter quiet period | Strong launch window post-Easter |
|
|
244
|
+
| May–June | Dia das Maes (May), pre-Festa Junina | Relationship market strong |
|
|
245
|
+
| July | School holidays | Parents courses, education-adjacent |
|
|
246
|
+
| August–September | Back-to-school, corporate budget season | Professional development |
|
|
247
|
+
| October | Dia do Professor (Oct 15) | Education/teaching market |
|
|
248
|
+
| November | Black Friday (last week of Nov) | Price promotions, flash sales |
|
|
249
|
+
| December | Pre-Christmas, year-end | Urgency: "start 2025 ahead" |
|
|
250
|
+
|
|
251
|
+
**Avoid:** Launch cart closes during Carnaval weekend or national holidays — attention is zero.
|