What problem does it solve? Turning a data analysis plan into a working interactive dashboard requires manually writing marimo cells, wiring SQL queries to altair charts, and debugging rendering issues. This Skill automates that assembly by reading an analysis_plan.md artifact and producing a validated, launchable marimo notebook. ## Core Features & Use Cases - Spec-driven notebook assembly: Parses chart definitions (SQL queries and altair code) from an analysis_plan.md file and generates a complete <pipeline_name>_dashboard.py marimo app. - Validation and dependency checks: Runs uvx marimo check to catch variable conflicts and import errors, and verifies pandas, numpy, altair, and ibis are installed before launch. - Use Case: After exploring a dlt pipeline dataset and producing an analysis plan with three charts, invoke this Skill to generate the dashboard file, validate it, and open it in the browser at localhost:2718. ## Quick Start Build the notebook from the analysis plan in the current directory and launch the dashboard in my browser.