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.From its SKILL.md
npx -y skills add aiskillstore/marketplace --skill planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.9 KB, 175 tokens by cl100k_base, as published. Nobody here has run it
Task Planning
Workflow
- Gather Information: Explore codebase and list dependencies.
- Draft Plan:
- Objective: Goal of the task.
- Approach: High-level strategy.
- Steps: Sequential actions.
- Verification: How to prove it works.
- Clarify: Include at least 3 clarifying questions with proposed answers.
- Approve: Wait for user "go ahead" (empty response = approval).
- 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
What ships with it: 2 files
9.6 KB alongside SKILL.md
references/
- principles.md1.4 KB
- skill-report.json8.2 KB