benny gives you two cursor automations for slack issue reports. one triages each report. the other reproduces confirmed bugs and may prepare a small draft fix.
the files in this directory are dormant setup and automation sources. they do not appear as slash skills.
- point cursor at
FOR_AGENTS.mdand name the target repository. - let setup merge this whole directory into the target at
.cursor/automations/benny/. it must preserve destination-only files and review conflicts instead of overwriting local edits. - let setup enable pstack in the target repository's
.cursor/settings.jsonfor shared dependencies:
{
"plugins": {
"pstack": { "enabled": true }
}
}- keep user-owned configuration outside the copied pack, for example in
.cursor/benny/. adaptconfiguration.example.yamlandfeature-map.example.md. - commit
.cursor/settings.json,.cursor/automations/benny/, and any secret-free configuration before enabling either automation. - review each new automation draft or update existing automations in their editors. then send a harmless test report and verify every source-channel post stays in the original thread.