pstack: make poteto-mode a sticky mode with a conditional reminder#144
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mode: true,icon: crown,color: yellow,reminder:), so entering /poteto-mode persists across turns: the full skill body injects on entry, and the reminder line injects on each later turn.Test plan
Note
Low Risk
Plugin skill metadata and version bump only; no runtime app logic, auth, or data handling.
Overview
Turns
/poteto-modeinto a sticky Cursor mode by adding custom-mode frontmatter on the skill (mode: true,icon: crown,color: yellow). After entry, the full skill still injects once; later turns get a short reminder line instead of re-injecting the whole body.The reminder is conditional, not “always stay in mode”: re-apply
/poteto-modeon a new task when a playbook matches or rigor is needed; skip on casual turns or explicit opt-out. It names the skill (/poteto-mode) for plugin installs, not a repo path.pstack version bumps 0.10.2 → 0.10.3.
Reviewed by Cursor Bugbot for commit acbcd0e. Bugbot is set up for automated code reviews on this repo. Configure here.