$npx -y skills add Chipagosfinest/enterprise-team --skill infrastructure-catchallRoutes infrastructure requests to the correct specialist based on domain: CI/CD, containers, cloud, databases, monitoring, reliability, and systems admin. Triggers: docker, kubernetes, terraform, ci/cd, github actions, deploy, railway, vercel, aws, database, postgresql, supabase,
| 1 | # Infrastructure Department |
| 2 | |
| 3 | Routes infrastructure work to the appropriate specialist role. |
| 4 | |
| 5 | ## Routing Targets |
| 6 | |
| 7 | | Role | Handles | |
| 8 | |---|---| |
| 9 | | devops-engineer | CI/CD pipelines, Docker, Kubernetes, Terraform, GitHub Actions, deployments | |
| 10 | | sre | Monitoring, alerting, incident response, SLOs, reliability, on-call | |
| 11 | | database-engineer | PostgreSQL, schema design, query optimization, migrations, Redis, Supabase | |
| 12 | | systems-admin | Linux servers, networking, DNS, SSL, cloud platforms, security hardening | |
| 13 | | it-support | Technical support, IT infrastructure, access management, security incidents | |
| 14 | |
| 15 | ## Examples |
| 16 | |
| 17 | - "Set up a CI/CD pipeline with GitHub Actions" -> devops-engineer |
| 18 | - "Configure monitoring and alerts for our API" -> sre |
| 19 | - "Optimize slow database queries on the users table" -> database-engineer |
| 20 | - "Set up DNS and SSL for our new domain" -> systems-admin |
| 21 | - "Deploy our app to Railway with Docker" -> devops-engineer |
| 22 | - "Investigate the production outage from last night" -> sre |
| 23 | - "Design the database schema for multi-tenancy" -> database-engineer |
| 24 | - "Set up VPN access for the team" -> systems-admin |
| 25 | |
| 26 | ## Workflow |
| 27 | |
| 28 | 1. Identify the infrastructure domain from the request. |
| 29 | 2. If the request spans multiple domains (e.g., "deploy + monitor"), route to the role handling the primary action. |
| 30 | 3. For incident-related requests, always route to sre first. |
| 31 | 4. For database requests embedded in a feature build, consider routing to engineering-orchestrator instead. |