← ClaudeAtlas

godmode-governancelisted

Preview and govern protected engineering actions without executing them implicitly. Use before destructive, externally visible, history-changing, database-changing, release, credential, branch, or worktree operations.
AIimagined/Godmode · ★ 5 · Code & Development · score 77
Install: claude install-skill AIimagined/Godmode
# Godmode Governance ## Outcome Turn a risky requested operation into an explicit, reviewable contract. This skill classifies and previews the operation; it does not grant the host permission or claim to intercept every tool. ## Workflow 1. Inspect the current project identity, branch or worktree, dirty state, and the exact target. 2. Separate observation from mutation. Read-only inspection needs no capability. 3. Classify the proposed action with: ```powershell <plugin-root>/bin/godmode --project <path> guard --operation "<exact operation>" ``` 4. For a protected result, present the exact action, affected scope, likely impact, recovery path, and proof to run afterward. 5. If authorization is required, configure the local authorization secret once and issue a short-lived, one-use capability for the exact action. Never store or pass the secret through Godmode records. 6. Execute only when the user has authorized the mutation and the host provides an appropriate execution boundary. Keep execution separate from classification. 7. Consume the matching capability immediately before the protected operation, then verify the result and record evidence. Read [godmode-protection-matrix.md](references/godmode-protection-matrix.md) when deciding whether an operation is protected or when writing the preview. ## Fail-closed rules - Treat an unknown mutation as protected. - Preserve unrelated user changes and existing worktrees. - Rewrite history, remove data, publish, ins