Skip to content

Commit 0ab1b63

Browse files
authored
Merge pull request #917 from mattpocock/grilling-add-hr-between-questions
grilling: separate questions in a round with an HR
2 parents 885e2ca + 85f83d3 commit 0ab1b63

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mattpocock-skills": patch
3+
---
4+
5+
grilling: update the round template so consecutive questions are separated by a horizontal rule (`---`) instead of running together.

skills/productivity/grilling/SKILL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ Interview the user relentlessly until you reach a shared understanding. Map this
77

88
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.
99

10-
Each question should be formatted like so:
10+
Format a round like so:
1111

1212
```
1313
❓ **Q1** - **<question title>**: <question body, might be multiple paragraphs, including multiple choices>
1414
15+
➡️ <your recommended answer>
16+
17+
---
18+
19+
❓ **Q2** - **<question title>**: <question body, might be multiple paragraphs, including multiple choices>
20+
1521
➡️ <your recommended answer>
1622
```
1723

0 commit comments

Comments
 (0)