grill

grill is a command for coding agents from xcodethink/open-claude-code-skills. It costs 33 tokens per session (437 once invoked), scanned A, original, MIT.

A command for resolving important project decisions through a series of focused questions before implementation. Its instructions are in Chinese and describe an alignment process for narrowing choices and recording decisions.

In plain words
What is it for?
Use it when a task has several design or implementation choices that need agreement before coding.
Why use it?
It helps expose unclear requirements and dependencies before work begins, reducing the chance of building the wrong solution.

Command

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.

agentmods
npx agentmods add commands/xcodethink/open-claude-code-skills/grill
Clone the repo
git clone --depth 1 https://github.com/xcodethink/open-claude-code-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 grill

README.md
[![agentmods](https://agentmods.dev/badge/commands/xcodethink/open-claude-code-skills/grill.svg)](https://agentmods.dev/commands/xcodethink/open-claude-code-skills/grill)
Your own site
<a href="https://agentmods.dev/commands/xcodethink/open-claude-code-skills/grill"><img src="https://agentmods.dev/badge/commands/xcodethink/open-claude-code-skills/grill.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 437 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00033 $0.00437
Opus 5 $0.00016 $0.00218
Sonnet 5 $0.00007 $0.00087
Haiku 4.5 $0.00003 $0.00044

Measured 3d ago against content hash 77548fd66055, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

commands/grill.md · 26 lines

What it actually says

grill — 逼问式对齐(Grilling)

用户输入 /grill $ARGUMENTS 触发 动手前的强制逼问循环(治"歧义未问就干 / 给 N 点抄 N 点 / 反复返工")。

立刻读取并完整加载~/.claude/skills/19-AI协作框架/逼问式对齐-grilling.md

按其执行:

  1. 一次只问一个问题,等我答完再问下一个(一次抛多个令人错乱)。
  2. 沿设计树每条分支往下走,逐一解决决策间的依赖(先问被依赖的)。
  3. 每个问题给出你的推荐答案(不空手问,对齐 skill 19 主动建议)。
  4. 事实自己查(现有实现/接口/配置值),决策才问我
  5. 命中硬刹车的决策(改 enum/schema/NAV/tier、触发 deploy)→ 显式摆 diff 范围等 yes,不混在普通问题里。
  6. 我确认"达成共识"前不动手 → 达成后才输出 skill 21 的 Scope Card 锁定,再实施。

逼问中沉淀的术语/领域概念 → 写进 19-AI协作框架/领域语言与CONTEXT词汇表.md;三真决策 → 提议记 ADR。

核心契约:这是 skill 19「四维对齐」的强制执行版——把原则变成一次一问的循环,逼到真正共识才动手。

参数: $ARGUMENTS

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. 3d ago First seen · 26 lines · 33 tokens per session scan A 77548fd66055

Subscribe to this mod's changes

grill is a command published in the GitHub repository xcodethink/open-claude-code-skills (2 stars, last pushed 28d ago), licensed MIT. It adds 33 tokens to every session and 437 once invoked, about $0.0002 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.