> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Content Marketing Team

> AEO/SEO research, planning, creation, and auditing — the full content marketing loop.

## Overview

The Content Marketing Team pack covers the full lifecycle of owned content: **research** what to write about (AEO + SEO), **plan** a content calendar, **create** publish-ready articles, and **audit** an existing site to find gaps and cannibalization.

Each phase has a generator (returns JSON) and a renderer (returns HTML).

**Use cases**

* Running a one-person content marketing function at scale
* Generating editorial calendars that are grounded in SEO data
* Auditing a content library before a site redesign

***

## Pack actions

| Phase                  | Generator                                      | Renderer                                  |
| ---------------------- | ---------------------------------------------- | ----------------------------------------- |
| CM1 AEO & SEO Research | `aeo_seo_research_generate_research_action`    | `aeo_seo_research_render_research_report` |
| CM2 Content Planner    | `content_planner_generate_content_plan_action` | `content_planner_render_plan_report`      |
| CM3 Content Creator    | `content_creator_generate_article_action`      | `content_creator_render_article_report`   |
| CM4 Content Audit      | `content_audit_generate_audit_action`          | `content_audit_render_audit_report`       |

## Typical flow

```mermaid theme={null}
graph LR
  A[Topic / Domain] --> B[CM1 AEO/SEO Research]
  B --> C[CM2 Content Planner]
  C --> D[CM3 Content Creator]
  E[Existing Site] --> F[CM4 Content Audit]
  F --> C
```

## What each phase outputs

* **CM1 AEO & SEO Research** — keyword opportunities, AI citation gaps, competitor landscape, content recommendations.
* **CM2 Content Planner** — calendar of article ideas with format, pillar mapping, publishing cadence, and strategic rationale.
* **CM3 Content Creator** — a complete article with SEO metadata, internal links, a featured-image prompt, and a publishing checklist.
* **CM4 Content Audit** — site health dashboard, prioritized action plan, content gap analysis, cannibalization detection, and a page-level inventory.

## Related

* [Social Content Team](/agent-packs/social-content-team) — repurpose content across social.
* [YouTube Creator Team](/agent-packs/youtube-creator-team) — video-focused variant.
* Full endpoint details in the [API Reference](/api-reference).
