grill-me

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

2|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/brandtam/rubber-ducky-legacy --skill grill-me-brandtam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/brandtam/rubber-ducky-legacy/tree/main/.agents/skills/grill-me
Command: npx skills add https://github.com/brandtam/rubber-ducky-legacy --skill grill-me-brandtam

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 until all decisions are resolved and both sides share a complete understanding. ## 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 so nothing is glossed over. - Recommended answers: Provides a suggested answer with each question, giving the user a concrete starting point to accept, reject, or refine. - Codebase-grounded inquiry: Explores the codebase directly to answer questions that can be resolved from existing code instead of asking the user. - Use Case: Before implementing a new authentication flow, invoke this Skill to be grilled on token storage, session expiry, refresh logic, and error handling until every design decision is settled. ## Quick Start Ask the assistant to grill you on your plan or design, for example by saying "grill me on my database migration plan".

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 design plan with an AI assistant?▼

Invoke the grill-me skill and present your plan. The assistant interviews you one question at a time, walking each branch of the decision tree and offering a recommended answer for every question until all decisions are resolved.

How does the grill-me skill ask questions?▼

It asks exactly one question at a time rather than dumping a list, and includes its own recommended answer with each question. This keeps the conversation focused and lets you accept, reject, or refine each suggestion.

Can the skill answer design questions from my codebase?▼

Yes. If a question can be answered by exploring the codebase, the skill investigates the code directly instead of asking you, reducing unnecessary back-and-forth on facts already present in the project.

When should I use plan interrogation instead of writing code directly?▼

Use it before implementation when a plan has unresolved decisions, unclear dependencies, or untested assumptions. It is less useful for trivial tasks where the design space is already fully understood.

What are the limitations of an interview-based design review?▼

The quality of the review depends on the accuracy of your answers and the assistant's exploration of available context. It cannot validate runtime behavior, performance, or production constraints that require actual testing.