careful

Enforce explicit confirmations before destructive or security-sensitive operations.

2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Wilder1222/superomni --skill careful-wilder1222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: careful
Source: https://github.com/Wilder1222/superomni/tree/main/skills/careful
Command: npx skills add https://github.com/Wilder1222/superomni --skill careful-wilder1222

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safety guardrails that activate before high-risk operations and require explicit confirmation.

Core Features & Use Cases

  • Phase-gated risk assessment before destructive actions
  • Automatic STOP gates at THINK and post-approval checkpoints
  • Formal risk reporting and blast-radius evaluation before execution

Quick Start

Enable careful mode before performing high-risk operations and require explicit user confirmation for destructive changes.

Frequently Asked Questions about careful

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce safety guardrails before executing destructive database migrations?

To enforce safety guardrails, implement a phase-gated risk assessment process requiring explicit user confirmation. This evaluates blast-radius and verifies reversibility, stopping destructive database migrations or production configuration changes until approved.

What is blast-radius assessment for high-risk production configuration changes?

Blast-radius assessment is the process of evaluating the potential impact and reversibility of an operation. It generates a formal risk report required before executing security-sensitive actions or touching critical files.

How to add explicit confirmation gates for destructive ops workflows?

Add explicit confirmation gates by applying a multi-phase gating process. Automatic STOP gates at THINK and post-approval checkpoints require manual confirmation before any critical file modifications or secret alterations proceed.

Can I require reversibility checks for security-sensitive actions and secret updates?

Yes, you can require reversibility checks for security-sensitive actions. The gating process mandates a documented risk report and blast-radius evaluation, ensuring explicit confirmation before touching critical files or secrets.

When do I need a formal risk report before executing irreversible operations?

You need a formal risk report before executing irreversible operations during high-risk workflows like database migrations or production configuration changes. The report verifies blast-radius and requires explicit confirmation to prevent destructive actions.