Skip to main content

Free course

Introduction to Subagents

Intermediate2 hr

Learn how to use and create sub-agents in Claude Code to manage context, delegate tasks, and build workflows that keep your conversation clean and focused.

Shell2 hr4 videos12 Exercises800 XP1,632Statement of accomplishment

Create Your Free Account

Continue with Google
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.

Loved by learners at thousands of companies

Training a Team?

Try for Business

Course Description

Introduction to Subagents in Claude Code

Subagents are specialized assistants that Claude Code can delegate tasks to, each running in its own isolated context window. In this course, you'll learn how subagents work, how to create your own, and when to use them to keep your main conversation clean and focused. No programming experience is required — just basic comfort with a command line. Start learning how to break complex work into focused pieces and get more out of longer Claude Code sessions.

Create and Configure Custom Subagents

Claude Code ships with built-in subagents for exploration and planning, but the real power comes from building your own. You'll walk through the /agents command to create a custom subagent from scratch, configuring its description, system prompt, tool access, and model. You'll learn how each field in the config file influences when Claude delegates to the subagent and what instructions it receives.

Design Subagents That Stay Focused and Finish on Time

A poorly configured subagent will wander, run too long, or produce output the main agent can't use. You'll learn four design patterns that fix this: writing descriptions that shape input prompts, defining structured output formats as natural stopping conditions, surfacing obstacles so the main thread doesn't rediscover them, and restricting tool access to match each subagent's role.

Know When to Delegate and When to Stay on the Main Thread

Not every task benefits from a subagent. You'll learn which patterns work — research, code reviews, and tasks needing custom system prompts — and which ones don't, like expert-persona prompts, sequential pipelines, and test runners that hide the output you need.

By the time you complete this course, you'll be able to create, configure, and deploy subagents that keep your context window clean, produce structured and actionable output, and make your Claude Code workflow significantly more effective.

Feels like what you want to learn?

Start Course for Free

What you'll learn

  • Explain how subagents run in isolated context windows and return summaries to the main thread without exposing intermediate work.
  • Create custom subagents using the /agents command, configuring their description, system prompt, tools, and model.
  • Design effective subagent configs by defining structured output formats, reporting obstacles, and restricting tool access to match the subagent's role.
  • Evaluate whether a task should be delegated to a subagent or kept on the main thread based on whether the intermediate work matters.
  • Identify common subagent anti-patterns, including expert-persona prompts, sequential pipelines, and test-runner subagents that hide critical output.

Prerequisites

Curriculum

Course outline

1

Introduction to Subagents

Discover how subagents keep your main context clean by working in isolated windows, meet Claude Code's built-in Explore and Plan agents, and spin up your first custom subagent using the /agents command.
Start Chapter
2

Designing and Using Effective Subagents

Apply four design patterns to build subagents that stay focused and finish on time, then learn which tasks are worth delegating: research, code reviews, and custom prompts; and which ones aren't.
Start Chapter
S

Introduction to Subagents

Course
Complete

Earn Statement of Accomplishment

Enroll Now

Grow your data skills with DataCamp for Mobile

Make progress on the go with our mobile courses and daily 5-minute coding challenges.