From 85f83d3fde1d3a90d5c9a657f6998c79a6c37308 Mon Sep 17 00:00:00 2001 From: remote-box Date: Thu, 20 Aug 2026 10:32:07 +0000 Subject: [PATCH] grilling: separate questions in a round with an HR Multi-question rounds ran straight into each other with no visual break. Fold the horizontal rule (---) directly into the round template so consecutive questions are shown as distinct blocks; the template demonstrates the separator, so no extra prose instruction is needed. --- .changeset/grilling-add-hr-between-questions.md | 5 +++++ skills/productivity/grilling/SKILL.md | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .changeset/grilling-add-hr-between-questions.md diff --git a/.changeset/grilling-add-hr-between-questions.md b/.changeset/grilling-add-hr-between-questions.md new file mode 100644 index 0000000..0fc8ee0 --- /dev/null +++ b/.changeset/grilling-add-hr-between-questions.md @@ -0,0 +1,5 @@ +--- +"mattpocock-skills": patch +--- + +grilling: update the round template so consecutive questions are separated by a horizontal rule (`---`) instead of running together. diff --git a/skills/productivity/grilling/SKILL.md b/skills/productivity/grilling/SKILL.md index 1c2bb7b..8ca78c6 100644 --- a/skills/productivity/grilling/SKILL.md +++ b/skills/productivity/grilling/SKILL.md @@ -7,11 +7,17 @@ Interview the user relentlessly until you reach a shared understanding. Map this Work the tree in **rounds**. The **frontier** is every decision whose prerequisites are already settled: the questions you can ask _now_ without guessing at answers you haven't heard yet. Ask the whole frontier in one round: number each question and give your recommended answer. Then wait for the user's answers before the next round. -Each question should be formatted like so: +Format a round like so: ``` ❓ **Q1** - ****: +➡️ + +--- + +❓ **Q2** - ****: + ➡️ ```