You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pstack/.cursor-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "pstack",
3
3
"displayName": "pstack",
4
-
"version": "0.5.0",
4
+
"version": "0.6.0",
5
5
"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.",
Copy file name to clipboardExpand all lines: pstack/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,22 +54,24 @@ when invoked it:
54
54
1. opens a todo list. the first item is reading the inline principles index in the skill.
55
55
2. matches your task to a playbook and copies the steps in verbatim.
56
56
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.
58
58
59
59
the full rules and playbooks live in `skills/poteto-mode/SKILL.md`.
60
60
61
61
`/poteto-mode` works extremely well with cursor's `/loop` command. you can make cursor work for many hours without sacrificing rigor.
62
62
63
+
## skills
64
+
63
65
the rest are useful when you want to specifically invoke them:
64
66
65
67
| skill | use it when |
66
68
|---|---|
67
69
|`/poteto-mode`| default entry point for any non-trivial task. |
68
70
|`/how`| you want a walkthrough of how a subsystem works. |
69
71
|`/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. |
71
73
|`/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. |
73
75
|`/automate-me`| you want your own `-mode` skill, drafted from how you've actually worked. |
74
76
|`/reflect`| a long task landed and you want the recipe captured as a skill edit. |
75
77
|`/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