Production Write Gate

Use before running any operation that mutates a production system - a database write, a deploy or slot swap, a config or secret change, a destructive command (drop, delete, truncate, force-push), or a live third-party call that charges money or sends messages. The agent surfaces the exact operation, what it affects, and how to reverse it, then waits for explicit human confirmation in chat before executing. Read-only inspection never needs a gate. Triggers on prod write, deploy, slot swap, migration apply, delete/drop/truncate, config or secret change, or "run this against production".

scott-garvin Updated

File contents

scott-garvin/claude-code-guardrails/tree/main/skills/production-write-gate commit 1dd1bd1429

Frequently asked questions

npx skillmds@latest add scott-garvin/production-write-gate