EasyGlobe EasyGlobe
Back to Skills Hub

Planning and discovery skill

Grill Me Skill Installation and Usage Guide

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.

How to install the Grill Me skill

The source provides a general installation pattern, not one universal directory for every platform.

  1. 1. Read the source

    Open the skill detail and original repository to confirm current requirements.

  2. 2. Keep the full skill

    Download the Markdown; preserve the full folder and SKILL.md when the source provides them.

  3. 3. Add it to your runtime

    Place the folder in the skills directory required by Claude, Codex, or your agent runtime.

  4. 4. Reload and test

    Reload the agent and test on a non-critical task to confirm it asks before acting.

How to use Grill Me well

Provide the smallest useful context so the interview focuses on decisions that can change the solution.

Recommended trigger

Do not write code yet. Grill me.
Goal: ...
Available context: ...
Non-negotiable constraints: ...
Required deliverable: ...

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.

What should not happen

  • Writing code before key constraints are known.
  • Repeating questions already answered in the context.
  • Presenting preferences as hard technical constraints.
  • Interviewing forever without producing a converged plan.

Grill Me Skill FAQ

Concise setup, trigger, and workflow guidance.