gabe-executelisted
Install: claude install-skill khujta/gabe-suite
# Gabe Execute — phase implementation runner
**Usage:** `/gabe-execute [task|all|<phase-number>] [--auto-commit] [--dry-run]`
## Gabe execution contract (E1–E7)
This skill runs under the suite execution contract — E1 EVIDENCE · E2 RUN-BEFORE-✅ · E3 NO SILENT DOWNGRADE · E4 REUSE FIRST · E5 STATE SYNC · E6 MISSING ANCHOR = STOP · E7 REPORT WHERE — floors, not ceilings; a skill's own gate may be stricter, never looser. Full text: `../gabe-docs/references/execution-contract.md` (if that file is missing, E6 applies — STOP).
## What this does
Executes phase tasks from `.kdbp/PLAN.md`. Complements `/gabe-plan` (write plan) and `/gabe-commit` (quality gate) — this is the **implementation** step: reads the plan, writes code, checkpoints at commit boundaries (user-gated by default, `--auto-commit` batches), and advances Exec state. Default scope is the single Current Phase; `task` runs one task only, `all` runs remaining phases autonomously, `<N>` jumps to phase N.
## Procedure
1. Treat any text after the invocation as `$ARGUMENTS`.
2. Read `references/execute-spec.md` (in this skill directory) IN FULL before executing — it is the binding spec: task decomposition, tier-cap enforcement, escalation gate, commit invocation, deviation handling, and phase-complete invariants. If it is missing, E6 applies — STOP.
3. Summary of the spec's main flow:
- **Step 0** — parse args (empty/`task`/`all`/`<N>`/`--auto-commit`/`--dry-run`); preconditions: `.kdbp/` exists, PLAN.md is active wi