Summarize conversation and hand off to a fresh Claude session. Use when user requests handoff, context is getting long, or before ending a work session...
When invoked, this skill guides you through:
wt handoff with the summaryStep 1: Create Summary
Generate a concise summary in this format:
SUMMARY:
- Accomplished: [What was completed this session]
- Decisions: [Key decisions made and rationale]
- Current state: [Where things stand - what's done, what's pending]
- Blockers: [Any issues or blockers discovered]
- Next steps: [What the next session should do]
- Notes: [Anything else the next session should know]
Step 2: Execute Handoff
Run this command with your summary:
wt handoff -m "SUMMARY:
- Accomplished: [your content]
- Decisions: [your content]
- Current state: [your content]
- Blockers: [your content]
- Next steps: [your content]
- Notes: [your content]"
Step 3: Confirmation
After running the command, the current session will terminate and a fresh Claude session will start with access to the handoff context.
User asks for handoff after working on a feature:
wt handoff -m "SUMMARY:
- Accomplished: Implemented OAuth login flow with Google provider
- Decisions: Used passport.js for OAuth handling (more community support than alternatives)
- Current state: Login working, logout TODO. Tests passing locally.
- Blockers: None
- Next steps: Implement logout endpoint, add session persistence
- Notes: Google Cloud project creds in .env.local (not committed)"
~/.config/wt/handoff.md - Context is preserved automatically~/.config/wt/handoff.md