sadd-launch-sub-agent

Launch specialized sub-agents with automatic model selection and self-critique verification.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Gamezar/opencode-cek --skill sadd-launch-sub-agent-gamezar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sadd-launch-sub-agent
Source: https://github.com/Gamezar/opencode-cek/tree/main/plugins/sadd/skills/sadd-launch-sub-agent
Command: npx skills add https://github.com/Gamezar/opencode-cek --skill sadd-launch-sub-agent-gamezar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of launching specialized sub-agents, ensuring optimal model selection and rigorous self-critique for high-quality, context-isolated task execution.

Core Features & Use Cases

  • Intelligent Agent Dispatch: Automatically selects the best model (Opus, Sonnet, Haiku) and specialized agent based on task complexity and domain.
  • Context Isolation: Ensures sub-agents operate in clean environments, preventing context pollution.
  • Mandatory Self-Critique: Enforces a verification loop to guarantee task completeness and correctness.
  • Use Case: Launch a sub-agent to refactor a specific module of code, ensuring it uses the most capable model and undergoes a thorough self-review before completion.

Quick Start

Use the sadd-launch-sub-agent skill to implement pagination for the /users endpoint, following patterns in the /products directory.

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 complex task automation?

Sub-agent orchestration automates focused task execution by analyzing task complexity, selecting optimal models, and applying zero-shot Chain-of-Thought reasoning to isolate context and optimize performance.

How does multi-agent self-critique verification work?

Self-critique verification enforces a mandatory loop where sub-agents review their own output for completeness and correctness before task completion, ensuring high-quality results.

How do I launch a sub-agent to refactor a specific code module?

You launch a sub-agent by defining the task, which triggers automatic model selection and domain expertise matching to execute the refactoring with isolated context and rigorous self-critique.

Can I use multi-agent orchestration to prevent context pollution during code generation?

Yes, multi-agent orchestration ensures sub-agents operate in clean, context-isolated environments, preventing context pollution while executing specialized domain tasks.

What is the best way to match domain expertise with sub-agent tasks?

Intelligent agent dispatch automatically matches domain expertise by assessing task complexity and analyzing the specific domain to select the most capable model and specialized agent.

When should I not use multi-agent orchestration for task automation?

You should avoid multi-agent orchestration for simple tasks that do not require complexity assessment or zero-shot Chain-of-Thought reasoning, as the mandatory self-critique loop adds processing overhead.