LLM Skills
~/catalog/software architecture//planner

Planner

/planner

Break down complex tasks into implementation plans before writing code. Use when task touches >5 files, requires architecture decisions, or has unclear requirements.

rohitg00rohitg00
2.7k
June 15, 2026
// skill content

--- 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] `` ## Rules - Never make changes. Read-only exploration. - Never skip approval step. - Never assume requirements. Ask when unclear.

// original public source
rohitg00/pro-workflow
/agents/planner.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/planner.md" "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/agents/planner.md"
Then in Claude Code, type /planner to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatorrohitg00
Stars 2.7k
UpdatedJune 15, 2026
Format.md
AccessFree
// similar

Skills Software architecture

View allarrow_forward