feat: sync upstream pstack (6 playbooks, /bro + 3 skills, official guide) - #9
Merged
HustleCoding merged 2 commits intoAug 9, 2026
Merged
Conversation
Co-Authored-By: Florin <f.dobinciuc7@gmail.com>
Co-Authored-By: Florin <f.dobinciuc7@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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
Brings the tour back in sync with
cursor/plugins/pstack, which has grown a lot since the last sync, and adds a section for the guide upstream now ships atpstack/docs/guide.New in
PLAYBOOKS(all frompoteto-mode/SKILL.md), inserted where upstream lists them so neighbours that need contrasting stay adjacent: Babysit and Shipping (the two halves of getting a stack merged), Orchestrate, Autopilot-full, Autopilot-stack (next to Autonomous run, which they're easy to confuse with), and Worktree and simulator cleanup. Count copy goes 17 → 23 playbooks, 19 → 23 skills.New in
SKILLS:/bro,/swarm,/no-comments,/technical-writing. NewMODELSroles fromsetup-pstack:hardest tasks,arena cross-judge pool,swarm workers.KEYWORDSgained a set per new playbook. The risk there is stealing phrases from existing sets — "land the stack" is in the Run-overnight example chip, "migration across" belongs to multi-phase-plan — so every existing example chip was re-checked to confirm it still routes to the same playbook it did before, plus a spot check that each new playbook now matches its own phrasing.The Guide section is markup, not data: ten
a.chipcards linking the upstream chapters..chipwas written for<button>, so anchors needed one added rule to drop the inherited underline and keep the accent title / dim description split.llms-full.txtis generated from the inline data by.github/scripts/generate.py, so it picks the above up automatically; the two hardcoded "Twenty principles" / "Twenty rules" strings in the generator were wrong (there are 21) and are fixed, and the generator +llms.txtnow point agents at the guide index.changelog.jsonand the workflows are untouched.Link to Devin session: https://app.devin.ai/sessions/96d44aa4c51a44ccbb461c5809e05726
Requested by: @HustleCoding