Writes an implementation plan with small steps, exact files to touch, and verification commands. Use before making non-trivial changes.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add phoroth/AGENTIC --skill superpowers-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Superpowers Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/phoroth-superpowers-plan)More formats (shields.io, HTML) on the badges page.
---
name: superpowers-plan
description: Writes an implementation plan with small steps, exact files to touch, and verification commands. Use before making non-trivial changes.
---
# Planning Skill
## When to use this skill
- any multi-file change
- any change that impacts behavior, data, auth, billing, or production workflows
- any debugging that needs systematic isolation
## Planning rules
- Steps should be **small** (2–10 minutes each).
- Every step must include **verification**.
- Prefer **incremental deliverables** (avoid “big bang” edits).
- Identify **rollback** and **risk controls** early.
## Plan format (use this exact structure)
### Goal
### Assumptions
### Plan
1. Step name
- Files: `path/to/file.ext`, `...`
- Change: (1–2 bullets)
- Verify: (exact commands or checks)
2. ...
### Risks & mitigations
### Rollback plan
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!