grill-me

Interviews the user question-by-question to stress-test plans and resolve design decisions.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/unnxt30/skills --skill grill-me-unnxt30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/unnxt30/skills/tree/main/grill-me
Command: npx skills add https://github.com/unnxt30/skills --skill grill-me-unnxt30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface during implementation. This Skill systematically interrogates every aspect of a plan so gaps and contradictions are exposed before work begins. ## Core Features & Use Cases - Relentless one-at-a-time questioning: Walks down each branch of the decision tree, asking a single focused question per turn until shared understanding is reached. - Recommended answers: Provides a suggested answer with every question so the user can accept, reject, or refine quickly. - Codebase grounding: Explores the codebase directly to answer questions that can be resolved from existing code instead of asking the user. - Use Case: Before starting a major refactor, ask to be grilled on your migration plan so every dependency, edge case, and sequencing decision is resolved up front. ## Quick Start Say "grill me on my plan to migrate the database schema" and answer each question as it comes.

Frequently Asked Questions about grill-me

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

FAQPage Schema
How do I stress-test a plan before implementing it?

Ask to be grilled on the plan and the Skill will interview you one question at a time, walking each branch of the decision tree. Every question comes with a recommended answer you can accept or challenge until all decisions are resolved.

How does the grill-me skill decide which questions to ask?

It maps the plan as a decision tree and resolves dependencies between decisions one by one. Questions that can be answered by exploring the codebase are answered directly instead of being asked.

Can the skill answer questions from my codebase instead of asking me?

Yes. When a question can be resolved by inspecting the codebase, the Skill explores the code itself rather than asking the user, keeping the interview focused on decisions only you can make.

When should I not use a plan-grilling interview approach?

Avoid it for trivial tasks with no branching decisions or when requirements are already fully specified. The interview adds the most value for ambiguous, multi-decision plans where hidden assumptions carry real risk.