| name | agent-team-task |
| description | Service-level skill for agent-team task lifecycle commands. Use when creating, listing, showing, starting, completing, blocking, reassigning, retrying, cancelling, failing, or detecting stale assigned work. Load agent-team-shared first. |
| metadata | {"version":"1.0.0","openclaw":{"category":"agent-orchestration"},"requires":{"bins":["agent-team"],"skills":["agent-team-shared"]},"cliHelp":"agent-team task --help"} |
Agent Team Task Commands
PREREQUISITE: Read ../agent-team-shared/SKILL.md.
Tasks are assigned units of work inside a run.
agent-team task <command> [flags]
Helper Commands
| Command | Description |
|---|
create | Create a task for an agent. |
list | List tasks with optional run, agent, or status filters. |
show | Show one task and its dependencies. |
start | Mark an assigned task in progress. |
complete | Complete a task with evidence and artifact path. |
block | Mark a task blocked with an actionable reason. |
reassign | Move a pending or blocked task to another agent. |
retry | Reset blocked, in-progress, or failed work to pending. |
cancel | Cancel a non-terminal task. |
fail | Mark assigned work failed with a reason. |
stale | Detect old blocked or in-progress tasks. |
Command Notes
- Workers should run
agent-team sync check before completing work.
start, complete, and block require --agent to match the task assignee.
complete requires both --evidence and --artifact.
failed is terminal for run closure, but task retry can reset it to pending before the run is closed when the orchestrator chooses another attempt.
- Use
--force only with explicit orchestrator approval after a reported sync conflict.
Discovering Commands
agent-team task --help
agent-team schema export