| name | guard |
| description | Maximum safety mode — combines careful (destructive command warnings) with
freeze (edit scope restriction). Use when working with production systems
or making sensitive changes.
|
Guard — Maximum Safety Mode
Activates both careful and freeze simultaneously. Maximum safety for production work.
Related skills: careful | freeze | unfreeze
Activation
When the user says "guard mode" or "be very careful":
- Activate careful — warn before destructive commands
- Activate freeze — restrict edits to specified directory
- Display status:
🛡️ GUARD MODE ACTIVE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Destructive command warnings: ON
Edit scope: [directory] (or "ask user to specify")
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Deactivation
Use unfreeze to remove both restrictions.