What problem does it solve? Design specs in Figma change continuously, and teams lose track of which changes the implementation plan has absorbed. This Skill pulls machine-extracted snapshots of a Figma planning file, computes structural deltas (sections, screens, spec descriptions) against the previous version, and routes each change into an existing alignment plan as actionable work items. ## Core Features & Use Cases - Version-gated snapshot pull: Calls the Figma REST API directly (no MCP required) and caches the file version so unchanged files exit after one API round trip. - Structural delta computation: Folds raw git diff noise into readable section/screen/spec-level changes, detecting renames via screen-name overlap and flagging parser drift with a self-check block. - Plan routing with a sync gate: Compares the plan's recorded Figma version against the snapshot version to detect unreflected pulls, then routes each delta to the correct plan section, decision log, or open-questions list. - Use Case: A designer updates the admin console spec in Figma overnight. In the morning you run the sync, see that two sections were renamed and one new domain appeared, and get proposed work items with Figma evidence and code file:line references ready for approval. ## Quick Start Ask the AI to pull the latest Figma snapshot and show what changed since the plan last reflected it.