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.md
source 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

  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