Skip to main content
ClaudeWave
Skill70 repo starsupdated 2mo ago

executing-plans

This skill provides a structured framework for executing multi-step plans by processing each task sequentially with explicit verification before moving forward. Use it when working through complex implementations, workflows, or goal-oriented tasks that require careful completion validation and progress tracking, particularly when resuming work across sessions or managing substantial projects that benefit from checkpointing.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ArchieIndian/openclaw-superpowers /tmp/executing-plans && cp -r /tmp/executing-plans/skills/core/executing-plans ~/.claude/skills/executing-plans
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Executing Plans

## The Loop

For each step:
1. Read the step carefully
2. Do exactly what the step says
3. Verify the step is complete
4. Mark it done: [x]
5. Continue to next step

## Rules

- Stay on task. Note other issues, do not fix them mid-step.
- Verify before continuing. 'I think that worked' is not verification.
- Handle failures explicitly. Stop and diagnose before retrying.

## OpenClaw Checkpointing

At checkpoint steps, update memory/YYYY-MM-DD.md with:
- Which steps are done
- Current state of the work
- Any decisions made
- Next step to resume from