mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
f8abeddd18
* 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
32 lines
721 B
JSON
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/"
|
|
}
|