start_task
Move a specified task to 'In Progress' stage, optionally adding a comment. Supports identifying tasks by name or ID.
Instructions
Move a task to "In Progress" stage with optional comment. Supports name resolution for workItemId (e.g., "Implement shader" or 123). Auto-detects "In Progress" stage or uses stageId override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to add when starting task (e.g., "Starting work on X") | |
| stageId | No | Override "In Progress" stage ID (optional - auto-detects if not provided) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT env var set) | |
| workItemId | Yes | Work item ID (number) or task name (string) to start |