What problem does it solve? When working on production systems or live environments, a single destructive command (rm -rf, DROP TABLE, force-push) or an edit to the wrong file can cause serious damage. This Skill activates a combined safety mode that warns before destructive commands and blocks file edits outside a chosen directory. ## Core Features & Use Cases - Destructive Command Warnings: Inherits the /careful behavior, warning before commands like rm -rf, DROP TABLE, or force-push execute, with user override possible. - Directory-Scoped Edit Boundary: Inherits the /freeze behavior, restricting all file edits to a user-specified absolute path stored in a freeze state file. - Use Case: While debugging a live production issue, activate guard mode and restrict edits to the hotfix directory so no accidental changes are made elsewhere, while still getting warned before any risky shell command runs. ## Quick Start Ask the assistant to enable guard mode and provide the directory path that edits should be restricted to.