agent-team-task

Coordinate task lifecycle commands for agent-team CLI runs and agents.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill agent-team-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-task
Source: https://github.com/tae2089/agent-team/tree/main/skills/agent-team-task
Command: npx skills add https://github.com/tae2089/agent-team --skill agent-team-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end task lifecycle management for agent-team, reducing manual coordination by providing a unified CLI workflow to create, list, show, start, complete, block, reassign, retry, cancel, fail, and detect stale tasks within runs.

Core Features & Use Cases

  • Unified CLI commands for the task lifecycle (create, list, show, start, complete, block, reassign, retry, cancel, fail, stale) across runs and agents.
  • Enforces consistent state transitions, guards against invalid operations, and surfaces task status for orchestration dashboards.
  • Use cases include coordinating multi-agent work, handling blocked or failed tasks, and reassigning tasks to available agents to maintain throughput.

Quick Start

Create a task for a run and then start it for an assigned agent to begin the lifecycle.

Frequently Asked Questions about agent-team-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage task lifecycles across multiple agents from the command line?

Task lifecycle orchestration for agent teams is managed through a unified CLI workflow that handles task creation, listing, starting, completing, blocking, and reassignment. This enforces consistent state transitions and reduces manual coordination across multi-agent runs.

What is the best way to handle blocked or failed tasks in a multi-agent workflow?

Handling blocked or failed tasks in a multi-agent workflow involves using CLI commands to retry, cancel, block, or fail specific tasks. This enforces valid state transitions and surfaces task status for orchestration dashboards to maintain throughput.

Can I reassign tasks to available agents when a run gets blocked?

Yes, tasks can be reassigned to available agents within a run to maintain throughput. The task lifecycle orchestration includes a reassignment command designed specifically to handle blocked work and keep multi-agent workflows moving.

How do I detect stale tasks across active agent runs?

Detecting stale tasks across active agent runs is handled by the stale-detection command within the task lifecycle CLI. This feature surfaces stalled tasks, enabling standard workflows and preventing bottlenecks in orchestration dashboards.

Do I need specific binaries or skills loaded to start orchestrating tasks?

Orchestrating tasks requires loading the agent-team-shared prerequisite and declaring required binaries and skills in the metadata. This setup ensures the CLI can expose the necessary commands for standard task workflows.