Questions it should ask
- Who uses the result and what scenario matters most.
- What is in scope and explicitly out of scope.
- Failure cost, edge cases, and irreversible actions.
- What evidence proves the task is complete.
Planning and discovery skill
Grill Me is not about asking random extra questions. It exposes vague goals, hidden constraints, edge cases, and acceptance criteria before any code is written.
Archive note
This guide is grounded in EasyGlobe’s saved Grill Me Markdown and original repository notes. Installation paths and compatibility depend on your agent platform and the original README.
The source provides a general installation pattern, not one universal directory for every platform.
Open the skill detail and original repository to confirm current requirements.
Download the Markdown; preserve the full folder and SKILL.md when the source provides them.
Place the folder in the skills directory required by Claude, Codex, or your agent runtime.
Reload the agent and test on a non-critical task to confirm it asks before acting.
Provide the smallest useful context so the interview focuses on decisions that can change the solution.
Do not write code yet. Grill me.
Goal: ...
Available context: ...
Non-negotiable constraints: ...
Required deliverable: ... Concise setup, trigger, and workflow guidance.
It interviews you about goals, users, constraints, edge cases, and success criteria before code is written, continuing until both sides have enough shared understanding to plan or implement.
Open the skill detail page to download the local Markdown copy or open the original repository, then place the folder containing SKILL.md in the skills directory required by your agent platform. Paths and reload behavior vary, so follow the platform documentation and original README.
Say “grill me” before implementation and provide the current goal, available context, and non-negotiable constraints. The workflow should ask questions before it starts writing code.
A tiny, reversible, and fully specified change usually does not need a long interview. Grill Me is more valuable for product direction, data models, permissions, security, or irreversible releases.