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>`
## When not to use — lighter alternatives
Not every context problem needs a handoff. Reach for the lightest tool that fits — a handoff creates a NEW session capsule, so it can't recover context you lost in the CURRENT one.
| Situation | Better tool |
|-----------|-------------|
| You ran `/clear` accidentally and want the context back | `/rewind` (Claude Code v2.1.191+) — restores the conversation to its pre-`/clear` state in the **same session**; `/ievo:handoff` cannot help here (it would capsule the now-cleared state) |
| Context is deep but you want to keep going in the same session | `/compact` — lossy summarization; stays in the current session |
| You want to branch, parallelize, or carry curated context to a NEW session | `/ievo:handoff` — this skill |
| You're on Cursor v3.7+ and want `/in-cloud` sessions to start with iEvo already installed | `.cursor/environment.json` (captured