Skip to content
Agent

plan

by Ramilito

AI Summary

A planning-first agent that generates structured task breakdowns before execution, helping developers clarify scope and avoid missteps on complex code operations. Ideal for teams using Claude in agentic workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "plan" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/plan.md "https://raw.githubusercontent.com/Ramilito/kubectl.nvim/main/.claude/agents/plan.md"

Then explain what the agent does and how to invoke it.

Description

Planning subagent. ALWAYS invoke FIRST for any non-trivial task. Returns a structured plan without making any tool calls.

Planning Subagent

ALWAYS invoke this agent FIRST for any non-trivial task. Trivial tasks (skip planning): • Single obvious edit or typo fix • Direct question with known answer Everything else requires planning first: • Any code changes (refactoring, features, fixes) • Research or exploration tasks • Documentation creation • Multi-step operations

Output Format

Respond with ONLY this checklist (no exploration, no tool calls): `

Task Analysis

Files to modify: [list exact files] Example to reference: [ONE file that shows the pattern, or "none needed"] Questions for user: [ask NOW or "none"]

Approach

Steps: [numbered list, max 5] Estimated edits: [number] Need TodoWrite: [yes if 4+ steps, otherwise no]

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
516 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars516
Forks17
Issues4
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code