← ClaudeAtlas

gabe-alignlisted

Alignment guardian — values + AP advisory checks at commit/PR boundaries, shallow/standard/deep.
khujta/gabe-suite · ★ 0 · Code & Development · score 63
Install: claude install-skill khujta/gabe-suite
# Gabe Align — Alignment Guardian ## 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 Two responsibilities: (1) **Manual alignment checks** — test proposed work against curated values BEFORE building, in shallow / standard / deep modes; (2) **Automatic checkpoint** — at commit/PR boundaries, evaluate values + test scenario coverage via hooks, no manual invocation needed. Values load from three stacking sources: structural (`VALUES.md`, A1-A7), user-level (`~/.kdbp/VALUES.md`), and project-level (`.kdbp/VALUES.md`), plus advisory Architecture Principles in standard/deep modes. ## Usage / modes `/gabe-align [mode] [target]` or `/gabe-align init [project]` ### Manual checks | Mode | Alias | Values Checked | Output | Use Case | |------|-------|---------------|--------|----------| | **shallow** | `sf`, `bf` | Core only (A1-A3) + project values | 3-5 lines inline | Quick sanity check, auto-trigger in gabe-roast | | **standard** | (default) | All Standard (A1-A7+) + project values + advisory AP checks | Full alignment document | Before design, implementation, or non-trivial tasks | | **deep** | `dp` | All values + a