Execution
Blocked-by Dependencies
Link a task to what's blocking it.

What it does
Point a task at another task that must finish first; blocked tasks are clearly marked until the blocker clears.
Why it's useful
Dependencies are where plans quietly stall. Modelling them explicitly lets an agent reason about ordering and unblockable work.
How to use it
- 1Open a task.
- 2Set the task that blocks it.
- 3It clears automatically when the blocker is done.