What problem does it solve? Undoing work in a git repository is risky when commits span multiple tasks and phases. This Skill reverts changes by logical work unit instead of raw commit hashes, keeping history intact and plan files synchronized. ## Core Features & Use Cases - Granular Revert Targets: Revert an entire track, a specific phase, or a single task using references like trackId:phase2 or trackId:task2.3. - Safe Execution Workflow: Discovers related commits via git log, shows a full execution plan, and requires explicit 'YES' confirmation before running git revert. - Plan Synchronization: Automatically resets task markers in plan.md and tracks.md after reverting, and halts immediately on merge conflicts for manual resolution. - Use Case: A task implementation introduced a bug after being marked complete. Revert just that task's commits, reset its status to pending, and keep all other work untouched. ## Quick Start Ask the assistant to revert task 2.3 in track dashboard_20250112 using the conductor-revert skill.