What problem does it solve?
Destructive operations like rm -rf, bulk page deletes, table truncation, or source removal can permanently destroy data before anyone realizes what was lost. This Skill inserts a mandatory confirmation gate that stops the agent, presents a recoverability card, and waits for an explicit "yes" before any destructive command executes.
Core Features & Use Cases
- Destructive Operation Detection: Fires before shell-level deletions (rm -rf, git rm, bulk sed) and brain-level deletions (bulk forget, page-delete sweeps, purge-deleted, source removal, raw-SQL truncation).
- Recoverability Card: Presents a structured card showing what will be deleted, count, size, recoverability options, downstream impact, and alternatives to deletion.
- Strict Confirmation & Logging: Accepts only an explicit "yes" or "do it", then logs confirmed deletions to daily notes with timestamp, scope, and recovery path.
- Use Case: Before running a script that sweeps gbrain delete across 400 pages, the agent inspects backlinks and graph dependencies, presents the card with restore options, and only proceeds after the user explicitly confirms.
Quick Start
Ask the agent to bulk delete pages or free up disk space and it will present a confirmation card requiring your explicit yes before proceeding.