grill-me

Starts a one-question-at-a-time interview to stress-test ideas before implementation.

Updated Jul 24, 2026
One-click install
npx skills add https://github.com/eklyukin/my-ai-config --skill grill-me-eklyukin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/eklyukin/my-ai-config/tree/main/skills/grill-me
Command: npx skills add https://github.com/eklyukin/my-ai-config --skill grill-me-eklyukin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ideas, plans, and designs often contain hidden assumptions and gaps that only surface during implementation. This Skill forces a rigorous interview process that exposes weaknesses before any code is written. ## Core Features & Use Cases - Structured Interview: Delegates to the grilling skill to run a one-question-at-a-time interview about your idea, plan, design, or decision. - Plan Gate: Requires an agreed plan saved under .context/plans/YYYY-MM-DD-<slug>.md before any implementation begins. - Explicit Invocation Only: Runs only when you explicitly invoke grill-me or ask to be grilled, never implicitly. - Use Case: Before building a new caching layer, invoke grill-me to have your design challenged question by question, confirm shared understanding, and produce a written plan file. ## Quick Start Ask the assistant to use grill-me to stress-test your plan for the new feature before writing any code.

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

Invoke grill-me explicitly with your idea, plan, design, or decision as the subject. It delegates to the grilling skill, which interviews you one question at a time until shared understanding is confirmed and a plan file is written.

What is a one-question-at-a-time interview for ideas?▼

It is a structured interrogation method where the assistant asks a single probing question per turn about your plan or design. This pacing forces precise answers and exposes hidden assumptions before implementation starts.

Does grill-me implement the plan after the interview?▼

No. The skill explicitly forbids implementing the subject from this entry point. It completes the interview, creates a plan file under .context/plans/, and waits for a separate instruction to implement.

When is grill-me triggered automatically?▼

Never. Its agent policy sets allow_implicit_invocation to false, so it only runs when you explicitly invoke grill-me or ask to be grilled.

What happens if the grilling skill is not installed?▼

If the client supports explicit skill delegation, grill-me invokes $grilling directly. Otherwise it loads the installed sibling grilling skill and follows its workflow, so the grilling skill must be available.