What problem does it solve? When a side-issue appears mid-session, chasing it pollutes the main conversation's context. This Skill forks a focused tangent by emitting a compact re-entry prompt (reason, scope, first action) so you can open a fresh session to handle the side-issue without losing the main thread. ## Core Features & Use Cases - Tangent Forking: Builds a reason-first re-entry prompt with bounded scope, a concrete first action, and 1-3 suggested skills for the tangent. - Light TODOS Sync: Notes or appends related open items in TODOS.md, supporting both flat and .work/plan planning formats, without writing SESSION-LOG narrative. - Crash-Safe Output: Saves the re-entry prompt to /tmp/handoff-{timestamp}.md so it survives terminal crashes. - Use Case: While debugging a feature, you notice an unrelated test gap. Run /handoff to spin off a clean session for the test work, then use /handoff-return to merge findings back into the still-open main session. ## Quick Start Run /handoff with an optional focus description to generate a tangent re-entry prompt you can paste into a new session.