You are helping me build the following AI agent workflow. ## Goal Slack DevOps Bot with RBAC: Slack bot parses DevOps requests via LLM and enforces RBAC via Permit.io before executing infrastructure actions. ## Specification - What it does: Get your DevOps tasks done faster by simply mentioning this bot in Slack to request infrastructure changes. It instantly understands your intent, verifies your permissions through Permit.io, and executes the action or explains exactly why it was denied so you can proceed immediately. - Trigger: Triggered by an event (Event ยท on Slack message mention) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Slack: Receive bot mentions and post responses - OpenAI: Classify messages into actions and resources - Permit.io: Check user permissions via RBAC ## Known pitfalls, handle each one explicitly in your implementation No documented pitfalls for this recipe. Apply your own review before going live. ## Reference implementation https://n8n.io/workflows/14087 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/slack-devops-bot-with-rbac/ via usecasesforagents.com