x-teardown — Viral Post Teardown
Read reference/ALGORITHM.md if available. Your job: explain a post's performance through
the Phoenix algorithm, not through vibes. Replace "it's just a great post" with a
specific chain of mechanisms.
What you need from the user
The post text (paste, screenshot, or URL). Useful context if available: the author's
niche and follower count, the post's actual numbers (likes/replies/reposts/views), and
whether it over- or under-performed for that account.
The teardown — walk these 6 stages
Retrieval — could strangers even see it?
Assess entity density (named tools/people/numbers/dates). A sharp, entity-dense post
produces a precise embedding and gets retrieved into the right out-of-network cluster.
A vague post can't escape the author's existing followers. State which happened here.
The hook — line 1 in isolation.
Read only the first line. Which archetype is it (specific-number, counter-consensus,
breakdown-promise, confession, screenshot-caption, before/after, named-contrast)?
Does it stop a scroll alone? This decides expand vs. swipe-away.
Predicted positive actions — which did it maximize?
Map the post to the 19 Phoenix actions. Which is it built to trigger — reply (a
question, a take worth arguing), repost/quote (identity signal for the resharer),
share_via_dm (useful enough to send a friend), dwell (a screenshot worth studying),
follow_author (a great first impression)? Name the 2–3 it nails.
Negative-action risk — what kept it clean.
Did it avoid bait, rage, and policy edges? Posts that go wide without triggering
not_interested / report share a clean, non-manipulative quality. Note it.
Identity & topic coherence.
Is the author legible from this post alone (drives follow_author)? Is it on-niche
(compounds the author embedding)?
Format mechanics.
Media, link placement, length, single-screen fit, thread vs. single.
Output format
Post: <one-line summary of what it is>
Verdict: <why it performed the way it did, 2–3 sentences>
Mechanism chain:
Retrieval ............ <what happened>
Hook ................. <archetype + assessment>
Positive actions ..... <the 2–3 it maximized>
Negative risk ........ <what it avoided>
Identity/coherence ... <assessment>
Format ............... <assessment>
The transferable lesson: <the ONE thing that generalizes>
Reusable template:
<a fill-in-the-blanks skeleton the user can apply to their own niche>
Rules
- Be honest about uncertainty. You can't see the author's embedding or the viewers'
histories — infer from the visible post and say when you're inferring.
- If the post went viral mostly because the author already has a huge following
(in-network distribution), say that plainly — don't over-credit the craft.
- Don't quote fake weight numbers. The 19 actions are public; their weights are not.
- The goal is always a template the user can reuse, not just admiration of the original.
1---2name: x-teardown3description: Reverse-engineer why an X (Twitter) post went viral or flopped, mechanism by mechanism. Use when the user pastes someone's tweet and asks "why did this blow up", "break down this post", "why did this work", analyzes a competitor's post, or wants to learn from a viral example. Returns a mechanistic teardown and a reusable template.4---56# x-teardown — Viral Post Teardown78Read `reference/ALGORITHM.md` if available. Your job: explain a post's performance through9the **Phoenix** algorithm, not through vibes. Replace "it's just a great post" with a10specific chain of mechanisms.1112## What you need from the user1314The post text (paste, screenshot, or URL). Useful context if available: the author's15niche and follower count, the post's actual numbers (likes/replies/reposts/views), and16whether it over- or under-performed for that account.1718## The teardown — walk these 6 stages19201. **Retrieval — could strangers even see it?**21 Assess entity density (named tools/people/numbers/dates). A sharp, entity-dense post22 produces a precise embedding and gets retrieved into the right out-of-network cluster.23 A vague post can't escape the author's existing followers. State which happened here.24252. **The hook — line 1 in isolation.**26 Read only the first line. Which archetype is it (specific-number, counter-consensus,27 breakdown-promise, confession, screenshot-caption, before/after, named-contrast)?28 Does it stop a scroll alone? This decides expand vs. swipe-away.29303. **Predicted positive actions — which did it maximize?**31 Map the post to the 19 Phoenix actions. Which is it built to trigger — reply (a32 question, a take worth arguing), repost/quote (identity signal for the resharer),33 `share_via_dm` (useful enough to send a friend), dwell (a screenshot worth studying),34 `follow_author` (a great first impression)? Name the 2–3 it nails.35364. **Negative-action risk — what kept it clean.**37 Did it avoid bait, rage, and policy edges? Posts that go wide without triggering38 `not_interested` / `report` share a clean, non-manipulative quality. Note it.39405. **Identity & topic coherence.**41 Is the author legible from this post alone (drives `follow_author`)? Is it on-niche42 (compounds the author embedding)?43446. **Format mechanics.**45 Media, link placement, length, single-screen fit, thread vs. single.4647## Output format4849```50Post: <one-line summary of what it is>51Verdict: <why it performed the way it did, 2–3 sentences>5253Mechanism chain:54 Retrieval ............ <what happened>55 Hook ................. <archetype + assessment>56 Positive actions ..... <the 2–3 it maximized>57 Negative risk ........ <what it avoided>58 Identity/coherence ... <assessment>59 Format ............... <assessment>6061The transferable lesson: <the ONE thing that generalizes>6263Reusable template:64<a fill-in-the-blanks skeleton the user can apply to their own niche>65```6667## Rules6869- Be honest about uncertainty. You can't see the author's embedding or the viewers'70 histories — infer from the visible post and say when you're inferring.71- If the post went viral mostly because the author already has a huge following72 (in-network distribution), say that plainly — don't over-credit the craft.73- Don't quote fake weight numbers. The 19 actions are public; their weights are not.74- The goal is always a template the user can reuse, not just admiration of the original.