What problem does it solve? When an AI worker approaches its 100-turn limit mid-task, all accumulated context risks being lost. This Skill defines a structured handover format posted to GitHub issue comments so a replacement worker can resume the task with full context. ## Core Features & Use Cases - Structured Handover Format: Provides a Markdown template with metadata, branch status, test results, decisions, gotchas, and recommended next steps, delimited by HANDOVER:START/END markers. - GitHub-Based State Storage: Stores handover context in issue comments rather than local files, so it survives worker crashes. - Handover Reception Workflow: Guides replacement workers through reading the latest handover via the GitHub API, verifying branch and test state, and posting an acknowledgment. - Use Case: A worker at turn 94 of 100 posts a handover comment to issue #123 summarizing commits, failing tests, and next steps; the orchestrator spawns a replacement worker that reads the comment and continues seamlessly. ## Quick Start Create a handover for issue 123 documenting my current branch state, test results, and recommended next steps, then post it as an issue comment.