Get handoff
get_handoffRetrieve a complete handoff summary including current state, pending decisions, in-flight checkpoints, blocked units, and next actions. Use this to resume work exactly where it stopped.
Instructions
Exactly where to pick up: state and why, decisions needed (most blocking first), in-flight checkpoints, ready units, blocked units with causes, completed work, project context, repository state and ordered next actions. Start DESK_MODE here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session handle returned by start_session. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| notes | Yes | ||
| phase | Yes | ||
| state | Yes | ||
| budget | Yes | ||
| blocked | Yes | ||
| inFlight | Yes | ||
| liveness | Yes | ||
| markdown | Yes | ||
| completed | Yes | ||
| readyNext | Yes | ||
| sessionId | Yes | ||
| repository | No | ||
| generatedAt | Yes | ||
| nextActions | Yes | ||
| projectRoot | Yes | ||
| stateReason | Yes | ||
| projectContext | No | ||
| decisionsNeeded | Yes |