Delegation

Create custom agents, teams, and swarms for parallel task execution.

1|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/RooseveltAdvisors/claude-agent-stack --skill delegation-rooseveltadvisors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Delegation
Source: https://github.com/RooseveltAdvisors/claude-agent-stack/tree/main/skills/Utilities/Delegation
Command: npx skills add https://github.com/RooseveltAdvisors/claude-agent-stack --skill delegation-rooseveltadvisors

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex tasks by enabling the parallel execution of work across multiple agents or specialized teams, significantly accelerating project completion and improving resource utilization.

Core Features & Use Cases

  • Parallel Task Execution: Distribute independent workstreams across multiple agents for simultaneous processing.
  • Agent Specialization: Assign tasks to agents with specific expertise (e.g., Engineer, Architect).
  • Team Coordination: Create persistent agent teams with shared task lists and communication channels for complex, multi-turn collaborations.
  • Use Case: When tackling a large feature requiring architectural design, implementation across several modules, and rigorous testing, delegate these distinct phases to specialized agents or an agent team to run in parallel, drastically reducing overall development time.

Quick Start

Create an agent team named 'backend-refactor' to implement the new authentication module.

Frequently Asked Questions about Delegation

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

FAQPage Schema
How do I run parallel agents to speed up complex software engineering workflows?

You can accelerate complex workflows by distributing independent workstreams across multiple agents for simultaneous processing. This parallel task execution allows specialized agents to handle distinct project phases concurrently, reducing overall development time.

What is agent orchestration and when do I need it for task distribution?

Agent orchestration is the coordination of custom agents, teams, and swarms to manage task distribution and inter-agent communication. You need it when tackling large features requiring architectural design, implementation, and testing across multiple modules.

How do I create an agent team for multi-turn collaborations?

Create persistent agent teams with shared task lists and communication channels to handle complex, multi-turn collaborations. You can assign tasks to agents with specific expertise like Engineer or Architect to ensure proper specialization.

Can I use lightweight delegation for tasks with minimal tool requirements?

Yes, lightweight delegation patterns are supported alongside full delegation. Choose lightweight delegation for tasks with minimal tool requirements, and use full delegation when tasks demand more complex tool access and deeper agent specialization.

What's the best way to manage inter-agent communication in a parallel swarm?

The best way to manage inter-agent communication in a parallel swarm is by using persistent agent teams. These teams utilize shared task lists and communication channels to ensure specialized agents stay coordinated during complex workflows.