# Team builder · subagentlegal

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

Canonical URL: https://www.subagentlegal.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

### 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.subagentlegal.com/api/v1/replay/legal/diligence-grid](https://www.subagentlegal.com/api/v1/replay/legal/diligence-grid)  
**Tokens spent on replay:** 0

**Stream live**

```bash
curl https://www.subagentlegal.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.
```

## Pair with

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