Content Research Brief
Research a topic by collecting 5-10 real source articles, auto-tagging them by theme,
extracting key data points, and synthesizing unique content angles. The output is a
structured research brief that any downstream content skill can consume.
The problem this solves: Most AI-written affiliate content is generic because it's
written from the model's training data — not from real, current sources. This skill
forces research-first content creation: find real articles, extract real data, then
write from those sources. The result is content with specific stats, real quotes, and
current information that readers (and Google) actually value.
Inspired by the content-pipeline approach:
Topic → Search → Select sources → Synthesize → Write with context.
Stage
This skill belongs to Stage S2: Content — but acts as the research foundation for all content skills.
When to Use
- Before writing any article, blog post, or long-form content
- When you need current data and stats about a topic (not just AI-generated claims)
- When creating comparison content (need real feature/pricing data from sources)
- When writing about a product launch, funding round, or industry trend
- After
trending-content-scout identifies a topic — research it deeper
- When you want unique angles: N sources → N different content pieces
Input Schema
topic: string # (required) "HeyGen AI video tool", "email marketing trends 2024"
source_count: number # (optional, default: 7) How many sources to collect (3-10)
source_types: string[] # (optional, default: ["news", "blog"])
# Options: "news" | "blog" | "linkedin" | "youtube" | "reddit" | "academic"
freshness: string # (optional, default: "month") "day" | "week" | "month" | "year" | "any"
product: object # (optional) Focus research on a specific product
name: string # "HeyGen"
url: string # "https://heygen.com"
language: string # (optional, default: "en") "en" | "vi" | any ISO 639-1 code
angle_count: number # (optional, default: 3) How many unique content angles to generate
Workflow
Step 1: Search for Sources
Execute multiple searches to find diverse, high-quality sources:
Primary search:
web_search "[topic]" → top results
Source-type-specific searches:
IF "news" in source_types:
web_search "[topic] news [current year]" → recent news articles
IF "blog" in source_types:
web_search "[topic] blog review analysis" → in-depth blog posts
IF "linkedin" in source_types:
web_search "[topic] site:linkedin.com" → LinkedIn posts/articles
IF "youtube" in source_types:
web_search "[topic] site:youtube.com" → YouTube videos with descriptions
IF "reddit" in source_types:
web_search "[topic] site:reddit.com" → Reddit discussions with real user opinions
IF "academic" in source_types:
web_search "[topic] research study data statistics" → data-heavy sources
Product-specific (if product provided):
web_search "[product.name] review [current year]"
web_search "[product.name] alternatives comparison"
web_search "[product.name] pricing features"
web_search "[product.name] news launch update"
Collect 15-20 search results, then filter down to source_count best sources.
Step 2: Fetch and Extract Source Content
For each selected source:
web_fetch [url] → extract full article text
- If fetch fails (paywall, timeout) → use search snippet as summary, note limitation
- Extract from each source:
- Title and URL
- Published date (if available)
- Key data points: stats, numbers, percentages, dollar amounts
- Key quotes: noteworthy statements from experts or users
- Main argument/thesis: what is this source's core message?
- Unique information: what does this source have that others don't?
Step 3: Auto-Tag Sources
Tag each source with 1-3 theme tags:
| Tag |
Trigger Keywords |
| AI |
artificial intelligence, machine learning, GPT, neural, model |
| Funding |
raised, funding, series A/B/C, investment, valuation, IPO |
| SaaS |
software, subscription, platform, B2B, enterprise |
| Tools |
tool, app, feature, integration, API, plugin |
| Trends |
trend, growing, emerging, future, prediction, forecast |
| Startup |
startup, founder, launch, early-stage, bootstrapped |
| Growth |
revenue, ARR, users, growth, scale, market share |
| Industry |
market, industry, sector, regulation, compliance |
| Pricing |
pricing, cost, free tier, discount, plan, subscription |
| Comparison |
vs, versus, alternative, compare, switch, migrate |
| Tutorial |
how to, guide, step-by-step, tutorial, walkthrough |
| Opinion |
I think, in my experience, hot take, unpopular opinion |
Step 4: Extract Key Data Points
From all sources combined, extract a master list of:
Stats & Numbers:
- Revenue/valuation figures
- User counts / growth rates
- Market size data
- Performance metrics
- Pricing data points
Quotes & Insights:
- Expert opinions
- User testimonials (from Reddit, reviews)
- Founder/CEO statements
- Analyst predictions
Facts & Features:
- Product features mentioned across multiple sources
- Recent updates/launches
- Integration ecosystem
- Competitive positioning
Step 5: Synthesize Unique Angles
From the collected sources, generate angle_count unique content angles.
Angle generation rules:
- Each angle must use a DIFFERENT primary source as its foundation
- All angles use ALL sources as context (richer data)
- Each angle must have a distinct hook and perspective
- At least one angle should be contrarian or non-obvious
For each angle:
Angle:
title: string # Specific, could be a headline
primary_source: string # Which source drives this angle
hook: string # Opening line
key_data: string[] # 2-3 data points from sources that support this angle
format_suggestion: string # "linkedin_post" | "blog_article" | "tiktok_script" | "twitter_thread"
unique_value: string # What makes this angle different from generic AI-written content
Step 6: Compile Research Brief
Organize everything into a structured brief that downstream skills can consume.
Step 7: Self-Validation
Before presenting output, verify:
If any check fails, fix before delivering. Do not flag checklist to user.
Output Schema
output_schema_version: "1.0.0"
topic: string
sources_collected: number
sources_fetched: number # how many were fully fetched vs snippet-only
sources:
- title: string
url: string
published_date: string | null
tags: string[] # ["AI", "Tools", "Pricing"]
key_data_points: string[] # extracted stats and numbers
key_quotes: string[] # notable quotes
main_thesis: string # 1-sentence summary
unique_info: string # what's unique about this source
fetch_status: "full" | "snippet" # transparency
master_data:
stats: string[] # all stats across all sources, deduplicated
quotes: string[] # all notable quotes
facts: string[] # key facts and features
timeline: string[] # chronological events if applicable
angles:
- title: string
primary_source: string
hook: string
key_data: string[]
format_suggestion: string
unique_value: string
recommended_next_skill: string
Output Format
## Content Research Brief: [Topic]
📚 **[X] sources collected** | [Y] fully fetched | Freshness: [month]
🏷️ **Top tags:** AI (5), Tools (3), Pricing (2), Comparison (2)
---
### 📰 Sources
| # | Title | Tags | Date | Status |
|---|-------|------|------|--------|
| 1 | [Title](url) | AI, Tools | Mar 2024 | ✅ Full |
| 2 | [Title](url) | Pricing, Comparison | Feb 2024 | ✅ Full |
| 3 | [Title](url) | Trends, Growth | Mar 2024 | ⚠️ Snippet |
| ... | ... | ... | ... | ... |
---
### 📊 Key Data Points (from sources)
**Stats:**
- [Stat 1] — Source: [#1]
- [Stat 2] — Source: [#3]
- [Stat 3] — Source: [#2, #5]
**Quotes:**
- "[Quote]" — [Person], [Role] (Source: [#4])
- "[Quote]" — [Person] (Source: [#2])
**Key Facts:**
- [Fact 1] — mentioned in [X] sources
- [Fact 2] — mentioned in [Y] sources
---
### 🎯 Content Angles (ready to write)
#### Angle 1: "[Title]"
- **Primary source:** [#2] — [title]
- **Hook:** "[Opening line]"
- **Key data:** [stat 1], [stat 2], [quote]
- **Best format:** LinkedIn post
- **Unique value:** [Why this isn't generic]
→ Run: `viral-post-writer` with angle: "[this angle]"
#### Angle 2: "[Title]"
- **Primary source:** [#5] — [title]
- **Hook:** "[Opening line]"
- **Key data:** [stat 3], [fact 1]
- **Best format:** Blog article
- **Unique value:** [Why this is different from Angle 1]
→ Run: `affiliate-blog-builder` with angle: "[this angle]"
#### Angle 3: "[Title]" (Contrarian)
- **Primary source:** [#7] — [title]
- **Hook:** "[Opening line]"
- **Key data:** [counter-stat], [user complaint from Reddit]
- **Best format:** Twitter thread
- **Unique value:** Goes against the dominant narrative — [reasoning]
→ Run: `twitter-thread-writer` with angle: "[this angle]"
---
### 🚀 Next Steps
1. **Pick an angle** and run the suggested content skill
2. **Combine angles** — use `content-pillar-atomizer` to turn one angle into 15+ pieces
3. **Add visuals** — use `infographic-generator` to create a data infographic from the key stats
Error Handling
- Topic too vague: Ask user to narrow down. "'Marketing' is too broad. Can you specify? e.g., 'email marketing automation tools' or 'TikTok marketing for SaaS'."
- Few sources found: If <3 sources, note: "Limited sources available for this topic. The brief may lack depth. Consider broadening the topic or checking if it's too niche."
- Most sources behind paywalls: Use search snippets. Note: "[X] sources couldn't be fully fetched (paywalls). Brief uses search snippets for those. Data may be less detailed."
- Sources are all from the same perspective: Note bias. "Warning: all [X] sources are positive reviews. No critical perspectives found. Consider adding 'reddit' or 'opinion' to source_types for balanced content."
- Outdated sources: If freshness filter returns old results, widen the time range and note: "Most recent sources are from [date]. This topic may not have recent coverage."
- Non-English topic: Research in the specified language. Note if source diversity is limited in that language.
Examples
Example 1:
User: "Research HeyGen for a LinkedIn post"
→ topic: "HeyGen AI video", source_types: ["news", "blog", "linkedin"], freshness: "month"
→ Collect 7 sources: 2 news (HeyGen raises $60M), 3 blog reviews, 2 LinkedIn posts
→ Tags: AI (7), Funding (2), Tools (5), Comparison (1)
→ Key stats: "$60M Series A", "40K+ businesses", "Avatar 3.0 launch"
→ Angles: (1) "HeyGen just raised $60M — here's what it means for AI video" (LinkedIn),
(2) "I tested HeyGen vs Synthesia for 30 days" (blog), (3) "AI video tools are killing
the $45B video production industry" (Twitter thread)
Example 2:
User: "Brief me on email marketing trends, I want to write a comparison blog post"
→ topic: "email marketing trends 2024", source_types: ["news", "blog", "reddit"]
→ Collect 8 sources covering: AI personalization, interactive emails, privacy changes, deliverability
→ Angles focused on comparison: "ConvertKit vs Mailchimp in 2024: the real differences after
Apple Mail Privacy Protection"
Example 3:
User: "Research what people are really saying about ClickUp on Reddit"
→ topic: "ClickUp", source_types: ["reddit", "blog"], freshness: "month"
→ 4 Reddit threads (raw opinions), 3 blog reviews
→ Unique angle: Reddit users love the free tier but hate the learning curve →
"ClickUp: the free tool that takes a month to learn (and why it's still worth it)"
Feedback & Issue Reporting
When this skill produces unexpected, incomplete, or incorrect output, generate a
skill_feedback block (see shared/references/feedback-protocol.md for full schema).
Skill-specific failure modes:
- Most sources paywalled: <3 sources fully fetched. Report as
data_quality, list which URLs failed.
- All sources same perspective: No balanced/critical viewpoints found. Report as
data_quality, note bias direction.
- Hallucinated stats: Agent generated a stat not from any fetched source. Report as
hallucination, critical severity.
- Angles not unique: All 3 angles are rephrased versions of the same take. Report as
wrong_output.
Auto-detect triggers:
sources_fetched < 3 (most failed)
- All source
tags are identical (no diversity)
- Any data point in
master_data.stats cannot be traced to a specific source URL
angles array has <2 entries
Report issues: GitHub Issues | Discussions
References
shared/references/social-data-providers.md — API configuration for enhanced search
shared/references/flywheel-connections.md — master flywheel connection map
shared/references/ftc-compliance.md — source attribution and disclosure requirements
shared/references/feedback-protocol.md — issue detection and reporting standard
Flywheel Connections
Feeds Into
viral-post-writer (S2) — research brief with angles, data points, and quotes
affiliate-blog-builder (S3) — deep research for long-form articles
tiktok-script-writer (S2) — key stats and hooks for video scripts
twitter-thread-writer (S2) — data-rich thread material
reddit-post-writer (S2) — real user opinions for authentic Reddit content
content-pillar-atomizer (S2) — research brief as the pillar to atomize
infographic-generator (S2) — key stats and data for visual content
comparison-post-writer (S3) — multi-source comparison data
listicle-generator (S3) — curated sources for listicle content
Fed By
trending-content-scout (S1) — trending topics and content gaps to research deeper
niche-opportunity-finder (S1) — niche keywords to research
content-angle-ranker (S1) — recommended angle to research supporting data
competitor-spy (S1) — competitor strategies to research and counter
Feedback Loop
- S6
performance-report shows which content with research briefs outperforms non-researched content → reinforces research-first workflow
chain_metadata:
skill_slug: "content-research-brief"
stage: "content"
timestamp: string
suggested_next:
- "viral-post-writer"
- "affiliate-blog-builder"
- "infographic-generator"
- "content-pillar-atomizer"
1---2name: content-research-brief3description: Research trending topics, collect source articles, and generate a structured research brief for content creation. Stop writing from thin air — write from real sources. Use this skill when the user wants to research a topic before writing, collect sources for an article, create a research-backed content brief, or says "research [topic] for me", "find sources about [keyword]", "content brief for [topic]", "what's the latest on [product]", "research before writing", "collect articles about [keyword]", "trending news about [topic]", "gather sources for my article", "brief me on [topic]", "what are people saying about [product]", "news roundup for [keyword]", "research brief", "source collection", "content research", "prep research for writing".4license: MIT5---6
7# Content Research Brief
8
9Research a topic by collecting 5-10 real source articles, auto-tagging them by theme,
10extracting key data points, and synthesizing unique content angles. The output is a
11structured research brief that any downstream content skill can consume.
12
13**The problem this solves:** Most AI-written affiliate content is generic because it's
14written from the model's training data — not from real, current sources. This skill
15forces research-first content creation: find real articles, extract real data, then
16write from those sources. The result is content with specific stats, real quotes, and
17current information that readers (and Google) actually value.
18
19Inspired by the [content-pipeline](https://github.com/Affitor/content-pipeline) approach:
20Topic → Search → Select sources → Synthesize → Write with context.
21
22## Stage
23
24This skill belongs to Stage S2: Content — but acts as the research foundation for all content skills.
25
26## When to Use
27
28- Before writing any article, blog post, or long-form content
29- When you need current data and stats about a topic (not just AI-generated claims)
30- When creating comparison content (need real feature/pricing data from sources)
31- When writing about a product launch, funding round, or industry trend
32- After `trending-content-scout` identifies a topic — research it deeper
33- When you want unique angles: N sources → N different content pieces
34
35## Input Schema
36
37```yaml
38topic: string # (required) "HeyGen AI video tool", "email marketing trends 2024"
39source_count: number # (optional, default: 7) How many sources to collect (3-10)
40source_types: string[] # (optional, default: ["news", "blog"])
41 # Options: "news" | "blog" | "linkedin" | "youtube" | "reddit" | "academic"
42freshness: string # (optional, default: "month") "day" | "week" | "month" | "year" | "any"
43product: object # (optional) Focus research on a specific product
44 name: string # "HeyGen"
45 url: string # "https://heygen.com"
46language: string # (optional, default: "en") "en" | "vi" | any ISO 639-1 code
47angle_count: number # (optional, default: 3) How many unique content angles to generate
48```
49
50## Workflow
51
52### Step 1: Search for Sources
53
54Execute multiple searches to find diverse, high-quality sources:
55
56```
57Primary search:
58 web_search "[topic]" → top results
59
60Source-type-specific searches:
61 IF "news" in source_types:
62 web_search "[topic] news [current year]" → recent news articles
63 IF "blog" in source_types:
64 web_search "[topic] blog review analysis" → in-depth blog posts
65 IF "linkedin" in source_types:
66 web_search "[topic] site:linkedin.com" → LinkedIn posts/articles
67 IF "youtube" in source_types:
68 web_search "[topic] site:youtube.com" → YouTube videos with descriptions
69 IF "reddit" in source_types:
70 web_search "[topic] site:reddit.com" → Reddit discussions with real user opinions
71 IF "academic" in source_types:
72 web_search "[topic] research study data statistics" → data-heavy sources
73
74Product-specific (if product provided):
75 web_search "[product.name] review [current year]"
76 web_search "[product.name] alternatives comparison"
77 web_search "[product.name] pricing features"
78 web_search "[product.name] news launch update"
79```
80
81Collect 15-20 search results, then filter down to `source_count` best sources.
82
83### Step 2: Fetch and Extract Source Content
84
85For each selected source:
861. `web_fetch [url]` → extract full article text
872. If fetch fails (paywall, timeout) → use search snippet as summary, note limitation
883. Extract from each source:
89 - **Title** and **URL**
90 - **Published date** (if available)
91 - **Key data points**: stats, numbers, percentages, dollar amounts
92 - **Key quotes**: noteworthy statements from experts or users
93 - **Main argument/thesis**: what is this source's core message?
94 - **Unique information**: what does this source have that others don't?
95
96### Step 3: Auto-Tag Sources
97
98Tag each source with 1-3 theme tags:
99
100| Tag | Trigger Keywords |
101|-----|-----------------|
102| **AI** | artificial intelligence, machine learning, GPT, neural, model |
103| **Funding** | raised, funding, series A/B/C, investment, valuation, IPO |
104| **SaaS** | software, subscription, platform, B2B, enterprise |
105| **Tools** | tool, app, feature, integration, API, plugin |
106| **Trends** | trend, growing, emerging, future, prediction, forecast |
107| **Startup** | startup, founder, launch, early-stage, bootstrapped |
108| **Growth** | revenue, ARR, users, growth, scale, market share |
109| **Industry** | market, industry, sector, regulation, compliance |
110| **Pricing** | pricing, cost, free tier, discount, plan, subscription |
111| **Comparison** | vs, versus, alternative, compare, switch, migrate |
112| **Tutorial** | how to, guide, step-by-step, tutorial, walkthrough |
113| **Opinion** | I think, in my experience, hot take, unpopular opinion |
114
115### Step 4: Extract Key Data Points
116
117From all sources combined, extract a master list of:
118
119**Stats & Numbers:**
120- Revenue/valuation figures
121- User counts / growth rates
122- Market size data
123- Performance metrics
124- Pricing data points
125
126**Quotes & Insights:**
127- Expert opinions
128- User testimonials (from Reddit, reviews)
129- Founder/CEO statements
130- Analyst predictions
131
132**Facts & Features:**
133- Product features mentioned across multiple sources
134- Recent updates/launches
135- Integration ecosystem
136- Competitive positioning
137
138### Step 5: Synthesize Unique Angles
139
140From the collected sources, generate `angle_count` unique content angles.
141
142**Angle generation rules:**
1431. Each angle must use a DIFFERENT primary source as its foundation
1442. All angles use ALL sources as context (richer data)
1453. Each angle must have a distinct hook and perspective
1464. At least one angle should be contrarian or non-obvious
147
148**For each angle:**
149```yaml
150Angle:
151 title: string # Specific, could be a headline
152 primary_source: string # Which source drives this angle
153 hook: string # Opening line
154 key_data: string[] # 2-3 data points from sources that support this angle
155 format_suggestion: string # "linkedin_post" | "blog_article" | "tiktok_script" | "twitter_thread"
156 unique_value: string # What makes this angle different from generic AI-written content
157```
158
159### Step 6: Compile Research Brief
160
161Organize everything into a structured brief that downstream skills can consume.
162
163### Step 7: Self-Validation
164
165Before presenting output, verify:
166
167- [ ] All sources are real URLs (not hallucinated)
168- [ ] Data points are attributed to specific sources
169- [ ] At least 3 sources were successfully fetched (not just search snippets)
170- [ ] Angles are genuinely different from each other (not rephrased versions)
171- [ ] Tags accurately reflect source content
172- [ ] Brief includes both positive and critical/balanced perspectives
173
174If any check fails, fix before delivering. Do not flag checklist to user.
175
176## Output Schema
177
178```yaml
179output_schema_version: "1.0.0"
180topic: string
181sources_collected: number
182sources_fetched: number # how many were fully fetched vs snippet-only
183sources:
184 - title: string
185 url: string
186 published_date: string | null
187 tags: string[] # ["AI", "Tools", "Pricing"]
188 key_data_points: string[] # extracted stats and numbers
189 key_quotes: string[] # notable quotes
190 main_thesis: string # 1-sentence summary
191 unique_info: string # what's unique about this source
192 fetch_status: "full" | "snippet" # transparency
193master_data:
194 stats: string[] # all stats across all sources, deduplicated
195 quotes: string[] # all notable quotes
196 facts: string[] # key facts and features
197 timeline: string[] # chronological events if applicable
198angles:
199 - title: string
200 primary_source: string
201 hook: string
202 key_data: string[]
203 format_suggestion: string
204 unique_value: string
205recommended_next_skill: string
206```
207
208## Output Format
209
210```markdown
211## Content Research Brief: [Topic]
212
213📚 **[X] sources collected** | [Y] fully fetched | Freshness: [month]
214🏷️ **Top tags:** AI (5), Tools (3), Pricing (2), Comparison (2)
215
216---
217
218### 📰 Sources
219
220| # | Title | Tags | Date | Status |
221|---|-------|------|------|--------|
222| 1 | [Title](url) | AI, Tools | Mar 2024 | ✅ Full |
223| 2 | [Title](url) | Pricing, Comparison | Feb 2024 | ✅ Full |
224| 3 | [Title](url) | Trends, Growth | Mar 2024 | ⚠️ Snippet |
225| ... | ... | ... | ... | ... |
226
227---
228
229### 📊 Key Data Points (from sources)
230
231**Stats:**
232- [Stat 1] — Source: [#1]
233- [Stat 2] — Source: [#3]
234- [Stat 3] — Source: [#2, #5]
235
236**Quotes:**
237- "[Quote]" — [Person], [Role] (Source: [#4])
238- "[Quote]" — [Person] (Source: [#2])
239
240**Key Facts:**
241- [Fact 1] — mentioned in [X] sources
242- [Fact 2] — mentioned in [Y] sources
243
244---
245
246### 🎯 Content Angles (ready to write)
247
248#### Angle 1: "[Title]"
249- **Primary source:** [#2] — [title]
250- **Hook:** "[Opening line]"
251- **Key data:** [stat 1], [stat 2], [quote]
252- **Best format:** LinkedIn post
253- **Unique value:** [Why this isn't generic]
254→ Run: `viral-post-writer` with angle: "[this angle]"
255
256#### Angle 2: "[Title]"
257- **Primary source:** [#5] — [title]
258- **Hook:** "[Opening line]"
259- **Key data:** [stat 3], [fact 1]
260- **Best format:** Blog article
261- **Unique value:** [Why this is different from Angle 1]
262→ Run: `affiliate-blog-builder` with angle: "[this angle]"
263
264#### Angle 3: "[Title]" (Contrarian)
265- **Primary source:** [#7] — [title]
266- **Hook:** "[Opening line]"
267- **Key data:** [counter-stat], [user complaint from Reddit]
268- **Best format:** Twitter thread
269- **Unique value:** Goes against the dominant narrative — [reasoning]
270→ Run: `twitter-thread-writer` with angle: "[this angle]"
271
272---
273
274### 🚀 Next Steps
275
2761. **Pick an angle** and run the suggested content skill
2772. **Combine angles** — use `content-pillar-atomizer` to turn one angle into 15+ pieces
2783. **Add visuals** — use `infographic-generator` to create a data infographic from the key stats
279```
280
281## Error Handling
282
283- **Topic too vague:** Ask user to narrow down. *"'Marketing' is too broad. Can you specify? e.g., 'email marketing automation tools' or 'TikTok marketing for SaaS'."*
284- **Few sources found:** If <3 sources, note: *"Limited sources available for this topic. The brief may lack depth. Consider broadening the topic or checking if it's too niche."*
285- **Most sources behind paywalls:** Use search snippets. Note: *"[X] sources couldn't be fully fetched (paywalls). Brief uses search snippets for those. Data may be less detailed."*
286- **Sources are all from the same perspective:** Note bias. *"Warning: all [X] sources are positive reviews. No critical perspectives found. Consider adding 'reddit' or 'opinion' to source_types for balanced content."*
287- **Outdated sources:** If freshness filter returns old results, widen the time range and note: *"Most recent sources are from [date]. This topic may not have recent coverage."*
288- **Non-English topic:** Research in the specified language. Note if source diversity is limited in that language.
289
290## Examples
291
292**Example 1:**
293User: "Research HeyGen for a LinkedIn post"
294→ topic: "HeyGen AI video", source_types: ["news", "blog", "linkedin"], freshness: "month"
295→ Collect 7 sources: 2 news (HeyGen raises $60M), 3 blog reviews, 2 LinkedIn posts
296→ Tags: AI (7), Funding (2), Tools (5), Comparison (1)
297→ Key stats: "$60M Series A", "40K+ businesses", "Avatar 3.0 launch"
298→ Angles: (1) "HeyGen just raised $60M — here's what it means for AI video" (LinkedIn),
299 (2) "I tested HeyGen vs Synthesia for 30 days" (blog), (3) "AI video tools are killing
300 the $45B video production industry" (Twitter thread)
301
302**Example 2:**
303User: "Brief me on email marketing trends, I want to write a comparison blog post"
304→ topic: "email marketing trends 2024", source_types: ["news", "blog", "reddit"]
305→ Collect 8 sources covering: AI personalization, interactive emails, privacy changes, deliverability
306→ Angles focused on comparison: "ConvertKit vs Mailchimp in 2024: the real differences after
307 Apple Mail Privacy Protection"
308
309**Example 3:**
310User: "Research what people are really saying about ClickUp on Reddit"
311→ topic: "ClickUp", source_types: ["reddit", "blog"], freshness: "month"
312→ 4 Reddit threads (raw opinions), 3 blog reviews
313→ Unique angle: Reddit users love the free tier but hate the learning curve →
314 "ClickUp: the free tool that takes a month to learn (and why it's still worth it)"
315
316## Feedback & Issue Reporting
317
318When this skill produces unexpected, incomplete, or incorrect output, generate a
319`skill_feedback` block (see `shared/references/feedback-protocol.md` for full schema).
320
321**Skill-specific failure modes:**
322- **Most sources paywalled:** <3 sources fully fetched. Report as `data_quality`, list which URLs failed.
323- **All sources same perspective:** No balanced/critical viewpoints found. Report as `data_quality`, note bias direction.
324- **Hallucinated stats:** Agent generated a stat not from any fetched source. Report as `hallucination`, critical severity.
325- **Angles not unique:** All 3 angles are rephrased versions of the same take. Report as `wrong_output`.
326
327**Auto-detect triggers:**
328- `sources_fetched` < 3 (most failed)
329- All source `tags` are identical (no diversity)
330- Any data point in `master_data.stats` cannot be traced to a specific source URL
331- `angles` array has <2 entries
332
333Report issues: [GitHub Issues](https://github.com/Affitor/affiliate-skills/issues/new?labels=skill-feedback&title=content-research-brief) | [Discussions](https://github.com/Affitor/affiliate-skills/discussions/categories/ideas)
334
335## References
336
337- `shared/references/social-data-providers.md` — API configuration for enhanced search
338- `shared/references/flywheel-connections.md` — master flywheel connection map
339- `shared/references/ftc-compliance.md` — source attribution and disclosure requirements
340- `shared/references/feedback-protocol.md` — issue detection and reporting standard
341
342## Flywheel Connections
343
344### Feeds Into
345- `viral-post-writer` (S2) — research brief with angles, data points, and quotes
346- `affiliate-blog-builder` (S3) — deep research for long-form articles
347- `tiktok-script-writer` (S2) — key stats and hooks for video scripts
348- `twitter-thread-writer` (S2) — data-rich thread material
349- `reddit-post-writer` (S2) — real user opinions for authentic Reddit content
350- `content-pillar-atomizer` (S2) — research brief as the pillar to atomize
351- `infographic-generator` (S2) — key stats and data for visual content
352- `comparison-post-writer` (S3) — multi-source comparison data
353- `listicle-generator` (S3) — curated sources for listicle content
354
355### Fed By
356- `trending-content-scout` (S1) — trending topics and content gaps to research deeper
357- `niche-opportunity-finder` (S1) — niche keywords to research
358- `content-angle-ranker` (S1) — recommended angle to research supporting data
359- `competitor-spy` (S1) — competitor strategies to research and counter
360
361### Feedback Loop
362- S6 `performance-report` shows which content with research briefs outperforms non-researched content → reinforces research-first workflow
363
364```yaml
365chain_metadata:
366 skill_slug: "content-research-brief"
367 stage: "content"
368 timestamp: string
369 suggested_next:
370 - "viral-post-writer"
371 - "affiliate-blog-builder"
372 - "infographic-generator"
373 - "content-pillar-atomizer"
374```