team

Coordinate N agents on a shared task list using Claude Code native teams.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Pryma-Tech/iris --skill team-pryma-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/Pryma-Tech/iris/tree/main/cli/skills/team
Command: npx skills add https://github.com/Pryma-Tech/iris --skill team-pryma-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Team skill coordinates N agents on a shared task list using Claude Code native teams, replacing ad-hoc coordination with a structured orchestration workflow.

Core Features & Use Cases

  • Orchestrates team composition across the canonical pipeline: team-plan, team-prd, team-exec, team-verify, and team-fix.
  • Manages task decomposition, dependencies, handoffs, stage transitions, and persistent state for resume or cancellation.
  • Supports hybrid CLI workers and Claude teammates for scalable multi-role projects across software and design tasks.

Quick Start

Spawn a team of 3 executor agents to start a coordinated task run on a sample project description.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple agents on a shared task list?

You coordinate multiple agents on a shared task list by applying structured spawning, task dependencies, and stage transitions across a canonical pipeline. This enforces persistent state and handoffs for planning, execution, verification, and remediation.

What is multi-agent handoff and stage transition in task management?

Multi-agent handoffs and stage transitions manage task progression across a canonical pipeline using persistent state. The .omc handoffs mechanism enables agents to resume, cancel, or transfer work seamlessly across planning, execution, and verification stages.

Can I use hybrid CLI workers and Claude teammates for multi-agent projects?

Yes, multi-agent orchestration supports hybrid CLI workers and Claude teammates. This enables scalable multi-role projects across software and design tasks, coordinating both types of workers within the same structured task decomposition and dependency workflow.

How do I decompose tasks and manage dependencies for multi-agent execution?

Task decomposition and dependency management are handled by orchestrating work across the team-plan, team-exec, and team-verify stages. Agents receive structured tasks with defined dependencies, ensuring coordinated execution and proper handoffs throughout the workflow.

Does multi-agent workflow orchestration support resuming cancelled tasks?

Multi-agent workflow orchestration supports resuming cancelled tasks through persistent state via .omc handoffs. This mechanism captures stage transitions and task dependencies, allowing the coordinated team run to resume or terminate cleanly without losing progress.

When should I use structured multi-agent orchestration instead of ad-hoc coordination?

Structured multi-agent orchestration is ideal over ad-hoc coordination for end-to-end workflows requiring task decomposition, dependencies, and handoffs. Use it for scalable software, design, and cross-functional projects needing persistent state across planning, execution, verification, and remediation stages.