What problem does it solve?
This Skill automates launching focused sub-agents to execute discrete tasks with isolated context, selecting appropriate models and agent prompts while enforcing systematic reasoning and verification to reduce context pollution and improve reliability.
Core Features & Use Cases
- Intelligent model selection: Automatically chooses opus, sonnet, or haiku based on task complexity and expected output size.
- Specialized agent matching: Incorporates domain-specific agent prompts for development, research, architecture, documentation, and QA when beneficial.
- Zero-shot Chain-of-Thought and Self-Critique: Prepends a structured reasoning prefix and mandates a verification loop of targeted questions and evidence before accepting results.
- Use Case: Dispatch a sub-agent to design a high-performance caching strategy with Opus and a software-architect prompt, or spawn a Haiku agent for a trivial README edit.
Quick Start
Launch a sub-agent to implement pagination for the /users endpoint using automatic model selection and mandatory self-critique.