← ClaudeAtlas

handoverlisted

Bounded fresh-context handover for unfinished mechanical build units from an existing plan. A Claude Code or Codex orchestrator may start a fresh Claude or Codex worker and keeps ownership. - /handover [--agent claude|codex] [slug]: sync handoff through `scripts/verbs fresh-run`. - /handover --async [slug]: write a self-contained payload to docs/handoffs/ only; does not spawn Codex or touch git. Also owns explicit native Agent Worker or parallel read-only research with at most two depth-one workers. Use when a locked, file-scoped task benefits from fresh conversation context or when bounded read-only fan-out is requested. NOT for plan writing, closing finished work, PR/ship flow, or exploratory judgment-heavy work (pull a cross-model take with advisor instead).
panda850819/verbs · ★ 5 · AI & Automation · score 77
Install: claude install-skill panda850819/verbs
# Handover ## Boundary Use this skill when one unfinished, mechanical, file-scoped unit should run in a fresh conversation. The original orchestrator keeps the plan, acceptance, review, and git ownership. Use `sprint` for sequential plan-and-build, `advisor` for judgment, and `ship` for closing finished work. Do not invoke raw `codex exec` or `claude -p`: the handover protocol supplies the allowlist, recursion guard, preflight, sandbox, result classification, and model anchor. ## Native read-only workers For **Explicit Agent Worker or parallel read-only research**, start at most two depth-one workers, disable nested delegation, and keep every pilot worker read-only. Each request carries `objective`, `scope`, `deliverable`, `acceptance`, `permissions`, and `budget`; each WorkerResult returns `status`, `findings`, `evidence`, and `gaps`. The main agent verifies evidence, deduplicates findings, and records elapsed time, resolved model, and runtime events. Record token usage only when the runtime reports it, never from worker estimates. ## Modes | Invocation | Mode | Ownership | |---|---|---| | `/handover [--agent ...] [slug]` | sync fresh worker | source host keeps git | | `/handover --async [slug]` | async Codex payload only | human runs it later | Use sync when this turn should wait for one bounded result. Use async only when the handoff artifact should be stored without spawning a worker. ## Gate Before either mode, require: supported Claude/Codex platform; no `VERB