What problem does it solve?
It solves the problem of losing valuable conversation context when switching from one agent to another, ensuring the next agent can pick up with minimal repetition and maximum continuity.
Core Features & Use Cases
- Conversation-to-handoff summarization: Condenses the current discussion into a handoff document with the essential goals, decisions, and open items.
- Next-session tailoring via arguments: If you provide an argument, it is treated as a description of what the next session should focus on, shaping the handoff accordingly.
- Artifact-aware de-duplication: Avoids duplicating content already captured in PRDs, plans, ADRs, or issues by referencing them by path or URL instead.
- Operational instruction to save output: Produces a handoff saved to a temporary file path generated via
mktemp, so the content can be read before writing.
Quick Start
Ask the agent to create a handoff document and include what the next session will be used for, so a fresh agent can continue the same work without repeating prior artifacts.