What problem does it solve? Long-running or multi-domain work often fails when a new agent must continue without the original session's context, or when a complex plan needs coordinated execution without losing decision ownership. This Skill produces plans that stand alone and orchestrates their execution through delegated phases. ## Core Features & Use Cases - Zero-Context Plan Writing: Generates plans with self-contained Goal, Requirements, Boundary, Direction, and Context sections, including baseline SHAs, immutable inputs, and copy-pasteable environment commands. - Orchestrated Execution: Runs multi-phase plans via deterministic scripted execution, delegating reading, commands, tests, and file edits to subagents while retaining decision ownership. - Use Case: You need another agent to implement a cross-service refactor tomorrow. Use this Skill to write a plan capturing the repo root, branch, base/HEAD SHAs, exact commands already run, and per-phase acceptance criteria, so the next agent executes without rediscovering anything. ## Quick Start Use the handoff skill to write a zero-context plan for the multi-service migration so another agent can execute it without this session's context.