sub-agent-invocation

Route tasks to specialized sub-agents with context isolation for parallel work.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/abdullah1854/ClaudeSuperSkills --skill sub-agent-invocation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sub-agent-invocation
Source: https://github.com/abdullah1854/ClaudeSuperSkills/tree/main/sub-agent-invocation
Command: npx skills add https://github.com/abdullah1854/ClaudeSuperSkills --skill sub-agent-invocation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables constitutional delegation of tasks to specialized sub-agents (code, research, design, testing). It routes work in parallel with proper context isolation to improve throughput and maintain focus across specialists.

Core Features & Use Cases

  • Route tasks to appropriate agent types (code, research, design, test, explore, plan)
  • Enable context isolation to prevent cross-contamination between tasks
  • Support parallel work with clear success criteria and result collection

Quick Start

To use, provide a task and specify the agentType (e.g., "code", "research") along with optional context. Example: "Delegate the feature X to a Code Agent with context 'X details' in isolated mode."

Frequently Asked Questions about sub-agent-invocation

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

FAQPage Schema
How do I route tasks to specialized agents in parallel?

Route tasks to specialized agents by specifying the agentType (code, research, design, test, explore, plan) and task description. The Skill packages minimal context and executes agents in parallel, enabling simultaneous expert work across domains while maintaining isolation between workflows.

What is context isolation and why does it matter for agent delegation?

Context isolation prevents cross-contamination between parallel tasks by limiting each sub-agent to only the information needed for its specific work. This maintains focus, reduces interference, and improves throughput when delegating to multiple specialists simultaneously.

How do I set up isolated sub-workflows for independent specialist tasks?

Provide the task, agentType, optional context, and set the isolated flag to enable context isolation. The Skill then routes work to the appropriate specialist agent with explicit success criteria and collects results independently, preventing data leakage between workflows.

Can I delegate code work and research tasks at the same time?

Yes. The Skill supports parallel delegation across different agent types (code, research, design, test, explore, plan) simultaneously. Each agent receives isolated context and operates independently, allowing you to coordinate multiple specialists on complex tasks.

What information should I include when delegating a task to a sub-agent?

Provide the core task, the appropriate agentType, minimal necessary context, and explicit success criteria. The Skill packages only essential information to keep workflows focused and enable efficient parallel execution across specialized agents.