handofflisted
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