What problem does it solve? AI agents can execute destructive commands like DROP TABLE, TRUNCATE, or gsutil rm without pausing, risking permanent loss of production data or critical infrastructure. This Skill enforces a mandatory stop-and-verify checkpoint before any irreversible operation runs. ## Core Features & Use Cases - Mandatory Consent Gate: Halts execution of any command causing irreversible data loss and requires explicit user approval before proceeding. - Broad Coverage of Destructive Operations: Covers SQL (DROP TABLE/VIEW/SCHEMA/DATABASE, TRUNCATE, unscoped DELETE), cloud storage deletion (gsutil rm, gcloud storage rm), and infrastructure teardown (project deletion, Spanner/BigQuery/Dataproc resource removal, secret deletion, KMS key destruction). - Use Case: When an agent proposes running gcloud projects delete or a DELETE statement without a WHERE clause, the Skill forces it to explain the impact, justify the action, and wait for affirmative confirmation instead of executing immediately. ## Quick Start Before running any destructive SQL, cloud storage, or infrastructure deletion command, stop and ask me for explicit confirmation first.