Design Theme System Command Design a comprehensive theming architecture with design tokens and multi-site support. Usage Format Options - tokens : Design token JSON schema - css-vars : CSS custom properties - tailwind : Tailwind CSS configuration - all : Complete theme system Workflow Step 1: Parse Arguments Extract format and multi-tenant option from command. Step 2: Gather Requirements Use AskUserQuestion to understand: - How many sites/tenants need theming? - What level of customization is needed? - Are there brand guidelines to follow? - What frontend frameworks are used? Step 3: Invoke S…