# Customize · subagentdispatch

> Build a Claude Code agent definition. Tabs: solo agent, team, enterprise presets, research experiments. Every page ships a recorded replay demo (animated for humans, this markdown for agents).

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

## What this page does

- Picks tools (`Read`, `Write`, `Edit`, `Bash`, `WebFetch`, etc.) from `lib/agent-config.ts`
- Selects a model (`claude-opus`, `claude-sonnet`, `claude-haiku`)
- Selects a permission mode (default, acceptEdits, bypassPermissions, plan)
- Generates a real `.claude/agents/<name>.md` file with YAML frontmatter

## Replay demos available on this page

### Diligence-grid

> _Legal-risk triage for a B2B SaaS acquisition_

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

**Stream live**

```bash
curl https://www.subagentdispatch.com/api/v1/replay/legal/diligence-grid
```

**Prompt**

```
Summarize three legal risks for a B2B SaaS acquisition: data privacy, IP assignment, open-source license obligations.
```

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

```
1. Data privacy: the target processes EU-resident PII without a documented Article 28 processor agreement, exposing the acquirer to GDPR successor liability.
2. IP assignment: three current contractors lack signed IP assignment clauses, leaving the ownership chain on two core libraries unverifiable at closing.
3. Open-source license obligations: the platform statically links to GPL-3 components without commensurate source-disclosure controls, creating a potential copyleft contamination claim.
```

### Contract-redline

> _Flag 3 material issues in an MSA clause + propose redlines_

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

**Stream live**

```bash
curl https://www.subagentdispatch.com/api/v1/replay/legal/contract-redline
```

**Prompt**

```
Flag the three most material issues in this MSA excerpt — perpetual feedback license, no IP indemnification, asymmetric termination-for-convenience — and redline each.
```

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

```
1. Perpetual feedback license. Issue: perpetual + irrevocable + royalty-free lets Vendor monetize Customer-derived improvements indefinitely. Redline: "feedback usable only to improve the Service during the Term; no rights in Customer Confidential Information."

2. No IP indemnification. Issue: leaves Customer exposed to third-party IP claims. Redline: "Vendor shall defend and indemnify Customer against U.S. patent/copyright/trade-secret claims, subject to standard exceptions."

3. Asymmetric termination-for-convenience. Issue: Customer pays the full Term even when terminating — that's termination only for Vendor. Redline: "Customer-side TFC pays through effective date only; Vendor-side TFC requires 180 days' notice + pro-rated refund."
```

### 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%.
```

### KYC-screener

> _Vet a BVI-incorporated B2B prospect with undisclosed UBO_

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

**Stream live**

```bash
curl https://www.subagentdispatch.com/api/v1/replay/finance/kyc-screener
```

**Prompt**

```
Vet a prospective B2B customer (BVI-incorporated, undisclosed UBO, Cyprus correspondent banking) for sanctions/UBO red flags.
```

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

```
Decision: REVIEW (escalate to compliance — do not approve).
Controlling reason: BVI registration + undisclosed UBO + Cyprus correspondent banking is the FATF-flagged combination for shell-company laundering risk.
Required before re-screen: notarized UBO declaration, source-of-funds documentation, and a direct (non-correspondent) settlement route.
Estimated turn-time: 5–7 business days; queue under high-risk-onboarding workflow.
```

### Ticket-deflector

> _Triage a refund-after-cancel support ticket_

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

**Stream live**

```bash
curl https://www.subagentdispatch.com/api/v1/replay/small-business/ticket-deflector
```

**Prompt**

```
Classify this support ticket and draft a reply if it's auto-respondable: 'I cancelled my Starter plan yesterday but got charged again for $29.'
```

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

```
Classification: (b) escalate to billing — duplicate-charge after a cancellation requires a finance review.

Draft reply (held for billing review, not sent):
Thanks for flagging this — I'm pulling the cancellation and the new charge now so billing can confirm both in one pass. You'll get a refund + a written confirmation that the Starter plan is fully closed within one business day.
```

### CI-failure-triage

> _Classify a recurring OOM in the payments suite + propose next action_

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

**Stream live**

```bash
curl https://www.subagentdispatch.com/api/v1/replay/developer-tools/ci-failure-triage
```

**Prompt**

```
Classify a failing CI run (OOM in tests/payments, same shape as last night, merge queue 6 deep, main green at HEAD~3) as flaky / author bug / infra incident, then propose next action.
```

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

```
Classification: (c) infra-incident — same OOM signature recurring on consecutive nightly + headline merge-queue runs is regression shape, not flake.

Next action (in order):
1. Open the existing #4807 follow-up and link #4812; don't duplicate.
2. `pause-mq` while the queue is 6 deep — keeps the OOM from cascading.
3. Bisect payments suite against main HEAD~3 — the 7-of-38 shard split implies a fixture leak across describe blocks.
4. If bisect points at the AnthropicClient mock from the last 72h, swap it for the replay-mode FsPersister — cassette path keeps memory flat.
```

## Related markdown surfaces

- [/customize/team.md](/customize/team.md)
- [/customize/enterprise.md](/customize/enterprise.md)
- [/customize/experiments.md](/customize/experiments.md)
- [/llms.txt](/llms.txt)