grill-me

Extracts half-formed ideas into durable decision files through structured interrogation.

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/krishsharma-source/skills --skill grill-me-krishsharma-source
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grill-me
Source: https://github.com/krishsharma-source/skills/tree/main/grill-me
Command: npx skills add https://github.com/krishsharma-source/skills --skill grill-me-krishsharma-source

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Half-formed plans and design ideas live in conversation and die with the context window. This Skill runs a relentless, research-backed interview that pulls the full concept out of your head, verifies every claim against real machines and current sources, and writes everything to durable files on disk that survive context loss and resume across sessions. ## Core Features & Use Cases - Depth-first decision tree interview: Walks a branch menu of your design with no question cap, forcing vague answers into concrete decisions, with every option showing where it lands, what it forecloses, and what being wrong costs. - Ground-truth verification: Checks the actual machines, run outputs, and test artifacts before asking, never claims something is absent without verifying it, and dispatches background research against a global deduplicated ledger so nothing is checked twice. - Durable session files: Appends every exchange verbatim to grill.md, then converts at session end into CONCEPT.md, STATE.md, dormant branch summaries, and a research index so any fresh session can resume exactly where you stopped. - Use Case: You have a fuzzy idea for a retrieval system. Say "grill me" and the Skill maps your repo and machines, offers a branch menu (data model, retrieval strategy, eval methodology), interrogates each branch depth-first, verifies library claims in the background, and leaves a complete decision record on disk without writing a line of implementation code. ## Quick Start Say "grill me on my retrieval system design" to start a structured interview that extracts your plan into resumable files on disk.

Frequently Asked Questions about grill-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use grill-me to think through a design idea?

Say "grill me" or invoke /grill-me explicitly with your topic. The skill checks for existing sessions, maps your repo and machines, offers a branch menu of decision areas, then interviews you depth-first, writing every exchange verbatim to disk.

What files does a grill session create?

It creates grill.md (verbatim append-only log), ENVIRONMENT.md (verified machine state), and at session end derives CONCEPT.md, STATE.md, dormant branch summaries, and a research index under .grill/<topic-slug>/ or ~/Desktop/brainstorm/.

Does grill-me write code or implement the plan it extracts?

No. The skill explicitly never plans, codes, scaffolds, or installs anything. It extracts decisions into files; you take the next implementation step yourself in a fresh session pointed at those files.

Can a grill session resume after the context window is cleared?

Yes. Resuming reads only the hot set (CONCEPT.md, STATE.md, ENVIRONMENT.md, dormant index) and continues at the recorded position, so a grill can run hundreds of questions across many sessions without prior conversation history.

When should I not use grill-me?

Do not use it when you want implementation help, since it refuses to build anything. It also does not auto-trigger on phrases like "help me think through X"; it only runs on explicit invocation.