sadd:launch-sub-agent

Launch sub-agents with model selection and zero-shot CoT prompts.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/fockus/claude-skill-build --skill sadd-launch-sub-agent-fockus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sadd:launch-sub-agent
Source: https://github.com/fockus/claude-skill-build/tree/main/skills/sadd-launch-sub-agent
Command: npx skills add https://github.com/fockus/claude-skill-build --skill sadd-launch-sub-agent-fockus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch a sub-agent orchestration pattern to dispatch focused agents with isolated context, enabling targeted task execution and clean cross-task boundaries.

Core Features & Use Cases

  • Task analysis with Zero-shot CoT reasoning to determine optimal model and agent configuration.
  • Phase-based orchestration: model selection, specialized agent matching, and sub-agent prompt construction.
  • Context isolation and deterministic execution using the Task tool to dispatch sub-agents for architecture, research, and development tasks.

Quick Start

Use this Skill to launch a subordinate agent for a given task by selecting a model and adding optional specialized agent prompts, then dispatch the sub-agent with a zero-shot CoT prefix and mandatory self-critique suffix.

Frequently Asked Questions about sadd:launch-sub-agent

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

FAQPage Schema
How do I orchestrate sub-agents for isolated task execution?

Sub-agent orchestration dispatches focused agents with isolated context to enable targeted task execution and clean cross-task boundaries. This pattern uses model selection and prompt orchestration to handle architecture, research, and development tasks deterministically.

What is zero-shot CoT reasoning for multi-agent dispatch?

Zero-shot CoT reasoning is a prompt orchestration mechanism used to analyze tasks and determine optimal model configurations. It constructs sub-agent prompts with a zero-shot CoT prefix and a mandatory self-critique suffix to verify execution.

How do I launch a sub-agent with prompt engineering and self-critique?

To launch a sub-agent, select a model, add optional specialized agent prompts, and dispatch the sub-agent using the Task tool. The prompt must include a zero-shot CoT prefix for reasoning and a mandatory self-critique suffix for verification.

Can I use multi-agent orchestration for codebase and documentation work?

Yes, multi-agent orchestration is applicable to architecture, research, and development tasks across codebases and documentation work. It isolates context for each phase, ensuring clean boundaries during cross-task execution.

Does sub-agent orchestration require specialized agents for task analysis?

No, specialized agents are optional. The core requirement is phase-based orchestration using zero-shot CoT reasoning to determine the optimal model configuration and construct the sub-agent prompt for the given task.

Why use context isolation when dispatching multiple sub-agents?

Context isolation ensures targeted task execution and clean cross-task boundaries. By dispatching focused sub-agents through the Task tool, the orchestration pattern prevents context bleed and maintains deterministic execution.