remove_subtask
Eliminate or convert subtasks within task hierarchies to streamline organization. Specify the subtask ID and project directory to remove it or transform it into a standalone task. Integrates with AI-driven development workflows for efficient task management.
Instructions
Remove a subtask from its parent task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
convert | No | Convert the subtask to a standalone task instead of deleting it | |
file | No | Absolute path to the tasks file (default: tasks/tasks.json) | |
id | Yes | Subtask ID to remove in format 'parentId.subtaskId' (required) | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
skipGenerate | No | Skip regenerating task files | |
tag | No | Tag context to operate on |