시작하기무료로 시작하기

Delegate Exploration to a Subagent

You need to find every place in the climate analysis project where input data gets validated — for example, checks that temperatures are within plausible ranges or that dates are formatted correctly. Tracing all of this manually means reading every file and filling your main context window with intermediate details you'll discard anyway.

Claude Code has a built-in explore subagent designed exactly for this: fast, read-only codebase searching. It runs in its own isolated context window, does all the digging, and returns only a focused summary to your main session — the intermediate file reads never touch your context at all.

The team's project is already in your working directory at /home/repl/climate-analysis/.

이 연습은 강의의 일부입니다

Claude Code 101

강의 보기

연습 안내

  • Start Claude Code with claude.
  • Run /agents to see the available built-in subagents, and spot the explore agent near the bottom of the console.
  • Hit Esc to go back, then ask Claude to use the explore subagent to find all data validation logic in the project and return a summary.
  • When done, type /exit to exit Claude Code.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작