delegation

Delegate complex tasks to specialized subagents synchronously/asynchronously with controlled follow-up messaging.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/4tie/fortiesr --skill delegation-4tie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegation
Source: https://github.com/4tie/fortiesr/tree/main/.local/skills/delegation
Command: npx skills add https://github.com/4tie/fortiesr --skill delegation-4tie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the coordination burden from complex multi-step work by letting you delegate tasks to specialized subagents that can execute independently, in parallel, or with follow-up messages.

Core Features & Use Cases

  • Synchronous delegation: Launch a subagent when you need a task completed and the result returned before continuing.
  • Asynchronous delegation: Start background subagents for independent work that can continue while you handle other tasks.
  • Follow-up control: Send clarifications or new instructions to running subagents without restarting the workflow.
  • Use case: Split a large implementation into parallel pieces, delegate each part to a subagent, then collect the results and merge them into a final deliverable.

Quick Start

Use the delegation skill to assign the requested task to a subagent and return the completed result with any relevant files or context.

Frequently Asked Questions about delegation

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

FAQPage Schema
How do I delegate parallel implementation tasks to subagents?

Delegating parallel implementation tasks to subagents involves splitting a large workflow into independent pieces and assigning each part to a specialized subagent that can execute concurrently and return results for final merging.

What is asynchronous workflow orchestration for background tasks?

Asynchronous workflow orchestration starts background subagents for independent work that continues running while you handle other tasks, removing the coordination burden from complex multi-step execution.

How do I send follow-up instructions to a running subagent without restarting the workflow?

Follow-up control lets you send clarifications or new instructions to running subagents without restarting the workflow, enabling dynamic task routing and session-plan driven adjustments during execution.

Can I use subagent orchestration for file editing and debugging coordination?

Subagent orchestration supports file editing, analysis, and debugging coordination by requiring explicit task context and relevant file references to execute specialized synchronous or asynchronous work.

What is the best way to split a large implementation into pieces for autonomous execution?

The best way to split a large implementation is delegating each part to a specialized subagent, allowing autonomous follow-ups and parallel execution, then collecting the results to merge into a deliverable.

Do I need explicit task context to start a synchronous subagent?

Starting a synchronous subagent requires explicit task context, relevant files or plan references, and optional skill context to support controlled messaging and return completed results before continuing.