| name | on-call-management |
| description | Design and operate an effective on-call rotation. Outputs rotation schedule, escalation policies, alert routing rules, on-call handbook, and well-being guidelines. |
| argument-hint | ["team size","service criticality","time zones","current pain points","alerting tool"] |
| allowed-tools | Read, Write |
On-Call Management
Effective on-call management ensures services are monitored 24/7 without burning out the people doing it. The goal is actionable alerts, clear escalation paths, appropriate response SLAs, and a culture where on-call is manageable — not traumatic.
Rotation Design
resource "pagerduty_schedule" "primary" {
name = "Engineering Primary On-Call"
time_zone = "UTC"
layer {
name = "Weekly Rotation"
start = "2024-01-01T00:00:00Z"
[
,
,
,
,
]
{
}
}
}
{
{
{
}
}
{
{
}
}
{
{
}
}
}