What problem does it solve?
Compact the current conversation into a handoff document for another agent to pick up, referencing existing artifacts by path or URL instead of duplicating content. This enables continuity and reduces rework when switching agents or sessions.
Core Features & Use Cases
- Artifact-aware summarization: creates a concise handoff that cites PRDs, plans, ADRs, issues, commits, and diffs by their paths or URLs.
- Non-duplication: avoids reprinting content already captured in other artifacts.
- Structured template: includes sections like Goal of next session, State of play, Open decisions, Skills to use, Artifacts.
- Next-session guidance: suggests relevant skills for the next agent/session based on the current context.
Quick Start
Create a new handoff document for the current conversation by running mktemp -t handoff-XXXXXX.md and reference artifacts by path or URL.