What problem does it solve?
Generates a HANDOFF.md to share complete session context and investigation results with teammates who weren't involved. This helps ensure any future reader understands the background, decisions, and next steps without needing to review the entire conversation.
Core Features & Use Cases
- Structured handoff: Creates a HANDOFF.md with sections for Background, What Was Done, Key Findings, Changes Made, Current State, Recommendations, Risks & Caveats, and References.
- Versioned handoffs: If an existing HANDOFF.md is present, preserves previous content under a "## Previous Handoff" section and appends the new content as the primary update.
- Audience-aware: Tailors content for engineers or teammates who were not in the session, avoiding internal prompts or session mechanics details.
- Linkable references: Captures links to related files, tickets, dashboards, or PRs to enable deeper digging.
Quick Start
Provide the session context and any prior HANDOFF.md; the tool will create or update HANDOFF.md in the current directory, preserving previous versions if one exists.