# Executing Plans

> Executes plans task-by-task with verification. Use when implementing a plan.

- Skill: `archieindian/executing-plans` (Agent Skill)
- Install (CLI): `npx skillmds@latest add archieindian/executing-plans`
- Raw SKILL.md: https://api.skillmd.com/api/skills/archieindian/executing-plans/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: archieindian (https://skillmd.com/u/archieindian)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/archieindian/executing-plans

---


# 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

