task_progress
Determine if a delegated coding task is actively working or stalled by inspecting tool-call count and recent tool usage, without interrupting the running process.
Instructions
Inspect a running delegation without interrupting it: tool-call count (the reliable liveness signal), last tools, todo list. HOW TO READ IT: a tool-call count that grows between two spaced checks means it is working; a todo list that stops moving does NOT mean it is stuck, and is not a reason to abort - the model does not update it while working. For ground truth on files, run 'git status --short' in the worktree. This answers 'alive vs stalled', never 'how much is left'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |