Guidelines for iteratively planning tasks and changes before implementation. Use this when the user requests a non-trivial task or when you need to align on a complex implementation strategy.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add aiskillstore/marketplace --skill plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aiskillstore-plan)More formats (shields.io, HTML) on the badges page.
---
name: plan
description: Guidelines for iteratively planning tasks and changes before implementation. Use this when the user requests a non-trivial task or when you need to align on a complex implementation strategy.
---
# Task Planning
## Workflow
1. **Gather Information**: Explore codebase and list dependencies.
2. **Draft Plan**:
- **Objective**: Goal of the task.
- **Approach**: High-level strategy.
- **Steps**: Sequential actions.
- **Verification**: How to prove it works.
3. **Clarify**: Include **at least 3 clarifying questions** with proposed answers.
4. **Approve**: Wait for user "go ahead" (empty response = approval).
5. **Implement**: Execute only after approval.
## Principles
- **Zero-Impact**: Do not modify files during planning.
- **Iterative**: Refine based on feedback.
- **Concise**: Keep plans readable and progress tracked via TODOs.
## References
- [Planning Principles](references/principles.md)
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!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.