Where this move stands, in five numbers
move_planThe whole move at a glance for the signed-in person: days to move day, how many tasks there are, how many are settled, how many can be done right now, how many are blocked and how many are overdue, plus the critical path. Two rulers share that answer and they are not interchangeable: total and done count every task in the move, while actionable, blocked and overdue count only tasks that have been unlocked so far. Blocked therefore mixes two things — tasks missing an answer from the person, and tasks whose prerequisites aren't finished so they haven't been generated yet. Report the numbers as given; don't subtract one from another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| d0 | Yes | ||
| ok | Yes | ||
| done | Yes | Settled: done, sent, called, replied or marked not applicable (full ruler). | |
| total | Yes | Every task in this move (full ruler). | |
| health | Yes | ||
| blocked | Yes | total - done - actionable: tasks missing an answer AND tasks not yet unlocked, together. | |
| overdue | Yes | Past due, not in flight, not blocked (unlocked ruler). | |
| actionable | Yes | Unlocked and not waiting on an answer (unlocked ruler). | |
| days_to_d0 | Yes | ||
| critical_path | Yes |