What problem does it solve? Setting up automated Slack issue triage and bug reproduction requires coordinating plugin installation, configuration files, integration permissions, and scheduled agents; this Skill walks through that entire bootstrap process safely. ## Core Features & Use Cases - Pack Installation: Copies the Benny automation pack into a target repository's .claude/skills/ directory and enables the pstack plugin in project settings. - Configuration Guidance: Collects required values such as Slack channel IDs, issue tracker settings, model choices, cron cadences, and feature maps without storing secrets in committed files. - Automation Creation: Uses the built-in /schedule skill to create and verify the benny-triage and benny-reproduce routines, then runs a seven-point thread-safety test before enabling traffic. - Use Case: A team wants Slack bug reports automatically triaged and reproduced with draft pull requests; this Skill configures both scheduled agents end to end. ## Quick Start Ask Claude Code to set up Benny in this repository by following the setup-benny skill and configuring the triage and reproduce automations.