概要
The Handover skill provides a structured workflow for maintaining context between Claude Code sessions, solving the problem of context loss during multi-stage development cycles. It intelligently detects whether to resume a task by using Haiku subagents to cascade through history and find the last incomplete milestone, or to document current progress by analyzing conversation states and task dependencies. By enforcing a standardized 'Create' and 'Process' cycle, it ensures that complex software engineering tasks can be paused and resumed without losing critical implementation details or architectural decisions.