What problem does it solve? Abandoned processes and leftover task resources accumulate on a development machine and consume memory, CPU, and disk space, but deleting them blindly risks killing work that is still active. This Skill applies explicit ownership and verification rules so cleanup targets are confirmed before any destructive action runs. ## Core Features & Use Cases - Abandoned Resource Detection: Identifies orphaned processes and stale task resources that no longer belong to active work. - Ownership Verification: Applies Andres's ownership rules to confirm a resource is truly abandoned before flagging it for removal. - Approval-Gated Destructive Actions: Preserves mandatory approval requirements before any deletion or termination is executed. - Use Case: After a long session of running dev servers, test suites, and background jobs, ask the assistant to find abandoned processes and safely clean them up, reviewing each target before anything is killed. ## Quick Start Ask the assistant to find abandoned processes and task resources on this machine and clean them up safely, requiring approval before any destructive action.