delimit_handoff_create
Create a handoff receipt to document completed and pending tasks, blockers, and next actions when transitioning between agents.
Instructions
Create a handoff receipt when transitioning between agents/sessions (Pro).
Documents what was done, what wasn't, and what the next agent should do. The receiving agent should acknowledge before starting work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_description | No | What the task was (one line). | |
| completed | No | Comma-separated list of completed items. | |
| not_completed | No | Comma-separated list of items not completed (with reasons). | |
| assumptions | No | Comma-separated assumptions made during work. | |
| blockers | No | Comma-separated blockers encountered. | |
| files_modified | No | JSON list of {path, change_type, summary} dicts, or empty for auto-detect. | |
| in_scope | No | Comma-separated items that were in scope. | |
| out_of_scope | No | Comma-separated items explicitly excluded. | |
| next_action | No | What the receiving agent should do first. | |
| priority | No | P0/P1/P2. | P1 |
| to_model | No | Target model (or "any"). | any |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||