Delegation

Orchestrate parallel tasks and agent teams for complex workflows.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/GratefulJinx77/tai --skill delegation-gratefuljinx77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Delegation
Source: https://github.com/GratefulJinx77/tai/tree/main/.tai/skills/utilities/Delegation
Command: npx skills add https://github.com/GratefulJinx77/tai --skill delegation-gratefuljinx77

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables parallel work execution and agent specialization, streamlining complex tasks and enhancing productivity.

Core Features & Use Cases

  • Parallel Execution: Execute multiple independent tasks simultaneously.
  • Agent Specialization: Utilize built-in and custom agents for specific tasks.
  • Agent Teams & Swarms: Coordinate persistent teams and swarms for collaborative work.
  • Use Case: When you need to refactor multiple files in a codebase simultaneously, this skill can spawn an agent team to handle each file in parallel.

Quick Start

Use the delegation skill to create an agent team for parallel code refactoring.

Frequently Asked Questions about Delegation

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

FAQPage Schema
How do I execute parallel tasks using agent teams?

Agent teams execute parallel tasks by spawning specialized agents that handle independent actions simultaneously, requiring Claude Code Teams for persistent coordination and messaging.

What is agent-based work orchestration for software engineering?

Agent-based work orchestration coordinates specialized agents to execute complex workflows, enabling parallel execution and team collaboration for tasks like refactoring multiple files simultaneously.

Do I need Claude Code Teams for persistent agent coordination?

Yes, Claude Code Teams is required for persistent coordination and messaging to maintain agent teams and swarms during complex parallel work execution.

How do I refactor multiple files in a codebase simultaneously?

Refactoring multiple files simultaneously is achieved by creating an agent team where each specialized agent handles a separate file in parallel, streamlining the overall workflow.

What is the difference between agent teams and agent swarms?

Both coordinate parallel work execution, but swarms enable dynamic collaborative scaling across specialized agents while teams maintain persistent coordination for complex workflows.

When should I avoid using parallel execution for work orchestration?

Parallel execution is not suitable for sequential or dependent workflows where tasks require strict ordering, as it is designed for independent simultaneous actions and agent specialization.