🧐
QualityPython

Grill Me

by feiskyer

Grill Me is a Quality skill for Claude Code, published by feiskyer in claude-code-settings.

1.6K stars244 forkson feiskyer/claude-code-settingsAdded 2026/08/19Repository updated 2026/08/13
agentic-aiagentsaiclaude-codeclaude-code-agentsclaude-code-pluginsclaude-skillscodexcopilotlitellmvibe-coding
Install in seconds
Install Grill Me
Copy Grill Me into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/feiskyer/claude-code-settings/tree/main/skills/grill-me ~/.claude/skills/grill-me

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/feiskyer/claude-code-settings.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/grill-me/SKILL.md in feiskyer/claude-code-settings
Installs to
~/.claude/skills/grill-me
Collection
One of 12 skills cataloged from this repository
Category
Quality1354 skills

What Grill Me does

Grill Me runs high-intensity adversarial design reviews and grill sessions, challenging assumptions and missing constraints before implementation. It also maintains a domain model with a terminology glossary and ADRs as decisions crystallize.

Grill Me is cataloged under Quality on DirSkills. Grill Me comes from a repository tagged agentic-ai, agents, ai, claude-code and claude-code-agents.

Documentation

README

追问会话

启动步骤

触发后,先执行以下检查:

  1. 检查项目根目录是否已有 CONTEXT.mdCONTEXT-MAP.md,有则读取
  2. 检查 docs/adr/ 是否已有 ADR 记录,有则了解已有决策
  3. 然后开始追问

核心规则

针对方案的每一个方面进行不留死角的追问,直到我们达成共识。沿着设计决策树逐一走下去,逐条解决决策之间的依赖关系。每个问题给出你的推荐答案。

一次只问一个问题,等我回复后再继续下一个。一次抛出多个问题会让人无所适从。

如果某个事实可以通过探索代码库获得,就直接查找,不要问我。但决策权在我——每个决策都提给我,等我回答。

在我明确确认达成共识之前,不要开始执行方案。


领域建模(内置流程)

追问过程中,一旦有决策结晶,就立即建立和完善项目的领域模型——挑战术语、构造边界场景、在第一时间写下术语表和决策记录。

文件结构

大多数仓库只有单一上下文:

/
├── CONTEXT.md
├── docs/
│   └── adr/
│       ├── 0001-event-sourced-orders.md
│       └── 0002-postgres-for-write-model.md
└── src/

如果根目录存在 CONTEXT-MAP.md,则表示仓库有多个上下文,地图指向各自位置:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Grill Me

  • What else does feiskyer publish alongside Grill Me?

    Grill Me is one of 12 skills that DirSkills catalogs from feiskyer/claude-code-settings, the repository it ships in. Its siblings there include Brainstorming, Codex and Deep Research. Each one is a separate skill with its own page in this directory, installs the same way Grill Me does, and is maintained by feiskyer in that same repository. The rest of the collection is listed on the feiskyer/claude-code-settings page.

  • How does Grill Me compare to other Quality skills?

    Grill Me ranks #624 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Grill Me against them. Open each page to compare what they document and how they install.

More from feiskyer/claude-code-settings

Grill Me is one of 12 skills cataloged on DirSkills from feiskyer/claude-code-settings.

See all 12 skills
🧠
2w ago

Brainstorming

Brainstorming explores user intent, requirements, and design options through collaborative dialogue before implementation. It is used before building new features, components, or systems when design decisions are involved, not for bug fixes or tasks with an obvious implementation path.
AI Engineering
1.6K244
🤖
2w ago

Codex

Codex runs OpenAI Codex/GPT models through the Codex CLI to autonomously implement code, review changes, and review plans. Use it when delegating coding tasks, getting a second-opinion review, or running tasks in sandboxed modes.
AI Engineering
1.6K244
🔬
2w ago

Deep Research

Deep Research orchestrates multiple headless claude -p subprocesses to split a research goal into parallel sub-goals, gather sources, and aggregate findings into a polished report file. Use it for systematic web research, competitive analysis, batch link processing, or evidence synthesis.
AI Engineering
1.6K244
🛠️
2w ago

Fix GitHub Issue

Fix GitHub Issue guides analysis, branch creation, implementation, testing, and PR submission for a reported issue. Use it when working from an issue number, issue URL, or a request to fix an issue end to end.
Automation
1.6K244
🎨
2w ago

GPT Image

GPT Image generates and edits images using OpenAI GPT Image API models (gpt-image-2, gpt-image-1, etc). Use it when the user explicitly asks for OpenAI or GPT image generation or editing.
AI Engineering
1.6K244
📝
2w ago

Handoff

Handoff compresses the current conversation into a handoff document, saved to $TMPDIR, so a new agent can continue the work seamlessly. Use /handoff when handing off a session to another agent or after a long conversation.
AI Engineering
1.6K244