fix(pstack): bug-fix/perf/hillclimb defaults to grok 4.6 - #365
Merged
Conversation
Point the three code-delegate roles at grok-4.6-fast-xhigh, the slug feature and refactoring already use. The setup-pstack rule template and the playbook default annotations now agree. Judgment, prose, hardest tasks, explainers, synthesizers, and panels stay on Fable 5.1. Co-authored-by: lauren <poteto@users.noreply.github.com>
Co-authored-by: lauren <poteto@users.noreply.github.com>
The get-started paragraph said precisely-specified code goes to fable 5.1 and only fast mechanical code goes to grok. Bug fix, perf, and hillclimb now default to grok with feature and refactoring, so the blurb lists the five code roles on grok and keeps the hardest changes, prose, and judgment on fable. Co-authored-by: lauren <poteto@users.noreply.github.com>
This reverts commit aeef9b7.
github-actions Bot
added a commit
to SmailG/claude-cursor-plugins
that referenced
this pull request
Sep 12, 2026
… defaults to grok 4.6 (cursor#365) chore: sync with cursor/plugins — fix(pstack): bug-fix/perf/hillclimb defaults to grok 4.6 (cursor#365)
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.
Why
Lauren asked for the bug-fix, perf-issue, and hillclimb roles to default to Grok 4.6 in
/setup-pstack, and for the defaults printed in the individual playbooks to match. These three roles are code delegates. Feature and refactoring already run ongrok-4.6-fast-xhigh, so this PR points the three remaining code roles at the same slug.Judgment and prose, hardest tasks, the how explainer, the why synthesizer, reflect judgment, and the arena, architect, and interrogate panels stay on
claude-fable-5-1-thinking-max. The grok slug rename discussed in #336 is out of scope. The plugin version stays at 0.15.2.Scope
pstack/skills/setup-pstack/SKILL.md. Rule template linesbug-fix,perf-issue,hillclimbmove fromclaude-fable-5-1-thinking-maxtogrok-4.6-fast-xhigh.pstack/skills/poteto-mode/playbooks/bug-fix.md,perf-issue.md,hillclimb.md. The(default ...)annotation on each delegate step moves togrok-4.6-fast-xhigh.pstack/README.md. The get-started blurb said precisely-specified code goes to fable and only fast mechanical code goes to grok. It now lists the five code roles (feature, refactoring, bug fix, perf, hillclimb) on grok and keeps the hardest changes, prose, and judgment on fable 5.1. One sentence changed.pstack/docs/guide/**is unchanged. The guide never names fable or grok for these roles.Blast Radius
Users without a
~/.cursor/rules/pstack-models.mdcline for these roles get Grok 4.6 delegates on their next bug fix, perf fix, or hillclimb attempt. Users with a role line already written keep their choice. Nothing else in the plugin reads these lines.Verification
rg -n 'bug-fix:|perf-issue:|hillclimb:' pstack/skills/setup-pstack/SKILL.mdshowsgrok-4.6-fast-xhighon all three lines.rg -n 'configured (bug-fix|perf-issue|hillclimb) model \(default' pstack/skills/poteto-mode/playbooks/showsgrok-4.6-fast-xhighfor all three playbooks.rg -n 'claude-fable-5-1-thinking-max' pstack/skills/poteto-mode/playbooks/{bug-fix,perf-issue,hillclimb}.mdreturns no matches.rg -n -i 'fable|grok' pstack/README.md pstack/docsmatches only the corrected blurb and the unrelated/make-bot-uirow.git diff main --statlists five files and noplugin.json.node scripts/validate-plugins.mjsafternpm install --no-save ajv ajv-formatsprints "All plugins validated successfully."