From 4472bbc2e98a6d5f1e0e25dc0c50c2ec45cf6457 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 4 May 2026 20:25:43 +0200 Subject: [PATCH] Add grill-me skill --- .opencode/skills/grill-me/SKILL.md | 10 ++++++++++ skills-lock.json | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 .opencode/skills/grill-me/SKILL.md diff --git a/.opencode/skills/grill-me/SKILL.md b/.opencode/skills/grill-me/SKILL.md new file mode 100644 index 0000000..bd04394 --- /dev/null +++ b/.opencode/skills/grill-me/SKILL.md @@ -0,0 +1,10 @@ +--- +name: grill-me +description: Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me". +--- + +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. diff --git a/skills-lock.json b/skills-lock.json index 6d9c722..f197fdf 100644 --- a/skills-lock.json +++ b/skills-lock.json @@ -5,6 +5,12 @@ "source": "JuliusBrussee/caveman", "sourceType": "github", "computedHash": "a818cdc41dcfaa50dd891c5cb5e5705968338de02e7e37949ca56e8c30ad4176" + }, + "grill-me": { + "source": "mattpocock/skills", + "sourceType": "github", + "skillPath": "skills/productivity/grill-me/SKILL.md", + "computedHash": "784f0dbb7403b0f00324bce9a112f715342777a0daee7bbb7385f9c6f0a170ea" } } }