What problem does it solve?
It solves the problem of losing context between agent sessions by converting the current conversation into a clear handoff document that another agent can immediately continue.
Core Features & Use Cases
- Conversation-to-handoff summarization: Produces a compact document that captures what matters for the next session.
- Session-focused slug generation: Saves the handoff using a kebab-case slug derived from the session’s actual focus, without overwriting existing files.
- Artifact de-duplication via references: Avoids repeating content already captured in PRDs, plans, ADRs, issues, commits, or diffs by referencing them by path or URL.
Quick Start
Ask the agent to create a handoff for the next session focused on “auth redirect debugging,” and it will write the document under ~/.claude/handoffs/ with an appropriate slug.