grill-me

Runs a structured interview session to challenge and refine a plan or design.

Updated Aug 8, 2026
One-click install
npx skills add https://github.com/wolfstar-project/code-zero --skill grill-me-wolfstar-project
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/wolfstar-project/code-zero/tree/main/.agents/skills/grill-me
Command: npx skills add https://github.com/wolfstar-project/code-zero --skill grill-me-wolfstar-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and designs often contain hidden assumptions, gaps, and weak reasoning that go unnoticed until implementation. This Skill subjects a plan or design to a relentless question-and-answer session that exposes flaws before work begins. ## Core Features & Use Cases - Adversarial Interviewing: Runs a /grilling session that probes a plan or design with challenging questions. - Assumption Surfacing: Forces explicit justification of design decisions, scope choices, and edge cases. - Use Case: Before starting a sprint, paste your technical design and let the session interrogate it, revealing unhandled failure modes and unclear requirements you need to resolve. ## 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 design document before implementation?▼

Run a grilling session on the document, which subjects it to relentless probing questions about assumptions, edge cases, and design decisions. This surfaces weaknesses and gaps before any code is written.

What is a grilling session for plan review?▼

A grilling session is an adversarial interview where the AI challenges your plan or design with difficult questions. It forces you to justify decisions and explicitly address gaps you may have overlooked.

Can I use this interview approach for non-technical plans?▼

Yes, the session works on any plan or design, technical or otherwise. It questions reasoning and assumptions generically, so project plans, proposals, and strategies all benefit from the same scrutiny.

When should I not use an adversarial plan review?▼

Avoid it when the plan is still a rough brainstorm with no committed decisions, since premature grilling can stall ideation. It works best once a concrete plan or design exists and needs validation.