Planner

The agent component that breaks down high-level goals into executable steps.

Why it matters

Complex tasks need breaking into steps. The planner figures out what needs to happen before the executor starts.

In practice

When Claude Code receives 'build a glossary system', the planner breaks it into: data structure, index page, detail pages, translations, navigation, sitemap.

Related terms

Back to glossary