task-delegation

Delegate execution tasks to subagents with parallel execution and verification.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/datorresb/vibecoding-starter --skill task-delegation-datorresb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-delegation
Source: https://github.com/datorresb/vibecoding-starter/tree/main/.claude/skills/core/task-delegation
Command: npx skills add https://github.com/datorresb/vibecoding-starter --skill task-delegation-datorresb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams to orchestrate work by delegating execution tasks to subagents, enabling parallel work streams and quality verification while maintaining central control.

Core Features & Use Cases

  • Automates task delegation to specialized subagents with clear outputs.
  • Supports parallel execution of independent subtasks to speed up delivery.
  • Provides a structured workflow for planning, delegation, review, and commit, including verification against skill guidelines.

Quick Start

  1. Describe the task to delegate and specify the desired subagent skill, e.g., "Delegate data-cleaning task to haiku subagent."
  2. Specify the target models and reference inputs, e.g., "model=haiku, input='dataset.csv'".
  3. Confirm output location and format, e.g., "Output to tasks/output.csv with log of actions."

Frequently Asked Questions about task-delegation

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

FAQPage Schema
How do I delegate execution tasks to subagents for parallel work streams?

Parallel task execution is achieved by splitting independent subtasks and assigning them to subagents for simultaneous processing. You specify the target models and reference inputs, allowing multiple subagents to execute work concurrently for faster delivery.

What is the best way to manage parallel execution and quality verification across subagent workflows?

Parallel execution and quality verification are managed through a structured workflow of planning, delegation, review, and commit. This applies quality checks across complex subagent outputs to ensure results meet specified skill guidelines before finalizing.

Can I assign specific models like haiku to subagents for task splitting?

Yes, specific models can be assigned to subagents by specifying the target model and reference inputs during task delegation. This model assignment allows tailoring subagent capabilities to match the complexity requirements of the split subtasks.

Does task delegation support trigger-based activation of skills for automated workflows?

Task delegation supports trigger-based activation of skills, enabling automated delegation of execution work based on predefined triggers. This mechanism manages output governance and automates the activation of subagent workflows without manual intervention.

How do I specify output location and format when delegating tasks to subagents?

To specify output location and format, confirm the target destination and logging requirements during delegation. You direct outputs to defined locations like tasks/output.csv while generating a log of actions taken by the subagent.