delegation

Delegate tasks to subagents for parallel execution and follow-ups.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM --skill delegation-gundlapuriswathiii006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegation
Source: https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM/tree/main/.local/skills/delegation
Command: npx skills add https://github.com/Gundlapuriswathiii006/AI_TICKET_SYSTEM_TEAM --skill delegation-gundlapuriswathiii006

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the process of delegating tasks to subagents, enabling parallel execution and follow-ups, while maintaining context and history.

Core Features & Use Cases

  • Parallel Task Execution: Distribute multiple tasks to subagents simultaneously.
  • Background Processing: Run subagents in the background to allow for concurrent parent-agent work.
  • Follow-up Commands: Continuously interact with subagents for ongoing tasks and queries.
  • Use Case: When you need to perform several independent tasks at once, delegate them to subagents to work in parallel, and then check on their progress using follow-up commands.

Quick Start

Delegate a task to a subagent and follow up on its progress: subagent("task-name", "task description", { $kind: "general" }); sendFollowup("task-name", "query or instruction");

Frequently Asked Questions about delegation

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

FAQPage Schema
How do I delegate tasks to subagents for parallel processing?

Task delegation to subagents for parallel processing is managed by distributing multiple independent tasks simultaneously. You can run subagents in the background to allow concurrent parent-agent work, using follow-up commands to check progress.

When do I need background execution for task management?

Background execution for task management is needed when performing several independent tasks at once. It allows subagents to run concurrently while the parent agent continues working, enabling efficient process orchestration and asynchronous processing.

How do I follow up on a delegated task after sending it to a subagent?

To follow up on a delegated task, use the sendFollowup command with the task name and your query or instruction. This continuously interacts with subagents for ongoing tasks, maintaining context and history throughout the process.

Can I run multiple subagents simultaneously while the parent agent continues working?

Yes, you can run multiple subagents simultaneously using background processing. This enables parallel task execution and asynchronous processing, allowing the parent agent to handle concurrent work while subagents manage delegated operations.

What is the best way to manage process orchestration with asynchronous subagents?

The best way to manage process orchestration with asynchronous subagents is using task delegation commands. Distribute tasks to subagents for parallel execution, then use follow-up commands to continuously interact and monitor ongoing progress.

Do I need asynchronous processing capabilities to handle multiple subagent interactions?

Yes, asynchronous processing capabilities are required to handle multiple subagent interactions. The system requires the ability to manage parallel execution, background processing, and continuous follow-ups for effective task delegation and process orchestration.