Design a comprehensive theming architecture with design tokens and multi-site support.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install content-management-system@melodic-software# 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 f...