careful
Installation
SKILL.md
Careful
Session-scoped safety guardrail: pauses before any destructive command and requires the user to confirm before proceeding.
Purpose
Activate a protective mode for the current session that intercepts destructive or hard-to-reverse bash operations and surfaces them for explicit confirmation before execution.
Trigger
Apply when user requests:
- "careful", "careful mode", "enable safety guardrail", "guard mode"
- "warn before destructive commands", "小心模式", "開啟安全警告"
- Automatically pairs with
freezewhen user invokesguard
Do NOT trigger for:
- Read-only operations — no confirmation needed
- Cleanup of known build artifact directories — these are safe exceptions
- One-time destructive action the user already explicitly approved