← ClaudeAtlas

handofflisted

Compact the current conversation into a portable handoff document for a fresh agent session. Solves the context-window degradation problem — reasoning quality drops past ~120k tokens, so instead of /compact (lossy summarization), branch out-of-scope work into a focused parallel session with curated context. Produces a Markdown document with the next session's purpose, relevant context excerpts, suggested iEvo skills, artifact pointers (file paths, PR/issue links), and redacted secrets. Saved to OS temp dir for easy copy-paste into a new session. Use when the user says "hand off", "hand this off", "create a handoff", "branch this to another session", "pass context to next session", "start a new session for X", or invokes /ievo:handoff.
ievo-ai/skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill ievo-ai/skills
# Handoff — portable context handoff between agent sessions Produce a self-contained Markdown document that lets a fresh agent session continue work without re-deriving context. The handoff is a curated brief, not a transcript dump. ## When to use - User identifies work that belongs in a separate session ("this is out of scope, let's hand it off") - Current context window is deep (100k+ tokens) and a fresh start would be more effective - User wants to parallelize — spin off a subtask to a sibling session while the current one continues - User explicitly invokes `/ievo:handoff <purpose>` ## Inputs - **Required:** purpose of the next session (from user argument or conversation context) - **Optional:** specific files, PRs, issues, or topics the user wants included If the user invoked `/ievo:handoff` without arguments and the conversation doesn't make the purpose obvious, ask once via `AskUserQuestion`: - **Question:** `What should the next session focus on?` - **Header:** `Purpose` - **Options:** - `Continue current task` — description: `Hand off everything needed to resume exactly where we left off.` - `Branch a subtask` — description: `Carve out a specific piece of work for a parallel session.` - `Start fresh exploration` — description: `New direction — carry over only background context, not in-progress work.` The user's choice (or freeform "Other" response) becomes the stated purpose. ## Step 1: Determine output path Use the OS temp directory and generate a u