What problem does it solve? When a long agent session ends, hits a context limit, or moves to another machine, all the in-conversation context — decisions made, work in progress, rejected alternatives — is lost, forcing the next session to re-derive everything or re-litigate settled questions. ## Core Features & Use Cases - Session State Capture: Records what is done, what is in progress, and what is explicitly outstanding so a fresh session can resume immediately. - Decision Rationale: Documents not just what was decided but why, including rejected alternatives, preventing re-litigation of settled questions. - Suggested Skills Section: Names the skills the next session should invoke, and points to existing artifacts (specs, plans, ADRs, issues) by reference instead of duplicating them. - Use Case: A debugging session is approaching the context limit mid-investigation. Invoke this skill to write a handoff to the temp directory with findings so far, the current hypothesis, and remaining steps, then start a fresh session that picks up exactly where you left off. ## Quick Start Ask the agent to write a handoff document summarizing this session so a new session can continue the work.