Marketplace planning-action
Use when the user asks for a roadmap, timeline, phased plan, or execution sequence.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bellabe/planning-action" ~/.claude/skills/aiskillstore-marketplace-planning-action && rm -rf "$T"
manifest:
skills/bellabe/planning-action/SKILL.mdsource content
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
- Restate goal and constraints.
- Define scope and non-scope.
- Break into phases with milestones.
- Identify dependencies and risks.
- Keep validation checkpoints high-level.