create_task
Create a new task with title, description, status, dependencies, assignee, priority, and tags. Receive automatic workflow guidance for analyzing the task before implementation.
Instructions
Creates a new task with title, description, status (backlog|todo|in_progress|done), dependencies, assignee, priority, and tags. ⚠️ IMPORTANT: The tool response includes automatic workflow guidance (nextSteps field) for analyzing the task before implementation. Always follow the nextSteps instructions to ensure complete metadata and dependency mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Task tags for categorization | |
| title | Yes | Task title | |
| status | No | Task status (default: backlog) | |
| assignee | No | Task assignee | |
| category | No | Task category for visual filtering | |
| priority | No | Task priority | |
| description | Yes | Task description | |
| dependencies | No | Array of task IDs this task depends on |