destructive-operation-guard
Installation
SKILL.md
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:
Related skills