What problem does it solve? Design teams lose track of which Figma components have corresponding spec docs, code, and Storybook stories, making it impossible to measure design-system coverage or prioritize what to build next. ## Core Features & Use Cases - Figma Library Enumeration: Calls Figma MCP tools to list every component in the upstream library with name, node ID, and variant info. - Tier Classification & Traceability: Infers each component's tier (atom, molecule, organism, layout) and checks whether its spec doc, code directory, and Storybook story exist in the project. - Delta & Priority Queue: Computes ADDED, RENAMED, DEPRECATED, and RESCOPED changes versus the previous snapshot and refreshes a priority queue of components needing attention. - Use Case: After design ships a Figma library update, run this to refresh docs/research/_inventory/figma_components.md, see which new components lack code, and identify the top 5 candidates for component-spec work. ## Quick Start Snapshot the Figma component library from this file URL into the inventory and show me the delta versus the last snapshot.