agent-teams

Coordinate multi-agent work with team templates and handoff artifacts.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ignidus/iscagent --skill agent-teams-ignidus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/ignidus/iscagent/tree/main/skills/agent-teams
Command: npx skills add https://github.com/ignidus/iscagent --skill agent-teams-ignidus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated multi-agent work is complex; this Skill provides ready-to-use team templates to structure roles, responsibilities, and artifacts for efficient collaboration.

Core Features & Use Cases

  • Team templates for common workflows (Bug Fix, Feature Development, Refactor, Security Audit, Performance Investigation, Infrastructure Change) with defined roles and produced handoffs.
  • Clear sequence rules (orchestrated steps and parallelism) to improve task throughput and reduce miscommunication.
  • Generates consistent handoff artifacts (e.g., handoffs/design.md, handoffs/review.md) and integrates with coordinator tools.

Quick Start

Select a team template and spawn the roles in the defined sequence using the coordinator.

Frequently Asked Questions about agent-teams

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

FAQPage Schema
How do I coordinate multi-agent workflows for complex software engineering tasks?

Multi-agent workflows are orchestrated using ready-to-use team templates that define roles, execution sequences, and handoff artifacts for tasks like bug fixes and feature development. These templates structure responsibilities to ensure efficient collaboration and one deliverable per agent.

What is template-driven multi-agent orchestration and how does it work?

Template-driven orchestration provides predefined structures for common engineering workflows, specifying agent roles, responsibilities, and execution sequences. It works by spawning roles in a defined order using a coordinator, ensuring parallelism where needed and generating consistent handoff artifacts.

Can I use multi-agent team templates for security audits and performance investigations?

Yes, team templates are available for security audits, performance investigations, bug fixes, refactors, and infrastructure changes. Each template defines specific roles, produced handoffs, and the sequence of execution tailored to that workflow.

Does multi-agent orchestration work with Claude Code and Cursor workflows?

Yes, the team templates and handoff artifacts are designed to integrate across Claude Code and Cursor workflows. The orchestration supports coordinator workflows to manage task throughput and reduce miscommunication in these environments.

What's the best way to structure handoffs between agents in a coordinated workflow?

The best way to structure handoffs is by using consistent handoff artifacts, such as design.md and review.md files. The templates define what each agent produces, ensuring smooth transitions and clear responsibilities between coordinated steps.

When should I not use template-driven multi-agent orchestration?

Template-driven multi-agent orchestration may not suit simple, single-step tasks that do not require role separation or handoff artifacts. For straightforward changes lacking complex coordination, a single agent or standard workflow is more efficient.