# Map of Content — Fully Automated Claude Content System

Use this map to navigate the vault. Start with [[_AGENT_PRIMER]] for a full briefing.

## 🧭 Entry Points

- **[[_AGENT_PRIMER]]** — The single most valuable artifact. Read first.
- **[[glossary]]** — One-line definitions of every key term.

## 🏗️ Frameworks (How the System Works)

- **[[framework-ccc-content-pipeline]]** — The 4-step execution flow: Creator Finder → Viral Spotter → Transcribe & Script → Knowledge Base Rewriting
- **[[framework-system-setup]]** — The 7-step build-out process before any agents run

## 💡 Concepts (The Building Blocks)

### Agent Architecture
- **[[concept-ai-agent-skills]]** — Claude Skills as modular, SOP-driven agents
- **[[concept-browser-automation]]** — How the Chrome extension enables authenticated scraping
- **[[concept-webhook-integration]]** — HTTP bridges between Claude and external automation
- **[[concept-audio-transcription-workaround]]** — n8n + Groq + Whisper to bypass Claude's lack of native audio

### Content Strategy
- **[[concept-viral-outlier-spotting]]** — 5x-above-baseline outlier filtering (top 10% excluded)
- **[[concept-knowledge-base-priming]]** — Voice/style training via past-transcript corpus

### Philosophy
- **[[contrarian-ai-generation-vs-rewriting]]** — Rewrite proven outliers, don't generate net-new

## ✅ Claims (Independently Assessed)

- **[[claim-claude-replaces-team]]** — Tactical: plausible. Strategic: hyperbole.
- **[[claim-algorithm-training-necessity]]** — Best practice for this architecture; not universal.
- **[[claim-groq-whisper-efficiency]]** — Fast and cheap, yes. "Optimal" is overstated.

## 👤 Entities

### People
- **[[entity-alessio-bertozzi]]** — Sole speaker; system architect; co-founder of CCC

### Products & Tools
- **[[entity-claude-ai]]** — Anthropic's LLM, central reasoning brain
- **[[entity-claude-in-chrome]]** — Browser extension for DOM access
- **[[entity-n8n]]** — Automation middleware
- **[[entity-groq]]** — Fast LPU inference for Whisper
- **[[entity-notion]]** — Central database

### Organizations
- **[[entity-create-content-club]]** — Community/program distributing the templates

## 🗣️ Quotes

- **[[quote-claude-replaces-team]]** — The opening hook
- **[[quote-algorithm-training]]** — Why Explore curation matters
- **[[quote-knowledge-base-importance]]** — The rewrite-not-copy principle

## ⚡ Action Items (Do These to Implement)

1. **[[action-train-algorithm]]** — Curate Instagram Explore manually
2. **[[action-setup-n8n-groq]]** — Wire up the transcription pipeline
3. **[[action-populate-knowledge-base]]** — Paste your past transcripts into Notion
4. **[[action-run-viral-spotter]]** — Execute Step 2 of the pipeline

## 🚧 Prerequisites

- **[[prereq-personal-brand-strategy]]** — Without proprietary knowledge, output is hollow
- **[[prereq-api-webhook-basics]]** — Required to troubleshoot the multi-tool pipeline

## ❓ Open Questions

- **[[question-instagram-scraping-limits]]** — ToS, rate-limit, and ban risks
- **[[question-claude-credit-consumption]]** — Full-pipeline cost per run is unbenchmarked

## 🗺️ Suggested Reading Order

**For a new operator wanting to build the system:**
1. [[_AGENT_PRIMER]]
2. [[framework-ccc-content-pipeline]] (understand the goal)
3. [[framework-system-setup]] (understand the build)
4. [[prereq-personal-brand-strategy]] + [[prereq-api-webhook-basics]]
5. Action items in order: [[action-train-algorithm]] → [[action-setup-n8n-groq]] → [[action-populate-knowledge-base]] → [[action-run-viral-spotter]]

**For a skeptic evaluating the claims:**
1. [[_AGENT_PRIMER]]
2. [[claim-claude-replaces-team]]
3. [[claim-groq-whisper-efficiency]]
4. [[contrarian-ai-generation-vs-rewriting]]
5. [[question-instagram-scraping-limits]] + [[question-claude-credit-consumption]]

**For an architect designing a similar system:**
1. [[_AGENT_PRIMER]]
2. [[concept-ai-agent-skills]] (modularity)
3. [[concept-webhook-integration]] + [[concept-audio-transcription-workaround]] (overcoming model limits)
4. [[concept-knowledge-base-priming]] (voice fidelity)
5. [[concept-viral-outlier-spotting]] (the content-selection math)
