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.
curl -O https://raw.githubusercontent.com/Jm-Paunlagui/CATHERINE/main/.claude/agents/senior-data-analytics-engineer-planner.agent.mdgit clone --depth 1 https://github.com/Jm-Paunlagui/CATHERINEWrote 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.
[](https://agentmods.dev/agents/jm-paunlagui/catherine/senior-data-analytics-engineer-planner)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 3d ago First seen · 68 lines · 97 tokens per session scan A e01947225ac6
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.