Skip to content

Feature

From a brief to a published article, with the images and the markup

Brief to published, with images · Runs in Claude Code

What it does

One pipeline runs research, brief, draft, edit, optimisation and visuals, handing each stage to the agent that owns it. What lands is a finished article with its charts and thumbnails, on brand, with the structured data attached, then published to WordPress or committed to a Git-based site without ever leaving the terminal.

What running it looks like
$ /content-pipeline --topic "core web vitals" --site yoursite.com
research → brief → draft → edit → optimise → visuals
$ /wp-integration --publish
published, with schema and 4 images

§ Scope

15 Skills involved
7 Specialist agents
5 Data sources read

§ Limits

What this does not do

Stated plainly, so you do not find out later

It writes drafts, not published truth. Every claim still needs a human who knows the subject to check it before it goes live. The editor agent grades a draft against its brief; it cannot verify a fact the research never found.

§ Skills
15 of them

The commands behind it

Each one is a single command against real data. They compose: the output of one is the input of the next.

Take a topic all the way to a draft

Research, strategy, writing, editing and SEO in a single run.

/content-pipeline Replaces A writer plus an editor

You get back A publication-ready article.

Write to a custom content type

Generate structured content that fills every field the template expects.

/write-cpt-article

You get back A structured article, fields filled.

Make the images for an article

Infographics, charts and thumbnails, in your brand.

/generate-visual Replaces A designer for routine assets

You get back Brand-themed visuals.

Export an article as a branded page

A self-contained styled article you can send or host anywhere.

/html-export

You get back One HTML file, images included.

Publish to WordPress

Push a finished article into WordPress as a draft or a live post.

/wp-integration

You get back A published or drafted post.

Publish to a Git-based site

Push articles straight into an Astro or Hugo repository.

/git-integration

You get back A commit with your content in it.

Set up a custom content type

Define the fields and structure for a recurring content format.

/setup-cpt

You get back A content type ready to write against.

Create a reusable brand persona

A consistent face for social content that looks the same in every image.

/create-influencer

You get back A saved persona you can reuse.

Give a persona a consistent look

A style guide and outfit set so a persona stays recognisable across posts.

/persona-style-guide

You get back A style guide and outfit carousel.

Advertise a product with your persona

Photorealistic ads where the persona stays consistent shot to shot.

/promote-with-persona

You get back Advertising images with your persona.

Research a product before reviewing it

Features, pricing, buyer questions and competitors, from one name or URL.

/product-dossier

You get back A researched dossier.

Turn a product photo into studio shots

From a phone snapshot to ad-ready images that keep the real product.

/product-shoot Replaces A product photographer

You get back Studio-quality product images.

Capture screenshots for a review

Full-page captures of the tools you are writing about.

/capture-screenshots

You get back Full-page screenshots, ready to embed.

Get official screenshots without signing up

Vendor-official captures and media-kit images for a tool review.

/screenshot-sourcing

You get back Official images, cleared for use.

Add affiliate links and the disclosure

Swap in your affiliate URLs and inject the disclosure the law requires, consistently.

/affiliate-kit

You get back The article with links and disclosure in place.

§ Agents
7 on it

§ Sources

What content production actually reads

Publish

WordPress

Drafts, posts, media and taxonomies through the REST API.

Publish

GitHub

Commits content straight to the repository for static sites.

Publish

Astro

Writes into content collections, schema-valid on the first build.

Storage

Google Drive

Delivers reports into a client's Drive folder, mirroring the local tree. Scoped to drive.file, so it only ever sees what it created.

Crawl

Firecrawl

Full-site crawls and page extraction, including rendered content.

§ Elsewhere