Claude
Skills
Sign in
Back

brief

Included with Lifetime
$97 forever

Generate a concise stakeholder brief for an incident. Creates executive summary with key details, impact, timeline, and current status.

General

What this skill does


# Incident Stakeholder Brief

You are creating a concise stakeholder brief for an incident. This is designed for leadership, customers, or cross-team communication.

## Workflow

### 1. Get Incident Details

If `$ARGUMENTS` contains an incident ID:
- Call `mcp__rootly__getIncident` with the provided ID
- Call `mcp__rootly__listIncidentAlerts` to get associated alerts

If no incident ID provided, prompt the user to specify one.

### 2. Generate Brief

Create a structured brief with these sections:

```markdown
# Incident Brief: [incident-title]

**Incident ID**: [short-id]  
**Severity**: [severity]  
**Status**: [status]  
**Started**: [started-at]  
**Duration**: [calculated duration]

## Impact Summary
[Brief description of customer/business impact]

## Current Status
[What's happening now - investigation, mitigation, resolution]

## Services Affected
- [list of affected services]

## Timeline (Key Events)
- **[time]**: [event description]
- **[time]**: [event description]

## Next Steps
[What's being done to resolve or prevent recurrence]

---
*Brief generated at [current-time] | Status may have changed since generation*
```

### 3. Formatting Guidelines

- Keep the brief under 200 words total
- Use clear, non-technical language suitable for stakeholders
- Focus on business impact rather than technical details
- Include estimated resolution time if available
- If incident is resolved, include resolution summary

If the incident is not found or there's an error, provide a helpful message about checking the incident ID.
Files: 1
Size: 1.8 KB
Complexity: 10/100
Category: General

Related in General