What problem does it solve? Customizing a hospital operator dashboard without understanding the existing codebase leads to broken workflows, unsafe data access, and mismatched assumptions. This Skill guides you through inspecting the actual Openfront Hospital source, interviewing stakeholders, and safely adapting the built-in dashboard or building a separate client. ## Core Features & Use Cases - Source Orientation: Explains the repository architecture, including the reusable Keystone dashboard shell in features/dashboard and the hospital-specific operator experience in features/platform. - Structured Interview Process: Asks targeted questions about deployment targets, required operator jobs, roles, and visual direction before writing code. - Contract Verification: Traces GraphQL operations, schema access rules, and server actions to produce a capability matrix distinguishing presentation-only changes from backend contract work. - Use Case: A hospital IT team wants a custom intake and appointments dashboard. The Skill inspects the current routes, verifies which GraphQL operations are authorized, and either adapts the built-in client or scaffolds a separate client with pinned schema and strict types. ## Quick Start Ask the assistant to plan a custom operator dashboard for your Openfront Hospital deployment and point it at your source checkout.