multiAI Summary Pending
plan
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.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/plan/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/0xmsc/plan/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/plan/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How plan Compares
| Feature / Agent | plan | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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)