complete_task
Mark a claimed task as done without review for trivial or mechanical tasks, and provide a summary for dependent agents.
Instructions
Mark your claimed task done WITHOUT review (for trivial/mechanical tasks).
For anything substantive, prefer submit_for_review so another agent
checks the work. summary is what future briefings will show to agents
whose tasks depend on this one — write it for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| agent_id | Yes | ||
| summary | Yes | ||
| artifacts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| project_id | Yes | ||
| title | Yes | ||
| description | No | ||
| role | No | Suggested agent role, e.g. 'implementer'. | any |
| priority | No | 1 = highest, 3 = lowest. | |
| status | No | open | |
| depends_on | No | ||
| claimed_by | No | ||
| lease_expires_at | No | ||
| iteration | No | How many review round-trips this task has had. | |
| summary | No | Completion summary written by the finishing agent. | |
| artifacts | No | Paths/URLs produced by the task. | |
| created_at | Yes | ||
| updated_at | Yes |