klimkit-grill-me

klimkit-grill-me is a skill for Codex from klimentij/klimkit. It costs 97 tokens per session (1,022 once invoked), scanned A, original, MIT.

A structured questioning session for examining a plan, design, architecture, product choice, workflow, or release decision. It researches the relevant repository and web information, asks unresolved questions, and records agreed decisions.

In plain words
What is it for?
Use it to review a proposed change, resolve design decisions, and create a durable decision trail in the repository.
Why use it?
It helps expose hidden assumptions, vague requirements, and weak trade-offs before work begins. The written record makes the reasoning easier to revisit.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to review a proposed change, resolve design decisions, and create a durable decision trail in the repository.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/klimentij/klimkit/klimkit-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 klimentij/klimkit --skill klimkit-grill-me
Clone the repo
git clone --depth 1 https://github.com/klimentij/klimkit

Made for: Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/klimentij/klimkit/klimkit-grill-me/github.svg)](https://agentmods.dev/skills/klimentij/klimkit/klimkit-grill-me)
Your own site
<a href="https://agentmods.dev/skills/klimentij/klimkit/klimkit-grill-me"><img src="https://agentmods.dev/badge/skills/klimentij/klimkit/klimkit-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 klimkit-grill-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/klimentij/klimkit/klimkit-grill-me"><img src="https://agentmods.dev/badge/skills/klimentij/klimkit/klimkit-grill-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,022 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.01022
Opus 5 $0.00048 $0.00511
Sonnet 5 $0.00019 $0.00204
Haiku 4.5 $0.00010 $0.00102

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

Security

Grade A, and why

klimkit-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 9d 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/klimkit-grill-me/SKILL.md · 73 lines

How it starts

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

Klimkit Grill Me

Interview the user relentlessly about every important part of the plan until both sides can see the same shape of the decision. Walk down the design tree branch by branch, resolve dependencies between decisions one at a time, and provide your recommended answer for each question.

Keep the session direct and human. This is a working conversation, not a form: ask the question you would actually ask if you were trying to save the plan from a hidden flaw, a vague assumption, or a weak tradeoff. The Klimkit addition is that every approved decision gets a short written trail.

Workflow

  1. Resolve the active work folder. If the repo has no docs/work/ layout, use klimkit-setup first.
  2. Create or reuse a grilling phase folder inside the current work folder under docs/work/, for example docs/work/015-140126-checkout-redesign/002-150126-grilling/.
  3. Create or reuse a number-prefixed agent-authored Markdown note in that folder, for example 001-grilling-session.md.
  4. Start the note with a short title, the source request, and the current decision target.
  5. Prepare under the hood before asking:
    • Inspect the relevant codebase, docs, task notes, and existing decisions.
    • Search the web for current outside context when market, product, API, framework, legal, pricing, or best-practice facts could affect the answer.
    • Draft a private top-question list, estimate each question's importance, and rank contradictions or complete requirement gaps first.
  6. Before asking, write a compact Question Triage grid into the grilling-session note with up to 10 considered questions:
    • one-sentence TLDR of each candidate question.
    • importance estimate such as critical, high, medium, or low.
    • one-sentence reason for the ranking.
    • mark the question chosen now and why it is top priority at this moment.
  7. Ask exactly one question at a time: the current highest-importance question from the ranked list.
  8. For each question, include your recommended answer unless repo/web research or user context makes that premature.
  9. After the user answers, append a short tracking memo to the grilling-session note:
    • Q: the question asked.
    • Approved decision: the user's decision, or your concise restatement if the user approved your recommendation.
    • Open follow-up: only when the answer leaves a real unresolved branch.
  10. Rebuild and rerank the top-question list after every answer, using the new state and any new facts discovered from the repo or web; refresh the Question Triage grid before the next question so the user can audit what was considered and why.
  11. Continue until the remaining branches are low-risk, explicitly deferred, or converted into concrete tasks.
  12. End with a compact decision summary and the path to the grilling-session note.

Read the full file on GitHub · 73 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 73 lines · 97 tokens per session scan A fc3c0adda1f2

Subscribe to this mod's changes

klimkit-grill-me is a skill published in the GitHub repository klimentij/klimkit (7 stars, last pushed 29d ago), licensed MIT. It adds 97 tokens to every session and 1,022 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-08-31.