What problem does it solve? Customizing the Openfront Convenience operator dashboard is risky without knowing the actual source architecture, GraphQL contract, and access rules, and guessing from other verticals leads to broken or unsafe operator workflows. ## Core Features & Use Cases - Source-Guided Planning: Explains the repository layout (features/dashboard, features/platform, app/dashboard, Keystone models and schema.graphql) before any implementation begins. - Structured Discovery: Interviews the user about goals, roles, screens, and constraints, then inspects routes, data loaders, GraphQL operations, and access rules to produce a capability matrix. - Two Delivery Modes: Adapts the built-in dashboard client or builds a separately deployed client with pinned schema, checked named operations, and server-side credential handling. - Use Case: An operator team wants a redesigned POS and reconciliation dashboard; the skill traces the real server operations, flags missing backend contracts, and implements only verified presentation or workflow changes. ## Quick Start Ask the assistant to plan a custom Openfront Convenience operator dashboard and point it at your source checkout and target revision.