remove_subtask
Remove a subtask from its parent task or convert it to a standalone task using the provided subtask ID and project directory. Simplify task management in AI-driven development workflows.
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 |