Delegation

Manage parallel execution of AI agents across six agent patterns.

17.4k|2.3k|Updated Sep 8, 2025
One-click install
npx skills add https://github.com/danielmiessler/LifeOS --skill delegation-danielmiessler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Delegation
Source: https://github.com/danielmiessler/LifeOS/tree/main/LifeOS/install/skills/Delegation
Command: npx skills add https://github.com/danielmiessler/LifeOS --skill delegation-danielmiessler

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Delegation skill solves the problem of efficiently managing parallel work across various agent patterns and workloads, optimizing agent orchestration to prevent overcoordination and ensure efficient resource utilization.

Core Features & Use Cases

  • Parallel Work Management: Parallelizes work across six patterns: built-in agents, isolated agents, background agents, custom inline agents, agent teams, and parallel task dispatch.
  • Effort-Level Scaling: Adjusts delegation to match task complexity, from lightweight one-shot workers to full agents iterating with tools.
  • Ideal-State Prompts: Uses ideal-state prompting for inline briefs and subagents to encourage diverse perspectives and effective outcomes.
  • Decision Rules: Provides clear rules for lightweight vs full delegation and when to use teams vs subagents, based on communication, context, coordination, duration, and overhead.

Quick Start

Use the Delegation skill to create an agent team for a complex project by executing 'TeamCreate' to spawn teammates, then coordinate tasks using 'SendMessage'.

Frequently Asked Questions about Delegation

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

FAQPage Schema
How do I manage parallel execution of AI agents to prevent overcoordination?

Parallel execution of AI agents is managed by applying decision rules that select the right delegation pattern based on task complexity, communication, and context overhead. This optimizes agent orchestration and prevents overcoordination by matching the delegation approach to specific workload requirements.

When should I use lightweight one-shot workers versus full agents for task delegation?

Task delegation uses lightweight one-shot workers for simple tasks and full agents for complex workloads requiring tool iteration. Decision rules evaluate communication, context, coordination, duration, and overhead to determine the appropriate effort-level scaling.

What is the best way to create an agent team for a complex project?

The best way to create an agent team for a complex project is by executing TeamCreate to spawn teammates, then coordinating tasks using SendMessage. This handles full agent workloads and enables parallel task dispatch across the team.

How does ideal-state prompting improve AI agent briefs?

Ideal-state prompting improves AI agent briefs by defining the desired outcome for inline briefs and subagents, encouraging diverse perspectives and effective outcomes. This personalized approach ensures agents receive clear, targeted instructions for their specific tasks.

Do I need specific dependencies to dispatch parallel tasks across isolated agents?

No specific dependencies are required to dispatch parallel tasks across isolated agents. The skill manages workloads across six patterns including built-in, isolated, background, custom inline agents, agent teams, and parallel task dispatch without external dependencies.