From 14f2be6cbf36d9e5840117566f5850868520caa7 Mon Sep 17 00:00:00 2001 From: lauren Date: Wed, 8 Jul 2026 18:44:09 -0700 Subject: [PATCH 1/2] pstack: make poteto-mode a sticky mode with a conditional reminder --- pstack/.cursor-plugin/plugin.json | 2 +- pstack/skills/poteto-mode/SKILL.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pstack/.cursor-plugin/plugin.json b/pstack/.cursor-plugin/plugin.json index dc60bc6..a095e64 100644 --- a/pstack/.cursor-plugin/plugin.json +++ b/pstack/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "pstack", "displayName": "pstack", - "version": "0.10.2", + "version": "0.10.3", "description": "if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence.", "author": { "name": "Lauren Tan" diff --git a/pstack/skills/poteto-mode/SKILL.md b/pstack/skills/poteto-mode/SKILL.md index d848714..7929e69 100644 --- a/pstack/skills/poteto-mode/SKILL.md +++ b/pstack/skills/poteto-mode/SKILL.md @@ -2,6 +2,10 @@ name: poteto-mode description: poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verified work. Use for poteto, /poteto-mode, or requests to work in this style. disable-model-invocation: true +mode: true +icon: crown +color: yellow +reminder: New task? Playbook match or rigor needed -> apply the poteto-mode skill. Casual turn or user opts out -> don't. --- # Poteto mode From acbcd0e157fef146035bee9bfb82f98739e42bea Mon Sep 17 00:00:00 2001 From: lauren Date: Wed, 8 Jul 2026 18:45:03 -0700 Subject: [PATCH 2/2] pstack: reference the mode as /poteto-mode in the sticky reminder --- pstack/skills/poteto-mode/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pstack/skills/poteto-mode/SKILL.md b/pstack/skills/poteto-mode/SKILL.md index 7929e69..8e594c9 100644 --- a/pstack/skills/poteto-mode/SKILL.md +++ b/pstack/skills/poteto-mode/SKILL.md @@ -5,7 +5,7 @@ disable-model-invocation: true mode: true icon: crown color: yellow -reminder: New task? Playbook match or rigor needed -> apply the poteto-mode skill. Casual turn or user opts out -> don't. +reminder: New task? Playbook match or rigor needed -> apply /poteto-mode. Casual turn or user opts out -> don't. --- # Poteto mode