add_dependency
Define task dependencies within Task Master by linking tasks through IDs, ensuring structured workflows and project organization for AI-driven development.
Instructions
Add a dependency relationship between two tasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependsOn | Yes | ID of task that will become a dependency | |
file | No | Absolute path to the tasks file (default: tasks/tasks.json) | |
id | Yes | ID of task that will depend on another task | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Tag context to operate on |