fix(pstack): operator-neutral pronouns + in-chat status tick - #362
Merged
Conversation
The autopilot playbooks and the multi-phase plan refer to the human operator as she, her, and herself. Replace each with the operator, or with they where the paragraph has no owner to confuse it with. The audit tick prompt in the plan skeleton now reads post a status message to the operator in chat instead of send the operator a status message, so a root posts status in the chat it runs in rather than to a named person or channel. Co-authored-by: lauren <poteto@users.noreply.github.com>
Co-authored-by: lauren <poteto@users.noreply.github.com>
github-actions Bot
added a commit
to SmailG/claude-cursor-plugins
that referenced
this pull request
Sep 11, 2026
…uns + in-chat status tick (cursor#362) chore: sync with cursor/plugins — fix(pstack): operator-neutral pronouns + in-chat status tick (cursor#362)
|
what can I say in this world? |
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.
Why
The autopilot playbooks and the multi-phase plan already call the human "the operator", but they still refer back with she, her, and herself. An agent that reads them addresses one specific person. This PR ports the pronoun genericize from the private lauren-mode skill so the playbooks fit any operator.
The audit tick prompt in the plan skeleton also said "send the operator a status message", which leaves the channel open. It now names the channel. A root posts status in the chat it runs in, not to a named person or an external channel.
Before
After
Scope
skills/poteto-mode/playbooks/multi-phase-plan.md. "her explicit go" and "On her go" become "the operator's". Tick prompt rewritten as above.skills/poteto-mode/playbooks/autopilot-stack.md. "she reviews and lands herself" becomes "to review and land". "her explicit go" and "her stop" become "the operator's". "with her own clicks or with merge-when-ready she arms herself" becomes "with their own clicks or by arming merge-when-ready".skills/poteto-mode/playbooks/autopilot-full.md. "stay hers", "She reviews and she clicks", "When she asks", "her explicit go", "her click", "Her hold", "until she releases them" all become "the operator" or "the operator's".skills/poteto-mode/SKILL.md. The Autopilot-stack router line drops "herself"..cursor-plugin/plugin.json. 0.15.1 to 0.15.2.Where owners and the operator share a paragraph, the text spells out "the operator" rather than "they" or "their". "their" appears once, in the autopilot-stack delivery step, where no owner is in the paragraph.
check-plan.mjsalready requires the wordoperatorin Review gates, so it is unchanged. The guide image alt texts indocs/guidedescribe a person in an illustration, not the operator, and are unchanged.Blast Radius
Prose only, in three playbooks and one router line. No step, gate, or reply contract changes. The tick prompt gains a channel and loses no content.
Verification
rg -n '\b[Ss]he\b|\b[Hh]er\b|\bhers\b|herself' pstack/skills/poteto-mode/playbooks/{multi-phase-plan,autopilot-stack,autopilot-full}.mdreturns no lines. The same grep over all ofpstack/skillsandpstack/agentsreturns no lines.multi-phase-plan.mdcontainspost a status message to the operator in chatand no longer containssend the operator.multi-phase-plan.mdpassesnode pstack/skills/poteto-mode/scripts/check-plan.mjs, 1 PR section and 0 problems, before and after the change.check-plan.mjsapplies.plugin.jsonparses and reports version 0.15.2.