What problem does it solve? Working with the swamp CLI involves many subcommands across models, workflows, data, vaults, reports, extensions, and access control, and guessing flags or bypassing the CLI leads to errors and stale state. This Skill routes each user intent to the correct operational guide so swamp commands are executed accurately and safely. ## Core Features & Use Cases - Intent Routing: A routing table maps user goals (models, workflows, data, vaults, reports, repos, extensions, publishing, issues, serve, troubleshooting) to the right reference guide. - Command Reference: Quick-reference tables cover creating and running models, validating and resuming workflows, querying data with CEL expressions, storing vault secrets, and managing grants. - Safe Execution Workflow: Enforces validate-before-run and inspect-before-destroy rules, plus a four-tier troubleshooting process for diagnosing failures. - Use Case: A user asks to run a workflow with inputs; the Skill loads the workflow guide, validates the DAG with swamp workflow validate, then executes swamp workflow run <name> --input key=value. ## Quick Start Ask the assistant to create and run a swamp workflow, query model data, or diagnose a failing swamp command.