grilling

Interviews users in structured rounds to stress-test plans and design decisions.

2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/IsKenKenYa/skills --skill grilling-iskenkenya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grilling
Source: https://github.com/IsKenKenYa/skills/tree/main/skills/productivity/grilling
Command: npx skills add https://github.com/IsKenKenYa/skills --skill grilling-iskenkenya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans, decisions, and ideas often contain hidden assumptions and unresolved dependencies that only surface during implementation. This Skill pressure-tests your thinking through a relentless structured interview, mapping every decision as a design tree so nothing is left silently assumed. ## Core Features & Use Cases - Design Tree Mapping: Models your plan as a tree of decisions where each choice branches into dependent sub-decisions. - Frontier-Based Rounds: Asks only the questions whose prerequisites are already settled, numbering each question and providing a recommended answer per round. - Autonomous Fact-Finding: Dispatches sub-agents to look up facts from the filesystem or tools instead of asking you for information it can find itself. - Use Case: Before implementing a new feature architecture, trigger a grilling session to expose unexamined trade-offs, dependency ordering issues, and ambiguous requirements, ending with documented shared understanding. ## Quick Start Ask the AI to grill you on your current plan or design idea using the grilling skill before you start implementing it.

Frequently Asked Questions about grilling

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

FAQPage Schema
How do I stress-test a plan or design before implementing it?

Trigger a grilling session where the AI interviews you in rounds, numbering each question and offering recommended answers. It maps your plan as a design tree and only asks questions whose prerequisites are already settled, continuing until no assumptions remain.

What is a design tree in decision-making interviews?

A design tree models every decision as branching into the sub-decisions that depend on it. The frontier is the set of questions answerable now without guessing at unresolved answers, and each answered round pushes the frontier outward.

Can the AI look up facts itself during an interview session?

Yes. When a question needs facts from the filesystem or tools, the skill dispatches a sub-agent to find them rather than asking you. Only questions downstream of that exploration wait; the rest of the frontier is asked immediately.

When does a grilling interview session end?

The session ends when the frontier is empty, meaning every branch of the design tree has been visited and nothing is silently assumed. The AI will not act on the outcome until you confirm shared understanding has been reached.

When should I use a grilling interview instead of writing a design doc directly?

Use it when your plan contains unresolved dependencies, untested assumptions, or ambiguous requirements. Direct doc writing works for well-understood problems, while grilling exposes gaps in thinking before they become implementation bugs.