multiAI Summary Pending
planning-action
Use when the user asks for a roadmap, timeline, phased plan, or execution sequence.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/planning-action/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/bellabe/planning-action/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/planning-action/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How planning-action Compares
| Feature / Agent | planning-action | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Use when the user asks for a roadmap, timeline, phased plan, or execution sequence.
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
# Planning Action Skill ## Purpose Translate a decision or goal into an executable plan. ## When to use - Roadmaps - Rollout plans - Timelines / phases Do NOT use for: - advice without commitment (use prescriptive-actions) - repeatable SOPs (use procedural-action) ## Operating rules 1. Restate goal and constraints. 2. Define scope and non-scope. 3. Break into phases with milestones. 4. Identify dependencies and risks. 5. Keep validation checkpoints high-level. ## Outputs ### Goal & constraints ### Scope / non-scope ### Phased plan ### Dependencies ### Risks & contingencies