complete_task
Mark a task as completed in Taskwarrior by claiming it with an agent ID, then automatically releasing it after finishing the task to manage workflow efficiently.
Instructions
Mark a task as done. Auto-claims then releases after completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID or UUID | |
| agent_id | Yes | Globally unique agent identifier (e.g. "claude-opus-<uuid>"). Each agent instance MUST use a distinct ID to prevent collisions between parallel agents. |