dispatch-blockslisted
Install: claude install-skill ucsandman/claude-skills
# Dispatch Blocks
Reusable brief blocks for subagent dispatches. Each exists because its absence caused
a recorded failure (session-archaeology corpus, 2026-08-14; recurrence counts cited).
Pick EVERY block that matches the dispatch and paste it into the brief. Do not
paraphrase — these exact framings are the ones measured to work.
## Selection table
| Dispatch involves... | Blocks to include |
|---|---|
| 2+ agents editing one tree | OWNERSHIP |
| 3+ parallel agents on one repo/facts | GROUND TRUTH |
| Any bugfix task | REVERT-TO-RED |
| Feature wrapping an external CLI/binary | REAL-BINARY |
| Any gate/verify/test-running agent | RTK-DISTRUST |
| Proof/test-only task | PURE-TEST STOP |
| Tournament or design judging | DEFAULT-FATAL JUDGE |
| Review personas | READ-ONLY REVIEWER |
| New tool in ~/.claude/tools | HARNESS TOOL FAMILY |
| Launches or waits on a server/process | READINESS-POLL |
| Any Workflow agent() call | WORKFLOW-LEAN |
| Reads an API, MCP server, GitHub, docs, a web page or a window | DECLICK-FIRST |
| Builds anything that calls a model | NO-API |
Also: per CLAUDE.md, every dispatch sets `model:` explicitly, and test/build commands
run foreground with a timeout (slow-command-guard enforces this mechanically).
## DECLICK-FIRST — mandatory when the agent reads anything outside the repo
Lean agent types carry no MCP tools and no browser; declick is how they reach the same
targets, as trimmed JSON. Added 2026-09-03 (Wes: use declick wherever it saves token