grill-me

Runs a structured interview session to sharpen a plan or design.

6|2|Updated May 6, 2026
One-click install
npx skills add https://github.com/sek788432/Stock-Back-Test-System --skill grill-me-sek788432
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/sek788432/Stock-Back-Test-System/tree/main/.agents/skills/grill-me
Command: npx skills add https://github.com/sek788432/Stock-Back-Test-System --skill grill-me-sek788432

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and designs often contain hidden assumptions, gaps, and weak reasoning that only surface under questioning. This Skill runs a relentless interview session that stress-tests your plan before you commit to implementation. ## Core Features & Use Cases - Structured Interrogation: Runs a /grilling session that challenges your plan or design with probing questions. - Assumption Surfacing: Forces you to articulate and defend design decisions, exposing weak points early. - Use Case: Before starting a major refactor, invoke a grilling session on your migration plan to uncover missing edge cases, unclear ownership, and untested assumptions. ## Quick Start Ask the assistant to run a grilling session on your current plan or design document.

Frequently Asked Questions about grill-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stress-test a plan before implementation?▼

Run a grilling session on your plan to expose hidden assumptions and gaps through structured questioning. The interview format forces you to defend design decisions and reveals weak points before coding begins.

What is a grilling session for design review?▼

A grilling session is a relentless interview that challenges your plan or design with probing questions. It helps surface unclear reasoning, missing edge cases, and untested assumptions early in the planning phase.

When should I use an interview-based plan review?▼

Use it before committing to implementation, especially for major refactors, migrations, or new feature designs. It works best when you have a written plan or design ready to be challenged.

What are the limitations of interview-based plan sharpening?▼

The session only challenges what you present; it cannot validate technical feasibility or run code. It complements, but does not replace, prototyping, testing, or formal design review processes.