What problem does it solve?
This Skill preserves an in-flight AI engineering session when context pressure, restarts, or blockers would otherwise make the next required action lose crucial state.
Core Features & Use Cases
- Crash- and context-pressure handoffs: Writes a continuation handoff that captures where work stopped so a successor can reliably resume.
- Continuation vs fork correctness: Enforces that handoffs are continuation-only, while forks use spinoff, preventing broken workstream semantics.
- Multi-step durability and ordering: Creates the handoff artifact first, then performs lessons, doc alignment, plan updates, archival, and optional code-review consideration.
- Recovery-flavor integrity sweeps: When marked as recovery, rescues and invalidates affected sibling handoffs to avoid propagating stale gates.
- Next-session execution guardrails: Blocks incorrect usage for finished work (e.g., merge/commit/shipped scenarios) to prevent “handoff instead of ship-complete” failures.
Quick Start
Use the handoff skill to write a continuation handoff document that the next session can pick up after a restart or context-pressure stop.