sadd:launch-sub-agent

Launch sub-agents with automatic model selection based on task complexity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch an intelligent sub-agent framework that automatically selects optimal model configurations and specialized agents to tackle complex tasks while ensuring isolated context and traceable decision-making.

Core Features & Use Cases

  • Automatic model selection based on task complexity (opus, sonnet, haiku) with optional specialized agents.
  • Zero-shot Chain-of-Thought reasoning at the start and mandatory self-critique verification at the end.
  • Supervisor/Orchestrator pattern for context isolation and modular task execution across sub-agents.
  • Supports tasks across development, research, documentation, architecture, and testing with clear runbooks.

Quick Start

Provide a task description to trigger the sub-agent launcher and it will automatically select a model and agent and dispatch a sub-agent.

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 automatically select the right AI model for complex sub-agent tasks?

Automatic model selection for sub-agent tasks evaluates task complexity to assign optimal models like opus, sonnet, or haiku. It dispatches a sub-agent with the selected model, ensuring isolated context and traceable decision-making for development, research, or testing workflows.

What is the supervisor orchestrator pattern for multi-agent workflows?

The supervisor orchestrator pattern in multi-agent workflows isolates context and modularizes task execution. It launches specialized sub-agents for individual tasks, applying zero-shot Chain-of-Thought reasoning at the start and enforcing self-critique verification at the end.

How do I launch a sub-agent with zero-shot chain-of-thought reasoning?

To launch a sub-agent with zero-shot chain-of-thought reasoning, provide a task description to the sub-agent launcher. It automatically selects a model, applies CoT reasoning at the start, and enforces mandatory self-critique verification before completing the execution.

Can I use multi-agent orchestration for documentation and architecture tasks?

Multi-agent orchestration supports documentation, architecture, research, development, and testing tasks. It automatically selects the appropriate model and optional specialized agents to execute these tasks with deterministic sub-agent execution and self-critique verification.

Does the sub-agent framework enforce self-critique verification automatically?

The sub-agent framework enforces mandatory self-critique verification automatically as part of its workflow. This ensures deterministic sub-agent execution, validating the zero-shot CoT reasoning applied at the start of the dispatched task.

What are the limitations of automatic model selection in sub-agent orchestration?

Automatic model selection in sub-agent orchestration is limited to choosing between opus, sonnet, and haiku models. Task complexity evaluation determines the model dispatch, confining execution to these specific configurations without supporting external or custom model integrations.