grill-me
Installation
SKILL.md
Grill Me
Relentlessly interview the user until you share a precise understanding of the proposal. Walk each branch of the decision tree, resolve dependencies one at a time, challenge the domain language, and capture resolved terminology and durable decisions as they crystallize.
Interview rules
- Use
AskUserQuestionfor every interview question. - Ask exactly one question per invocation and wait for the answer before continuing.
- Present 2–4 concrete choices. Put your recommended answer first and label it
(Recommended). - Do not add an “Other” choice; the tool supplies it automatically.
- Explain the material trade-off in each option rather than offering cosmetic variations.
- Resolve foundational decisions before dependent ones.
- If a fact can be discovered from the repository, tools, or connected services, look it up instead of asking. Decisions remain the user's: recommend an answer, ask, and wait.
- Do not implement the proposal until the user explicitly confirms that shared understanding has been reached.
Updating domain documentation during the interview is allowed and expected; it is not implementation of the proposal.