What problem does it solve? When an APM Worker agent approaches its context window limit, its working context would be lost. This Skill preserves continuity by generating a structured Handoff Log and a handoff prompt so an incoming Worker instance can reconstruct context and resume work. ## Core Features & Use Cases - Handoff Log Creation: Captures past actions, working context, patterns, and technical notes in .apm/memory/handoffs/<agent>/ with a defined YAML frontmatter schema. - Handoff Prompt Generation: Writes a present-tense continuation prompt to the Handoff Bus at .apm/bus/<agent-slug>/handoff.md, covering mid-Task, mid-batch, and between-Tasks scenarios. - Use Case: A Worker agent mid-Task hits its context limit. Run this Skill to produce both artifacts, then start a new chat and run /apm-3-initiate-worker so the incoming instance auto-detects the handoff and resumes from the exact step. ## Quick Start Initiate the Worker Handoff procedure to create the Handoff Log and handoff prompt for the incoming Worker instance.