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
-
Load the plan file
- Read the provided
.plan.mdpath. - Confirm the plan uses the expected YAML frontmatter with
todos. - If the path or format is missing, ask the user for clarification.
- Read the provided
-
Execute tasks with status transitions
- When starting a task, set its
statustoin_progress. - Keep at most one
in_progresstask at a time. - When a task is finished, set its
statustocompleted. - Update the plan file after each status change.
- When starting a task, set its