What problem does it solve? Customizing an airline storefront without understanding the existing source architecture leads to broken booking flows, unauthorized GraphQL calls, and duplicated business logic. This Skill guides a structured process of source orientation, user interviews, and contract inspection before any code is written. ## Core Features & Use Cases - Source Architecture Orientation: Maps the Openfront Airline repository structure, including features/storefront, app routes, Keystone models, and schema.graphql, so changes start from verified behavior. - Structured Discovery Interview: Asks targeted questions about target revision, deployment mode, required journeys, and test environments before proposing implementation. - Capability Matrix & Safe Client Guidance: Produces a verified/presentation-only/blocked capability matrix and enforces safe patterns for adapting the built-in client or building a separate BFF-backed client. - Use Case: A team wants to rebrand and extend the airline booking experience. The Skill inspects the actual routes, GraphQL operations, and access rules, then distinguishes safe UI changes from work requiring new backend contracts. ## Quick Start Use the openfront-airline-custom-storefront skill to plan a custom storefront against my checked-out Openfront Airline repository.