next_task
Identify and prioritize the next task to execute by analyzing dependencies, status, and complexity report within a project directory for efficient workflow management.
Instructions
Find the next task to work on based on dependencies and status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
complexityReport | No | Path to the complexity report file (relative to project root or absolute) | |
file | No | Absolute path to the tasks file | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Tag context to operate on |