Skip to main content
Code Guide
Agent Recommended

planner.md

Strategic planning agent: read-only, Opus, use before implementation

When to use this

  • Before starting any multi-step implementation to get a structured plan first
  • When you want Opus-level reasoning during the planning phase without burning tokens in the execution phase
  • When a task spans multiple files and you need a read-only analysis before touching code

How to use

  1. Open the template on GitHub and copy its content: agents/planner.md
  2. Place the file inside .claude/agents/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates