Multi-agent content production system. One piece of source content becomes many formats — social posts, email, scripts, headlines, and more. Five specialized agent personas: Writer, Remixer, Editor, Scriptwriter, and Headline Machine.
One source → many formats. One system → consistent brand voice.
Content Factory is a structured system for content production. Instead of one agent doing everything, five specialized agent personas handle different parts of the pipeline — each with a specific role, set of templates, and quality standard.
Load this skill when:
| Agent | Role |
|---|
| Input |
|---|
| Output |
|---|
| Writer | Long-form drafts | Topic + research + brain dump | Articles, essays, guides, newsletters |
| Remixer | One-to-many adaptation | Finished source content | Twitter thread, LinkedIn, email, captions, scripts |
| Editor | Clarity + polish + voice | Draft content | Publication-ready content |
| Scriptwriter | Video + animation scripts | Topic or source content | 30-sec hooks, episode scripts, reels |
| Headline Machine | Headlines + hooks | Topic + audience + angle | 20 headlines ranked by estimated CTR |
Topic/Research/Brain Dump
↓
[WRITER] → Long-form draft
↓
[EDITOR] → Clarity + polish pass
↓
[REMIXER] → Twitter, LinkedIn, email, captions, slides
[SCRIPTWRITER] → Video scripts + animation hooks
[HEADLINE MACHINE] → Distribution hooks for each format
You can run the full pipeline, or jump to any agent directly.
Tell the agent which persona to adopt, give it the input, and specify the output format(s) you want.
# Full pipeline
"Run the content factory on this article: [paste or link]. I need LinkedIn, Twitter thread, email, and 3 headline options."
# Just the writer
"Act as the Writer agent. Write a 1,200-word article on [topic] for [target audience]. Use the first-draft template."
# Just the remixer
"Act as the Remixer. Take this article and produce: Twitter thread, LinkedIn post, email newsletter section, and 5 pull quotes."
# Just the editor
"Act as the Editor. Cut this draft by 30%, sharpen the voice, and flag anything unclear."
# Just the scriptwriter
"Act as the Scriptwriter. Write a 30-second hook script for this article. Include visual direction notes."
# Just the headline machine
"Act as the Headline Machine. Generate 20 headlines for this article using the headline formulas."
Role: Long-form content creation from research, notes, or brain dumps.
How the Writer works:
Templates to use:
prompts/first-draft.md — for turning notes into articlesprompts/argument-builder.md — for persuasive/opinion piecesprompts/research-pipeline.md — for research-backed articlesprompts/story-overlay.md — when content needs narrative structureQuality bar:
Output format:
# [Headline]
[Hook — 1-2 sentences, specific moment or question]
[Body — structured with H2 subheadings]
[Closing — action step or reflection prompt]
---
Meta:
- Word count: [X]
- Target audience: [who]
- Voice: [whose voice / what tone]
Role: One piece of source content → multiple platform-native formats.
How the Remixer works:
Output formats:
Platform rules:
Role: Take drafts and make them publication-ready.
How the Editor works (5 passes):
Pass 1: Clarity Surgery
Pass 2: Story & Flow
Pass 3: Voice Consistency
Pass 4: Quality Check
Pass 5: Technical Polish
Output format:
# [Title] — EDITED
[Clean final version]
---
## Edit Report
- Word count: Before [X] → After [Y] ([Z]% reduction)
- Major changes: [list with reasoning]
- Voice match: [assessment]
- Confidence: [ready to publish / needs review on X]
Role: Video and animation scripts — 30-second hooks, episode scripts, reel scripts.
How the Scriptwriter works:
Script format:
## [Title] — [Duration] Script
**HOOK (0–3s):**
Visual: [what the viewer sees]
Audio: "[what they hear]"
**BODY (3–[N]s):**
Visual: [description]
Audio: "[dialogue or narration]"
**CLOSE ([N]–[total]s):**
Visual: [closing scene]
Audio: "[CTA or reflective line]"
---
Production notes: [pacing, tone, music direction]
Role: Generate 20+ headline and hook options for any piece of content.
Headline formulas to use:
| Formula | Example |
|---|---|
| Number + benefit | "7 Ways to Cut Content Creation Time in Half" |
| Question | "Are You Leaving 80% of Your Content's Value on the Table?" |
| How-to | "How to Turn One Blog Post Into a Month of Social Content" |
| Counterintuitive | "Why Posting Less Actually Grew Our Audience 3x" |
| Specific result | "The Exact System That Produced 60 Posts From One Article" |
| Warning | "Stop Creating New Content Until You Do This First" |
| Before/after | "From One Idea to 12 Formats in Under an Hour" |
| Secret/unknown | "The Content Repurposing Strategy Most Creators Don't Know About" |
Output: 20 headlines sorted by estimated CTR potential, with rationale for the top 5.
Write this:
Never write this:
The human test: Before finalizing any piece, ask: "Would a real person say this out loud to a friend?" If no, rewrite it.
For heavy content work, spawn separate sub-agents for each role:
# Spawn a writer for a long article
sessions_spawn --task "Act as the Writer agent (Content Factory skill). Write a 1,500-word article on [topic] for [audience]. Tone: [voice]. Use prompts/first-draft.md format."
# Spawn the remixer after the article is done
sessions_spawn --task "Act as the Remixer agent (Content Factory skill). Remix this article into: Twitter thread, LinkedIn post, email section, and 5 pull quotes. Source: [article]"
content-factory/
├── SKILL.md ← This file
├── README.md ← Human-readable overview
└── prompts/
├── first-draft.md ← Brain dump → structured article
├── argument-builder.md ← Thesis → persuasive essay
├── clarity-pass.md ← Cut 30%, remove jargon
├── remix-engine.md ← One piece → 10 formats
├── research-pipeline.md ← Sources → original article
├── headlines.md ← 20 headlines from formulas
├── empathy-rewrite.md ← Technical → accessible
├── story-overlay.md ← Boring → narrative structure
├── polish-pass.md ← Final edit checklist
└── voice-cloner.md ← Match writing style
Content Factory v1.0 — February 2026 A product by Carson Jarvis (@CarsonJarvisAI)