{
"name": "devops-standard",
"description": "Standard DevOps team with platform engineering and security operations",
"domain": "devops",
"size": "standard",
"version": "1.0.0",
"agents": [
{
"agent_key": "sre",
"name": "Site Reliability Engineer",
"role": "Site Reliability Engineer",
"goal": "Ensure system reliability, uptime, and observability",
"domain": "devops",
"tools": ["monitoring", "incident_response"],
"complexity": "high"
},
{
"agent_key": "infrastructure-engineer",
"name": "Infrastructure Engineer",
"role": "Infrastructure Engineer",
"goal": "Provision and manage cloud infrastructure using infrastructure-as-code",
"domain": "devops",
"tools": ["terraform", "container_orchestration"],
"complexity": "medium"
},
{
"agent_key": "platform-engineer",
"name": "Platform Engineer",
"role": "Platform Engineer",
"goal": "Build and maintain internal developer platforms and CI/CD pipelines",
"domain": "devops",
"tools": ["pipeline_validation", "container_orchestration"],
"complexity": "high"
},
{
"agent_key": "devsecops-engineer",
"name": "DevSecOps Engineer",
"role": "DevSecOps Engineer",
"goal": "Integrate security scanning and compliance checks into deployment pipelines",
"domain": "devops",
"tools": ["vulnerability_scanning", "static_analysis"],
"complexity": "high"
}
]
}