execute-plan

Installation
SKILL.md

Execute Plan

Goal

Execute a plan stored in .cursor/plans/*.plan.md, updating todo statuses as work progresses.

Minimal workflow

  1. Load the plan file

    • Read the provided .plan.md path.
    • Confirm the plan uses the expected YAML frontmatter with todos.
    • If the path or format is missing, ask the user for clarification.
  2. Execute tasks with status transitions

    • When starting a task, set its status to in_progress.
    • Keep at most one in_progress task at a time.
    • When a task is finished, set its status to completed.
    • Update the plan file after each status change.
Related skills
Installs
13
First Seen
Feb 8, 2026