/done
Definition-of-Done gate before a task moves to Done. Invokes process-guardian to confirm CU-id linkage, green verification, no secrets, design-review sign-off, and a clean deploy window — blocks the close if anything fails.
Definition-of-Done gate before a task moves to Done. Invokes process-guardian to confirm CU-id linkage, green verification, no secrets, design-review sign-off, and a clean deploy window — blocks the close if anything fails.
Recover code that was lost or clobbered — from the automatic bewith-safety snapshots first, then git's own nets (reflog, stash, dangling blobs). Thin wrapper around the restore-code skill; always shows a diff and confirms before writing, and the restore itself is reversible.
Show every concurrent Claude session on this machine — surface, branch, cwd, files touched, age, live/stale, branch+dir collisions, and which sessions are waiting on me. Read-only situational awareness across sessions; opens a live HTML dashboard on request.
Run the repo's full local verification — lint + typecheck + tests + build (+ contract checks where they apply). The /continue step-9 gate as a standalone command; fixes small in-scope failures, escalates the rest.