Back to Templates
Automatically classify and route DevOps requests from your team chat using LLM + on-call calendar lookup.
This workflow turns your Mattermost channel into a smart DevOps intake system. When someone mentions @devops-duty, the workflow:
Categories
create_resource - Provision new databases, secrets, services, DNS recordsincident - Something is broken — production or staging issuesquestion - Information requests, status checks, clarificationsci_cd_error - Build failures, deployment issues, GitHub Actions problemslimits - Billing limits, quotas exceededchange_request - Modify existing infrastructure or configurationother - Anything that doesn't fit aboveEach Switch output is an independent branch — connect sub-workflows or additional nodes per category. For example:
incident → trigger an AI investigation sub-workflow with MCP tools (Kubernetes, Grafana, etc.)
create_resource → run a provisioning playbook
ci_cd_error → fetch GitHub Actions logs and analyze failures