# Grill Me

> Run a grilling session: the user wants their plan, decision, or idea stress-tested one question at a time.

- Skill: `leek/grill-me` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add leek/grill-me`
- Raw SKILL.md: https://api.skillmd.com/api/skills/leek/grill-me/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: leek (https://skillmd.com/u/leek)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/leek/grill-me

---


# Grill Me

Run a `grilling` session on whatever the user brought.

## When you're done

Print the end-of-session block using the frame in [`wayfinder/references/pipeline-end-block.md`](../wayfinder/references/pipeline-end-block.md): whether the plan resolved, the user stopped the grill, or a branch dead-ended.

```text
---
Pipeline: **decide** → spec → tickets → build   (1 of 4)
Done: <n of m decisions settled; what's still open>
Next:
  • <condition> → /<skill> <ref>
```

Stage-specific **Next** conditions (only those that apply, most likely first):

- **Plan resolved, spans several tickets** → `/to-spec` to record it
- **Plan resolved, fits one session** → `/to-tickets`, or `/implement` if it's genuinely one ticket
- **Resolved but too big for one spec, or still foggy** → `/wayfinder` to chart it as a map
- **A branch is blocked on knowledge someone else holds** → `/to-questionnaire` on that branch
- **A branch is blocked on a fact worth reading for** → `/research` on that question
- **Stopped early** → `/grill-me` to resume; list the open branches by name so the next session starts on the frontier

