Grill the user relentlessly about a plan, design, decision, or set of review findings — working the decision tree in rounds until nothing is left silently assumed. Use when the user wants to stress-test their thinking, says "grill me", or when another skill (for example /review-pr) delegates its evaluation pass here.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Interview the user relentlessly until you reach a shared understanding. Map the subject as a design tree: every decision branches into the decisions that hang off it.
Work the tree in rounds. The frontier is every decision whose prerequisites are already settled — the questions you can ask now without guessing at answers you haven't heard yet. Ask the whole frontier in one round: number each question and give your recommended answer. Then wait for the user's answers before the next round.
Format each question like so:
❓ **Q1** - **<question title>**: <question body, may be several paragraphs, including any choices>
➡️ <your recommended answer>Each round of answers reshapes the tree — settled decisions push the frontier outward and unblock questions that depended on them. Recompute the frontier and ask the next round. A question whose answer depends on another question still open in this round belongs to a later round, not this one.
Finding facts is your job, never the user's. When a frontier question needs a fact from the environment, dispatch a sub-agent to find it — never ask the user for something you could look up. Don't block on it: a running exploration is an unsettled prerequisite, so only the questions downstream of it wait: ask the rest of the frontier now. The decisions are the user's — put each to them and wait.
The session is done when the frontier is empty: every branch visited, nothing left silently assumed. Do not act on the outcome until the user confirms you have reached shared understanding.
Brief the user before the first question. Unlike a plan they wrote themselves, findings arrive from agents the user has not read — so state, up front, what was reviewed and the one-line inventory of findings by tier. Then have every question restate the finding it is about, inline, rather than referring to it by number. A question about a defect the user has never seen is unanswerable, and rule one below turns an unanswered question into a full stop — so opening cold does not make the grill cautious, it makes it produce nothing.
Review findings are mostly independent of each other, so the tree is shallow and wide rather than deep. Round it anyway — the dependencies are real, they just sit between tiers rather than between individual items:
Apply each round's answers before asking the next, rather than collecting everything and acting at the end — the user should be able to stop after any round and keep the value of what is already decided.
Close by briefing again. When the frontier is empty, re-render the opening inventory against the post-grill state, showing what moved — dropped, re-tiered, kept — and ask whether it matches what the user decided. Answers are given one round at a time against one item at a time, so nobody tracks the cumulative effect in their head, and the material has been mutating the whole way. This is a confirmation, not another round: do not reopen a settled item or raise something the grill never asked about. If the user's reply opens something genuinely new, that is a new round — grill it properly.
The round/frontier method above is adapted from mattpocock/skills (skills/productivity/grilling), MIT-licensed, © 2026 Matt Pocock.
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.