# Plan Then Confirm

> Use on any file move, rename, download, catalog write, or skill run: first a very simple plan, then wait for the user to confirm before executing.

- Skill: `chakhdz/plan-then-confirm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add chakhdz/plan-then-confirm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chakhdz/plan-then-confirm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Chakhdz (https://skillmd.com/u/chakhdz)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/chakhdz/plan-then-confirm

---

# Plan then confirm

Carlos’s standing rule: **“dime tu plan y luego te confirmo.”**

Applies to every bot and every skill that would change files, catalogs, or downloads.

## Do

1. Look first (read-only).
2. State a **very simple** plan: from → to, what stays, undo.
3. **Stop.** Wait for an explicit yes.
4. Only then run (`mv -n`, downloads, writes). Never overwrite. Never delete.

## Do not

- Do not “just start” because the plan looks obvious.
- Do not bury the plan in a long report.
- Do not treat silence as yes.

