extend_current_task
Enhance task management by adding subtasks to organize and decompose complex work. Break down tasks into manageable pieces, creating a hierarchical structure for efficient problem-solving.
Instructions
Add a subtask to organize and decompose work. Creates hierarchical structure for complex tasks. Subtasks help break down work into manageable pieces. You can work on tasks in any order using switch_focus. Example: Task A → Task B → Task C creates a nested structure, but you can jump between them freely. For unrelated work, use create_new_task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Full task context, notes, and details | |
title | Yes | Brief task description (max 256 chars) |