Skip to content

Commit 683cdbd

Browse files
authored
pstack: bump to 0.6.0 and refresh README (#104)
* pstack: bump to 0.6.0 and refresh README * pstack: add skills heading to README
1 parent c532aa1 commit 683cdbd

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pstack/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pstack",
33
"displayName": "pstack",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"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.",
66
"author": {
77
"name": "Lauren Tan"

pstack/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,24 @@ when invoked it:
5454
1. opens a todo list. the first item is reading the inline principles index in the skill.
5555
2. matches your task to a playbook and copies the steps in verbatim.
5656
3. routes to the other skills as the steps fire.
57-
4. writes unslopped replies.
57+
4. writes unslopped replies framed for the consumer and the maintainer.
5858

5959
the full rules and playbooks live in `skills/poteto-mode/SKILL.md`.
6060

6161
`/poteto-mode` works extremely well with cursor's `/loop` command. you can make cursor work for many hours without sacrificing rigor.
6262

63+
## skills
64+
6365
the rest are useful when you want to specifically invoke them:
6466

6567
| skill | use it when |
6668
|---|---|
6769
| `/poteto-mode` | default entry point for any non-trivial task. |
6870
| `/how` | you want a walkthrough of how a subsystem works. |
6971
| `/why` | you want to know why something was built this way. discovers available MCPs at run time and queries each evidence category in parallel (source control, issue tracker, long-form docs, real-time chat, infra observability, error tracking, analytics warehouse). |
70-
| `/architect` | you're about to write code that crosses a function boundary and want the types and module shape settled first. |
72+
| `/architect` | you're about to write code that crosses a function boundary and want the caller's usage, types, and module shape settled first. |
7173
| `/arena` | you want N parallel attempts at the same thing, then to grab the best parts of each. |
72-
| `/interrogate` | you have a diff and want four different models to try to break it. |
74+
| `/interrogate` | you have a diff and want four different models to try to break it, including a strict code-quality lens. |
7375
| `/automate-me` | you want your own `-mode` skill, drafted from how you've actually worked. |
7476
| `/reflect` | a long task landed and you want the recipe captured as a skill edit. |
7577
| `/tdd` | you're fixing a bug and there's a cheap local test path. write the failing test first, then the fix. |

0 commit comments

Comments
 (0)