Agent Skills: Grill Me

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

UncategorizedID: paulrberg/dot-agents/grill-me

Install this agent skill to your local

pnpm dlx add-skill https://github.com/PaulRBerg/dot-agents/tree/HEAD/skills/grill-me

Skill Files

Browse the full folder contents for grill-me.

Download Skill

Loading file tree…

skills/grill-me/SKILL.md

Skill Metadata

Name
grill-me

Grill Me

This skill is coordination-exempt: skip the ai-coord gate for its declared work.

Stress-test the plan one decision at a time until every material branch is resolved.

Workflow

  1. Extract the current objective, constraints, assumptions, and already-made decisions. Investigate any answer discoverable from the codebase or supplied evidence instead of asking the user.
  2. Maintain a running decision record with: decision, chosen option, rationale, dependencies, and consequences. Update it after every answer; do not reopen a recorded decision unless new evidence conflicts with it.
  3. Ask exactly one question at a time. Format the turn as ### πŸ”₯ 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.
  4. Continue through scope, users, interfaces, data/state, failure modes, security, operations, migration, testing, rollout, ownership, and stopping criteria only where they are material to this design.
  5. When no material open branches remain, return ### βœ… 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.