handoff
Installation
SKILL.md
Handoff
Create a handoff that lets a fresh agent act immediately instead of re-deriving context.
Workflow
1. Gather Hard-to-Rediscover Facts
Collect the details that are expensive to recover:
- Original goal and current scope
- Exact resume point: what was happening at the moment the handoff was requested
- Files, commands, URLs, logs, and error signatures that matter
- Decisions already made, plus the reason they were made
- User preferences, repo rules, or operating constraints established during the session
- Verification state: what passed, what failed, what was not run
- Blockers, risks, and open questions
If the work lives in a git repo, run scripts/gather-git-state.sh and include the useful parts.