What problem does it solve? Translating a user's natural-language question into well-formed search targets for the get_context tool is error-prone: concepts get misclassified, ambiguous phrases get collapsed, and literal values get searched as if they were model entities. This Skill provides the classification rules and decomposition patterns needed to build accurate dimension, measure, view, and source targets. ## Core Features & Use Cases - Target-Type Classification: Decision guide mapping user phrases to dimension, measure, view, or source target types, including time references and numeric ranges as dimensions. - Decomposition Patterns: Seven non-obvious rules such as splitting adjective-noun phrases ("active users"), covering ambiguous concepts with both types, and adding ranking measures for "top N" questions. - Categorical Value Resolution: Guidance to target the parent dimension and confirm exact stored strings ("NYC" vs "New York City") via execute_query before filtering. - Use Case: For the question "Customer churn in NYC over the last year for premium and basic subscribers", produce five correctly typed search targets and then verify the stored city and tier values before running the query. ## Quick Start Ask how to turn the question "top 6 products by revenue last quarter" into get_context search targets.