What problem does it solve?
Coordinating end-to-end data pipeline work is error-prone: teams accidentally write to prod, skip verification, or build dashboards without auditability. SoriaStack provides a consistent, CLI-first set of skills that enforce gates, provenance, and verification so analysts and engineers can move from scraping to production with confidence.
Core Features & Use Cases
- ETVLR orchestration (Extract → Transform → Value-map → Load → Represent) with gated checkpoints and artifact outputs.
- Environment management and promotion workflow (git worktrees + Neon branches + MotherDuck clones) that prevents accidental prod writes.
- Read-only reconnaissance (/status, /preview), pipeline builders (/ingest, /map, /parent-map), dive authorship (/dive), verification (/verify), browser QA (/dashboard-review, /browse), and safe promotion (/promote).
- Use cases: onboarding a new source (scrape → extract → publish → verify → dive), repairing data quality via /diagnose → /ticket, and running adversarial UI reviews before shipping.
Quick Start
Start a session by ensuring the soria CLI and an active dev environment are available, run /env then /tools, and invoke the appropriate skill (for example, /ingest to build a pipeline or /dive to create a dive).