diff --git a/.github/scripts/extract-data.js b/.github/scripts/extract-data.js new file mode 100644 index 0000000..c183ec4 --- /dev/null +++ b/.github/scripts/extract-data.js @@ -0,0 +1,22 @@ +#!/usr/bin/env node +const fs = require('fs'); +const path = require('path'); + +const repoRoot = path.resolve(__dirname, '..', '..'); +const indexPath = process.argv[2] || path.join(repoRoot, 'index.html'); + +const html = fs.readFileSync(indexPath, 'utf8'); +const scriptMatch = html.match(/ + + diff --git a/changelog.html b/changelog.html index c44f412..4d0fef2 100644 --- a/changelog.html +++ b/changelog.html @@ -15,6 +15,9 @@ + + + @@ -127,8 +130,499 @@

pstack

Upstream changelog

Weekly changes to the pstack plugin in cursor/plugins. We poll the repo and surface any commits that touch the pstack directory.

-
-
+
Tracking cursor/plugins/pstack · synced August 03, 2026
+
+
+
2026-08-02
+ +
+
+
2026-08-02
+ +
+
+
2026-08-02
+ +
+
+
2026-07-30
+ +
+
+
2026-07-30
+ +
+
+
2026-07-30
+ +
+
+
2026-07-30
+ +
+
+
2026-07-29
+ +
+
+
2026-07-27
+ +
+
+
2026-07-26
+ +
+
+
2026-07-26
+ +
+
+
2026-07-23
+ +
+
+
2026-07-22
+ +
+
+
2026-07-22
+ +
+
+
2026-07-22
+ +
+
+
2026-07-22
+ +
+
+
2026-07-22
+ +
+
+
2026-07-14
+ +
+
+
2026-07-13
+ +
+
+
2026-07-12
+ +
+
+
2026-07-12
+ +
+
+
2026-07-12
+ +
+
+
2026-07-12
+ +
+
+
2026-07-12
+ +
+
+
2026-07-11
+ +
+
+
2026-07-11
+ +
+
+
2026-07-11
+ +
+
+
2026-07-09
+ +
+
+
2026-07-08
+ +
+
+
2026-07-08
+ +
+
+
2026-06-24
+ +
+
+
2026-06-17
+ +
+
+
2026-06-14
+ +
+
+
2026-06-14
+ +
+
+
2026-06-07
+ +
+
+
2026-06-07
+ +
+
+
2026-06-06
+ +
+
+
2026-06-06
+ +
+
+
2026-06-06
+ +
+
+
2026-06-06
+ +
+
+
2026-06-06
+ +
+
+
2026-06-06
+ +
+
+
2026-06-06
+ +
+
+
2026-06-05
+ +
+
+
2026-05-30
+ +
+
+
2026-05-30
+ +
+
+
2026-05-29
+ +
+
+
2026-05-29
+ +
+
+
2026-05-29
+ +
+
+
2026-05-29
+ +
+
+
2026-05-29
+ +
+
+
2026-05-29
+ +
+
+
2026-05-28
+ +
+
+
2026-05-28
+ +
+
+
2026-05-28
+ +
+
+
2026-05-27
+ +
+
+
2026-05-27
+ +
+
+
2026-05-26
+ +
+
+
2026-05-26
+ +
+
+
2026-05-26
+ +
+
+
2026-05-26
+ +
+
+
2026-05-26
+ +
+
+
2026-05-26
+ +
+
+
2026-05-25
+ +
+
+
2026-05-25
+ +
+
+
2026-05-24
+ +
+
+
2026-05-24
+ +
+
+
2026-05-23
+ +
+
+
2026-05-23
+ +
+
+
2026-05-23
+
+ +
24bd6eb · poteto
+
+
+
@@ -139,72 +633,5 @@

Upstream changelog

