add_task
Create and manage tasks in AI-driven development using Task Master. Add tasks via AI-generated prompts or manual fields, set priorities, dependencies, and details for efficient task tracking.
Instructions
Add a new task using AI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependencies | No | Comma-separated list of task IDs this task depends on | |
description | No | Task description (for manual task creation) | |
details | No | Implementation details (for manual task creation) | |
file | No | Path to the tasks file (default: tasks/tasks.json) | |
priority | No | Task priority (high, medium, low) | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
prompt | No | Description of the task to add (required if not using manual fields) | |
research | No | Whether to use research capabilities for task creation | |
tag | No | Tag context to operate on | |
testStrategy | No | Test strategy (for manual task creation) | |
title | No | Task title (for manual task creation) |