grill-me

grill-me is a skill for Claude Code from naniiluja/ccf. It costs 80 tokens per session (1,871 once invoked), scanned A, original, MIT.

An internal interview process for clarifying requirements before planning a feature, fixing a bug, or setting up project rules. It asks one question at a time and first checks whether the code already provides the answer.

In plain words
What is it for?
Use it with the plan, fix, or init workflows to gather decisions about the requested change, bug, or coding rules.
Why use it?
It helps uncover missing decisions and assumptions before work begins, reducing ambiguity in the resulting plan, fix, or project setup.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; mentions Claude Code.

Part of the ccf plugin — 1 skill, 6 commands, 6 agents, 6 hooks, 2 MCP servers shipped together

Good fit Use it with the plan, fix, or init workflows to gather decisions about the requested change, bug, or coding rules.

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

Made for: Claude Code.

Or install ccf, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 6 agents, 6 hooks, 2 MCP servers.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/naniiluja/ccf/grill-me"><img src="https://agentmods.dev/badge/skills/naniiluja/ccf/grill-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,871 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.00080 $0.01871
Opus 5 $0.00040 $0.00936
Sonnet 5 $0.00016 $0.00374
Haiku 4.5 $0.00008 $0.00187

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

Security

Grade A, and why

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.

plugins/ccf/skills/grill-me/SKILL.md · 76 lines

How it starts

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

grill-me — CCF requirements interview engine

A CCF command invoked you through the Skill tool. $ARGUMENTS carries the mode that selects which topics to cover:

  • plan — interrogate one feature/change before writing a sequential plan.
  • fix — reconstruct a bug before debugging.
  • init — elicit project decisions before bootstrapping CCF.

Run a focused interview under the discipline below, then hand a concise summary of the answers back to the calling command so it can continue.

Interview discipline (every mode)

  1. One question at a time. Ask, wait for the answer, and let that answer shape the next question. A batch of questions gets a batch of shallow answers, and it forfeits the chance to follow up on the one that mattered.
  2. Explore before you ask. Before each question, try to answer it yourself from the codebase (Read / Glob / Grep). Ask only what the code cannot tell you; for what it can, confirm instead of asking blind.
  3. Recommend with every question. Offer your recommended answer plus a one-line rationale, so the user can simply confirm. If the user defers, proceed with your recommendation and say which one you took.
  4. Stop when you have enough to act. Past the point of diminishing returns, more questions cost the user's patience and buy nothing.
  5. Summarize at the end. Give a short, structured recap of the decisions, ready for the command to fold into its next step.

Asking blind (wrong, the answer was one Grep away): "How do you run the tests, and who calls parseRange?"

Asking a genuine unknown (correct, no artifact records the intent): "When two writers hit the same row, should the second one overwrite or fail loudly? I recommend fail loudly, so a lost update never happens silently."

Mode dispatch ($ARGUMENTS)

Read the full file on GitHub · 76 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. 9d ago First seen · 76 lines · 80 tokens per session scan A e17871499134

Subscribe to this mod's changes

grill-me is a skill published in the GitHub repository naniiluja/ccf (9 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 1,871 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

import

Import a tasks.md into the coco tracker as an epic with dependencies, and create matching issues in the configured issue tracker.

skullninja/coco-workflow · 26 tokens

hotfix

Single-issue workflow for quick fixes and small changes that don't need full epic tracking. Creates a branch, implements the fix, commits with issue tracking, and closes.

skullninja/coco-workflow · 36 tokens

readme

This skill should be used to audit OR elevate the README of a public repository. Trigger with "improve the README", "make the readme high quality", "elevate this readme", "audit the readme", "add badges", "is our README good", or before publishing/releasing a repo. Elevate rebuilds a thin/generic README to a polished…

GiustoPiedimonte/agentic-engineering-marketplace · 132 tokens

execute

Execute the next available tracked task with TDD, pre-commit validation, PR workflow, AI code review, and issue tracker bridge sync. Primary execution interface for multi-session feature work.

skullninja/coco-workflow · 39 tokens

ship

Execute an approved pitch/spec as a delegated, closed-scope cycle with verification and adversarial review. Invoke it yourself with /ship — a cycle spawns a writer and opens a PR, so it starts when you say so. Enforces the execution playbook: right-size gate, pre-spawn filter, doc-bundle, PR format, review.

GiustoPiedimonte/agentic-engineering-marketplace · 76 tokens

graph

This skill should be used to design or run a task as a graph instead of a linear chain — fan out independent work across a fleet of subagents, verify findings, and converge. Trigger with "run this as a graph", "fan this out", "parallelize this", "orchestrate this with subagents", "audit every X", "sweep the codebase…

GiustoPiedimonte/agentic-engineering-marketplace · 113 tokens