# Content Pipeline

> End-to-end content creation workflow that orchestrates research, editorial review, and social distribution agents in sequence. Use when the user wants to create, review, and distribute content through a multi-stage pipeline, or says "/content-pipeline".

- **Type:** Skill
- **Install:** `agentstack add skill-thatrebeccarae-claude-marketing-content-pipeline`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [thatrebeccarae](https://agentstack.voostack.com/s/thatrebeccarae)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [thatrebeccarae](https://github.com/thatrebeccarae)
- **Source:** https://github.com/thatrebeccarae/claude-marketing/tree/main/skills/content-pipeline

## Install

```sh
agentstack add skill-thatrebeccarae-claude-marketing-content-pipeline
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Content Pipeline

Orchestrate the full content creation workflow from research brief to published-ready content with social distribution pack.

## Install

```bash
git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/content-pipeline ~/.claude/skills/
```

## What This Skill Does

Chains up to 3 agents in sequence:
1. **research-analyst** — Generates a research brief on the topic
2. **editor-in-chief** — Reviews the draft against voice, structure, SEO, and argument quality
3. **social-amplifier** — Creates platform-specific distribution pack (LinkedIn, Twitter/X, email)

Users can enter at any stage or run the full pipeline.

> **How this differs from content-workflow:** The content-workflow skill is a manual workflow guide with frameworks and checklists. This skill is the *orchestration layer* — it actually spawns subagents and manages the pipeline programmatically.

## How to Use

```
/content-pipeline [topic or file path]
```

### Full Pipeline (from scratch)
```
/content-pipeline "Why MCP is the new API"
```

### Start from Existing Draft
```
/content-pipeline review ./drafts/article-draft.md
```

### Social Pack Only
```
/content-pipeline distribute ./content/published-article.md
```

## Workflow Stages

### Stage 1: Research (optional — skip if draft exists)
- Spawn research-analyst agent with the topic
- Output: `./research-briefs/YYYY-MM-DD-topic-slug.md`
- User reviews brief, decides whether to proceed

### Stage 2: Editorial Review
- Spawn editor-in-chief agent pointing at the draft/brief
- Output: `[draft-path]-review.md` saved alongside the source
- Agent provides: voice assessment, structure feedback, SEO evaluation, line-level notes, title variants
- User decides: publish as-is, revise, or iterate

### Stage 3: Social Distribution
- Spawn social-amplifier agent pointing at the final content
- Output: `[content-path]-social-pack.md` saved alongside the source
- Generates: LinkedIn posts (2 variants), Twitter/X thread, email subject lines, pull quotes, hashtags

## Configuration

### Customizing Agents

The default agent chain uses Claude Code subagents with the Agent tool. To customize:

```
Pipeline Stage    | Default Agent Type    | Override With
Research          | research-analyst      | Any research/analysis agent
Editorial         | editor-in-chief       | Any editorial review agent
Distribution      | social-amplifier      | Any social content agent
```

### Output Paths

Configure where each stage saves its output:

| Stage | Default Output Path |
|-------|-------------------|
| Research | `./research-briefs/YYYY-MM-DD-topic-slug.md` |
| Draft | `./content/YYYY/YYYY-MM-DD-slug.md` |
| Review | `[draft-path]-review.md` (alongside draft) |
| Social Pack | `[content-path]-social-pack.md` (alongside content) |

### Publishing Cadence

Adapt the pipeline to your publishing schedule. Example cadence:
- **Research**: Monday/Tuesday
- **Draft**: Tuesday/Wednesday
- **Review**: Wednesday/Thursday
- **Publish**: Thursday/Friday

## Pipeline State Management

The pipeline tracks which stages are complete via file existence:
- Research brief exists → Stage 1 complete
- Review file exists → Stage 2 complete
- Social pack exists → Stage 3 complete

Resume from any stage by pointing to existing files.

## Integration with Other Skills

This skill composes well with:
- **seo-content-writer** — Run during Stage 2 for deep SEO optimization
- **content-creator** — Use for brand voice analysis before editorial review
- **research-digest** — Alternative to the built-in research stage for RSS-based research

## Quick Commands

- `/content-pipeline` — Start full pipeline with topic prompt
- `/content-pipeline review [path]` — Jump to editorial review
- `/content-pipeline distribute [path]` — Jump to social distribution
- `/content-pipeline status` — Show drafts in progress

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [thatrebeccarae](https://github.com/thatrebeccarae)
- **Source:** [thatrebeccarae/claude-marketing](https://github.com/thatrebeccarae/claude-marketing)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-thatrebeccarae-claude-marketing-content-pipeline
- Seller: https://agentstack.voostack.com/s/thatrebeccarae
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
