npx skills add ...
npx skills add theorcdev/skills --skill auto-grill
Self-driving version of grill-me. Interrogates a plan or design one question at a time, but for each question offers three answers (A/B/C) with one marked Recommended, then answers it itself by taking the recommended option — looping down the decision tree until the plan is fully resolved. Use when the user wants a plan stress-tested and auto-decided, says "auto-grill", "auto-grill this plan", "grill it and decide", or invokes /auto-grill.
npx skills add theorcdev/skills --skill auto-grill
Grill a plan relentlessly — but drive the interview yourself. Walk down each branch of the decision tree one question at a time. For every question, lay out three options and take the recommended one automatically, then move on. The output is a fully-resolved plan the user can review and override in one pass, instead of a slow back-and-forth.
Grill the plan that already exists — in this conversation, a PLAN.md, an issue, or a PRD. If none is clear, ask what to grill. Never invent a plan.
Repeat until the decision tree is resolved:
Run on autopilot. Show every question, its three options, and the answer you picked, so the user can follow the reasoning and veto any choice.
Do not loop forever. When decisions stop adding value, stop.
End with a clean recap so the user can review and override in one pass:
Question → chosen answer (A/B/C), each with its one-line reason.