What problem does it solve? Application surfaces often end up as bland developer-oriented screens with hidden controls, missing logs, and unverified layouts. This Skill enforces the Ordo UXI discipline so every tab, settings screen, and workflow surface exposes its controls, logs, and failure states in an operator-friendly way. ## Core Features & Use Cases - Control Surfacing Rules: Ensures every toggle, action, limit, provider choice, and trust state is visible and grouped in the UXI rather than buried in config files or CLI flags. - Exhaustive Logging Discipline: Requires timestamped event logs for user actions, capability decisions, errors, and security events, exposed in a readable operator-facing surface. - Human-Like Verification Workflow: Mandates launching the app, driving realistic workflows, triggering error paths, and checking layouts before declaring work complete. - Use Case: When adding a new provider setup tab to Ordo Studio, use this Skill to design the screen against the live shell baseline, surface all configuration controls, add an event log panel, and verify the result by launching the app. ## Quick Start Use the ordo-uxi-builder skill to redesign the settings tab so all controls and logs are visible, then launch the app and verify the workflow like an operator.