add_task
Add a new task to a progress sheet by specifying phase, task ID, and name. Optionally set project, user, category, priority, dependencies, and description.
Instructions
Add a new task to the progress sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| user | No | User ID for multi-user support | |
| phase | Yes | Phase name (e.g., Phase 4) | |
| project | No | Project ID | |
| task_id | Yes | Task ID (e.g., T01) | |
| category | No | Task category (bug/feature/refactor/design/test) | |
| priority | No | Task priority (high/medium/low, default: medium) | |
| blocked_by | No | Task IDs this task depends on | |
| description | No | Task description |