Multi-Chat Parallel Agent Build for Online Optimisers - Condensed Brief - 2026-04-10
A parallel multi-chat agent buildout that spins up 5 simultaneous Claude Opus sessions, each building a different slice of OO's autonomous operating system. The goal: build the agency that runs itself, then scale outreach hard.
| Role | Person | Focus |
|---|---|---|
| Founder / Operator | Donal | Strategy, sales, blocker clearing |
| Business Partner (50/50) | Tomas | Sales calls, pipeline, client relationships |
| Web Dev | Nikka | Client sites, QA, builds |
| Support | Angelie | Comms, task management, admin |
| AI Orchestrator | Alex (Claude) | Everything else |
Each chat is self-contained, writes its own handover doc at session start, and has no file-level overlap with the others.
| Chat | Mission | Status | Key Output |
|---|---|---|---|
| Fury-A | Foundation + Capture | DONE | north-star-goals.md, quotes.json (98), ai-ranking-agent spec, blocker index (F01-F26, G01-G07), contacts, this brief |
| Fury-B | Agent Implementations | RESUMING | 28 agents in graduated levels (5 Level-1 first, then Level 2+3). CEO, CMO, CSO, Sales Manager, Head SEO/GBP + AI Ranking Agent |
| Fury-C | R&D Batcave | SESSION A DONE | 18 personas, 10 specialists, 125 experiments seed, SAFETY.md, Airtable sync, MANTRAS.md |
| Fury-D | Knowledge + Book Ingestion | RESUMING | Book RAG pipeline, WAP.org scrape, /yt-learn batch, Intel Tracker population, contact dump folders |
| Fury-E | VPS + Heartbeat | BLOCKED on F05 | Hetzner CX21, heartbeat.py, Telegram bot, cron infra |
Don't build all 28 agents at once. Graduate in levels:
| Level | Agents | When |
|---|---|---|
| Level 1 (Day 1) | CEO, CMO, CSO, Sales Manager, Head SEO/GBP + AI Ranking | First build |
| Level 2 (Day 2) | CTO, CFO, 7 sales pipeline agents | After Level 1 validated |
| Level 3 (Day 3+) | 10 dept heads + 12 link-building agents | After Level 2 validated |
Full registry lives at system/blocker-index.md. These are the ones that matter most right now.
| ID | Title | Effort | ROI | Status |
|---|---|---|---|---|
| F01 | Add ANTHROPIC_API_KEY to .env | 2 min | 10/10 | BLOCKING ALL |
| F05 | Hetzner CX21 provision | 45 min | 9/10 | Donal connecting |
| F03 | OpenRouter API key (~$5) | 10 min | 8/10 | PENDING |
| F07 | Locate 5 priority book PDFs | 15 min | 8/10 | PENDING |
| F10 | /yt-learn batch on 8 videos | 20 min | 8/10 | BLOCKED on F01 |
| Series | Count | Purpose |
|---|---|---|
| F-series (F01-F12) | 12 | Fury critical path - API keys, VPS, courses, data |
| F-series predicted (F13-F26) | 14 | Predicted issues during parallel run |
| G-series (G01-G07) | 7 | Parking-lot sub-tasks, lower priority |
| B-series (pre-Fury) | 10 | Original TOP 10 - Bison, Instantly, DataForSEO |
| R-series (R01-R07) | 7 | R&D Batcave specific |
| D-series (D01-D12) | 12 | Dashboard V1 env vars + DNS |
Three layers, two currently empty. Fury-D fills them.
| Layer | Path | Status | Purpose |
|---|---|---|---|
| Per-persona knowledge | agents/personas/*/knowledge/ |
EMPTY | RAG for individual personas (Hormozi, Siam Kidd, etc.) |
| Shared business library | knowledge/business-library/ |
EMPTY | Cross-persona RAG, queryable by all agents |
| Per-client knowledge | knowledge/clients/<slug>/ |
POPULATED (9 clients) | Agency delivery context |
Once VPS is live (Fury-E), the Intel agent runs on cron every 15 minutes:
Five principles stolen from Tony's Agent Launch doc (validated against our existing architecture).
performance_metric.json at end of each run + has a /self_review method that reads the metric and adapts. Our agents read close rate, CTR, NPS, signal-to-noise.
| Marker | Model | When |
|---|---|---|
| 🟣 | Opus | Judgment-heavy, ambiguous, architectural, high-stakes |
| 🟡 | Sonnet | Moderate judgment, well-bounded but not trivial |
| 🟢 | Haiku | Rote transforms, file generation, well-specified writes |