- diff --git a/changelog.json b/changelog.json index 235eda9..5ec343a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,9 +1,161 @@ { "source": "https://github.com/cursor/plugins/tree/main/pstack", "sourceUrl": "https://github.com/cursor/plugins/tree/main/pstack", - "lastUpdatedAt": "2026-07-13T11:10:51+00:00", - "lastCommitSha": "a29f5a8ca161b1de4ffc5484454958bebc04eaa5", + "lastUpdatedAt": "2026-08-03T12:16:43+00:00", + "lastCommitSha": "424829e3e0f7e5a8b9181412ca04e84e026a0c02", "entries": [ + { + "sha": "424829e3e0f7e5a8b9181412ca04e84e026a0c02", + "date": "2026-08-02T20:25:40Z", + "title": "docs(pstack): bring guide current with new skills and playbooks (#188)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/424829e3e0f7e5a8b9181412ca04e84e026a0c02" + }, + { + "sha": "99559f2f52047978602ef365589275831e76af07", + "date": "2026-08-02T19:49:20Z", + "title": "pstack: add bro, babysit/shipping/orchestrate/worktree-cleanup, and catch-up ports (0.14.0) (#187)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/99559f2f52047978602ef365589275831e76af07" + }, + { + "sha": "b047069f4f3a73e87dd1f11f7913386d25876b91", + "date": "2026-08-02T03:29:30Z", + "title": "pstack: add autopilot playbooks, /no-comments, Comment Sicko, and /technical-writing (0.13.0) (#185)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/b047069f4f3a73e87dd1f11f7913386d25876b91" + }, + { + "sha": "91dd7b7119883318831e54b00aea544fef96bc8d", + "date": "2026-07-30T19:30:44Z", + "title": "Address swarm review feedback", + "author": "cursoragent", + "authorUrl": "https://github.com/cursoragent", + "url": "https://github.com/cursor/plugins/commit/91dd7b7119883318831e54b00aea544fef96bc8d" + }, + { + "sha": "0b7ef5b61f39d60645c54101ebac762fbb493494", + "date": "2026-07-30T19:18:03Z", + "title": "docs(pstack): refresh guide for 0.12.0", + "author": "cursoragent", + "authorUrl": "https://github.com/cursoragent", + "url": "https://github.com/cursor/plugins/commit/0b7ef5b61f39d60645c54101ebac762fbb493494" + }, + { + "sha": "b79f8ca89e36b8d4f2d51e51a77a83ef7d5b5c3a", + "date": "2026-07-30T18:18:38Z", + "title": "Add swarm skill to pstack", + "author": "cursoragent", + "authorUrl": "https://github.com/cursoragent", + "url": "https://github.com/cursor/plugins/commit/b79f8ca89e36b8d4f2d51e51a77a83ef7d5b5c3a" + }, + { + "sha": "4483dcd246c3212ff38890bd53977c16d7b54fb7", + "date": "2026-07-30T17:18:40Z", + "title": "Add feature map reference to create-verification-skill (#178)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/4483dcd246c3212ff38890bd53977c16d7b54fb7" + }, + { + "sha": "45c66fde1f1681a902a30d1ae8bca1cc64465d6e", + "date": "2026-07-29T05:29:45Z", + "title": "feat(pstack): deepen architect interface guidance (#175)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/45c66fde1f1681a902a30d1ae8bca1cc64465d6e" + }, + { + "sha": "91be0f994b5de7a75f4d6f2b3b00958126d9195e", + "date": "2026-07-27T21:14:44Z", + "title": "feat(pstack): teach constructive type modeling (#174)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/91be0f994b5de7a75f4d6f2b3b00958126d9195e" + }, + { + "sha": "ba7b5907843e1e21ec692418c180e1f912cbf7d3", + "date": "2026-07-26T09:12:33Z", + "title": "Clarify ownership of autonomous run discoveries (#170)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/ba7b5907843e1e21ec692418c180e1f912cbf7d3" + }, + { + "sha": "d45ad028b7d50fca8550a33e7b40842e67fea284", + "date": "2026-07-26T00:56:42Z", + "title": "pstack: add Opus 5 to model panels (#169)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/d45ad028b7d50fca8550a33e7b40842e67fea284" + }, + { + "sha": "04166ac89136d36de2a87f24429e6cc307594953", + "date": "2026-07-23T22:11:47Z", + "title": "pstack: cut model-config prose to its definition sites (#167)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/04166ac89136d36de2a87f24429e6cc307594953" + }, + { + "sha": "02c03a9deddad3aef581da053cecf9603b8caba1", + "date": "2026-07-22T23:18:26Z", + "title": "pstack: add public usage tutorial (#164)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/02c03a9deddad3aef581da053cecf9603b8caba1" + }, + { + "sha": "03e087aebe707ddeed6ba6d13880d50e23e6bed6", + "date": "2026-07-22T22:38:38Z", + "title": "pstack: default explorer roles to grok (#166)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/03e087aebe707ddeed6ba6d13880d50e23e6bed6" + }, + { + "sha": "e1007b141f5574a340460414a23f5e18f56c3121", + "date": "2026-07-22T21:59:34Z", + "title": "pstack: default panels to fable sol grok (#165)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/e1007b141f5574a340460414a23f5e18f56c3121" + }, + { + "sha": "63432f3196d77c3a04425d65d988819fe89069ff", + "date": "2026-07-22T21:53:14Z", + "title": "pstack: honor inherit-parent / auto (omit Task model) (#163)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/63432f3196d77c3a04425d65d988819fe89069ff" + }, + { + "sha": "fe77e7792d99b57dd6ad6281022791d7ef2db266", + "date": "2026-07-22T17:20:13Z", + "title": "fix-root-causes: flag verbose workaround comments (#162)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/fe77e7792d99b57dd6ad6281022791d7ef2db266" + }, + { + "sha": "3fe2823ce17c1656c222d4b7c59d3f82fbf20143", + "date": "2026-07-14T00:09:30Z", + "title": "pstack: parity sweep with the private skill tree (#156)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/3fe2823ce17c1656c222d4b7c59d3f82fbf20143" + }, + { + "sha": "f4d9e39d979815fee68af6398c693144d5d38521", + "date": "2026-07-13T21:44:29Z", + "title": "poteto-mode: give the perf playbook its eight strategy families (#155)", + "author": "poteto", + "authorUrl": "https://github.com/poteto", + "url": "https://github.com/cursor/plugins/commit/f4d9e39d979815fee68af6398c693144d5d38521" + }, { "sha": "a29f5a8ca161b1de4ffc5484454958bebc04eaa5", "date": "2026-07-12T04:18:44Z", diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..67baa9f --- /dev/null +++ b/changelog.md @@ -0,0 +1,78 @@ +# pstack upstream changelog + +Source: https://github.com/cursor/plugins/tree/main/pstack +Last synced: 2026-08-03T12:16:43+00:00 +Last commit: 424829e3e0f7e5a8b9181412ca04e84e026a0c02 + +## Recent changes + +- [2026-08-02] [docs(pstack): bring guide current with new skills and playbooks (#188)](https://github.com/cursor/plugins/commit/424829e3e0f7e5a8b9181412ca04e84e026a0c02) (424829e) by poteto +- [2026-08-02] [pstack: add bro, babysit/shipping/orchestrate/worktree-cleanup, and catch-up ports (0.14.0) (#187)](https://github.com/cursor/plugins/commit/99559f2f52047978602ef365589275831e76af07) (99559f2) by poteto +- [2026-08-02] [pstack: add autopilot playbooks, /no-comments, Comment Sicko, and /technical-writing (0.13.0) (#185)](https://github.com/cursor/plugins/commit/b047069f4f3a73e87dd1f11f7913386d25876b91) (b047069) by poteto +- [2026-07-30] [Address swarm review feedback](https://github.com/cursor/plugins/commit/91dd7b7119883318831e54b00aea544fef96bc8d) (91dd7b7) by cursoragent +- [2026-07-30] [docs(pstack): refresh guide for 0.12.0](https://github.com/cursor/plugins/commit/0b7ef5b61f39d60645c54101ebac762fbb493494) (0b7ef5b) by cursoragent +- [2026-07-30] [Add swarm skill to pstack](https://github.com/cursor/plugins/commit/b79f8ca89e36b8d4f2d51e51a77a83ef7d5b5c3a) (b79f8ca) by cursoragent +- [2026-07-30] [Add feature map reference to create-verification-skill (#178)](https://github.com/cursor/plugins/commit/4483dcd246c3212ff38890bd53977c16d7b54fb7) (4483dcd) by poteto +- [2026-07-29] [feat(pstack): deepen architect interface guidance (#175)](https://github.com/cursor/plugins/commit/45c66fde1f1681a902a30d1ae8bca1cc64465d6e) (45c66fd) by poteto +- [2026-07-27] [feat(pstack): teach constructive type modeling (#174)](https://github.com/cursor/plugins/commit/91be0f994b5de7a75f4d6f2b3b00958126d9195e) (91be0f9) by poteto +- [2026-07-26] [Clarify ownership of autonomous run discoveries (#170)](https://github.com/cursor/plugins/commit/ba7b5907843e1e21ec692418c180e1f912cbf7d3) (ba7b590) by poteto +- [2026-07-26] [pstack: add Opus 5 to model panels (#169)](https://github.com/cursor/plugins/commit/d45ad028b7d50fca8550a33e7b40842e67fea284) (d45ad02) by poteto +- [2026-07-23] [pstack: cut model-config prose to its definition sites (#167)](https://github.com/cursor/plugins/commit/04166ac89136d36de2a87f24429e6cc307594953) (04166ac) by poteto +- [2026-07-22] [pstack: add public usage tutorial (#164)](https://github.com/cursor/plugins/commit/02c03a9deddad3aef581da053cecf9603b8caba1) (02c03a9) by poteto +- [2026-07-22] [pstack: default explorer roles to grok (#166)](https://github.com/cursor/plugins/commit/03e087aebe707ddeed6ba6d13880d50e23e6bed6) (03e087a) by poteto +- [2026-07-22] [pstack: default panels to fable sol grok (#165)](https://github.com/cursor/plugins/commit/e1007b141f5574a340460414a23f5e18f56c3121) (e1007b1) by poteto +- [2026-07-22] [pstack: honor inherit-parent / auto (omit Task model) (#163)](https://github.com/cursor/plugins/commit/63432f3196d77c3a04425d65d988819fe89069ff) (63432f3) by poteto +- [2026-07-22] [fix-root-causes: flag verbose workaround comments (#162)](https://github.com/cursor/plugins/commit/fe77e7792d99b57dd6ad6281022791d7ef2db266) (fe77e77) by poteto +- [2026-07-14] [pstack: parity sweep with the private skill tree (#156)](https://github.com/cursor/plugins/commit/3fe2823ce17c1656c222d4b7c59d3f82fbf20143) (3fe2823) by poteto +- [2026-07-13] [poteto-mode: give the perf playbook its eight strategy families (#155)](https://github.com/cursor/plugins/commit/f4d9e39d979815fee68af6398c693144d5d38521) (f4d9e39) by poteto +- [2026-07-12] [pstack: bump version to 0.11.2 (#154)](https://github.com/cursor/plugins/commit/a29f5a8ca161b1de4ffc5484454958bebc04eaa5) (a29f5a8) by poteto +- [2026-07-12] [pstack: add the teach skill (compose how + why into one explanation) (#153)](https://github.com/cursor/plugins/commit/8f008c41981dca484d5beaf688d3aa2ea4ecf89b) (8f008c4) by poteto +- [2026-07-12] [pstack: bump version to 0.11.1 (#152)](https://github.com/cursor/plugins/commit/20bdb6cdfdd8ffa683befe62d76104e5654c861d) (20bdb6c) by poteto +- [2026-07-12] [maintain-verification-skill: cleanup granularity, re-doctor, evidence checks (#151)](https://github.com/cursor/plugins/commit/6714489fa233263f00e419f6cfc4759b07c81056) (6714489) by poteto +- [2026-07-12] [pstack: add create-verification-skill and maintain-verification-skill (#150)](https://github.com/cursor/plugins/commit/e42d29fd5c8fe4f13e3bee7f53b35f410f65aee8) (e42d29f) by poteto +- [2026-07-11] [pstack: give poteto-mode a human display name (#149)](https://github.com/cursor/plugins/commit/9d2a3f2d12bbe0dca3e61bbc0e9dbfe2df09fb56) (9d2a3f2) by poteto +- [2026-07-11] [pstack: lead the README with the two-step quickstart (#148)](https://github.com/cursor/plugins/commit/9251b2666bc9876396825c1f0df5685dbdaaddb5) (9251b26) by poteto +- [2026-07-11] [pstack: add model-the-domain principle; true up README (#147)](https://github.com/cursor/plugins/commit/a8145426e541afa424a403e3866496216c1b8142) (a814542) by poteto +- [2026-07-09] [pstack: make poteto-mode a sticky mode with a conditional reminder (#144)](https://github.com/cursor/plugins/commit/0dda29e839d15464a137af9935665a5a47ee09b8) (0dda29e) by poteto +- [2026-07-08] [pstack: route hardest tasks to claude-fable-5-thinking-max (#143)](https://github.com/cursor/plugins/commit/9b80b5349872b2a3404be58bd9236cc9b83833bb) (9b80b53) by poteto +- [2026-07-08] [pstack: route composer slots to grok-4.5-fast-xhigh (#142)](https://github.com/cursor/plugins/commit/dc2fae6625a268361243ca044eb5af141c124704) (dc2fae6) by poteto +- [2026-06-24] [pstack: add Benny issue automation pack (#137)](https://github.com/cursor/plugins/commit/0452e08a314c03621ec5ac1324f1ad1dd824f1a4) (0452e08) by poteto +- [2026-06-17] [pstack: add recall and blast-radius skills (#135)](https://github.com/cursor/plugins/commit/e46364b8be46000b7df0f260550cd712afbb8d36) (e46364b) by poteto +- [2026-06-14] [pstack: bump to 0.9.1, list the hillclimb playbook in the README (#133)](https://github.com/cursor/plugins/commit/cfd81b3961ef5fddc90e9f2994fa1c87cd454e61) (cfd81b3) by poteto +- [2026-06-14] [poteto-mode: add the Hillclimb playbook and tighten Autonomous run stop semantics (#132)](https://github.com/cursor/plugins/commit/b64f02a456924867d0d293cdb2f94eaecd25b50a) (b64f02a) by poteto +- [2026-06-07] [pstack: sync README with shipped principles and playbooks (#126)](https://github.com/cursor/plugins/commit/74dd2291e8e37b12fd6dc49b2acbd655c6bdaf12) (74dd229) by poteto +- [2026-06-07] [pstack: bump version to 0.9.0 (#125)](https://github.com/cursor/plugins/commit/a5cda8b561bb6536e880481734199a568cb647f4) (a5cda8b) by poteto +- [2026-06-06] [poteto-mode: shape refactoring commits before opening the PR (#124)](https://github.com/cursor/plugins/commit/91707573f17bde34e376f772ef4dd8f504747cb6) (9170757) by poteto +- [2026-06-06] [pstack: self-unblock empirical forks with a sketch instead of asking (#122)](https://github.com/cursor/plugins/commit/318e8f74ccc316b5f53e058de03fd1978ba5e041) (318e8f7) by poteto +- [2026-06-06] [pstack: add 'sequence work into verifiable units' principle (#123)](https://github.com/cursor/plugins/commit/27daaa309189aabce2dcaa2554cc940d65749a25) (27daaa3) by poteto +- [2026-06-06] [pstack: per-role model configuration via /setup-pstack (#121)](https://github.com/cursor/plugins/commit/6605d7adc3d4733b87273158c4cc49ae184409ab) (6605d7a) by poteto +- [2026-06-06] [pstack: bump version to 0.7.0 (#117)](https://github.com/cursor/plugins/commit/881e794248cd8d3855807abd7e48f2083809d175) (881e794) by poteto +- [2026-06-06] [pstack: add skeptical-reviewer trigger and arena routing for multi-shape work (#116)](https://github.com/cursor/plugins/commit/97d645a601330acf0257e51ce646aa497855c35f) (97d645a) by poteto +- [2026-06-06] [pstack: add pause-safely playbook (clean checkpoint for suspending work) (#115)](https://github.com/cursor/plugins/commit/2f3a47e6c404daa4bd24e8a0686751be39ed889b) (2f3a47e) by poteto +- [2026-06-05] [pstack: fold enforcement-strength rung into encode-lessons-in-structure (#114)](https://github.com/cursor/plugins/commit/64fe0147d32e0c05d2953501ddf9ff65ebcadc54) (64fe014) by poteto +- [2026-05-30] [pstack: concision pass on how, interrogate, architect, reflect (#106)](https://github.com/cursor/plugins/commit/c8402bc8e3673b973719fe3acc2c4837fef34f86) (c8402bc) by poteto +- [2026-05-30] [pstack: concision pass on why and poteto-mode (#105)](https://github.com/cursor/plugins/commit/f7e01457bba4499be1ce302484e4225f9a3c9eca) (f7e0145) by poteto +- [2026-05-29] [pstack: bump to 0.6.0 and refresh README (#104)](https://github.com/cursor/plugins/commit/683cdbda983ea8be4b766ac3fe94b7b88e7f75ad) (683cdbd) by poteto +- [2026-05-29] [pstack: frame reply impact for the consumer and the maintainer (#103)](https://github.com/cursor/plugins/commit/c532aa167cdbceb3440706ceacea2361e4d395df) (c532aa1) by poteto +- [2026-05-29] [pstack: build-the-lever defaults to building the tool for any non-trivial work (#102)](https://github.com/cursor/plugins/commit/ba7781cce69f65bf3edc0e789d28233d9e967f96) (ba7781c) by poteto +- [2026-05-29] [pstack: bump version to 0.5.0 (#101)](https://github.com/cursor/plugins/commit/bb3e1656658b12f0b1f2f1aa868449b678779487) (bb3e165) by poteto +- [2026-05-29] [pstack: interrogate gains a multi-model code-quality lens (#100)](https://github.com/cursor/plugins/commit/939812915e8a1c2359b0ea8d93fee7c29c41f60e) (9398129) by poteto +- [2026-05-29] [pstack: update Opus 4.7 references to 4.8 (#98)](https://github.com/cursor/plugins/commit/ec44aed93cda65227954d46c75be3a2f218144a3) (ec44aed) by poteto +- [2026-05-28] [pstack: architect usage-first design (caller's usage as the spec) (#99)](https://github.com/cursor/plugins/commit/0fe5b8a0952fd8888f9068f0693099ae74d25902) (0fe5b8a) by poteto +- [2026-05-28] [pstack: bump version to 0.4.0 (#93)](https://github.com/cursor/plugins/commit/9da4009e1278994a5623f23c262f8bde55830598) (9da4009) by poteto +- [2026-05-28] [pstack: build-the-lever can be a skill your subagents follow (#91)](https://github.com/cursor/plugins/commit/65f4dacee2ed677a295de8d295b889bbfe2ad27c) (65f4dac) by poteto +- [2026-05-27] [pstack: bump version to 0.3.0 (#90)](https://github.com/cursor/plugins/commit/6f2e0c63189ce3b661040153d82a32a2038560ba) (6f2e0c6) by poteto +- [2026-05-27] [show-me-your-work: add cross-model review of the trail (#89)](https://github.com/cursor/plugins/commit/47f3df82728f0df2233ed9d773ba0fba74cd79e3) (47f3df8) by poteto +- [2026-05-26] [pstack: bug-fix binary-search hypothesis loop, synthetic repro, /loop (#88)](https://github.com/cursor/plugins/commit/8d7ca2653dfe8632f02a33c426df28c064ca41be) (8d7ca26) by poteto +- [2026-05-26] [pstack: bump version to 0.2.0 (#86)](https://github.com/cursor/plugins/commit/21327bee99f30a73758c99f6c6459571bc9f6e98) (21327be) by poteto +- [2026-05-26] [pstack: refresh README playbooks (full list as a table) (#85)](https://github.com/cursor/plugins/commit/7dddd9bcfe5f53136ee4d9a8377da96a4860ef4a) (7dddd9b) by poteto +- [2026-05-26] [pstack: add build-the-lever principle (#84)](https://github.com/cursor/plugins/commit/7b1c32e4c3427c30ad2595630ed74815c52fe4e9) (7b1c32e) by poteto +- [2026-05-26] [pstack: add session-pickup and trace-forensics playbooks (#83)](https://github.com/cursor/plugins/commit/bbc0d75eb2f115124f6fbe9e5c8f27f579779345) (bbc0d75) by poteto +- [2026-05-26] [pstack: add refactoring playbook (#81)](https://github.com/cursor/plugins/commit/f18ffc1bd6b41a017ab97c53debcf140a8f754fd) (f18ffc1) by poteto +- [2026-05-25] [pstack: add figure-it-out and show-me-your-work to README examples (#80)](https://github.com/cursor/plugins/commit/a9e675642ea4297553a4d8c23f5d8a5b004f6626) (a9e6756) by poteto +- [2026-05-25] [pstack: harden show-me-your-work log.sh (formula-injection + mkdir -p) and shorten skill descriptions (#79)](https://github.com/cursor/plugins/commit/11ecc12a3ffc037b4ef3b64de2be449668e8afc7) (11ecc12) by poteto +- [2026-05-24] [pstack: add figure-it-out and show-me-your-work skills (#78)](https://github.com/cursor/plugins/commit/35f33923cde39e9c27d68d95517e4e4e83719c7c) (35f3392) by poteto +- [2026-05-24] [pstack: simplify the feature README example (#77)](https://github.com/cursor/plugins/commit/b8f2564c2e8da66b331c1dd63c2a2925d6739961) (b8f2564) by poteto +- [2026-05-23] [pstack: add usage examples to README (#76)](https://github.com/cursor/plugins/commit/3dd382f4dbf3753ea5c5fac0935bb5a8a0789021) (3dd382f) by poteto +- [2026-05-23] [pstack: add typescript-best-practices to README skills table](https://github.com/cursor/plugins/commit/6754d3c09e5ea95de453ac1330f8648a82bbe00a) (6754d3c) by poteto +- [2026-05-23] [Add pstack plugin](https://github.com/cursor/plugins/commit/24bd6eb895d63a6e76fabfea2cb344384d177d79) (24bd6eb) by poteto diff --git a/index.html b/index.html index 4e4c038..ebdf56e 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ + @@ -70,6 +71,8 @@ .sh .num{color:var(--accent); font-family:var(--ff-mono); font-size:12px; letter-spacing:.04em} .sh h2{font-weight:600; font-size:clamp(24px,3.6vw,31px); margin:7px 0 12px; letter-spacing:-.018em; line-height:1.15} .sh .lead{color:var(--dim); font-size:16px; line-height:1.6; margin:0; max-width:60ch} + .sh .lead a{color:var(--accent); text-decoration:none; border-bottom:1px solid var(--accent-line)} + .sh .lead a:hover{border-bottom-color:var(--accent)} /* routing */ .flow{margin:0 0 28px; font-size:15px; color:var(--dim); line-height:1.9} @@ -130,6 +133,7 @@ padding:14px 15px; border-radius:12px; cursor:pointer; font-family:var(--ff); transition:border-color .18s,background .18s,transform .18s; animation:rise .5s both; } + a.chip{color:var(--ink); text-decoration:none} .chip:hover{border-color:var(--rule2); background:#fafafa; transform:translateY(-1px)} .chip:focus-visible{outline:2px solid var(--accent); outline-offset:2px} .chip .cmd{color:var(--accent); font-family:var(--ff-mono); font-weight:500; font-size:14px} @@ -204,9 +208,9 @@

pstack

-

20 principles · 17 playbooks · 16 skills

+

21 principles · 23 playbooks · 23 skills

Engineering skills that turn a coding agent into a careful crew. You describe a task, and pstack matches it to a playbook.

-

Type /poteto-mode and describe a task. pstack matches it to a playbook and runs the skills as the steps fire. Twenty principles apply across every playbook, biasing the work toward small diffs and real verification.

+

Type /poteto-mode and describe a task. pstack matches it to a playbook and runs the skills as the steps fire. Twenty-one principles apply across every playbook, biasing the work toward small diffs and real verification.

@@ -217,6 +221,8 @@

pstack

Skills Principles Models + Guide + Agent Templates Changelog @@ -246,7 +252,7 @@

See the routing in action

02

Playbooks

-

A playbook is a step-by-step recipe for one kind of task. There are seventeen. /poteto-mode copies the matched one in full before any work starts.

+

A playbook is a step-by-step recipe for one kind of task. There are twenty-three. /poteto-mode copies the matched one in full before any work starts.

@@ -268,7 +274,7 @@

Skills

04

Principles

-

Twenty rules in five families. Tap any one to see when it applies and what it says.

+

Twenty-one rules in five families. Tap any one to see when it applies and what it says.

@@ -286,6 +292,29 @@

Models per role

+
+
+ + +

pstack now ships subagents including poteto-agent and Comment Sicko, plus the dormant benny Slack-issue automation pack.

+
+
+