---
name: blog-generator
description: writes the full article from the optimized brief in the user brand voice. it keeps the useful parts of the source transcript and removes rambling, filler, and fake certainty.
---

# blog-generator

## what it does

writes the full article from the optimized brief in the user brand voice. it keeps the useful parts of the source transcript and removes rambling, filler, and fake certainty.

## input

optimized brief, transcript extracts, icp definition, brand voice, and source list.

## output

a publish-ready blog post with metadata, article body, faq, schema notes, and internal link plan.

## dependencies

requires 04-aeo-geo-optimizer output.

## how to run it

```bash
claude "read agents/05-blog-generator/SKILL.md and run agents/05-blog-generator/prompt.md using outputs/04-aeo-geo-optimizer.md"
```

## quality bar

- use the user's icp and brand voice from `templates/` before producing output.
- make every recommendation concrete enough that another agent can use it without guessing.
- prefer specific buyer language, examples, and proof over generic marketing advice.
- return markdown that can be saved directly into `outputs/`.
