| name | handoff |
| description | Create handoff document for context transfer between sessions |
| allowed-tools | Read, Write, Bash, Grep, Glob |
Context
- Git status: !
git status
- Recent commits: !
git log --oneline -20
- Modified files: !
git diff --name-only HEAD~5 2>/dev/null || echo "fewer than 5 commits"
Task
Summarize the current session into a handoff document:
- What was accomplished this session
- What's remaining to be done
- Key decisions made and their rationale
- Any blockers or open questions
- List of modified files
- Current test/build status
Write this to .claude/handoff.md so a new session can pick up where this one left off.