From e1c025eaee5b822d2cec645589f32291a88a89f7 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Fri, 3 Jul 2026 09:48:46 +0100 Subject: [PATCH] Add minor changeset for grilling gate and leading word Co-Authored-By: Claude Opus 4.8 (1M context) --- .changeset/grilling-gate-and-leading-word.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/grilling-gate-and-leading-word.md diff --git a/.changeset/grilling-gate-and-leading-word.md b/.changeset/grilling-gate-and-leading-word.md new file mode 100644 index 0000000..34c8bfd --- /dev/null +++ b/.changeset/grilling-gate-and-leading-word.md @@ -0,0 +1,5 @@ +--- +"mattpocock-skills": minor +--- + +Add a confirmation gate to **`grilling`**: the agent won't enact the plan until you confirm the shared understanding has been reached, turning the skill's existing "shared understanding" completion criterion into an explicit stop-gate. The `description` also recruits the pretrained **`grill`** leading word ("Grill the user relentlessly") to sharpen invocation, and the docs page is re-synced with the new gate behaviour.