skills/grill-me/SKILL.md
Interview the user relentlessly about a plan or design until every branch of the decision tree has an explicit recorded decision and no open questions remain. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
npx skillsauth add paulrberg/dot-agents grill-meInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Stress-test the plan one decision at a time until every material branch is resolved.
### 🔥 Decision <N> — <topic>, then Recommended, Why,
Tradeoff, and Question. Choose the highest-leverage unresolved branch whose answer constrains the most downstream
decisions. After each answer, acknowledge ✅ Recorded: <choice> — <consequence> before the next card. Show settled
and currently open counts when useful; never show a percentage because the decision tree can grow.### ✅ Decision record with a decision/choice/rationale/consequence
table, then ### ⚠️ Risks, accepted unknowns with owner/resolution point, rejected alternatives that matter, and
### 🏁 Completion criteria. Do not end with another question.Completion requires every material branch to have a recorded decision or an explicitly accepted unknown with an owner and resolution point.
development
Refactor naming and repository structure exhaustively while preserving behavior and external contracts.
tools
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to `--slim` mode (MCP configuration).
testing
Audit an entire repository with fresh eyes for correctness errors, bugs, omissions, duplication, inconsistencies, and other evidenced mistakes; fix every safe issue and verify the result.
development
Autonomous overnight codebase improvement with bounded runtime, evidence-gated changes, and verification.