pstack: add Benny issue automation pack#137
Merged
Merged
Conversation
Give teams a public, fail-closed workflow for triaging reports and reproducing confirmed bugs.
Copy the automation pack into target repositories so live prompts read committed files without exposing Benny in the plugin skill list.
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
Test plan
node scripts/validate-plugins.mjs./skills/, direct operational paths, Markdown links, JSON and YAML examples, frontmatter, and unique skill namesgit diff --check origin/main...HEADand review the full branch diffNote
Medium Risk
New automation workflows that can create tracker issues and draft PRs from Slack; mitigated by extensive guardrails, fail-closed behavior, and draft-only merges, but adopters must configure integrations correctly.
Overview
Bumps pstack to 0.10.0 and documents a new Benny automation pack under
automations/benny/(not registered in the plugin manifest—only./skills/remains exposed).Benny is a dormant source pack for two coordinated Cursor automations on Slack issue reports: triage (classify, dedupe tracker, one thread-only verdict with
[benny:bug]/[benny:performance]/[benny:other]) and repro-and-fix (wait for trusted triage markers, double UI repro via a pluggable control adapter, optional bounded fix and draft-only PRs). Setup is agent-driven viaFOR_AGENTS.md: merge the pack into the target repo at.cursor/automations/benny/, enable pstack in that repo’s.cursor/settings.jsonfor shared skills (how,why,tdd,unslop, principles), and keep user config outside the pack so refreshes don’t overwrite it. Live automations read committedSKILL.mdpaths directly—not slash skills or plugin cache.The pack adds operational skills (
triage-issue-reports,reproduce-and-fix-issues,setup-benny), reference docs (control adapter, feature map, routing, verify-existing-fix), YAML/templates, and strict fail-closed rules (immutable thread coordinates, no source-channel root posts, coordinator-only Slack writes, no worker Slack credentials).Reviewed by Cursor Bugbot for commit 1028dd3. Bugbot is set up for automated code reviews on this repo. Configure here.