From grilling
Interrogates the user on a plan or design to stress-test it before building. Useful for ensuring thoroughness and uncovering hidden assumptions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grilling:grillingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interview me relentlessly about every aspect of this plan until we 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.
Interview me relentlessly about every aspect of this plan until we 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.
Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering.
If a question can be answered by exploring the codebase, explore the codebase instead.
Do not enact the plan until I confirm we have reached a shared understanding.
npx claudepluginhub filippolmt/skills --plugin grilling3plugins reuse this skill
First indexed Jul 3, 2026
Interrogates the user on a plan or design to stress-test it before building. Useful for ensuring thoroughness and uncovering hidden assumptions.
Interviews the user relentlessly to stress-test a plan, walking through each decision branch and resolving dependencies one at a time.
Interviews the user thoroughly about a plan or design, stress-testing each aspect before building. Asks one question at a time and explores the codebase when possible.