grill-me

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

Updated May 12, 2026
One-click install
npx skills add https://github.com/ahemdatef/Gradution-Project-iLMS-Software --skill grill-me-ahemdatef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/ahemdatef/Gradution-Project-iLMS-Software/tree/main/frontend/.agents/skills/grill-me
Command: npx skills add https://github.com/ahemdatef/Gradution-Project-iLMS-Software --skill grill-me-ahemdatef

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 decision points are resolved and both parties share a complete understanding. ## Core Features & Use Cases - Relentless Structured Interviewing: Walks down each branch of the design decision tree, resolving dependencies between decisions one by one. - One Question at a Time: Asks focused questions sequentially, providing a recommended answer for each to keep the discussion moving. - Codebase-Grounded Answers: Explores the codebase directly when a question can be answered by existing code instead of asking the user. - Use Case: Before implementing a new payment flow in a Laravel backend, invoke this Skill to get grilled on edge cases, failure handling, and integration points until the design is airtight. ## Quick Start Ask the assistant to grill you on your plan or design, for example by saying "grill me on my architecture for the new checkout flow".

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 recommended answers until every dependency is resolved.

What is the grill-me skill used for?

It stress-tests plans and designs by relentlessly interviewing the user about every aspect of the decision tree. It resolves dependencies between decisions one by one until both sides reach a shared understanding.

Does the skill answer questions from the codebase automatically?

Yes. When a question can be answered by exploring the codebase, the skill investigates the code directly instead of asking the user, keeping the interview focused on genuinely open decisions.

When should I not use an interview-style plan review?

Avoid it for trivial tasks with no branching decisions or when you need immediate code output. The sequential question format is designed for complex plans with interdependent choices, not quick answers.