What problem does it solve? Building features for Wix CLI apps requires choosing among many extension types (dashboard pages, modals, plugins, service plugins, site widgets, data collections) and coordinating SDK discovery, implementation, and validation. This Skill removes that guesswork by acting as a decision-maker and orchestrator that routes each feature request to the correct extension type and workflow. ## Core Features & Use Cases - Extension Type Selection: Decision tables and flowcharts map requirements (admin UI, backend logic, site components, data storage) to the correct Wix CLI extension type and its corresponding implementation 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 when app data persistence is needed, coordinates app namespace and scoped collection IDs across extensions. - Validation & Manual Steps: Enforces a mandatory checklist ending with the wix-cli-app-validation skill and aggregates all manual action items for the user. - 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 manual setup steps. ## Quick Start Ask the assistant to build a feature for your Wix CLI app, such as "add a dashboard page to manage product recommendations for my Wix app."