Grill Me: Have AI Challenge Your Plan Before You Write a Single Line
What Problem It Solves#
You tell AI “I’m going to refactor this module.” AI says “Great, let me do it.” Then halfway through, you discover the approach is flawed and need to rework everything.
Grill Me fixes this. Install it, say the same thing, and instead of diving in, AI starts questioning you:
“What’s the scope of this refactor? Just this module or downstream dependencies? If the interface changes, what happens to existing callers?”
It keeps pushing until every branch has an answer.
Which Suite It Belongs To#
Grill Me is one of 18 skills in Matt Pocock’s Skills suite — 116k Stars, covering engineering, productivity, and utilities. Install individually or grab the full set:
npx skills@latest add mattpocock/skills
Run /grill-me to start the interrogation.
How It Feels#
Different from normal AI chat. In regular mode, AI is an executor — tell it, it does it. In Grill Me mode, AI becomes a reviewer. You’ll get asked about edge cases, failure modes, simpler alternatives, historical context, and blast radius.
If you can’t answer, it keeps pushing. It won’t let you go.
It’s uncomfortable at first — you came for help, and now you’re being interrogated. But after a few rounds, you’ll notice that starting work with all the branches covered leads to far fewer mid-implementation pivots.
vs. Plain Prompting#
Write “challenge my plan first” in your system prompt, and AI might ask one or two questions then move on. Grill Me’s interrogation is structured — it covers the full decision tree, not random surface questions.
Things to Watch Out For#
This skill is for complex tasks that benefit from upfront planning. For “write me a sort function,” the grilling is a waste of time.
Matt Pocock’s suite also includes /grill-with-docs, which ties into CONTEXT.md and ADRs. Better for documented projects. Start with Grill Me if you haven’t built docs yet.
What’s Next#
Before your next complex task, run /grill-me and count how many blind spots it catches.
Related Articles
AI Workflow Automation FAQ: Tools, Setup, and Best Practices
Everything you need to know about AI workflow automation in 2026: tools, setup steps, common questions, and tips for building efficient automated pipelines.
I Let AI Handle My Team's Approval Workflow for a Week — Here's What Happened
I handed my AI agent control over our team's approval workflow for five days. Expense reports, leave requests, purchase orders — all processed through the lark-approval AI skill. Here is what went right, what broke, and whether I would do it again.
Best AI Note Taking Apps in 2026: A Complete Guide to Smart Note-Taking
Compare the top AI note taking apps of 2026 — Notion AI, Mem, Reflect, Obsidian, Google NotebookLM, and more. Find the best fit for your workflow.
Free AI Tools List 2026: 10 Actually Useful Tools That Cost $0
Ten free AI tools that actually deliver real value without a subscription. Covers coding, writing, image generation, research, and automation.