grill-me

grill-me is a skill for Claude Code, Codex from racecraft-lab/racecraft-plugins-public. It costs 163 tokens per session (1,070 once invoked), scanned A, original, MIT.

A guided interview that asks one design question at a time before a SpecKit specification is written. It records the answers in a Design Concept document for later planning.

In plain words
What is it for?
It is for exploring a software idea, choosing among design options, and producing a documented concept that later SpecKit tools can use.
Why use it?
It helps uncover missing decisions and assumptions before implementation begins. This reduces the chance that an incomplete idea reaches the specification stage.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions subagents; mentions Codex; $skill-name invocation.

Part of the speckit-pro plugin — 12 skills, 14 agents, 4 hooks, 1 MCP server shipped together

Good fit It is for exploring a software idea, choosing among design options, and producing a documented concept that later SpecKit tools can use.

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

Made for: Claude Code, Codex.

Or install speckit-pro, the plugin that ships this one along with the rest of its 12 skills, 14 agents, 4 hooks, 1 MCP server.

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/racecraft-lab/racecraft-plugins-public/grill-me/github.svg)](https://agentmods.dev/skills/racecraft-lab/racecraft-plugins-public/grill-me)
Your own site
<a href="https://agentmods.dev/skills/racecraft-lab/racecraft-plugins-public/grill-me"><img src="https://agentmods.dev/badge/skills/racecraft-lab/racecraft-plugins-public/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/racecraft-lab/racecraft-plugins-public/grill-me"><img src="https://agentmods.dev/badge/skills/racecraft-lab/racecraft-plugins-public/grill-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 163 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,070 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.00163 $0.01070
Opus 5 $0.00081 $0.00535
Sonnet 5 $0.00033 $0.00214
Haiku 4.5 $0.00016 $0.00107

Measured 2d ago against content hash 6fc53ff57691, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 2d 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.

speckit-pro/codex-skills/grill-me/SKILL.md · 84 lines

How it starts

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

Grill Me

Interview the user until consequential design choices are explicit, then write a Design Concept that downstream SpecKit skills can use without reinterpreting the conversation.

Ground recommendations

Inspect the tools and skills actually available. Follow the shared capability-discovery and grounding contracts. Base recommendations on the project constitution, codebase evidence, or current authoritative sources; disclose uncertainty instead of guessing.

Interactive boundary

Allowed entry points are an active user requesting Grill Me by natural language or invoking $grill-me, and an interactive $speckit-scaffold-spec call. Before any question or write, confirm this is an active user chat that can receive a direct reply.

Abort in background or non-interactive execution, codex exec, CI, autopilot, any phase or consensus agent, and every subagent context. Say that Grill Me requires an active user conversation and that autopilot uses its Clarify consensus flow. Do not ask a question and do not write any file.

Codex interaction adapter

Prefer request_user_input whenever it is present. Send exactly one question, 2-3 mutually exclusive choices, and the grounded recommendation first with the label suffix (Recommended). Give each choice a concise tradeoff and wait for the user's reply before continuing.

If the picker is absent or its call is unavailable, a free-text fallback is allowed only in the already active user chat. Ask exactly one question in the current conversation, list the recommended choice first plus 1-2 mutually exclusive alternatives with tradeoffs, and wait for the user's direct reply. Never use this fallback in background, CI, autopilot, or subagent execution.

Workflow

  1. Determine the mode and input:
    • Standalone: accept a file, topic, or interactive input; propose docs/ai/specs/<slug>-design-concept.md unless the user supplied a path.
    • Setup: use the scope and output path supplied by $speckit-scaffold-spec; never redirect the write to the primary checkout.
  2. Read the shared interview protocol. Ground the initial model in applicable project instructions, constitution, roadmap, prior design decisions, and targeted code. If docs/ai/specs/ubiquitous-language.md exists, read it before the Terms branch and reuse its rows.
  3. Walk the highest-impact, highest-uncertainty design branch first. Ask one neutral decision question, record the recommendation and evidence, record the user's answer, and update the remaining branches.
  4. Include a slice-sizing branch near the end. Read the canonical slicing heuristics, derive story, surface, requirement, and new-versus-modify signals, and run runner operation estimate-spec-size.
    • Treat warn or a horizontal slice as a reason to recommend thin vertical slices, never as a gate.
    • Treat an unavailable, non-zero, empty, or unparseable estimate as absent; note it and continue.
    • Record an accepted split in Goals, a deferred split in Open Questions, and a declined or unnecessary split as an advisory note.
  5. Stop at natural convergence, when the user ends the interview, or at the protocol's cap. Only after the interview, read the shared Design Concept output contract and synthesize the record.

Read the full file on GitHub · 84 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. 2d ago Changed · -308 lines · +36 tokens per session 6fc53ff57691
  2. 8d ago First seen · 392 lines · 127 tokens per session scan A 47b6f7d4c88e

Subscribe to this mod's changes

grill-me is a skill published in the GitHub repository racecraft-lab/racecraft-plugins-public (5 stars, last pushed today), licensed MIT. It adds 163 tokens to every session and 1,070 once invoked, about $0.0008 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-04.

Related

Other skills, from other repositories

google-agents-cli-onboarding

Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs…

google/skills · 95 tokens

practice-cognition

A method for testing ideas in practice, learning from the results, and improving the next attempt through repeated cycles.

HughYau/qiushi-skill · 183 tokens

build-executor

Govern implementation from an approved execution contract. Invoke when execution-contract.md is approved and the user wants disciplined build work, TDD execution, or guarded batch-by-batch implementation.

MageByte-Zero/spec-superflow · 39 tokens

workflow-start

Primary entry point for the spec-superflow state-machine workflow. Invoke when the user is inside an active spec-superflow change directory (look for .spec-superflow.yaml, changes/ /, proposal.md, specs/, design.md, tasks.md, or execution-contract.md) and asks to start, continue, resume, implement, plan, or figure out…

MageByte-Zero/spec-superflow · 125 tokens

36-anthropic-agents-kit-development

Create your Claude Agent SDK skill in one prompt, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

need-explorer

Clarify intent, scope, constraints, and success criteria before artifact creation. Invoke when the request is fuzzy, the user is comparing options, or the workflow needs a stable change definition before writing artifacts.

MageByte-Zero/spec-superflow · 44 tokens