start_task
Mark a task as in progress by specifying its task ID and phase, setting the status for accurate work tracking.
Instructions
Mark a task as in progress. Convenience method that sets status to 'in_progress'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | Yes | Phase name (empty string for auto-resolve from unique match) | |
| project | No | Project ID | |
| task_id | Yes | Task ID (e.g., T01) |