task-delegation

Generates structured FOCUS/EXCLUDE templates for multi-agent task delegation.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/I2olanD/dotfiles --skill task-delegation-i2oland
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-delegation
Source: https://github.com/I2olanD/dotfiles/tree/main/.config/opencode/skill/task-delegation
Command: npx skills add https://github.com/I2olanD/dotfiles --skill task-delegation-i2oland

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams orchestrate and decompose complex tasks by generating structured delegation prompts, coordinating multiple agents, and preventing work collisions.

Core Features & Use Cases

  • Activity-based decomposition: break large tasks into distinct activities rather than assigning roles.
  • Parallel-first execution: run independent activities in parallel when safe, to maximize throughput.
  • Structured prompts: create clear FOCUS/EXCLUDE templates with explicit CONTEXT and OUTPUT sections.
  • Coordination guarantees: enforce unique file paths, track dependencies, and manage retries.
  • Use cases: coordinating multi-agent projects, designing scalable task flows, and enabling robust failure recovery.

Quick Start

Provide a concise example or prompt to initiate a delegation task: "Decompose a data migration into 4 activities, assign to parallel agents, and publish outputs with explicit file paths."

Frequently Asked Questions about task-delegation

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

FAQPage Schema
How do I break down complex tasks for parallel multi-agent execution?

Task decomposition for parallel execution is achieved by breaking large tasks into distinct activities rather than roles. This approach generates structured, agent-focused delegation prompts to coordinate independent specialists and maximize throughput.

What is the best way to prevent file path collisions when coordinating parallel agents?

Preventing file path collisions during parallel agent coordination requires enforcing deterministic file paths and explicit FOCUS/EXCLUDE templates. This structured prompt approach tracks dependencies and manages retries to guarantee safe orchestration.

How do I create structured prompts for delegating work to multiple AI agents?

Creating structured delegation prompts involves generating templates with explicit FOCUS/EXCLUDE sections, defined CONTEXT, and deterministic OUTPUT paths. This framework guides agents through complex work while preventing task overlap and collisions.

Can I use activity-based decomposition instead of role assignment for task orchestration?

Activity-based decomposition is fully supported for task orchestration, breaking complex work into distinct activities instead of assigning roles. This enables parallel-first execution to safely run independent activities and maximize throughput.

Why does parallel task execution fail without explicit dependency tracking?

Parallel task execution fails without explicit dependency tracking because agents encounter path collisions and overlapping contexts. Applying structured coordination guarantees with unique file paths and validated outputs prevents these orchestration failures.

How do I design scalable task flows for multi-agent projects?

Designing scalable task flows for multi-agent projects requires generating structured delegation prompts with explicit context and output sections. This enables robust failure recovery and coordinates parallel specialists to handle increasing workloads.