stop_working
Mark a task as stopped for a break or switch, and optionally save your progress with a work note and resume context so the next session can pick up where you left off.
Instructions
Mark that you have stopped working on a task (break or switching tasks). Optionally capture your state on the way out: pass note to append a work note and/or resume_context to overwrite the resume block, so the next session can pick up where you left off. Both are recorded as author_kind="ai".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional work note to append before stopping (what you did, what is next). | |
| task_id | Yes | The ID of the task to stop working on | |
| resume_context | No | Optional resume-context block to overwrite before stopping (current state / next steps / where to look). |