What problem does it solve? When work spans multiple Claude Code sessions, context is lost between them. This Skill turns what a session finished — code on a branch, an open change request, tracker updates, or findings-only investigations — into a structured prompt that another session can paste in and act on without re-discovering the state. ## Core Features & Use Cases - Structured handoff prompt: Produces a prompt carrying the result, the branch or location of the work, every change request and issue touched, and ordered next steps for the receiving session. - Two postures: Distinguishes answering an order from hcb-dev:session-dispatch (returns the tag and reconciles against the ask) versus unbidden work offered to the user. - Findings-only support: When no files changed, carries verified findings at repo-relative coordinates with revision and verification status instead of a change list. - Use Case: You finished a bug fix on a branch in one session and want a fresh session to review and merge it. Run the handoff skill to produce a prompt listing the branch, the PR state, every issue touched, and the exact steps the new session should follow. ## Quick Start Ask the skill to package this session's finished work into a handoff prompt I can paste into another Claude Code session.