Q Handoff banner
assafkip assafkip

Q Handoff

Productivity community

Description

Generate a session handoff note for continuity across Claude Code sessions. Save to the active case's `memory/last-handoff.md`. ## Handoff Contents 1. **Session summary:** 2-3 sentences on what happened 2. **In-progress work:** Anything started but not finished (with file paths) 3. **Decisions made:** Key analytical judgments or approach changes 4. **Files modified:** List of all investigation files changed this session 5. **Blocked items:** What we're waiting on (client response, API keys, e

Installation

Installs to ~/.claude/skills/assafkip-huntkit-q-handoff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/assafkip-huntkit-q-handoff && curl -fsSL https://raw.githubusercontent.com/assafkip/huntkit/HEAD/commands/q-handoff.md -o ~/.claude/skills/assafkip-huntkit-q-handoff/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository