Part 4: Build Your Content Pipeline
The content pipeline is the engine of your agent. Source → Adapt → Validate → Publish → Track. Get this right and everything else is an add-on.
This lesson breaks down the five stages that turn a single blog post into 6+ platform-ready social posts — automatically, on schedule, without repeating yourself.
The 5-Stage Pipeline
Every piece of content your agent publishes goes through these five stages. No exceptions.
SOURCE
Where content comes from. For Jenny: an RSS feed from aireadycmo.com, scraped automatically on a cron schedule.
Could also be: a newsletter archive, blog CMS, manual email input, or a knowledge base. The key is that your agent has a reliable, structured content source it can pull from without human intervention.
ADAPT
The LLM transforms source content into platform-ready posts. Each platform gets its own system prompt with tone rules, character limits, and formatting requirements. A single article becomes 6+ unique posts.
Jenny uses multi-angle repurposing: the same article gets adapted as a standard promo, then again as a hot take, a practical tip, a contrarian view, a data point, and a question — all different angles throughout the day.
VALIDATE
Every adapted post passes through automated checks before publishing. Emoji detection, forbidden words, character limits, link policies, UTM verification.
Failed posts get sent back to the LLM with specific fix instructions. No human review required — the validation layer enforces your brand rules programmatically.
PUBLISH
The validated post goes to the social API. Jenny uses Post for Me ($10/month, 9 accounts) but you could use Buffer, Publer, or direct platform APIs.
Includes retry logic for failed posts. If a platform API is down, the post gets queued and retried — nothing gets silently dropped.
TRACK
Every published post is stored in the database with platform, timestamp, content type, angle, and source URL.
This data feeds into weekly analytics reports. Over time, it also shows you which angles perform best on which platforms — giving you data to optimize the pipeline.
Multi-Angle Repurposing — One Article, Six Posts
The content angle system is what turns a single source article into genuinely different posts. Each angle re-frames the same material from a different perspective.
Standard
Straightforward newsletter promo
Hot Take
Challenge conventional wisdom
Practical Tip
Extract one actionable takeaway
Contrarian
Devil's advocate view
Data Point
Lead with a number or stat
Question
Thought-provoking observation
Why This Matters
This is how Jenny publishes 6+ times per day to X and Threads without repeating herself. Same source article, 6 different angles, across different time slots. Your audience sees variety. Your agent sees a system.
Scheduling for Maximum Reach
Jenny's actual posting schedule, simplified. The schedule is dense for X/Threads (fast-moving feeds) and lighter for LinkedIn/Instagram (slower consumption).
Morning — First Batch
X, Threads — fresh scrape, first angles of the day
Late Morning — Personal Brand
Peter's LinkedIn — creator-style personal brand post
Afternoon — Primary Daily Batch
ALL platforms — the main posting window of the day
Mid-Afternoon — Different Angle
X, Threads — same source, different angle from morning
Evening — Second Batch
X, Threads + Peter's LinkedIn — evening engagement window
Night — Evening Batch
X, Threads — catching evening scrollers
Late Night — Visual Platforms
LinkedIn, Instagram, Facebook — visual-heavy platforms with slower consumption
Late Night — Final Batch
X, Threads — last post of the day for late-night audiences
All times in CET. The schedule is dense for X/Threads (fast-moving feeds) and lighter for LinkedIn/Instagram (slower consumption).
Don't Start Here
Don't start with this many time slots. Jenny grew into this over 2 weeks. Start with 1 post per day per platform and expand once your pipeline is reliable. Trying to run 8 posting slots on day one is how you break things and burn out on debugging.
What You Just Learned
- The 5-stage pipeline: Source → Adapt → Validate → Publish → Track
- Multi-angle repurposing turns 1 article into 6+ unique posts
- Schedule by platform behavior: fast platforms get more frequent posts
- Start with 1 post/day/platform and scale up once the pipeline is stable
Next: Now that you understand the pipeline, it's time to connect the actual platforms and tools that make it run.