What problem does it solve?
It prevents lost context when switching to a fresh chat by capturing the current repo state, committing progress, and generating a single, ready-to-paste continuation prompt.
Core Features & Use Cases
- Repo state capture: Records git status, recent commit history, diffs/stashes, and session progress cues without dumping raw output into chat.
- Progress preservation: Detects uncommitted changes and commits in-progress work with safe, file-specific staging while updating
claude-progress.txt.
- Context handoff document: Writes a structured
HANDOFF.md that becomes the authoritative source for what to resume next, including feature status from feature_list.json and worktrees from WORKTREES.md or equivalent.
- Paste-ready next prompt: Prints a single block with branch/last commit and the exact next step to resume.
Quick Start
Trigger the skill when Asher types /handoff (or phrases like “pass to new chat” or “prepare a handoff”) to commit progress, generate HANDOFF.md, and receive a copy-paste prompt for the new chat.