create_task
Create tasks for AI agents with duplicate prevention, enabling coordination across parallel workflows with full transparency and real-time progress tracking.
Instructions
Unified task creation tool with duplicate prevention - replaces delegate_task and init_task
Input Schema
TableJSON 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) |