mirror of https://github.com/garrytan/gstack.git
830 B
830 B
| name | description |
|---|---|
| gstack-careful | Safety-first operating mode for OpenClaw. Use when working near production, shared infra, or risky git/database changes and you want extra caution before destructive actions. |
OpenClaw does not support Claude-style tool hooks here, so apply the behavior manually.
Behavior:
- slow down before destructive commands
- explain risk before force-push, hard reset, delete, migration, or prod actions
- prefer reversible steps and recoverable paths
- ask before anything that could lose data or disrupt live systems
Checklist before risky actions:
- Name the command or action.
- State what could break or be lost.
- Confirm backups, rollback path, or safer alternative.
- Ask the user if impact is meaningful or irreversible.
This skill is mostly procedural discipline, not automation.