create_new_task
Start a new, independent task for unrelated or parallel workstreams using a hierarchical task management system. Ideal for context switches or handling new topics without disrupting ongoing tasks.
Instructions
Create an INDEPENDENT task for unrelated work. Use for: new topics, context switches, or parallel workstreams. Adds a new top-level task to your workspace. Previous task keeps its status. Example: working on Feature A, need to research Topic B → create_new_task for Topic B. For breaking down current work, use extend_current_task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Full task context, notes, and details | |
title | Yes | Brief task description (max 256 chars) |