oracle-grill-me

oracle-grill-me is a skill for Claude Code from martinffx/atelier. It costs 58 tokens per session (263 once invoked), scanned A, original, MIT.

A question-by-question session for thoroughly testing a plan, decision, or idea. It keeps track of the project's domain model, which is the shared description of its important concepts and rules, as decisions are made.

In plain words
What is it for?
Use it to stress-test plans, resolve decisions one at a time, clarify project terminology, and update domain documentation such as CONTEXT.md or architecture decision records.
Why use it?
It exposes assumptions, dependencies, and unresolved choices before implementation. It gives a recommended answer for each decision while leaving the final choice to you.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the atelier plugin — 14 skills shipped together

Good fit Use it to stress-test plans, resolve decisions one at a time, clarify project terminology, and update domain documentation such as CONTEXT.md or architecture decision records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martinffx/atelier/oracle-grill-me
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add martinffx/atelier --skill oracle-grill-me
Clone the repo
git clone --depth 1 https://github.com/martinffx/atelier

Made for: Claude Code.

Or install atelier, the plugin that ships this one along with the rest of its 14 skills.

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 oracle-grill-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinffx/atelier/oracle-grill-me/github.svg)](https://agentmods.dev/skills/martinffx/atelier/oracle-grill-me)
Your own site
<a href="https://agentmods.dev/skills/martinffx/atelier/oracle-grill-me"><img src="https://agentmods.dev/badge/skills/martinffx/atelier/oracle-grill-me/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for oracle-grill-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/martinffx/atelier/oracle-grill-me"><img src="https://agentmods.dev/badge/skills/martinffx/atelier/oracle-grill-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 263 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.00058 $0.00263
Opus 5 $0.00029 $0.00131
Sonnet 5 $0.00012 $0.00053
Haiku 4.5 $0.00006 $0.00026

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

Security

Grade A, and why

oracle-grill-me 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 10d 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.

skills/oracle-grill-me/SKILL.md · 24 lines

What it actually says

Grill Me

Interview me relentlessly about every aspect of this until we reach a shared understanding. Walk down each branch of the decision tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.

Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering.

If a fact can be found by exploring the environment (filesystem, tools, etc.), look it up rather than asking me. The decisions, though, are mine — put each one to me and wait for my answer.

Do not implement the proposed plan or decision until I confirm we have reached a shared understanding. Update domain documentation as terminology and decisions are resolved; when this session is nested in spec-brainstorm, return changed assumptions to that workflow for any required design update.

Run this session using the oracle-domain-modelling skill.

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. 10d ago First seen · 24 lines · 58 tokens per session scan A cdf67c9dd855

Subscribe to this mod's changes

oracle-grill-me is a skill published in the GitHub repository martinffx/atelier (46 stars, last pushed 1mo ago), licensed MIT. It adds 58 tokens to every session and 263 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

remove-ai-slops

Removes AI-generated code smells from branch changes or an explicit file list behind regression tests. Use when the user asks to clean up, deslop, or remove AI-slop patterns from recent changes.

code-yeongyu/oh-my-openagent · 45 tokens

implement

Implement a ticket or feature with proportional planning, test first behavior changes, independent review when available, and verification through the real affected surface.

curie-eng/curie · 29 tokens

pr-to-lint-rule

Convert a recurring PR review comment into an automated lint rule with tests and CLAUDE.md annotation.

zernie/vigiles · 25 tokens

adversarial-review

Run a file-audited completion loop that requires two consecutive fresh-context subagents to independently try to disprove the same versioned, digest-checked task result. Use when the user invokes $adversarial-review, asks for two independent adversarial approvals, or requires a result to survive repeated attempts to…

Emlembow/skills · 101 tokens

gauntlet

Empirically test whether a skill actually improves model output — before trusting it. Runs a controlled experiment: planted-flaw fixture, no-skill control arm, skill arm(s), optional cross-model arms via installed CLIs, blind judging with shuffled labels, and a pressure test for verdict stability. Produces…

CassioRoos/godfly-skills · 133 tokens

evaluating-ai-output

Evaluate non-deterministic LLM/AI output with evals instead of one-shot "it worked" — define expected behavior first, measure pass@k / pass^k, and grade with code / model / human graders. Use when building or changing an AI/LLM feature, an agent, a prompt, a RAG pipeline, or a classifier, where a single good run is…

Cristhianzl/claude-skills-czl · 106 tokens