What problem does it solve? Teams running Dagster against a governed analytics warehouse risk bypassing readiness gates, human approvals, and evidence recording when they invoke native Dagster commands directly. This Skill routes every Dagster intent to the correct owner so orchestration never skips the gates that make BI output trustworthy. ## Core Features & Use Cases - Intent routing: Directs asset authoring, schedules, sensors, and generic Dagster CLI questions to the official dagster-expert skill, while keeping governed medallion runs inside Seshat's gate-controlled flow. - Governed run execution: Executes seshat dagster doctor, run, and evidence verbs with fail-closed gate behavior, redacted credentials, and derived run evidence written per run ID. - Bronze source modes: Supports destructive CSV drop-and-reload or non-destructive read-only verification of an existing bronze table, with deferred boundaries reported truthfully. - Use Case: A data engineer asks to run the medallion pipeline for the orders table; the Skill runs the doctor preflight, executes the governed job through seshat dagster run, and reports the recorded blocking reason and named owner if a gate halts the run. ## Quick Start Ask the assistant to run the governed Dagster medallion job for a specific table and report the gate results and run evidence.