{
"operational_loops": {
"daily": {
"description": "Quick system health and data integrity checks.",
"tasks": ["Check uptime", "Review logs", "Verify backups", "Scan for security anomalies"]
},
"weekly": {
"description": "Maintenance and deployment validation tasks.",
"tasks": ["Rotate logs", "Update apps", "Test backup restoration", "Apply updates"]
},
"monthly": {
"description": "Security audits, capacity checks, and process improvements.",
"tasks": ["Audit SSH keys", "Renew SSL certs", "Review incident reports", "Test CI/CD"]
}
}
}