delegate

Delegate tasks to specialist agents when domain expertise is required.

13|3|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/sddevelopment-be/quickstart_agent-augmented-development --skill delegate-sddevelopment-be
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegate
Source: https://github.com/sddevelopment-be/quickstart_agent-augmented-development/tree/main/.claude/skills/delegate
Command: npx skills add https://github.com/sddevelopment-be/quickstart_agent-augmented-development --skill delegate-sddevelopment-be

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates tasks to specialist agents when expertise is required, initializing as the appropriate specialist or spawning a sub-agent when tools are available.

Core Features & Use Cases

  • Identify delegation triggers (when a task requires domain-specific knowledge)
  • Select the right specialist agent (planning, architecture, backend, etc.)
  • Choose the delegation method (spawn sub-agent or initialize as specialist) with preserved context

Quick Start

Identify when specialized knowledge is needed and initiate delegation to the appropriate specialist agent.

Frequently Asked Questions about delegate

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

FAQPage Schema
When do I need to delegate tasks to specialist agents during a workflow?

Task delegation to specialist agents is triggered when a workflow requires domain-specific knowledge exceeding generalist capabilities, such as during architecture reviews, complex planning, or implementation handoffs requiring specialized expertise.

How do I hand off context to a specialist agent without losing workflow state?

Context is handed off by selecting a delegation method that preserves workflow state, either by spawning a sub-agent or initializing directly as the chosen specialist, ensuring domain-specific tasks continue seamlessly without losing prior context.

Can I use this approach for complex planning and architecture reviews?

Yes, this approach supports complex planning and architecture reviews by identifying delegation triggers and selecting the appropriate specialist agents to handle domain knowledge that exceeds generalist capabilities.

What is the difference between spawning a sub-agent and initializing as a specialist?

Spawning a sub-agent creates a parallel instance to handle the delegated task, while initializing as a specialist transforms the current agent's mode, with both methods preserving context for the domain-specific handoff.

How do I select the right specialist agent for an implementation handoff?

You select the right specialist agent by evaluating the specific delegation triggers and domain knowledge required, matching the implementation handoff to the appropriate planning, architecture, or backend specialist.