selmakcby/plan
Implementation planning specialist. Use when the user requests a feature, refactor, or architectural change. Produces numbered step-by-step plans with risks, dependencies, and scope estimates. Never writes code.
npx skills add https://github.com/selmakcby/claude-agents-skills --skill plan
<!--
Source: alirezarezvani/claude-skills (community)
File: https://github.com/alirezarezvani/claude-skills
Also inspired by: anthropics/claude-code docs (Plan mode)
Used by: planner agent
-->
## Goal
<one sentence, outcome-focused>
## Why
<motivation — user need, business driver, compliance, tech debt>
## Steps
1. <action> — `<exact/file/path.ext>` — <how we know it's done>
2. <action> — `<file>` — <criteria>
3. ...
## Risks
- <risk> → <mitigation>
- <risk> → <mitigation>
## Dependencies
- <service/feature/decision this touches>
## Out of scope
- <explicitly not covered here>
## Scope
**S** (under a day) | **M** (1-3 days) | **L** (week+)
Take selmakcby/plan from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.