session_handoff
Write key decisions, pending items, and changes at session end; read prior handoff at start to maintain continuity across AI sessions.
Instructions
Write or read a session handoff. At session end, write what was decided, what is pending, what changed. At session start, read the last handoff. The single most important continuity tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | read | |
| decisions | No | Key decisions made this session | |
| pending | No | What is still pending | |
| changed | No | What changed — repos, tools, findings | |
| next_priorities | No | What the next instance should focus on | |
| summary | No | One-paragraph session summary |