Initial commit: Ignition skill for viral X/Twitter content
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
# Winning Formats for X/Twitter
|
||||
|
||||
## The Pullaway Thread
|
||||
|
||||
The core format. T1 creates tension by seeming like you're walking away from the insight. Reader stays because payoff feels imminent.
|
||||
|
||||
```
|
||||
T1: [Hook — strong claim or situation]
|
||||
[Pullaway — "E aí eu descobri..." / "Levei X meses pra entender..." / Setup incompleto]
|
||||
🧵
|
||||
|
||||
T2: [Context — what was happening before]
|
||||
[First question planted implicitly]
|
||||
|
||||
T3: [Answer to T2's question]
|
||||
[New complication introduced]
|
||||
|
||||
T4: [Resolution of complication]
|
||||
[Deeper layer revealed — "mas o problema real era..."]
|
||||
|
||||
T5: [Core insight delivered]
|
||||
[Connects back to T1's hook]
|
||||
|
||||
T6: [Practical takeaway + CTA]
|
||||
[Cliffhanger for next thread if part of series]
|
||||
```
|
||||
|
||||
### Rules
|
||||
- Each tweet must make sense alone (someone might land mid-thread)
|
||||
- No tweet should fully resolve the tension — always open the next loop
|
||||
- T1 must work as a standalone tweet (it's what gets retweeted)
|
||||
- Last tweet carries the CTA — save, follow, or link
|
||||
|
||||
## Question-Answer Chain (Single Tweets)
|
||||
|
||||
For standalone tweets, compress the pullaway into a single unit:
|
||||
|
||||
```
|
||||
[Hook — question or claim]
|
||||
[2-3 lines of answer that opens a bigger question]
|
||||
[Punchline that reframes everything]
|
||||
```
|
||||
|
||||
**Example:**
|
||||
"Quantos PRs você revisa por dia?
|
||||
|
||||
Eu revisava 3-4. Levava 30 minutos cada. Agora o agente manda screenshot de cada tela, resumo do que mudou, e o que pode quebrar.
|
||||
|
||||
Rejeito pelo print. Nem logo no sistema. Review caiu pra 8 minutos."
|
||||
|
||||
## The Contrast Format
|
||||
|
||||
Two states side by side. Before/after, wrong/right, expectation/reality.
|
||||
|
||||
```
|
||||
[Estado 1 — como era / como a maioria faz]
|
||||
|
||||
[Estado 2 — como ficou / como funciona]
|
||||
|
||||
[Uma frase conectando os dois]
|
||||
```
|
||||
|
||||
Works well for strong claims. The contrast does the persuading.
|
||||
|
||||
## Matrix Check Template
|
||||
|
||||
Before publishing, verify:
|
||||
|
||||
| Gate | ✅ / ❌ | Notes |
|
||||
|------|--------|-------|
|
||||
| Easy to make (<30 min) | | |
|
||||
| Replicable (same structure, different topic) | | |
|
||||
| Engageable (reply/quote/save trigger) | | |
|
||||
|
||||
All three must pass. Two out of three = rework.
|
||||
@@ -0,0 +1,52 @@
|
||||
# Hook Formulas for X/Twitter
|
||||
|
||||
## Strong Claim
|
||||
|
||||
The reader disagrees or is surprised. They stop to see if you back it up.
|
||||
|
||||
**Formulas:**
|
||||
- "[Coisa popular] é [opinião contrária]. [Prova curta]."
|
||||
- "Todo mundo fala pra fazer [X]. Eu fiz o oposto e [resultado]."
|
||||
- "[Número absurdo] em [tempo curto]. [Setup]."
|
||||
- "Eu [ação polêmica] e [resultado inesperado]."
|
||||
|
||||
**Examples (PT-BR):**
|
||||
- "Meu agente de IA deletou o próprio binário semana passada. Pod reiniciando a cada 30 segundos."
|
||||
- "Parei de fazer code review e o throughput triplicou."
|
||||
- "3 agentes em paralelo é pior que 1. Goldratt explicou por quê há 40 anos."
|
||||
|
||||
## Direct Approach
|
||||
|
||||
You describe the reader's exact situation. They feel seen.
|
||||
|
||||
**Formulas:**
|
||||
- "Você tá [situação específica]. [Eu sei por quê / Eu passei por isso]."
|
||||
- "Se você [condição], [consequência que eles já sentem]."
|
||||
- "[Número] de vocês vão [ação]. [Número menor] vão [resultado]."
|
||||
|
||||
**Examples (PT-BR):**
|
||||
- "Você tá botando agente de IA pra codar e o backlog tá maior que antes. Normal."
|
||||
- "Se você roda CI sem staging isolado, cada merge é roleta russa."
|
||||
- "Você automatizou o desenvolvimento e agora o gargalo é você. Eu sei porque aconteceu comigo."
|
||||
|
||||
## Simple Question
|
||||
|
||||
Triggers curiosity. They answer mentally and need to see if they're right.
|
||||
|
||||
**Formulas:**
|
||||
- "Quantas [métrica] você [ação] por [período]?"
|
||||
- "O que acontece quando [cenário hipotético]?"
|
||||
- "Por que [coisa que todo mundo faz] [não funciona como esperado]?"
|
||||
|
||||
**Examples (PT-BR):**
|
||||
- "Quantas horas por semana você gasta resolvendo conflito de merge?"
|
||||
- "O que acontece quando seu agente de IA produz mais rápido do que você revisa?"
|
||||
- "Por que botar mais dev no projeto não acelera a entrega?"
|
||||
|
||||
## Testing Protocol
|
||||
|
||||
1. Write the same content with all three hook types
|
||||
2. Publish at similar times on different days
|
||||
3. Track: impressions, replies, bookmarks (not just likes)
|
||||
4. After 10 tests, lock the winner
|
||||
5. Use the winner for the next 30 posts minimum before re-testing
|
||||
Reference in New Issue
Block a user