What problem does it solve?
Compact the current conversation into a handoff document another agent can pick up — with a suggested-skills section, saved to the OS tmp dir (not the workspace), referencing existing PRDs/plans/ADRs/issues/commits by path rather than duplicating, with mandatory redaction of secrets and PII.
Core Features & Use Cases
- Handoff generation: The handoff is prescriptive, telling the successor which skills to invoke, which files to read, and which decisions are already settled.
- Redaction and privacy: Secrets and PII are mandatorily redacted to prevent leakage.
- Reference-based context: Links to PRDs, plans, ADRs, issues, and commits by path instead of duplicating content.
- OS temp storage: The handoff is saved to the system temporary directory, not the workspace.
- Use Case: When a session ends and the next agent or model should continue work, generate a portable handoff and provide the path for retrieval.
Quick Start
Generate a handoff for the current conversation and save it to the OS temporary directory.