---
name: "/execute-plan: one-commit stages, wait for go, never push"
description: "Use when /execute-plan must commit one stage at a time, wait for go, and never push."
---

# /execute-plan: one-commit stages, wait for go, never push

## When
Use when a plan is approved but each stage still needs a human go.

## Stop
Never push. Wait for go between one-commit stages.

## Steps
1. Make only that stage's changes. Note adjacent cleanups for later.
2. Prove it works — run the thing, run the tests. Never report done because the code looks right.
3. git add <paths> explicitly. Never git add -A / git add .
4. Post the report and stop. Do not commit yet.

## Load
/execute-plan. git commits locally. No push.
