grill-me

Stress-test plans and decisions through iterative frontier-based interview rounds.

1|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/natthasath/natthasath-marketplace --skill grill-me-natthasath
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/natthasath/natthasath-marketplace/tree/main/plugins/productive/skills/grill-me
Command: npx skills add https://github.com/natthasath/natthasath-marketplace --skill grill-me-natthasath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans, decisions, and ideas often contain hidden assumptions that only surface after it is too late to fix them. This Skill forces every assumption into the open by relentlessly interviewing you until both sides share a verified understanding. ## Core Features & Use Cases - Design Tree Decomposition: Breaks any plan or idea into a tree of dependent decisions, then questions the current frontier round by round. - Recommended Answers: Every question comes with a suggested answer so you can confirm quickly instead of typing from scratch. - Autonomous Fact-Finding: Dispatches subagents to gather facts from local files and tools instead of asking you questions it can answer itself. - Use Case: Before committing to a new system architecture, invoke the Skill to have every design decision challenged across multiple rounds until no assumption remains untested. ## Quick Start Invoke /grill-me with your plan, decision, or idea and answer the numbered interview questions round by round until the frontier is empty.

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 plan or idea with an AI interviewer?▼

Invoke /grill-me with your plan, decision, or idea as the argument. The Skill decomposes it into a design tree of decisions and interviews you in rounds, asking every question whose prerequisites are already resolved.

What is a design tree in decision validation?▼

A design tree models a plan as a hierarchy where each decision branches into sub-decisions that depend on it. The Skill only asks questions at the frontier, meaning questions whose prerequisite decisions have already been answered.

Does grill-me trigger automatically during conversation?▼

No, it only runs when explicitly invoked via /grill-me because it is a deliberately heavy action with many consecutive question rounds. It will not auto-trigger from general chat about plans or ideas.

Can the interviewer look up facts instead of asking me?▼

Yes, questions requiring facts from the environment are delegated to subagents that read local files and tools. Only genuine decisions, which belong to the user, are asked and waited on.

When does a grill-me interview session end?▼

The session ends when the frontier is empty, meaning every branch of the design tree has been explored and no assumption remains silent. The Skill will not start executing the plan until you confirm shared understanding.