A study guide to Anthropic Academy’s four-lesson Introduction to subagents course, written in this repository as Claude/subagents/README.md. It is an original summary, not a transcript.1

Scope and coverage

LessonCoverage in the guide
What are subagents?Article and video subtitles read in full
Creating a subagentArticle read in full; the video was blocked by a copyright claim on 2026-08-05, so no transcript was used
Designing effective subagentsArticle and video subtitles read in full
Using subagents effectivelyArticle and video subtitles read in full

All course material was read on 2026-08-05.1 Upstream sources are the four course articles on anthropic.skilljar.com and their YouTube videos; this wiki cites the study guide, not the course directly.

Takeaways

  • A subagent trades visibility for a clean main context: its investigation stays isolated and only a summary returns.1 See Subagent and Context isolation.
  • The course calls a defined output format the most important design improvement, because it gives the subagent a stopping condition.1 See Delegation contract.
  • The single deciding question is whether the intermediate work matters to the main thread.1 See When to delegate.
  • Tools should be the minimum the role needs.1 See Least-privilege tool access.
  • Custom subagents are Markdown files with YAML frontmatter, created with /agents.1 See Subagent configuration file.

Footnotes

  1. Introduction to Claude Code Subagents (study guide) 2 3 4 5 6 7