create_handoff
Document session progress and pending tasks to ensure continuity between AI agent sessions, capturing accomplishments, remaining work, and blockers.
Instructions
Create a session handoff note so the next session picks up where this one left off. Write what you worked on, what's pending, and any blockers.
Args: summary: What was accomplished this session pending: What's left to do (optional) blockers: Any blockers or open questions (optional) agent: Optional writer attribution stored in frontmatter (e.g. 'codex')
Returns path to the handoff note.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | What was accomplished this session | |
| pending | No | What is left to do | |
| blockers | No | Any blockers or open questions | |
| agent | No | Optional writer attribution (e.g. codex) |