delegate

Split complex work into independent subtasks with role-based agent delegation.

4|Updated May 9, 2026
One-click install
npx skills add https://github.com/liaoxinjie666/protocol-proxy --skill delegate-liaoxinjie666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegate
Source: https://github.com/liaoxinjie666/protocol-proxy/tree/main/skills/system/delegate
Command: npx skills add https://github.com/liaoxinjie666/protocol-proxy --skill delegate-liaoxinjie666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps users reliably split large objectives into parallel, role-appropriate sub-tasks so the overall work finishes faster and with fewer handoff mistakes.

Core Features & Use Cases

  • Parallel task delegation: Uses delegate_task to dispatch independent sub-tasks to sub-agents concurrently.
  • Role-based capability selection: Chooses readonly, writer, or full based on whether the sub-tasks require search/analysis only, file editing/execution, or mixed work.
  • Structured goal quality: Guides users to write specific, independent, and realistically sized (typically 3–5) sub-tasks to improve completion quality.
  • Safe delegation boundaries: Advises against delegation when tasks require global runtime state, real-time interaction, or strong sequential dependencies.

Quick Start

Ask an AI to delegate your project task into 3–5 independent subtasks and specify which ones should run as readonly versus writer.

Frequently Asked Questions about delegate

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

FAQPage Schema
How do I split a complex code refactoring task into parallel subtasks?

To split complex code refactoring into parallel subtasks, you define 3–5 specific, independent goals and assign appropriate agent roles like readonly or writer for concurrent execution. This ensures faster completion and fewer handoff mistakes.

What is parallel task delegation in multi-agent engineering workflows?

Parallel task delegation in multi-agent engineering dispatches independent subtasks to sub-agents concurrently. It applies to code review, repository auditing, and test creation, requiring clear goals and correct permission selection via readonly, writer, or full roles to produce multiple deliverables efficiently.

When should I assign readonly versus writer permissions to sub-agents?

Assign readonly permissions when subtasks require search or analysis only, and writer permissions when they involve file editing or execution. Full permissions apply to mixed read/write engineering tasks, ensuring role-based capability selection matches the subtask's requirements.

Can I use parallel task delegation for workflows with sequential dependencies?

Parallel task delegation is not suitable for workflows with strong sequential dependencies or real-time interaction. You should avoid delegating tasks that require global runtime state, and instead apply it only to independent goals where parallel-first batching is guaranteed.

How do I structure goals for parallel subtask execution to improve completion quality?

To structure goals for parallel subtask execution, write specific, independent, and realistically sized objectives, typically 3–5 subtasks. This structured goal quality guides sub-agents effectively and improves overall completion quality for mixed read/write engineering tasks.