grilling

Stress-tests plans and decisions through structured rounds of numbered interview questions.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/AO-HyS/aohys.com --skill grilling-ao-hys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grilling
Source: https://github.com/AO-HyS/aohys.com/tree/main/.agents/skills/grilling
Command: npx skills add https://github.com/AO-HyS/aohys.com --skill grilling-ao-hys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans, decisions, and ideas often contain hidden assumptions and unexplored branches that only surface after costly mistakes. This Skill interviews you relentlessly, mapping your thinking as a design tree so every dependent decision is examined before you act. ## Core Features & Use Cases - Design Tree Mapping: Models your plan as a tree of decisions where each choice branches into the decisions that depend on it. - Frontier-Based Rounds: Asks only the questions whose prerequisites are already settled, numbering each one and providing a recommended answer so you can respond quickly. - 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 committing to a new architecture, product launch, or career move, trigger a grilling session to expose every unexamined assumption and reach a verified shared understanding. ## Quick Start Ask the AI to grill you on your plan to migrate your application to a new framework.

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 decision with AI?▼

Trigger the grilling skill by describing your plan and asking to be grilled. The AI interviews you in rounds, numbering each question and offering a recommended answer, until every branch of your decision tree has been examined.

What is a design tree in decision making?▼

A design tree maps a decision into the dependent decisions that hang off it. The grilling skill works this tree in rounds, asking only the frontier questions whose prerequisites are already settled, then recomputing the frontier after each answer.

Can the AI look up facts during a grilling session?▼

Yes. When a question needs a fact from the filesystem or tools, the skill dispatches a sub-agent to find it rather than asking you. Only questions downstream of that fact wait for the sub-agent to report back.

When should I use grilling instead of a simple pros and cons list?▼

Use grilling when decisions have hidden dependencies or assumptions that a flat list would miss. It is less useful for trivial choices with no branching consequences, where a quick comparison suffices.

When does a grilling 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 a shared understanding.