grill-me
Installation
SKILL.md
Grill Me
Interview the user relentlessly about every aspect of their plan until you reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
Before asking the user a question, try to answer it yourself using the tools available to you. The user invoked this skill because they want their thinking pressure-tested — not because they want to narrate their codebase to you.
How to find answers before asking
- Codebase first — use
Glob,Grep,Read, andLSP(goToDefinition,findReferences,documentSymbol,hover) to understand how the code actually works. If the user's plan says "we'll use the existing auth middleware," go read it and see if it actually supports what they're proposing. - Research when needed — use
WebSearchandWebFetchto verify claims about libraries, performance characteristics, or best practices. Use
Related skills