/simple-plan
Create a simple plan to address a user question.
$ npx -y skills add dcouple/Pane --agent claude-codeHow it fires
How this command 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.
- Slash command
/simple-plan
Context preview
What this command does when you run it.
Create a simple plan to address a user question.
Command definition
simple-plan.mdthinking-mode: on
allowed-tools: Read, Grep, Glob, WebFetch
argument-hint: <feature-description>
description: Create a simple plan to address a user question.
Simple Plan
I will respond to the user's with a detailed plan about how to address their query. Before I respond to the user, I must investigate the situation, by researching necessary files. I will be sure to follow relevant documentation as defined in ./docs/ folder for any doc related to my work.
My plan will include a root cause analysis, explaining the current state, especially if there is an issue or un-expected behavior reported. It will include file refernces and code snippets where relevant.
After the current state has been reported, I swill my plan will explain the changes that need to be made. This plan will always include file references, as well as code snippets where necessary. My plan will include a task list, listing all the work to be done.
I will present the plan to the user, and only when the user approves will I carry out my plan.
Keep in mind that the plan is for a junior developer, so you need to be very clear in your instructions. Finally, Please include a section in the plan called My Advice, which inclides the advice from a principal engineer at our company, who will provide overall feedback on this feature.
I will respond directly to the user with a plan. Once the user accepts the plan, I will spawn the implementer agent to implement the plan. I will pass the entire plan directly to the implementer agent.
User Query: $ARGUMENTS
Read more
thinking-mode: on allowed-tools: Read, Grep, Glob, WebFetch argument-hint: <feature-description> description: Create a simple plan to address a user question.
Simple Plan
I will respond to the user's with a detailed plan about how to address their query. Before I respond to the user, I must investigate the situation, by researching necessary files. I will be sure to follow relevant documentation as defined in ./docs/ folder for any doc related to my work.
My plan will include a root cause analysis, explaining the current state, especially if there is an issue or un-expected behavior reported. It will include file refernces and code snippets where relevant.
After the current state has been reported, I swill my plan will explain the changes that need to be made. This plan will always include file references, as well as code snippets where necessary. My plan will include a task list, listing all the work to be done.
I will present the plan to the user, and only when the user approves will I carry out my plan.
Keep in mind that the plan is for a junior developer, so you need to be very clear in your instructions. Finally, Please include a section in the plan called My Advice, which inclides the advice from a principal engineer at our company, who will provide overall feedback on this feature.
I will respond directly to the user with a plan. Once the user accepts the plan, I will spawn the implementer agent to implement the plan. I will pass the entire plan directly to the implementer agent.
User Query: $ARGUMENTS
Repo: dcouple/Pane
Other commands on pane.
- /commit
Create git commits with user approval and no Claude attribution
Open command - /create_plan
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work collaboratively with the user to produce high-quality technical specifications.
Open command - /describe_pr
Generate comprehensive PR descriptions following repository templates
Open command - /implement_plan
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success criteria.
Open command - /iterate_plan
Iterate on existing implementation plans with thorough research and updates
Open command - /research_codebase
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform your reserach.
Open command

