agent-team-task-list

Original🇺🇸 English
Translated

agent-team: List tasks with optional run, agent, or status filters.

4installs
Added on

NPX Install

npx skill4agent add tae2089/agent-team agent-team-task-list

Tags

Translated version includes tags in frontmatter

task list

PREREQUISITE: Read
../agent-team-shared/SKILL.md
.
List tasks for planning, assignment, worker pickup, or operational review.

Usage

bash
agent-team task list [--run RUN_ID] [--agent AGENT] [--status STATUS] [--limit N] [--after-version VERSION]

Flags

FlagJSON keyRequiredDefaultDescription
--run
run_id
noemptyLimit tasks to one run; empty means all runs.
--agent
agent
noemptyLimit tasks to one assignee; empty means all agents.
--status
status
noemptyExact task status filter; empty means all statuses.
--limit
limit
no
100
Maximum rows returned, capped at 1000.
--after-version
after_version
no
0
Only include tasks changed after this state version.

Examples

bash
agent-team task list --run run_docs
agent-team task list --run run_docs --agent writer --status pending
agent-team task list --params '{"run_id":"run_docs","status":"blocked","limit":50}'

Output

  • data.tasks
    : array of task records.

Errors

CodeMeaningAction
input_conflict
Same value supplied by flag and JSON.Provide the value once.

See Also

  • agent-team-task-show
  • agent-team-run-status