What problem does it solve?
Complex tasks often require specialized expertise and isolated execution, which a single AI agent might struggle with. This skill empowers you to design, build, and orchestrate focused subagents, delegating specific parts of a workflow to autonomous, non-interactive AI instances.
Core Features & Use Cases
- Subagent Creation: Learn to define subagents with focused roles, limited tool access, and custom system prompts.
- Multi-Agent Orchestration: Understand how to use the
Task tool to launch and manage specialized subagents for research, code generation, or analysis.
- Use Case: For a software development project, you can create a
code-reviewer subagent to automatically audit code changes for quality and security, while a doc-generator subagent handles documentation updates, all orchestrated by your main Claude conversation.
Quick Start
- Run
/agents command
- Select "Create New Agent"
- Choose project-level (
agents/) or user-level (~/agents/)
- Define the subagent:
- name: lowercase-with-hyphens
- description: When should this subagent be used?
- tools: Optional comma-separated list (inherits all if omitted)
- model: Optional (
sonnet, opus, haiku, or inherit)
- Write the system prompt (the subagent's instructions)