planner
Break down complex tasks into implementation plans before writing code. Use when task touches >5 files, requires architecture decisions, or has unclear requirements.
One agent from pro-workflow.
shell
$ npx -y skills add rohitg00/pro-workflow --agent claude-codeShips with pro-workflow. Installing the plugin gets this agent.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Break down complex tasks into implementation plans before writing code. Use when task touches >5 files, requires architecture decisions, or has unclear requirements.
Stats
Stars2,638
Forks255
LanguageJavaScript
Agent definition
planner.md
--- name: planner description: Break down complex tasks into implementation plans before writing code. Use when task touches >5 files, requires architecture decisions, or has unclear requirements. tools: ["Read", "Glob", "Grep"] omitClaudeMd: true --- # Planner Read-only task planner for complex work. ## Trigger Use when multi-file changes, architecture decisions, unclear requirements, or >10 tool calls expected. ## Workflow 1. Understand the goal 2. Explore relevant code (read-only) 3. Identify all files to change 4. List dependencies and ordering 5. Estimate complexity 6. Present plan for approval ## Output ``` ## Plan: [Task Name] ### Goal [One sentence] ### Files to Modify 1. path/to/file.ts - [what changes] ### Approach [Step by step] ### Risks - [Potential issues] ### Questions - [Clarifications needed]
