agents-team

Coordinate multiple AI agents for planning, delegation, and review workflows.

523|125|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/anymouschina/TapCanvas --skill agents-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-team
Source: https://github.com/anymouschina/TapCanvas/tree/main/apps/agents-cli/skills/agents-team
Command: npx skills add https://github.com/anymouschina/TapCanvas --skill agents-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated multi-agent teams enable scalable collaboration by orchestrating roles and tasks via spawn_agent and wait tools, simplifying planning, delegation, and execution across complex projects.

Core Features & Use Cases

  • Orchestrate multiple roles: orchestrator, worker, reviewer, researcher, writer, and editor to split work efficiently.
  • Manage task submissions, monitor progress, and merge results into a cohesive output.
  • Support long-running, chaptered or project-based workflows with explicit role definitions and traceability.

Quick Start

Spawn an orchestrator to plan, delegate, and merge tasks.

Frequently Asked Questions about agents-team

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

FAQPage Schema
How do I coordinate multiple AI agents for a complex project workflow?

You can coordinate multiple AI agents by spawning an orchestrator agent to plan, delegate, and assign roles like worker, reviewer, and researcher. The orchestrator manages task submissions, monitors progress via wait, and merges individual agent outputs into a cohesive final project result.

What is the best way to manage role-based task delegation in a multi-agent system?

Role-based task delegation is managed by defining specific roles such as writer, editor, and researcher within your multi-agent system. An orchestrator agent uses spawn_agent to assign tasks to these roles and tracks their submissions, ensuring work is split efficiently across the collaborative workflow.

Can I use multi-agent orchestration for long-form creative and analytical projects?

Yes, multi-agent orchestration supports long-running, chaptered, and project-based workflows. It provides explicit role definitions and traceability for creative or analytical projects, allowing agents to handle planning, review, and synthesis across extended tasks.

How do I track task progress and merge results from spawned agents?

You track task progress and merge results by leveraging the wait and list_agents tools to monitor spawned agents. The orchestrator waits for task submissions from workers, reviewers, or researchers, and then synthesizes the individual outputs into a single cohesive deliverable.

Do I need to define specific roles when setting up a collaborative multi-agent workflow?

Yes, you need to define explicit roles such as orchestrator, worker, reviewer, researcher, writer, and editor when setting up a collaborative multi-agent workflow. Defining these roles allows the orchestrator to properly delegate tasks, monitor submissions, and merge the results effectively.

When should I use a multi-agent team instead of a single agent for task execution?

You should use a multi-agent team for complex, long-running projects that require planning, delegation, review, and synthesis. Splitting work across specialized roles like researcher and editor provides traceability and scalable collaboration that a single agent cannot achieve for long-form workflows.