When you need to undo work in a Conductor project, this gives you surgical control over what gets reverted. Point it at a full track, a specific phase, or even a single task, and it walks backward through git history to revert exactly those commits. The paranoia level is appropriate: it shows you every commit it plans to touch, requires you to type YES in all caps, and immediately halts on any merge conflict rather than trying to be clever. It also syncs your plan.md status markers back to pending states. Most undo tools either nuke everything or leave you hunting through git log yourself. This one understands your work structure and acts accordingly.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill conductor-revert