handofflisted
Install: claude install-skill UtsavBalar1231/oh-my-claudeagent
# Handoff - Session Context Summarization
## Tool Restrictions
Read-only. No Write/Edit/Agent. MCP tools: `mode_read`, `boulder_list`, `notepad_read`, `notepad_list`.
Self-contained handoff summary for seamless new-session continuation.
## PHASE 0: VALIDATE
Confirm meaningful work exists. Nearly empty session → inform user nothing to hand off.
## PHASE 1: GATHER CONTEXT
Run in parallel:
```bash
git diff --stat HEAD~10..HEAD 2>/dev/null || git log --oneline -10
git status --porcelain
git branch --show-current
git log --oneline -5
```
Also: `TaskList()`, `mode_read()`, `boulder_list()`, `notepad_read` for active plan sections, `Glob("~/.claude/plans/*.md")`, and `.omca/plans/` only as a boulder compatibility mirror/resume surface.
## PHASE 2: EXTRACT
First person ("I did...", "I told you..."):
- What was done, what remains
- KEY FILES (max 10, workspace-relative)
- USER REQUESTS verbatim — no paraphrasing
- EXPLICIT CONSTRAINTS verbatim — no inventing
## PHASE 3: FORMAT OUTPUT
```
HANDOFF CONTEXT
===============
USER REQUESTS (AS-IS)
---------------------
- [Exact verbatim user requests]
GOAL
----
[One sentence: what should be done next]
PROGRESS
--------
Tasks completed: X / Y total
- [x] [Completed task name]
- [ ] [Pending task name]
(Use TaskList() counts and checkboxes — do not invent)
NOTEPAD SUMMARY
---------------
[Only include if an active plan with notepad data exists]
Plan: [plan-name]
- learnings: N entries — [one-line summary of key insight]
- issu