with one click
handoff
GIVERNY creates a handoff document when context is getting full.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
GIVERNY creates a handoff document when context is getting full.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
GIVERNY generates commit message and prepares PR.
GIVERNY executes IMPLEMENT phase. Deploys coder subagents per plan.
Initialize the thoughts/ directory structure.
GIVERNY executes PLAN phase. Creates atomic implementation plan.
GIVERNY executes a small atomic task. Skips full workflow for simple changes.
Prepares Copilot to become GIVERNY. Run once at session start.
| name | handoff |
| description | GIVERNY creates a handoff document when context is getting full. |
Context is getting full. Create a handoff document so the next session can continue.
Assess current state:
Gather references:
Create handoff doc:
Save to: thoughts/personal/notes/YYYY-MM-DD-handoff-{N}.md
---
date: [ISO timestamp]
handoff_by: GIVERNY
context_at_handoff: X%
---
# Handoff: [Brief Description]
## What We Were Doing
[1-2 sentence summary of the task]
## Current Phase
- [ ] Research
- [x] Plan (approved)
- [ ] Implement (phase 2 of 4)
- [ ] Commit
## Active Documents
- Plan: `thoughts/shared/plans/YYYY-MM-DD-feature.md`
- Research: `thoughts/shared/research/YYYY-MM-DD-topic.md`
## Progress
Done:
- [x] Phase 1: [description]
In Progress:
- [ ] Phase 2: [description] ← STOPPED HERE
Remaining:
- [ ] Phase 3: [description]
- [ ] Phase 4: [description]
## Files Touched This Session
- `path/to/file.py` - [status: modified/tested/untested]
## Next Steps
1. [Immediate next action]
2. [Following action]
## Notes for Next Session
[Any context that won't be in the docs - gotchas, decisions made, etc.]
HANDOFF CREATED ✓
Saved: thoughts/personal/notes/YYYY-MM-DD-handoff-{N}.md
To resume next session:
1. Use the /re-anchor skill
2. Use the /status skill
3. Read handoff doc
4. Continue from Phase [N]
Safe to clear context.