This demo connects a simple incident management web app with the 7 pipelines of SignalDeck's it_incidents pillar. Every decision is persisted with its p_winner, margin, gate, and compliance verification — auditable and reproducible.
signaldeck_it_incidents_demo
connected
admin@iquelo.comsre@iquelo.comops@iquelo.comCreating an incident fires the 4 on-create pipelines. The other 3 on-demand run from the incident detail view.
incident_severity_assessmentCalibrates true severity (SEV1–SEV4) with probabilities and margins.
incident_routingSuggests the on-call team that should handle the incident.
change_correlation_checkDetects correlation with recent deploys and changes.
customer_impact_estimationEstimates affected users and revenue at risk.
escalation_triggerDecides whether to escalate to a higher SEV or wake more teams.
deploy_freeze_decisionRecommends freezing deploys while the incident is open.
auto_remediation_admissibilityAuthorizes or rejects auto-remediation (rollback/restart/scale).
Cookie session + CSRF + audit log.
Automatic dispatch of the 4 on-create pipelines via HMAC + JWT.
decision, p_winner, gate, and compliance are persisted.
On-demand buttons to escalate, freeze deploys, or authorize remediation.