From a6bdfd9fed6c17d21b306aeb7ff6a0de8b72ef3c Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Thu, 26 Mar 2026 14:28:04 +0000 Subject: [PATCH] Add instruction to ask questions one at a time --- grill-me/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grill-me/SKILL.md b/grill-me/SKILL.md index f1543a9..bd04394 100644 --- a/grill-me/SKILL.md +++ b/grill-me/SKILL.md @@ -5,4 +5,6 @@ description: Interview the user relentlessly about a plan or design until reachi Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. +Ask the questions one at a time. + If a question can be answered by exploring the codebase, explore the codebase instead.