What problem does it solve? Choosing the correct Wix CLI extension type (dashboard page, modal, plugin, service plugin, event, data collection, site widget, and more) is error-prone, and building one involves coordinating SDK discovery, implementation, and validation. This Skill acts as a decision-maker and orchestrator that routes each feature request to the right extension skill and enforces a complete build workflow. ## Core Features & Use Cases - Extension Type Decision Engine: Decision tables and flowcharts map requirements (admin UI, backend logic, data storage, site components) to the correct Wix CLI extension skill. - Sub-Agent Orchestration: Spawns discovery sub-agents for missing SDK methods and implementation sub-agents with full context, supporting parallel execution for independent extensions. - Data Collection Inference: Automatically detects implicit CMS collection needs, coordinates app namespaces, and propagates scoped collection IDs to all sub-agents. - Use Case: A user asks to "add a dashboard page to manage shipping fees with a service plugin that applies them at checkout." The Skill infers the Data Collection need, obtains the app namespace, spawns parallel implementation sub-agents, runs validation, and surfaces all manual setup steps. ## Quick Start Ask the assistant to build a Wix app feature, such as "add a dashboard page that displays my store products," and this Skill will load first to plan and orchestrate the implementation.