Analyze the impact and scope of production errors
Assesses severity, reach, and business impact of production errors.
/plugin marketplace add coalesce-labs/catalyst/plugin install catalyst-debugging@catalystinheritAssess the severity, reach, and business impact of production errors.
/error-impact-analysis <error-or-timeframe>
Examples:
/error-impact-analysis "ISSUE-789"
/error-impact-analysis "checkout errors last 7 days"
/error-impact-analysis "critical errors this week"
/error-impact-analysis "impact of recent deployment"
/error-impact-analysis "What's the impact of MYAPP-123? How many users, revenue impact?"
/error-impact-analysis "Overall impact of all payment-related errors this month"
/error-impact-analysis "Error impact comparison: current release vs previous release"
/error-impact-analysis "Show all critical errors and their combined user impact"
Analysis includes:
Scope:
Severity Assessment:
Trends:
Business Impact:
Prioritization:
Enable both plugins for deeper impact analysis:
/plugin enable catalyst-debugging
/plugin enable catalyst-analytics
/error-impact-analysis "How many users who hit error X churned vs users who didn't?"
This combines:
/error-impact-analysis "new spike in errors at 3pm"
Based on output:
> "Based on this impact, should we rollback or hotfix?"
> "After fix, compare error rates before and after"
Plugin uses ~20k tokens. Disable after analysis:
/plugin disable catalyst-debugging
See also: /debug-production-error, /trace-analysis