skills/public-relations/references/newsjacking.md
Injecting your POV into a story that's already trending. Done well: free distribution off a wave of attention. Done badly: cringe at best, brand damage at worst.
A repeatable workflow Claude can run on demand or daily.
Output format Claude should produce:
NEWSJACK CANDIDATE — 2026-06-10
Story: "EU passes AI Act amendment requiring agent registration"
Source: TechCrunch, 3h ago
Score: 8/10 (high relevance, fresh, you have proprietary data)
Angles:
1. Data hot take: "Our analysis of 12,000 agent deployments shows 73% would fail this requirement"
2. Contrarian: "Why the registration rule will hurt safety, not improve it"
3. Customer story: "How [customer] is preparing — interview offer"
Recommended: #1 (you have unique data, strongest hook)
Pitch draft: [see journalist-pitching.md for template]
Target journalists: [list with rationale]
Score each candidate 1–10 on five dimensions, multiply by the weight, then sum. Max possible: 80 (10 × the 8x weight total).
| Dimension | What it measures | Weight |
|---|---|---|
| Timeliness | Story <24h old? Window still open? | 2x |
| Relevance | Genuinely in your expertise area? | 2x |
| Angle uniqueness | Can you say something no one else is saying? | 2x |
| Authority | Do you have data, customers, or experience to back it? | 1x |
| Reach potential | Will this story keep growing or has it peaked? | 1x |
Threshold: weighted total ≥ 50/80. Below that, skip.
Auto-disqualify if:
Use these templates to generate angles fast.
"We analyzed [N] [things] after [event]. Here's what we found."
Best when you have proprietary data. The journalist gets a stat, you get the citation.
"Everyone says [popular take]. Here's why they're wrong."
Best when you can defend the position with specifics. Weak when it's just contrarianism for attention.
"Six months ago we wrote [thing] — here's what's happening now and what's next."
Best when you actually did predict it. Lethal to your credibility if you didn't.
"Here's a [customer type] who's directly affected. We can put you in touch."
Best for B2B. Reporters love named customers willing to talk.
"This story is complicated. Here's what's actually happening."
Best when most coverage is missing nuance. You're not arguing — you're educating.
"This isn't isolated — it's part of a bigger shift we're seeing in [pattern]."
Best when you have several data points or examples to connect.
"As someone who's built in this space for [X years], here's the part most people are missing."
Best for opinion pieces / op-eds. Weak as a soundbite pitch.
Newsjacking decays fast. Approximate windows:
| Story type | Effective window |
|---|---|
| Breaking tech news | 4–12 hours |
| Major regulation / policy | 24–48 hours |
| Industry report / data drop | 24–72 hours |
| Conference announcement | Same day |
| Acquisition / funding news | 12–24 hours |
Implication: if you can't draft and send within the window, don't bother. Set up the loop so detection → pitch takes <2 hours.
Reuses tooling from the social skill's listening workflow. Same install: brew install jq.
# Replace QUERY with topic (use + for spaces, %22 for quotes)
curl -s "https://news.google.com/rss/search?q=QUERY&hl=en-US&gl=US&ceid=US:en" \
| xmllint --xpath "//item[position()<11]" - 2>/dev/null
SINCE=$(($(date +%s) - 86400))
curl -s "https://hn.algolia.com/api/v1/search_by_date?query=QUERY&tags=story&numericFilters=created_at_i>${SINCE}" \
| jq '.hits[] | {title, url, points, num_comments, created_at, hn_url: ("https://news.ycombinator.com/item?id="+.objectID)}'
curl -s -A "newsjack/1.0" \
"https://www.reddit.com/r/SUBREDDIT/top.json?t=day&limit=15" \
| jq '.data.children[].data | {title, url, score, num_comments, created_utc}'
For finding which journalists are covering the story right now:
See also journalist-pitching.md for the full discovery workflow.
For repeatable monitoring, add a "Newsjacking topics" section to .agents/listening-sources.md (template in the social skill's references):
## Newsjacking topics (Google News RSS)
- "AI agent regulation"
- "[your category] funding"
- "[your competitors] OR [adjacent competitors]"
## Industry data drops (RSS / manual)
- Pitchbook reports
- a16z state of [industry] reports
- [your category] benchmark reports
Things that have ended careers and brands.
Every newsjack pitch is stronger if the journalist can find evidence you've been thinking about this publicly. Before pitching:
If you don't have time to publish, you're probably not ready to pitch.