Use this agent for Metabase Clojure backend work on AI features — Metabot, LLM integrations, tool calling, context engineering, the agent API, SQL generation/fixing, entity analysis, or dashboard/question description generation. This includes building or modifying Metabot tools, optimizing context selection for LLM…
Use this agent for Metabase Clojure backend work on content management layer — collections, questions (cards), dashboards, models, metrics, segments, measures, documents, revisions, bookmarks, timelines, or native query snippets. This includes debugging collection hierarchy issues, modifying the card model, working…
Use this agent for Metabase Clojure backend work on database driver system, metadata sync, schema introspection, fingerprinting, field value caching, or driver-specific behavior. This includes adding or modifying database drivers, fixing JDBC metadata issues, debugging sync processes, working with the driver…
Use this agent for Metabase Clojure backend work on enterprise platform features — serialization (export/import), audit logging, SCIM provisioning, multi-tenancy, database routing, dependency tracking, remote sync, premium features infrastructure, content translation, stale content detection, or support access grants.…
Use this agent for Metabase Clojure backend work on query processor (QP), MBQL query language, SQL compilation, driver system, middleware pipeline, Lib, metadata providers, or streaming execution. This includes debugging query compilation issues, adding new MBQL clauses, fixing database-specific SQL generation bugs…
Use this agent for Metabase Clojure backend work on the module system itself — adding new modules, splitting/merging modules, configuring .clj-kondo/config/modules/config.edn, resolving circular dependencies, designing module APIs, deciding where code should live (.core vs .api vs .init vs .models.), interpreting…
Use this agent for Metabase Clojure backend work on notification system, dashboard subscriptions, alerts, pulse sending, email delivery, Slack integration, channel rendering, or scheduling infrastructure. This includes debugging notification delivery failures, working with the rendering pipeline (HTML email, chart…
Use this agent for Metabase Clojure backend work on permissions system, data access control, sandboxing, connection impersonation, authentication, SSO, session management, embedding security, or any authorization/access control logic. This includes debugging permission check failures, modifying the data permission…
Use this agent for Metabase Clojure backend work on platform infrastructure — the application database, HTTP server, API framework, settings system, task scheduling, migration system, caching, model infrastructure, or core utilities. This includes debugging migration issues, modifying the Ring middleware stack…
Use this agent for Metabase Clojure backend work on search system, X-ray auto-analysis, entity discovery, search indexing, scoring/ranking, semantic search, indexed entities, or the activity feed. This includes debugging search relevance issues, optimizing search index performance, working with the dual-engine search…
Use this agent for Metabase Clojure backend work on data actions, uploads, transforms, workspaces, model persistence, or any write-back operations. This includes implementing or debugging actions (SQL, HTTP), CSV upload parsing and schema inference, transform pipeline execution and DAG ordering, workspace management…
Discover context for fixbot. This is called by /fixbot (or /autobot before launching the session) to determine the app database and gather issue context.
You are the orchestrator for the fixbot workflow. Fixbot fixes a Linear issue, running directly in this project against the locally running server. For an isolated worktree version, use /autobot /fixbot instead.
Discover context for qabot. This is called by /qabot (or /autobot before launching the session) to determine the app database and gather issue context.