Guard

Maximum safety mode — combines careful (destructive command warnings) with freeze (edit scope restriction). Use when working with production systems or making sensitive changes.

aspectrr f99455e 1.2 KB Updated

File contents

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":

  1. Activate careful — warn before destructive commands
  2. Activate freeze — restrict edits to specified directory
  3. Display status:
🛡️  GUARD MODE ACTIVE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Destructive command warnings: ON
Edit scope: [directory] (or "ask user to specify")
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Deactivation

Use unfreeze to remove both restrictions.

aspectrr/denchclaw-workspace/tree/main/skills/gstack/guard commit f99455e53c

Frequently asked questions

npx skillmds@latest add aspectrr/guard