# Team builder · subagentdispatch

> Visual builder for multi-agent teams (lead → workers → postprocessors). Based on Anthropic's multi-agent research architecture.

Canonical URL: https://www.subagentdispatch.com/customize/team
Last verified: 2026-05-19

## What this page does

- Choose a preset team (`research`, `support`, `release`, etc.) or start from scratch
- Add nodes per tier — leads call workers, workers can call postprocessors
- Emit one `.claude/agents/<role>.md` per node

## Replay demo on this page

### Earnings-reviewer

> _Pre-print brief for an enterprise SaaS Q1_

**Model:** `claude-haiku-4-5`  
**Cassette:** `cassettes/finance/earnings-reviewer.har.json`  
**Replay URL:** [https://www.subagentdispatch.com/api/v1/replay/finance/earnings-reviewer](https://www.subagentdispatch.com/api/v1/replay/finance/earnings-reviewer)  
**Tokens spent on replay:** 0

**Stream live**

```bash
curl https://www.subagentdispatch.com/api/v1/replay/finance/earnings-reviewer
```

**Prompt**

```
Produce a 4-bullet pre-print brief: consensus vs. whisper, net retention, AI monetization, bear thesis.
```

**Response (replayed verbatim from the cassette)**

```
• Consensus vs. whisper — street EPS is $0.42 with buy-side whispers near $0.46, so a print below $0.44 triggers immediate guide-down pricing.
• Net retention — NRR has slipped 110bps over the last two prints; another step-down through 115% invalidates the durable-growth narrative.
• AI monetization — investors want a hard number on AI-attached ACV; commentary without a dollar figure will be read as a soft miss.
• Bear thesis — federal contract concentration plus the looming GSA renewal is the swing factor; unfavorable renewal language could compress NTM revenue ~3%.
```

## Pair with

- [/customize.md](/customize.md) — solo agent builder
- [/customize/enterprise.md](/customize/enterprise.md)