promote_thought_to_tasks
Convert specific thoughts or subtrees from a thought tree into executable tasks, optionally including descendants or flattening hierarchy for direct task execution.
Instructions
Promote a thought (or subtree) to executable tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| treeId | Yes | Tree ID | |
| thoughtId | Yes | Thought ID to promote | |
| workflowId | No | Assign tasks to existing workflow ID | |
| taskNamePrefix | No | Prefix for task names | |
| flattenHierarchy | No | Flatten subtree into flat task list | |
| includeDescendants | No | Include descendant thoughts |