Next Tasks
next_tasksRetrieves the next unblocked tasks sorted by blocking impact and age, helping you prioritize work and avoid blockers.
Instructions
Get the next unblocked runnable tasks, ordered by blocking impact and age.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return. Defaults to 5. | |
| project | No | Optional project identifier. | |
| git_branch | No | Optional git branch name to filter by. Defaults to active branch. | |
| include_context | No | Whether to include blockers and downstream tasks in context. Defaults to false. |