What problem does it solve? Manually repeating multi-step device interactions is error-prone and cannot be replayed deterministically. This Skill captures live device walkthroughs as replayable Argent flow YAML files with stable selectors, verified navigation gates, and audited reliability. ## Core Features & Use Cases - Live flow recording: Start a recorder, capture taps, typing, waits, and navigation checks one verified step at a time, then finish and polish the YAML. - Selector discipline and auditing: Enforce stable id/text selectors, run blocking audits for raw coordinates, role-only selectors, device ids, and weak gates before replay. - Replay and repair: Replay flows end to end, diagnose failures by class, and correct the smallest justified unit with a two-cycle correction limit. - Use Case: Record a sign-in-to-settings path on an iOS simulator once, polish it into an e2e flow with identity and idle gates, then replay it in CI via argent flow run on every build. ## Quick Start Ask the assistant to record a new Argent flow that launches your app, walks through the target screens, and replays the saved YAML end to end.