grilling

Interviews the user with sequential questions to stress-test plans and decisions.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/CybernetKZ/sdd-kit --skill grilling-cybernetkz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grilling
Source: https://github.com/CybernetKZ/sdd-kit/tree/main/templates/_migrated/skills/grilling
Command: npx skills add https://github.com/CybernetKZ/sdd-kit --skill grilling-cybernetkz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plans, decisions, and ideas often contain hidden assumptions and unresolved dependencies that only surface later as costly mistakes. This Skill stress-tests your thinking by relentlessly interviewing you about every aspect of a plan until a shared understanding is reached. ## Core Features & Use Cases - One-at-a-time questioning: Asks a single question per turn and waits for your answer, avoiding overwhelming multi-question dumps. - Decision-tree traversal: Walks down each branch of the decision tree, resolving dependencies between decisions one by one, and provides a recommended answer for each question. - Fact lookup vs. decisions: Looks up verifiable facts from the environment (filesystem, tools) instead of asking, while reserving all judgment calls for you. - Use Case: Before starting a major refactor, invoke the grilling session to have every architectural assumption, dependency, and trade-off challenged until you confirm the plan is fully understood. ## Quick Start Ask the assistant to grill you about your plan for the upcoming project and answer each question one at a time until you confirm shared understanding.

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 idea before acting on it?▼

Use a grilling-style interview where the assistant questions every aspect of your plan one question at a time. It walks each branch of the decision tree, offers recommended answers, and waits for your confirmation before proceeding.

How does the grilling skill ask questions?▼

It asks exactly one question per turn and waits for your feedback before continuing. Asking multiple questions at once is deliberately avoided because it overwhelms the decision-making process.

Does the grilling skill make decisions for me?▼

No, all decisions remain yours. The skill provides a recommended answer for each question, but it puts every decision to you and waits for your answer before moving on.

When does the grilling skill look up facts instead of asking?▼

When a fact can be found by exploring the environment, such as the filesystem or available tools, it looks it up directly rather than asking. Only genuine decisions are reserved for the user.

When will the grilling skill start acting on the plan?▼

It never acts until you explicitly confirm that a shared understanding has been reached. The interview continues across all decision branches until that confirmation is given.