Files
cursor__plugins/pstack/.cursor-plugin/plugin.json
lauren f3fc06544b pstack: cut model-config prose to its definition sites
Keep the inherit-parent/auto definition in setup-pstack (steps 1/3/4 and
the generated rule's header comment) and one poteto-mode clause; drop the
per-call-site resolution instructions from how, why, arena, architect,
reflect, and interrogate, restoring the compact configured-role pointers
with the current defaults. Make interrogate reviewer counts configurable:
the interrogate reviewers list sets the panel size and the Reviewer A/B/C
labels extend or shrink to the entry count. Bump 0.11.7 -> 0.11.8.
2026-07-23 18:26:52 +00:00

31 lines
693 B
JSON

{
"name": "pstack",
"displayName": "pstack",
"version": "0.11.8",
"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/"
}