What problem does it solve?
When an AI coding session ends or must move to another agent, the accumulated context — objectives, decisions, progress, and blockers — is lost. This Skill captures that session state into a portable handoff document and lets a fresh agent orient from it later.
Core Features & Use Cases
- Handoff Creation: Distills the current objective, completed work, decisions, and unfinished tasks into a pointer-first Markdown document with
ce-handoff/v1 frontmatter metadata, stored in a managed per-user scratch directory or any user-chosen destination.
- Handoff Resume: Reads an explicit source (file, URL, pasted document) or discovers candidates via metadata-only search, then orients the session and recommends how to continue — always waiting for user confirmation before acting.
- Use Case: You finish a long debugging session before the weekend. Run the create flow to capture where things stand, then on Monday a fresh agent runs the resume flow, finds the handoff, and picks up exactly where you left off.
Quick Start
Ask the agent to create a handoff of the current session so another agent can resume this work later.