Destructive Operation Guard CRITICAL: This skill defines mandatory safety protocols for AI agents. Core Principle NEVER execute a destructive operation without EXPLICIT user confirmation. "Destructive" means any operation that: - Deletes data - Overwrites existing data - Resets state - Cannot be easily undone - Affects production systems - Modifies data belonging to others Destructive Operations Checklist ALWAYS ASK BEFORE: Database Operations - [ ] , - [ ] - [ ] without specific WHERE clause - [ ] affecting more than 10 rows - [ ] without specific WHERE clause - [ ] affecting more than 10 ro…