What problem does it solve? When a Claude session ends with unfinished threads, the next session starts cold — re-reading logs, re-deriving theories, and asking you to repeat context. This Skill captures one trailing thread's findings in writing and spins up a ready-to-work environment so the new session opens warm. ## Core Features & Use Cases - Session Harvesting: Extracts established facts (with evidence), theories, ruled-out dead ends, touched files, and the next step from the conversation transcript. - Ticket and Branch Creation: Files a Jira ticket via the writing-tickets skill and creates a <type>/<KEY>-<slug> branch with a dedicated git worktree. - Warm Handoff Window: Writes a structured brief to ~/.claude/handoffs/<KEY>.md and opens a tmux window rooted in the worktree running Claude with that brief. - Use Case: You spent an hour debugging why HTTPRoutes stay OutOfSync and found the leading theory, but need to stop. Hand off the thread so a fresh window picks up exactly where you left off, with evidence intact. ## Quick Start Tell Claude to hand off the trailing thread about the OutOfSync HTTPRoutes into a new ticket and window.