What problem does it solve? Teams repeatedly hand-write similar Vue 3 admin pages, and AI-generated pages drift in structure each time. This Skill converts proven, standards-compliant pages into reusable wl-scenario JSON templates so future pages are generated deterministically instead of re-written from scratch. ## Core Features & Use Cases - Low-token discovery: Uses project snapshots and Page Blueprint similarity search to check whether a reusable scenario already exists before extracting. - Deterministic extraction: Runs wl-skills scenario extract to capture queries, columns, toolbar buttons, operations, API config, form sections, and extensions from an existing page. - Desensitization and validation: Guides placeholder replacement for business values, validates the scenario JSON, and verifies round-trip rendering against the source page. - Use Case: After finishing a well-structured order list page, extract it into the sale domain scenario library so the next similar page is rendered from the template with zero AI guesswork. ## Quick Start Ask the AI to extract the page at src/views/sale/demo/domestic-trade-order into a scenario template and store it in the sale domain.