From 511689139be20b23a5f8d1968fe573154f0a26c0 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Tue, 14 Apr 2026 19:58:31 +0700 Subject: [PATCH] add grill-me pi skill --- pi/skills/grill-me/SKILL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pi/skills/grill-me/SKILL.md diff --git a/pi/skills/grill-me/SKILL.md b/pi/skills/grill-me/SKILL.md new file mode 100644 index 0000000..bd04394 --- /dev/null +++ b/pi/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.