What problem does it solve? When a ~/workspace build tree (kernel + AOSP) drifts into a broken or inconsistent state, this Skill pulls it back to the known-good baseline archived in code/rpi5, providing a controlled disaster-recovery path instead of manual file-by-file repair. ## Core Features & Use Cases - Plan-based sync: Scans workspace versus code/rpi5 and classifies differences into MODIFIED-DIVERGED, NEW-MISMATCH, and EXTRA categories, writing a TSV plan file for review. - Human confirmation gates: Interactive mode requires per-item confirmation and a final summary approval before any apply; --auto mode runs a single-process closed loop without gates. - Mandatory post-apply verification: After execution, a full rescan classifies results as FIXED, KEPT, RESIDUAL, or NEW-DIFF, returning a non-zero exit code on residual or new differences. - Use Case: A kernel driver edit breaks the build on a Raspberry Pi 5 workspace. Run the sync to generate a plan, confirm which diverged files to check out from the code baseline, apply, and verify the tree matches the archived state before rebuilding. ## Quick Start Ask the AI to sync the workspace back to the code/rpi5 baseline and review the generated plan item by item before applying.