Quick gut-check before implementing when the user directly asks you to do something. Investigates, proposes a lightweight plan, and implements only after approval. Use this instead of `plan` when the change is straightforward.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add dcouple/Pane --skill simple-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Simple Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dcouple-simple-plan-pane)More formats (shields.io, HTML) on the badges page.
---
name: simple-plan
description: Quick gut-check before implementing when the user directly asks you to do something. Investigates, proposes a lightweight plan, and implements only after approval. Use this instead of `plan` when the change is straightforward.
argument-hint: "[what the user wants done]"
---
# Simple Plan
When the user directly asks for a change, investigate first and propose a short
plan before writing code.
## Plan Contents
### Current State
- root cause or current behavior
- concrete file references
### Proposed Changes
- what needs to change
- file references where relevant
- task list in implementation order
### Advice
- architectural or implementation guidance when useful
## Process
1. Investigate the codebase first
2. Present the plan to the user
3. Only implement after approval
4. After approval, keep one primary implementation authority by default
5. Keep the user's why, constraints, and non-goals explicit during implementation
6. After implementation, run `implementation-reviewer`
7. Prefer a fresh skeptical second review pass before declaring completion
8. If you have a separate Claude workflow available, it can be the parallel
second-opinion lane, but Codex remains primary on this path
## Notes
- Keep the plan concise but concrete
- Include file references whenever possible
- If the task is broad or risky, recommend switching to `plan`
- Do not implement anything until the user approves
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!