GR
grilling
Use when the user wants a plan or design stress-tested before building, says "grill me" or "grill this plan", or when a design from brainstorming needs hardening before implementation.
Install
mkdir -p .claude/skills/grilling && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16851" && unzip -o skill.zip -d .claude/skills/grilling && rm skill.zipInstalls to .claude/skills/grilling
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when the user wants a plan or design stress-tested before building, says "grill me" or "grill this plan", or when a design from brainstorming needs hardening before implementation.184 chars✓ has a “when” trigger
About this skill
Grilling
Interview the user relentlessly about every aspect of the plan until you reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one by one.
Rules
- Ask questions one at a time. Wait for the answer before continuing; multiple questions at once are bewildering.
- For every question, provide your recommended answer and why.
- If a question can be answered by exploring the codebase, explore the codebase instead of asking.
- Attack the plan: probe edge cases, failure modes, hidden dependencies, unstated assumptions, and scope creep. The goal is to find the weak joints before the code does.
- When decisions accumulate, summarize the hardened plan so far in chat (lavish only if the subject is UI itself).
- Do not start implementing until the user confirms shared understanding has been reached.