delegation

Community

Delegate tasks to subagents.

AuthorAmarbharati-07
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill streamlines complex workflows by allowing you to delegate specific tasks to specialized subagents, enabling parallel processing and efficient task management.

Core Features & Use Cases

  • Synchronous Task Execution: Use subagent() to run tasks and wait for their results, ideal for sequential operations.
  • Asynchronous Task Execution: Use startAsyncSubagent() to run tasks in the background, allowing your main agent to continue working.
  • Follow-up Messaging: Communicate with running subagents using messageSubagent() (async) or messageSubagentAndGetResponse() (sync) for iterative task refinement.
  • Use Case: When planning a complex feature, delegate the frontend implementation to one subagent, the backend API to another, and the database schema design to a third, all running in parallel.

Quick Start

Delegate the task of fixing the authentication bug in src/auth.ts to a subagent and wait for its completion.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: delegation
Download link: https://github.com/Amarbharati-07/cms1/archive/main.zip#delegation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.