# Grilling

> Use when requirements are ambiguous before planning or implementing — ask ONE question at a time, prefer multiple choice, until intent is clear. Triggers include "grill", "interview", ambiguous requirements, clarifying questions.

- Skill: `znlgis/grilling` (Agent Skill)
- Install (CLI): `npx skillmds@latest add znlgis/grilling`
- Raw SKILL.md: https://api.skillmd.com/api/skills/znlgis/grilling/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: znlgis (https://skillmd.com/u/znlgis)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/znlgis/grilling

---


# Grilling

Discipline for aligning on requirements when intent is unclear. Ask until the
ambiguity resolves, then stop.

## Rules

- Ask ONE question at a time.
- Prefer multiple choice (A/B/C); each option carries its implication.

## Format

> **Understood**: [your interpretation]
> **Unsure about**: [the specific ambiguity]
> **Options**: 1. [A] — [implications]  2. [B] — [implications]
> **Recommendation**: [choice + reasoning]

## Stop conditions

- Stop the moment intent is clear. Do not ask more to look thorough.
- If a default is obvious, proceed and state the assumption instead of asking.

This format matches the "When to Ask vs. Proceed" rule in `AGENTS.md`.

