---
name: Grilling
slug: grilling-2
category: AI Engineering
description: Grilling interviews you one question at a time to stress-test a plan or idea and reach a shared understanding. It looks up facts from the environment when possible and leaves decisions for you to confirm.
github: "https://github.com/stevesolun/ctx/tree/main/.agents/skills/grilling"
language: Python
stars: 578
forks: 71
install: "npx degit https://github.com/stevesolun/ctx/tree/main/.agents/skills/grilling ~/.claude/skills/grilling"
installs_to: ~/.claude/skills/grilling
source_path: .agents/skills/grilling/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/stevesolun/ctx"
added: 2026-08-25T05:14:02.399Z
last_synced: 2026-08-25T05:14:02.399Z
canonical_url: "https://dirskills.com/skills/grilling-2"
---

# Grilling

Grilling interviews you one question at a time to stress-test a plan or idea and reach a shared understanding. It looks up facts from the environment when possible and leaves decisions for you to confirm.

**Install:**

```bash
npx degit https://github.com/stevesolun/ctx/tree/main/.agents/skills/grilling ~/.claude/skills/grilling
```

## README

Interview me relentlessly about every aspect of this until we reach a shared understanding. Walk down each branch of the decision tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.

Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering.

If a *fact* can be found by exploring the environment (filesystem, tools, etc.), look it up rather than asking me. The *decisions*, though, are mine — put each one to me and wait for my answer.

Do not act on it until I confirm we have reached a shared understanding.
