grilling

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

Updated Aug 11, 2026
One-click install
npx skills add https://github.com/Kunj-Sharma03/agent-contextify --skill grilling-kunj-sharma03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grilling
Source: https://github.com/Kunj-Sharma03/agent-contextify/tree/main/skills-main/skills/productivity/grilling
Command: npx skills add https://github.com/Kunj-Sharma03/agent-contextify --skill grilling-kunj-sharma03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans and decisions often contain hidden assumptions and unexplored branches that only surface after implementation begins. This Skill stress-tests your thinking by relentlessly interviewing you until every decision in your plan is explicitly examined and settled. ## Core Features & Use Cases - Design Tree Mapping: Models your plan as a design tree where every decision 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. - 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 starting a major refactor, use this Skill to grill yourself on architecture choices, migration strategy, and rollback plans until no assumption remains unexamined. ## Quick Start Ask the AI to grill you on your plan for migrating your database to a new schema before you start implementation.

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 before implementing it?

Use a structured interview approach where an AI grills you with numbered questions about your plan, organized in rounds. Each question includes a recommended answer, and rounds continue until every decision branch has been explicitly examined.

What is a design tree for decision making?

A design tree maps every decision in a plan as a node that branches into the sub-decisions depending on it. The frontier consists of questions whose prerequisites are already settled, so they can be asked immediately without guessing at unresolved answers.

How does the grilling skill handle questions that depend on other answers?

Questions whose answers depend on still-open questions are deferred to later rounds. After each round of user answers, the tree is recomputed and the newly unblocked questions form the next frontier.

Does the grilling skill ask users for facts it could look up?

No. When a question requires facts from the filesystem or tools, the skill dispatches a sub-agent to find them rather than asking the user. Only decisions belong to the user; fact-finding is handled automatically.

When is a grilling session considered complete?

A session ends when the frontier is empty, meaning every branch of the design tree has been visited and no assumption remains silently unexamined. The AI waits for explicit user confirmation of shared understanding before acting.