grill-me

Interviews users with sequential questions to resolve every decision point in plans and designs.

1|Updated Aug 24, 2026
One-click install
npx skills add https://github.com/mjun0812/skills --skill grill-me-mjun0812
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/mjun0812/skills/tree/main/skills/planning/grill-me
Command: npx skills add https://github.com/mjun0812/skills --skill grill-me-mjun0812

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and designs often contain unresolved decision points and hidden ambiguities that surface late in implementation. This Skill conducts a rigorous interactive interview, asking one question at a time until every branch of the design tree is settled. ## Core Features & Use Cases - Depth-First Questioning: Digs into one topic until no new insights emerge before moving on, prioritizing depth over breadth. - Recommended Answers: Each question includes a suggested answer with reasoning, so users can confirm quickly instead of deciding from scratch. - Codebase-Grounded Questions: Inspects relevant code before asking, avoiding questions that investigation can answer. - Use Case: When you have a rough implementation plan and want it hardened, the Skill walks through each design decision, records your answers, and produces a consolidated Q&A history at the end. ## Quick Start Ask the agent to grill you on your current plan until every design decision is resolved.

Frequently Asked Questions about grill-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I refine a vague implementation plan with an AI agent?

Use an interview-style workflow where the agent asks one targeted question at a time about your plan's decision points. Each question includes a recommended answer with reasoning, and the session ends with a consolidated Q&A history.

What is depth-first questioning in plan review?

Depth-first questioning fully explores one topic until no new insights emerge before moving to the next. This contrasts with breadth-first approaches that skim many topics superficially, and it surfaces hidden design dependencies.

Does the interview skill inspect the codebase before asking questions?

Yes, the Skill examines relevant code sections before each question. It avoids asking anything that direct investigation of the codebase can answer, keeping questions focused on genuine decisions.

When should I not use an interactive grilling workflow?

Avoid it for trivial tasks with no meaningful design branches or when you need immediate execution rather than deliberation. The multi-turn interview adds overhead that only pays off for plans with real ambiguity.

What output does the planning interview produce at the end?

The session concludes with a consolidated summary of the full answer history. Questions and answers are paired clearly so the resolved decisions can feed directly into implementation.