What problem does it solve?
Setting up Benny's Slack-driven bug triage and reproduction automations requires copying an automation pack into a repository, wiring project plugin settings, gathering integration credentials, and creating two live Cursor automations, all of which is error-prone without a guided procedure.
Core Features & Use Cases
- Pack Installation: Copies the Benny automation pack into
.cursor/automations/benny/ and enables pstack in the target repository's .cursor/settings.json while preserving existing settings and user-owned files.
- Configuration Guidance: Walks through Slack channel IDs, tracker settings, routing maps, feature maps, model slugs, and budgets, keeping secrets out of committed files.
- Automation Creation: Uses the built-in
automate skill to create the benny-triage and benny-reproduce automations with thread-only reply rules and verdict markers, then verifies thread safety before enabling.
- Use Case: A team wants Slack bug reports automatically triaged into their issue tracker and reproduced with draft pull requests; this Skill installs and configures both automations end to end.
Quick Start
Set up Benny in this repository by copying the automation pack and configuring the triage and reproduce automations.