grill-me-codex
Installation
SKILL.md
Codex Grill Me
Purpose
Interview the user relentlessly about a plan or design until the decision tree is resolved enough for shared understanding.
Operating Rules
- Ask one question at a time, then wait for the user's answer before continuing.
- For each question, include your recommended answer and a brief reason.
- Walk dependencies between decisions in order. Resolve prerequisite choices before asking downstream questions.
- If the answer can be discovered by reading the codebase, docs, plans, issues, or existing artifacts, inspect those first instead of asking.
- Prefer
rg --filesfor file discovery,rgfor search, and normal file reads for specific files. - Keep the session conversational and specific. Avoid broad checklists that make the user answer everything at once.
- Do not modify files unless the user explicitly asks for a written artifact or implementation work.