FIELD TOOL / SUBAGENT RUNAWAY GUARD

A messy parent context should not be allowed to spawn a family tree.

Use this before Claude Code, Codex, or any autonomous agent starts delegating work from already-confused state. The guardrail is blunt: cap depth, cap children, keep receipts parent-owned, and define when the system must stop asking itself.

01

Measure parent mess before delegating.

If the parent is carrying stale assumptions, delegate from a clean receipt bundle, not the live transcript.

02

Default depth is one.

Forks-of-forks are an escalation, not a default. They need a smaller named problem and a stronger stop contract.

03

Cap children before the first launch.

Parallelism is not free. Past three children, most agent runs are hiding prioritization debt.

04

Keep merge authority in the parent.

Children return evidence. They do not rewrite doctrine, spend money, post publicly, or decide that the whole tree is done.

05

Separate verified, assumed, and unknown.

A fork storm usually starts when assumed state gets promoted to verified state because it appeared in three summaries.

06

Ask a human on boundary expansion.

If a child needs credentials, private data, spending, legal authority, or an external irreversible write, the next move is not another child.