What problem does it solve? Querying a Manufacturing Cloud org requires knowing exact object and field API names, and guessing wrong produces failed SOQL queries. This Skill guides discovery of the correct Manufacturing Cloud objects and fields before building and running queries against your org. ## Core Features & Use Cases - Object Discovery: Uses describe_sobject to verify object and field names before writing any query, avoiding invalid API name errors. - Guided Query Workflow: Walks through setup checks (SF CLI, authentication, target org), query construction, execution via run_soql, and iteration. - Manufacturing Cloud Coverage: Documents key objects such as SalesAgreement, SalesAgreementProductSchedule, AccountForecast, WarrantyTerm, Visit, and RebateProgram. - Use Case: A consultant asks "show me active Sales Agreements" and the Skill describes the SalesAgreement object, builds the SOQL with real field names, and executes it against the authenticated org. ## Quick Start Ask the assistant to show you active Sales Agreements from your Manufacturing Cloud org and it will describe the object, build the SOQL query, and run it.