Agent skill
careful
Safety guardrails — warns before destructive commands. Activate by saying "be careful" or when working with production systems. Warns on: rm -rf, DROP TABLE, force-push, git reset --hard, DELETE without WHERE.
Install this agent skill to your Project
npx add-skill https://github.com/DenchHQ/DenchClaw/tree/main/skills/gstack/careful
SKILL.md
Careful — Destructive Command Guardrails
When active, warn before any potentially destructive operation. The user must explicitly confirm before proceeding.
Related skills: freeze | guard | unfreeze
Destructive Commands to Guard
File System
rm -rf— Recursive force deleterm -ron important directories- Any operation that removes entire directories
Database
DROP TABLE/DROP DATABASEDELETEwithoutWHEREclauseTRUNCATE TABLEALTER TABLE DROP COLUMN
Git
git push --force/git push -f(especially to main/master)git reset --hardgit clean -fdgit branch -Don shared branches
Infrastructure
- Destroying cloud resources (terraform destroy, kubectl delete)
- Modifying production environment variables
- Stopping production services
Warning Format
When a destructive command is about to execute:
⚠️ DESTRUCTIVE COMMAND DETECTED
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Command: [the command]
Risk: [what could go wrong]
Reversible: YES / NO / PARTIAL
Proceed? (The user must explicitly confirm)
Rules
- Never execute a destructive command without explicit user confirmation
- Always explain what could go wrong — don't just say "are you sure?"
- Suggest safer alternatives when they exist (e.g.,
git push --force-with-leaseinstead of--force) - The user can always override — these are guardrails, not handcuffs
Combine with freeze for maximum safety, or use guard for both at once.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
dench-integrations
Connected app integration recipes for Dench Integrations (Gmail, Slack, GitHub, Notion, Google Calendar, Linear, Stripe, YouTube, and 500+ more)
gstack-workflow
Structured AI-assisted development workflow with specialist roles — Think, Plan, Build, Review, Test, Ship, Reflect. Adapted from garrytan/gstack (MIT).
plan-ceo-review
CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises. Four modes: SCOPE EXPANSION, SELECTIVE EXPANSION, HOLD SCOPE, SCOPE REDUCTION. Use when reviewing strategy, questioning scope, or before engineering review.
investigate
Systematic root-cause debugging. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause investigation first. Use when debugging errors, unexpected behavior, or troubleshooting.
design-consultation
Build a complete design system from scratch. Research the landscape, propose safe choices AND creative risks, generate DESIGN.md. Use when creating a new design system or establishing design foundations for a project.
land-and-deploy
Merge the PR, wait for CI and deploy, verify production health. Takes over after ship. One command from "approved" to "verified in production."
Didn't find tool you were looking for?