grilling

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

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/ssttkkl/finance-tracker --skill grilling-ssttkkl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grilling
Source: https://github.com/ssttkkl/finance-tracker/tree/main/.agents/skills/grilling
Command: npx skills add https://github.com/ssttkkl/finance-tracker --skill grilling-ssttkkl

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 about your thinking, mapping every decision as a tree and forcing each open question into the open before you act. ## 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 one and providing a recommended answer. - Autonomous Fact-Finding: Dispatches sub-agents to look up facts from the environment instead of asking you for things it can find itself. - Use Case: Before committing to a new architecture, product launch, or career move, let the Skill grill you round by round until every assumption is explicit and nothing is silently assumed. ## Quick Start Ask the assistant to grill you about your plan to migrate your application to a new database, and answer each numbered round of questions until the frontier is empty.

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 before committing to it?

Use a structured grilling approach that maps your plan as a decision tree and interviews you in rounds. Each round asks only the questions whose prerequisites are settled, with recommended answers, until no assumptions remain unexplored.

What is a design tree in decision making?

A design tree models every decision as branching into the sub-decisions that depend on it. The frontier is the set of questions you can answer now without guessing at unresolved upstream choices, and it expands as each round settles more decisions.

How does the grilling skill handle facts it needs to look up?

It dispatches sub-agents to find facts from the filesystem or tools rather than asking the user. Questions downstream of a running exploration wait for the sub-agent, while the rest of the frontier is asked immediately.

When should I use grilling instead of just asking for feedback?

Use grilling when you want exhaustive coverage of a decision rather than casual opinions. It continues round after round until the frontier is empty and every branch of the design tree has been visited, then waits for your confirmation before acting.

What are the limitations of interview-based plan validation?

It depends on the quality of the questions asked and the honesty of your answers, and it cannot guarantee real-world outcomes. It surfaces assumptions and forces explicit decisions but does not execute or verify the plan itself.