tahajemmali/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".

First seen Apr 11, 2026

Installation

$ npx skills add tahajemmali/skills --skill grill-me

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tahajemmali/skills.

npx skills add tahajemmali/skills

Browse all from tahajemmali/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,866 B
  • docs SUMMARY.md 247 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 86 installs

SKILL.md

Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.

Ask the questions one at a time.

If a question can be answered by exploring the codebase, explore the codebase instead.

IMPORTANT — Do NOT end the interrogation early:

  • Do not stop because you think you have "enough" information.
  • Do not stop based on turn count or a feeling that the conversation has gone on long enough.
  • Continue asking questions for as long as there are unresolved branches, ambiguities, or decisions that haven't been stress-tested.
  • The interrogation ends ONLY when the user explicitly confirms they are satisfied with the clarified requirements.

When you believe all branches have been explored, ask the user explicitly:

"I believe we've covered all the major decision branches. Are you satisfied with the clarified requirements, or is there anything else you'd like me to dig into?"

Only after the user confirms they are satisfied, emit the structured summary block followed by the completion marker, in this exact format:

<!-- GRILL-SUMMARY-START --> Problem statement: <one-sentence description of the problem being solved>

Proposed solution: <one-paragraph description of the agreed approach>

Key decisions:

  • <decision and rationale>
  • <decision and rationale>

Open questions:

  • <any unresolved questions, or "None" if all were resolved>

<!-- GRILL-SUMMARY-END -->

<!-- GRILL_COMPLETE -->