task_create
Add a new task to an epic with configurable status, priority, due date, assignee, and dependencies. Helps organize work into trackable units within a project hierarchy.
Instructions
Create a task within an epic. Tasks are the primary unit of work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | Task title | |
| status | No | todo | |
| epic_id | Yes | Parent epic ID | |
| due_date | No | Due date (YYYY-MM-DD) | |
| priority | No | medium | |
| depends_on | No | Task IDs this task depends on | |
| source_ref | No | Link to source code location | |
| assigned_to | No | Assignee name | |
| description | No | Task description | |
| estimated_hours | No | Estimated hours |