
Grill Me
- 39 installs
- 5 repo stars
- Updated August 5, 2026
- bjornmelin/dev-skills
grill-me is a skill that interviews you relentlessly about a plan or design, resolving each decision-tree branch until you reach shared understanding.
About
This skill interviews the user about a plan or design until reaching shared understanding. Developers use it to stress-test a design by resolving each branch of the decision tree one question at a time. It recommends an answer per question and scores viable options with a weighted decision framework, exploring the codebase or web when a question can be answered that way.
- Interviews the user relentlessly about a plan until shared understanding
- Walks each branch of the design decision tree with recommended answers
- Scores viable options with weighted decision-framework scores
Grill Me by the numbers
- 39 all-time installs (skills.sh)
- Ranked #1,732 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
grill-me capabilities & compatibility
- Capabilities
- planning · research
- Use cases
- planning · research
What grill-me says it does
Interview me relentlessly about every aspect of this plan until we reach a shared understanding.
For each question, provide your recommended answer and include custom weighted decision framework scores from 0.0 to 10.0 for all viable options
Ask questions one at a time using `functions.request_user_input`.
npx skills add https://github.com/bjornmelin/dev-skills --skill grill-meAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 39 |
|---|---|
| repo stars | ★ 5 |
| Last updated | August 5, 2026 |
| Repository | bjornmelin/dev-skills ↗ |
What it does
Stress-testing a plan or design by resolving each decision-tree branch one question at a time with recommended answers.
Who is it for?
Developers who want a plan or design stress-tested before building.
Skip if: Executing implementation work; it resolves decisions rather than writing the feature.
When should I use this skill?
The user wants to stress-test a plan, get grilled on a design, or says grill me.
Files
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 and applying your deep reasoning and domain expertise. For each question, provide your recommended answer and include custom weighted decision framework scores from 0.0 to 10.0 for all viable options, and target 9.0+ decisions when realistically achievable.
Ask questions one at a time using functions.request_user_input. Put the recommended option first, and keep options mutually exclusive. Batch multiple non-dependent questions into a single functions.request_user_input whenever safe.
If a question can be answered by exploring the codebase, explore the codebase instead.
If a question can be answered by researching the web, GitHub, or package source code, use web search tools, context7, gh cli/api, or opensrc skills.
interface:
display_name: "Grill Me"
short_description: "Stress-test plans with scored questions"
default_prompt: "Use $grill-me to stress-test this plan with scored decision questions."
policy:
allow_implicit_invocation: false