next_task
Identify and return the next actionable task that meets dependency and phase requirements to keep project progress moving.
Instructions
Get the highest-priority task that is ready to work on (dependencies met, current phase).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |