What problem does it solve? Structuring a product catalog incorrectly causes data quality problems, import failures, and variant explosion. This Skill guides you through fitting your catalog into your platform's native data model — Shopify's products/variants/metafields, WooCommerce's attributes/variations, BigCommerce's options/SKUs — or designing a custom PostgreSQL schema for headless storefronts. ## Core Features & Use Cases - Platform-Specific Modeling: Step-by-step guidance for Shopify (options, variants, metafields), WooCommerce (product types, global attributes, variations), and BigCommerce (option sets, custom fields, modifiers). - Custom Headless Schema: Complete PostgreSQL schema with products, variants, options, JSONB attributes, and relationship tables, plus matching TypeScript types. - Relationship Planning: Configure upsells, cross-sells, and related products to increase average order value. - Use Case: When migrating a clothing catalog with size and color variants from a PIM into Shopify, use this Skill to decide which attributes become variants versus metafields and avoid hitting the 100-variant cap. ## Quick Start Ask the AI to design a product data model for your catalog on Shopify, WooCommerce, BigCommerce, or a custom PostgreSQL backend, including variants, attributes, and product relationships.