What problem does it solve? Running multiple coding agents means manually copying output between them and checking each terminal to see what is happening. This Skill lets a parent agent hand off a bounded task to a child Claude or Codex agent, track its progress on a shared dashboard, and verify the result before reporting back. ## Core Features & Use Cases - Risk-aware task scoping: Profiles target files, exclusivity needs, and stuck points before spawning, and reserves shared file paths through ORRERY Mail to prevent collisions. - Managed child lifecycle: Pre-registers the child with a scientist name and token, spawns it in tmux via spawn_child.sh, annotates the dashboard with role and group, and monitors with risk-based check intervals. - Verified completion handling: Waits for the child's completion report with agentstack-await-reply, inspects changed artifacts, releases file reservations, and reuses or retires the child. - Use Case: Ask the agent to run a parallel code review in an isolated git worktree while you keep working; the child reports back by mail and the parent verifies the diff before merging. ## Quick Start Ask the agent to delegate a bounded task such as reviewing a module or fixing a flaky test to a child Claude or Codex agent, optionally specifying a model, effort level, or worktree isolation.