What problem does it solve? When a long AI-assisted coding session approaches context limits, composing a handoff message for /compact becomes a from-scratch task done at an unpredictable moment. This Skill removes that compose step by emitting a short, paste-ready block that carries only what git and the aiwf planning tree cannot reconstruct. ## Core Features & Use Cases - Volatile-first handoff block: Emits a six-line block carrying the live reasoning thread, session gotchas, the exact next action, and decisions taken, while pointing into the tree (aiwf show, aiwf status, aiwf history) for durable state. - Length discipline: Caps output at roughly ten lines, treating overflow as a signal that committed state is being re-summarized instead of referenced. - Flexible cadence: Fires on request anywhere in a conversation, unconditionally at milestone close, and on demand at acceptance-criteria boundaries. - Use Case: Before compacting a long session on milestone M-0007, ask for a handoff and paste the emitted block directly into /compact so the next session resumes with the rejected approaches and next action intact. ## Quick Start Ask the assistant to give you a handoff or prime the compact before running /compact, then paste the emitted block as the compact argument.