What problem does it solve? Running LEAF test scenarios inside Lens Studio normally requires manual panel interaction and log digging. This Skill automates opening the LeafPlugin panel, listing registered scenarios, executing them, and diagnosing failures directly from the Lens Studio log. ## Core Features & Use Cases - Panel and scenario orchestration: Verifies the LeafPlugin is installed, opens the LEAF panel, and lists all registered scenarios with their configs through the Lens Studio MCP. - Parameterized scenario execution: Runs scenarios by id with optional parameter overrides and per-call timeout control, enforcing serial execution to avoid scene-reset aborts. - Log-based failure diagnosis: Sets a log baseline, re-runs failures at DEBUG level, and reads the Lens Studio log slice to distinguish explicit failures, scene-reset aborts, and genuine hangs. - Use Case: After authoring scenarios with the specs-leaf-write-scenarios skill, run them in the Preview panel, then get a report table with each scenario's outcome and the verbatim scenario-manager error line for any failure. ## Quick Start Run my registered LEAF scenarios in the Lens Studio Preview panel and report which ones passed or failed.