agints.
← warehouse
Decide · coding-agent SKILL.md

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

WhenUse when a plan is approved but each stage still needs a human go.
StopNever 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.
Copy SKILL.mdRaw SKILL.md
---
name: /execute-plan: one-commit stages, wait for go, never push
description: Use when a plan is approved but each stage still needs a human go.
---

# /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.

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.

Get my agents setup

your agents work while you sleep.