What problem does it solve? Design system teams struggle to keep component documentation consistent across Web, iOS, and Android. This Skill turns a single component input (Figma frame, screenshot, text, or code) into one complete specification that answers design and engineering questions for all three platforms at once. ## Core Features & Use Cases - Architecture classification: Assigns each component to one of four levels (Item, Surface View, Structural View, Layout) with explicit reasoning for borderline cases. - Naming and token validation: Enforces the Role + Entity naming formula and a two-tier token system (Core → Semantic), flagging hardcoded values and missing semantic tokens as blockers. - Full spec output: Produces a fixed-structure spec covering variants, states, slots, lifecycle, React/SwiftUI/Compose implementations, and accessibility requirements, plus per-user memory logs in JSON. - Use Case: A designer drops a Figma frame of a new Badge component and asks for a spec; the Skill classifies it as Surface View, validates tokens, and outputs platform-specific implementation guidance for all three engineering teams. ## Quick Start Ask the assistant to create a component spec from the attached Figma frame or screenshot for Web, iOS, and Android.