·sadd:launch-sub-agent
</>

sadd:launch-sub-agent

Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification

76Installs·13Trend·@neolabhq

Installation

$npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:launch-sub-agent

How to Install sadd:launch-sub-agent

Quickly install sadd:launch-sub-agent AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:launch-sub-agent
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: neolabhq/context-engineering-kit.

SKILL.md

View raw

Launch a focused sub-agent to execute the provided task. Analyze the task to intelligently select the optimal model and agent configuration, then dispatch a sub-agent with Zero-shot Chain-of-Thought reasoning at the beginning and mandatory self-critique verification at the end.

This command implements the Supervisor/Orchestrator pattern from multi-agent architectures where you (the orchestrator) dispatch focused sub-agents with isolated context. The primary benefit is context isolation - each sub-agent operates in a clean context window focused on its specific task without accumulated context pollution.

Before dispatching, analyze the task systematically. Think through step by step:

Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification Source: neolabhq/context-engineering-kit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:launch-sub-agent
Category
</>Dev Tools
Verified
First Seen
2026-03-02
Updated
2026-03-10

Browse more skills from neolabhq/context-engineering-kit

Quick answers

What is sadd:launch-sub-agent?

Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification Source: neolabhq/context-engineering-kit.

How do I install sadd:launch-sub-agent?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/neolabhq/context-engineering-kit --skill sadd:launch-sub-agent Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/neolabhq/context-engineering-kit