The one thing to do next, and the few after it
move_tasksWhat the signed-in person should do next on their move: one task to press, a few short lines after it, and a count of everything folded away. This is deliberately one screen, not the task list — picking which one matters is our job, not the caller's, and a task whose prerequisites aren't done doesn't appear at all (its prerequisite does). Use move_plan for totals. This is also the only place a task is marked in flight (we have evidence they already started it); move_task does not carry that flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hero | Yes | The single next thing, or null with blockedReason set. | |
| rows | Yes | ||
| moreCount | Yes | ||
| blockedReason | No | no_move / nothing_open / all_in_flight — why there is no next thing. |