What problem does it solve? When an APM Manager agent approaches its context window limit, critical working context risks being lost. This Skill preserves continuity by generating a structured Handoff Log and a handoff prompt so an incoming Manager instance can reconstruct project state. ## Core Features & Use Cases - Handoff Log Creation: Captures past actions, tracked Worker Handoffs, VC state (branches, worktrees, pending merges), and coordination insights 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. - User Review Workflow: Presents both artifacts for review and directs the user to start a new chat with /apm-2-initiate-manager for auto-detection. - Use Case: A Manager coordinating Stage 3 of a multi-agent project nears its context limit; run this command to produce both artifacts so Manager instance N+1 resumes coordination without losing dependency context. ## Quick Start Ask the agent to run the apm-6-handoff-manager command to perform a Manager handoff before the context window fills up.