What problem does it solve? Choosing between multiple UI design options requires human judgment, but manually building, screenshotting, and presenting each candidate look is slow and error-prone. This Skill automates staging real, device-rendered design variants so a human can compare them side by side and pick winners before any code is committed. ## Core Features & Use Cases - Variant Staging: Stage one or more candidate designs per element with propose_variant, each backed by a real screenshot captured on the running simulator or emulator. - Anchored Preview Cards: Match elements by identifier, label, text, or role so each floating card in the Argent Lens window connects to the correct on-screen element. - Blocking Human Decision: Call await_user_selection once to receive chosen variants, skipped elements, pinned annotations, and global comments, then apply the outcome. - Use Case: You have three candidate styles for a search field (Filled, Outlined, Pill) in a React Native app. Build each one, screenshot it on the device, propose all three, and let the human pick the winner in the Argent Lens window. ## Quick Start Enable the argent-lens feature flag, then ask the agent to propose two or more design variants for a screen element and wait for my selection.