create_task
Define and track project tasks by creating a new task with phase, priority, dependencies, and description.
Instructions
Create a new task with phase, priority, dependencies, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory. | . |
| phase | No | Which phase this task belongs to (leave empty for current phase). | |
| title | Yes | Short task title. | |
| priority | No | One of: critical, high, medium, low. | medium |
| depends_on | No | Comma-separated task IDs that must be completed first. | |
| description | No | Longer description / acceptance criteria. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |