create_task
Create tasks for AI agents with duplicate prevention. Assign task name, content, and optional parent task ID to organize subtasks in parallel workflows.
Instructions
Unified task creation tool with duplicate prevention - replaces delegate_task and init_task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Target agent name | |
| taskName | Yes | Clean task name (NO timestamps) - will be auto-timestamped internally | |
| content | No | Task content in markdown format (optional for self tasks) | |
| parentTask | No | Parent task ID for subtasks (optional) |