mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
99559f2f52
* pstack: add /bro, restate the last message in plain language * poteto-mode: add babysit, shipping, orchestrate, and worktree-cleanup playbooks Ships the watch-pr status watcher, the orch coordinator CLI, and worktree-audit.sh under scripts/, plus a Bugbot triage rubric under references/. Wires the new playbooks into the mode's triggers and catalog, and repoints autopilot babysit references at the bundled playbooks. * pstack: catch-up edits to unslop, automate-me, type-system-discipline, poteto-agent unslop gains the cross-project swap test, more banned metaphor nouns, and plainer rule titles. automate-me learns nested personal-category mode skills. principle-type-system-discipline states the define-errors- out-of-existence rule. poteto-agent defaults to background execution. * pstack 0.14.0: README and guide updates for the new skill and playbooks * fix(pstack): queued babysit stops on WAITING/merge-queue, not READY Queued watch-pr never emits READY; a green frontier is non-terminal WAITING with reason merge-queue. The playbook wrongly told agents to wait for READY, which hangs drive with the default timeout. * Port Comment Sicko foreign-gotcha tip and no-comments step 5 Catch up to the merged tip: our-code surprises die with MUST KILL reshape, foreign/unowned keeps survive, step 5 simplified. Sanitize how/why and principle paths for the public plugin. * Fix capitalization after principle path sanitize --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
31 lines
693 B
JSON
31 lines
693 B
JSON
{
|
|
"name": "pstack",
|
|
"displayName": "pstack",
|
|
"version": "0.14.0",
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins/tree/main/pstack",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"pstack",
|
|
"poteto-mode",
|
|
"workflow",
|
|
"principles",
|
|
"agent-style",
|
|
"subagents",
|
|
"unslop"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"workflow",
|
|
"principles",
|
|
"review",
|
|
"planning"
|
|
],
|
|
"skills": "./skills/",
|
|
"agents": "./agents/"
|
|
}
|