Files
lauren f8abeddd18 pstack: every claim carries its evidence or its label (#341)
* pstack: every claim carries its evidence or its label

Add one bullet to the end of the Writing the reply list in the mode
skill. Agents state predictions and unseen causes as fact. The bullet
requires each claim to carry its evidence or its label (measured,
inferred, or guess) in the same sentence, and forbids handing the human
a check the agent could run.

* chore(pstack): bump to 0.15.1
2026-09-09 12:17:39 -07:00

32 lines
721 B
JSON

{
"name": "pstack",
"displayName": "pstack",
"version": "0.15.1",
"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",
"logo": "assets/logo.png",
"keywords": [
"pstack",
"poteto-mode",
"workflow",
"principles",
"agent-style",
"subagents",
"unslop"
],
"category": "developer-tools",
"tags": [
"workflow",
"principles",
"review",
"planning"
],
"skills": "./skills/",
"agents": "./agents/"
}