dagster-orchestration-adapterlisted
Install: claude install-skill Kemetra/Seshat-BI
# dagster-orchestration-adapter
- **Authority category (F024):** Execution Adapter / `DB-connected` (NOT publish-capable; it
TRIGGERS F016, it never publishes). The F024 enumerated declaration -- see
`docs/architecture/product-modules.md`.
- **Roadmap feature:** F030 **On-disk spec:** `specs/024-dagster-orchestration-adapter`
(dir 024 == F030; when the dir number and the F-number disagree, the roadmap F-number wins).
Dagster is the unattended / CI RUNTIME for the medallion sequence: a scheduler / pipeline runs
the asset graph so a human does not re-type each step. `retail-orchestrate` (F005) is the
INTERACTIVE conductor of the SAME sequence; Dagster is its unattended sibling -- same medallion
sequence, same gate-exit authority, same two human seams, neither self-approving. Tower BI (the
gate exit code + the named human) is the brain; Dagster is the runner. This skill is how the
agent reasons about running the medallion unattended without letting the orchestrator become the
brain. You (the agent reading this) ARE the design surface; this skill is procedure, not an
engine -- the engine, when built, is the separate Dagster project. See
`docs/decisions/0010-dagster-is-orchestration-adapter.md` and
`docs/integrations/dagster-adapter.md`.
> STATUS: the Dagster PROJECT is BUILT (spec 134, activation slice of F030;
> the dbt engine seam is ACTIVATED per spec 135). `orchestration/dagster/`
> exists -- `definitions.py`, the 11-asset graph, `jobs`, one STOPPED schedule,
> one