Add pstack plugin#73
Open
poteto wants to merge 1 commit into
Open
Conversation
0998ac0 to
39c3d5f
Compare
7b76e04 to
c6b588e
Compare
1f67c0a to
647caca
Compare
c8b987a to
35c5761
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 7 total unresolved issues (including 6 from previous reviews).
Bugbot Autofix is ON, but it could not run because the branch was deleted or merged before autofix could start.
Reviewed by Cursor Bugbot for commit d6bb719. Configure here.
59e5cb7 to
3a9a72b
Compare
lauren tan's working style as a Cursor plugin. Bundles the poteto-mode routing skill plus the workflow skills it routes through (how, why, architect, arena, unslop, interrogate, automate-me, reflect, tdd) and the full seventeen-skill set of first principles. Ships the poteto-agent subagent that runs the same workflow end-to-end. The why skill discovers available MCPs at run time and maps each to an evidence category (source control, issue tracker, long-form docs, real-time chat, infra observability, error tracking, analytics warehouse). No third-party service integrations required. cursor-team-kit's control-cli, control-ui, and deslop are referenced as sibling-plugin dependencies for surfaces and commit cleanup; the kit works standalone otherwise. Marketplace entry registered at the root .cursor-plugin/marketplace.json.
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.

adds pstack, a new plugin by @poteto. lauren tan's working style and routing skills as a cursor plugin.
poteto-modeis the routing skill. it picks a playbook (bug fix, feature, perf, investigation, plan, or authoring a skill) and runs supporting skills as steps need them. invoke as/poteto-mode.ships:
poteto-mode,how,why,architect,arena,unslop,interrogate,automate-me,reflect,tdd)poteto-agentsubagent for end-to-end useno third-party service integrations required. some skills reference
cursor-team-kitskills (deslop,control-cli,control-ui); install it alongside if you want those.full readme: pstack/README.md.
Note
Low Risk
Primarily adds new plugin metadata and Markdown skill content, with no changes to runtime application code or security-sensitive logic.
Overview
Registers
pstackin.cursor-plugin/marketplace.jsonand introduces the newpstackplugin package (manifest, license, README, and.gitignore).The plugin ships a
poteto-agentsubagent plus a large set of newSKILL.mdworkflows (e.g.,poteto-mode,how,why,architect,arena,interrogate,reflect,automate-me,tdd,unslop) and principle/reference documents that define routing/playbooks and review/verification guidance.Reviewed by Cursor Bugbot for commit 533466e. Bugbot is set up for automated code reviews on this repo. Configure here.