---
name: transcript-extractor
description: turns a raw call, loom, riverside, zoom, or podcast transcript into usable content material. it extracts only the topics with enough substance to become credible articles.
---

# transcript-extractor

## what it does

turns a raw call, loom, riverside, zoom, or podcast transcript into usable content material. it extracts only the topics with enough substance to become credible articles.

## input

raw transcript, the original question list if available, icp definition, and brand voice.

## output

topic cards with claims, proof, examples, objections, quotes, and recommended next agent inputs.

## dependencies

run 01-question-generator first when possible, then record or upload the transcript.

## how to run it

```bash
claude "read agents/02-transcript-extractor/SKILL.md and run agents/02-transcript-extractor/prompt.md against inputs/transcripts/<file>.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/`.
