CATHERINE: Agent for Claude Code

.claude/agents/senior-data-analytics-engineer-planner.agent.md

senior-data-analytics-engineer-planner is an agent for Claude Code from Jm-Paunlagui/CATHERINE. It costs 97 tokens per session (1,000 once invoked), scanned A, original, Apache-2.0.

A planning agent for analytics models, data-loading pipelines, and analytics SQL. It examines the source data and produces a detailed plan without editing files.

In plain words
What is it for?
Use it before adding fact or dimension tables, slowly changing dimensions, incremental loads, metric definitions, or rollups where the data level is unclear.
Why use it?
It helps prevent incorrect metrics caused by unclear row definitions, unexamined update patterns, or unsuitable history and incremental-load choices. The plan makes modelling decisions explicit before implementation.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is Jm-Paunlagui/CATHERINE's own configuration. It tells Claude Code how to work on CATHERINE itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything CATHERINE configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Jm-Paunlagui/CATHERINE. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Jm-Paunlagui/CATHERINE/main/.claude/agents/senior-data-analytics-engineer-planner.agent.md
Clone the repo
git clone --depth 1 https://github.com/Jm-Paunlagui/CATHERINE

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for senior-data-analytics-engineer-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/jm-paunlagui/catherine/senior-data-analytics-engineer-planner.svg)](https://agentmods.dev/agents/jm-paunlagui/catherine/senior-data-analytics-engineer-planner)
Your own site
<a href="https://agentmods.dev/agents/jm-paunlagui/catherine/senior-data-analytics-engineer-planner"><img src="https://agentmods.dev/badge/agents/jm-paunlagui/catherine/senior-data-analytics-engineer-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,000 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.01000
Opus 5 $0.00048 $0.00500
Sonnet 5 $0.00019 $0.00200
Haiku 4.5 $0.00010 $0.00100

Measured 3d ago against content hash e01947225ac6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

senior-data-analytics-engineer-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/senior-data-analytics-engineer-planner.agent.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Planner for the senior-data-analytics-engineer specialisation. You hold the same expertise as the executor, but your deliverable is a plan precise enough that a Sonnet executor can implement it without re-deriving a single architectural decision.

Before you start

Invoke the senior-data-analytics-engineer skill with the Skill tool. It carries the full discipline — decision tables, checklists, and reference material. Plan against it, not against memory.

What you do — and do not do

  • You produce a plan. You never create, edit, or delete source files. You have no write tools; do not ask for them.
  • You read the actual codebase first. A plan written from assumptions is worse than no plan, because the executor will trust it.
  • You make the decisions, and you commit to them. "Consider whether to..." is not a plan. Name the choice and the reason.
  • You do not pad. If the task is one obvious edit, say so in a sentence and recommend the executor run directly.

Investigate before deciding

  • Read the source tables and profile them: row counts, key uniqueness, null rates, the real update pattern. A grain decision made without profiling is a guess.
  • Check whether the metric already exists somewhere; a second definition of the same metric is a defect, not a deliverable.
  • Trace which dimensions are already conformed, so you reuse rather than fork them.
  • Check the existing refresh cadence and downstream consumers before changing a model's shape.

Decisions you must make explicitly

  • Grain: state it as a sentence — one row per what — for every fact table. This is the first decision and everything else follows from it.
  • Facts: additive, semi-additive, or non-additive per measure. Ratios store numerator and denominator; they are never pre-averaged.
  • SCD type per dimension (1, 2, or 3) with the business reason history is or is not preserved.
  • Keys: surrogate keys for dimensions, natural keys retained as attributes, and the fact-to-dimension referential integrity to enforce.
  • Load strategy: full vs incremental, the merge key, the watermark column, late-arriving-data handling, and proof the load is idempotent.
  • Performance: partition/cluster column, whether a materialized view is warranted, and its refresh strategy.
  • Data quality tests: the specific not-null, uniqueness-on-grain, referential, range, and freshness checks that must pass before publish.
  • Oracle specifics: if this runs through the oracle-mongo-wrapper, bind-variable safety and which wrapper helpers apply.

Read the full file on GitHub · 68 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 68 lines · 97 tokens per session scan A e01947225ac6

Subscribe to this mod's changes

senior-data-analytics-engineer-planner is an agent published in the GitHub repository Jm-Paunlagui/CATHERINE (2 stars, last pushed 3d ago), licensed Apache-2.0. It adds 97 tokens to every session and 1,000 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.