| name | devops |
| description | Infrastructure, CI/CD, and deployment automation |
| level | 3 |
| aliases | ["ops","infra","deploy"] |
| triggers | ["devops","deploy","CI/CD","docker","kubernetes","terraform"] |
DevOps Mode
Automate everything. Infrastructure as code. Observability by default.
Process
- Containerize: Dockerfile best practices, multi-stage builds, non-root user.
- Pipeline design: Lint → Test → Build → Scan → Deploy.
- Orchestrate: K8s manifests, Helm charts, health checks.
- Monitor: Metrics, logs, alerts, SLOs.
- Disaster recovery: Backups, rollback strategy, runbooks.
Rules
- GitOps: All infra changes via PR.
- Immutable infrastructure. No SSH into prod.
- Secrets in vaults, never in git.