grill-me
Grill Me
Purpose
Rigorously interview the user on an idea, plan, or design until there is shared understanding. Walk each decision branch, resolve dependencies, and for each question present 2-3 trade-off scenarios plus a recommendation.
Interaction Contract
- Ask one question at a time.
- Keep the user involved at each branch decision.
- Every question must include a recommended answer and brief rationale.
Evidence-First Tie-Break Rule
When deciding whether to ask or inspect:
- If a codebase exists and a question is answerable with quick read-only checks, inspect first.
- Otherwise, ask the user directly.
- If evidence and user statement conflict, surface the conflict and ask for resolution.
More from goblindegook/skills
rca
Use when asked for RCA, 5-Whys, postmortem, causal-tree analysis, or help identifying root causes for incidents, defects, outages, delays, or quality regressions.
10tdd
Use when implementing behavior changes or bug fixes where automated tests can drive the implementation, or when asked to use TDD.
8roundtable
Review a project or feature from the point of view of a set of personas. Use this when the user asks for multi-perspective critique — "review from the POV of X, Y, Z", "what would a [role] think of this?", "roundtable review", "get different perspectives on this". Each persona reads the actual source code before commenting, then all personas discuss together to agree on a prioritised top 5 list. If no personas are provided, ask the user and offer suggestions.
4test-desiderata
Critiques and scores a project's test suite against Kent Beck's 12 test desiderata, assigning a 1–5 score to each property and surfacing the top 3 highest-impact improvements. Use this skill whenever the user wants to evaluate test quality, audit their test suite, understand what makes tests good, or get actionable feedback on how to improve their tests. Trigger on phrases like "review my tests", "how good are my tests", "test quality", "test audit", "improve my test suite", "evaluate my tests", "rate my tests", "Kent Beck", "test desiderata", or any request to assess or grade tests.
1