← Back to Payloads
Marketing2026-04-23

content-creator: The ARCHITECT Blueprint for Autonomous Content Systems

content-creator is an ARCHITECT-tier AI content pipeline that researches topics, generates SEO-optimized articles, generates配套 featured images, and publishes to multiple CMS platforms — fully autonomous from keyword to published post.
Quick Access
Install command
$ mrt install content
content-creator: The ARCHITECT Blueprint for Autonomous Content Systems
**TL;DR:** `content-creator` is an ARCHITECT-tier autonomous content pipeline — takes a topic or keyword, researches top-ranking articles, generates a 2,000-word SEO-optimized post, creates a featured image, and publishes to WordPress/Contentful/Notion via API. End-to-end in under 10 minutes.

The 10-Second Pitch

  • **Competitive research** — scrapes top-ranking articles for any keyword and extracts content gaps, heading structure, and word count benchmarks
  • **SEO-optimized generation** — produces articles calibrated to target keyword density, heading hierarchy, and featured snippet format
  • **Featured image generation** — calls image generation API to create contextually relevant featured images
  • **Multi-CMS publishing** — WordPress REST API, Contentful, Notion, and Ghost all supported via configuration
  • **Internal linking automation** — identifies and adds internal links based on existing content graph analysis

Setup Directions

Step 1 — Install

```bash

mrt install "content-creator"

```

Step 2 — Configure CMS and SEO Preferences

```json

{

"cms": "wordpress",

"api_key_env": "WP_API_TOKEN",

"target_domain": "yourblog.com",

"seo": {

"min_word_count": 1800,

"max_keyword_density": 2.5,

"include_faq_schema": true,

"auto_internal_links": true

}

}

```

Step 3 — Generate and Publish

```bash

claude -- blueprint content-creator --topic "LangChain RAG optimization techniques" --publish

```

The Exact Prompt for Content Gap Analysis

```

Analyze the top 10 ranking articles for "multi-agent systems LangChain."

Identify: content gaps (questions unanswered), heading structure patterns,

word count sweet spot, featured snippet opportunities. Then generate

a 2,000-word article that fills the biggest gap. Include FAQ schema,

3 internal links, and a meta description under 155 characters.

```

Pros & Cons

| Pros | Cons |

|------|------|

| Full pipeline — research → write → image → publish, fully hands-off | AI-generated content still needs human editing for tone/accuracy |

| SEO research is data-driven, not guesswork | WordPress REST API requires application password (not just login) |

| Featured image generated inline — no need for stock photo subscriptions | Google penalizes AI content without E-E-A-T signals (mitigated with editing) |

| Multi-CMS support covers most use cases | Content generation can be slow on complex topics (5-10 min/article) |

| ARCHITECT tier handles editorial calendar management too | Internal linking requires existing content to link to |

Verdict

`content-creator` is what happens when you apply ARCHITECT-tier thinking to content marketing. Most AI writing tools produce one-off articles. This pipeline treats content as a system — competitive research, SEO calibration, visual production, and distribution all wired together. The multi-CMS support means it fits into any existing content stack.

Best for: Content marketers, SEO agencies, and growth teams who need to scale output without scaling headcount.

Alternative: For single-article writing without CMS integration, use Claude with the "Writer Blueprint." For social media content specifically, use the `social-media-publisher` blueprint instead.

ARCHITECT-tier blueprint. Available at [mr.technology/blueprints](/blueprints). Pro access required.