What problem does it solve? When an APM Manager agent approaches its context window limit, critical working context risks being lost. This Skill preserves coordination state by generating a structured Handoff Log and a handoff prompt so an incoming Manager instance can reconstruct context and resume work. ## Core Features & Use Cases - Handoff Log Creation: Captures past actions, tracked Worker Handoffs, VC state (branches, worktrees, pending merges), and user preferences in .apm/memory/handoffs/manager/. - Handoff Prompt Generation: Writes current-state instructions (outstanding Tasks, active Workers, next actions) to the Handoff Bus at .apm/bus/manager/handoff.md. - Use Case: A Manager coordinating multiple Workers across Stages hits its context limit mid-Stage. Run this Skill to produce both artifacts, review them, then start a new chat where the incoming Manager auto-detects the handoff prompt and resumes coordination. ## Quick Start Ask the agent to perform a Manager handoff so the next Manager instance can pick up coordination from the Handoff Bus.