agent-team-run

Coordinate daemonless agent-team workflow runs for tasks, status, and artifacts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates and manages daemonless agent-team workflow runs, streamlining orchestration of tasks, status checks, and artifact handling across teams.

Core Features & Use Cases

  • Create, list, monitor, and close runs to coordinate multi-step workflows.
  • View status counts, summaries, and run health to keep projects on track.
  • Easily reuse shared prerequisites by loading agent-team-shared for consistent behavior.

Quick Start

Create a new run with agent-team run create and then inspect its status with agent-team run status.

Frequently Asked Questions about agent-team-run

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

FAQPage Schema
How do I manage daemonless agent-team workflow runs from the CLI?▼

You can manage daemonless agent-team workflow runs by using CLI commands to create, list, monitor, and close runs. This allows you to coordinate multi-step tasks, check status counts, and handle artifacts directly without a background daemon.

What is the best way to check the status of multiple workflow runs?▼

The best way to check workflow run status is using the agent-team run status command, which provides run health summaries and status counts. This keeps track of progress and ensures projects stay on track across coordinated tasks.

Do I need any prerequisites to start coordinating agent-team workflows?▼

Yes, you need the agent-team binary installed and must load the agent-team-shared skill first. These prerequisites ensure consistent behavior and provide the necessary environment for orchestrating daemonless workflow runs.

Can I close completed workflow runs and view their final summaries?▼

Yes, you can close completed workflow runs and view their final summaries using specific CLI commands. This allows you to cleanly finalize multi-step orchestration, review run health, and manage task artifacts effectively.

How does daemonless workflow orchestration handle task guardrails?▼

Daemonless workflow orchestration applies guardrails during run creation and management to ensure tasks execute safely. The agent-team CLI enforces these guardrails while providing clear usage guidance for managing runs across multiple workflows.