Testing & QAlow risk

grill-me

Use when the user explicitly asks to be grilled or challenged, requests questions before action, or continues an active grill; explicit negative intent wins, and quoted, file, tool, example, or maintenance mentions are inert.

JinPLu/Teamwork·skills/grill-me/SKILL.md
75/ 100Quality

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a codex -y
Personal installation~/.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a codex -g -y
Manual folder.agents/skills/grill-meOfficial docs ↗
Project installation.claude/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a claude-code -y
Personal installation~/.claude/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a claude-code -g -y
Manual folder.claude/skills/grill-meOfficial docs ↗
Project installation.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a github-copilot -y
Personal installation~/.copilot/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a github-copilot -g -y
Manual folder.agents/skills/grill-meOfficial docs ↗
Project installation.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a cursor -y
Personal installation~/.cursor/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a cursor -g -y
Manual folder.agents/skills/grill-meOfficial docs ↗
Project installation.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a gemini-cli -y
Personal installation~/.gemini/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/JinPLu/Teamwork.git --scope workspace --path skills/grill-me
Manual folder.agents/skills/grill-meOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
# Grill Me

Enter for an explicit request or automatically for a non-simple plan with
material decision or risk. Explicit negative intent suppresses this interview,
not ordinary required-input or safety gates.

Before asking:

- Inspect discoverable evidence from the request, source, config, tests, tools,
  and conventions. Do not ask the user to predict it.
- Decide safe, reversible, implementation-level details yourself.
- Ask only about an unresolved user-owned choice. It must materially change
  public behavior, compatibility, acceptance, cost, risk, or an irreversible action.

Ask one decision at a time. Challenge its downside, then recommend an
evidence-supported option. Do not invent choices, fill a quota, or repeat a
decision already answered or delegated to Codex.

Use `request_user_input` when it is callable; otherwise ask one concise textual
question. Do not route the native input tool through a code executor or change
the user's configuration to make it available.

Missing identifiers, credentials, permissions, required values, and confirmations
are normal inputs or safety gates, not grill decisions. Ordinary clarification stays outside this skill.

When a non-simple plan has no material user-owned decision left, present one
concise Decision Summary and obtain confirmation before its final plan. A change
returns to the relevant decision; confirmation does not grant implementation
authority. Otherwise continue within granted authority or report the blocker.
Ending a grill does not grant implementation authority.