pstack: parity sweep with the private skill tree#156
Merged
Conversation
1. hillclimb.md: port steps 1-2 (workload grounding before choosing the ruler; harness sensitivity proof before freezing), fold the how-skill grounding into step 1 and rewrite step 4 to reference it. 2. refactoring.md: insert missing step 2 (name the structure the code is missing per principle-model-the-domain), renumber 3-8, and restore the "safety net" framing sentence in the intro. 3. feature.md + poteto-mode SKILL.md: expand the delegation scope and the any-code trigger to choose the organizing structure per principle-model-the-domain. 4. typescript-best-practices: restore the dropped "Real tests" and "Structured telemetry" rules in generic form. 5. poteto-mode Subagents: add the difficulty tiering criteria (judgment vs precisely specified vs trivial mechanical) and the setup-pstack rule override semantics. 6. One-liner tells ported verbatim into bug-fix, runtime-forensics, session-pickup, autonomous-run, and authoring-a-skill. 7. Bug fix: interrogate is "(multi-model adversarial)", not four-model; the default panel is three models. 8. Leak fix: drop the dangling databricks-use-dbt-models skill reference in why/references/sources/databricks.md. Plus: arena cross-judge pool role line in setup-pstack, version bump to 0.11.3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audit of pstack against its private upstream skill tree found drift in the playbooks and two defects (a wrong model-count label and a dangling skill reference). This PR ports the missing content in pstack's public naming and reference style, keeps pstack's existing model defaults, and fixes both defects.
Changes
console.login shipped code)./setup-pstackrule override these defaults and the routed skills' choices; a role with no line keeps its default.why/references/sources/databricks.mdcited adatabricks-use-dbt-modelsskill that doesn't exist publicly. The sentence now stands alone (confirm model names withSHOW TABLES).Plus:
arena cross-judge poolrole line added to setup-pstack's rule shape (Arena picks one judge from it on a different family from the parent's), and plugin version bumped 0.11.2 -> 0.11.3.Verification
rg -i 'lauren|everysphere|anysphere|cervino|rainier|kindle|databricks-use'): zero hits in content (the only match is the pre-existing author field in plugin.json).Note
Low Risk
Documentation-only changes to Cursor plugin skills and playbooks; no runtime application code or security-sensitive logic.
Overview
Brings the public pstack skill tree in line with a private upstream audit: mostly agent instruction updates in
poteto-modeplaybooks and related skills, plus a patch version bump.Workflow rigor. Hillclimb now grounds workload/architecture and proves the measurement harness before freezing it. Refactoring gains an explicit model-the-domain step (name the missing structure) and renumbered follow-on steps. Feature and the Any code trigger require naming organizing structure, not only the data shape.
Delegation and config. Subagents documents difficulty-based model tiering and how
/setup-pstackoverrides routed-skill defaults. setup-pstack adds anarena cross-judge poolline and documents how Arena picks a cross-family judge.Fixes and hygiene. Interrogate trigger text changes from inaccurate four-model to multi-model. databricks.md drops a reference to a non-public skill. typescript-best-practices restores Real tests and Structured telemetry rules. Several playbooks gain short “tell” lines (repro, unconfirmed cause, audit trail, skill voice). Plugin version 0.11.2 → 0.11.3.
Reviewed by Cursor Bugbot for commit b37d905. Bugbot is set up for automated code reviews on this repo. Configure here.