You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to improve our RCA process for high-severity bugs (Sev0 or Sev1) by leveraging automation. Currently, RCA requires manual effort and can be time-consuming. Implementing a GitHub Action to trigger a brief, 10-minute decision-tree questionnaire upon closure of a Sev0 or Sev1 bug will help us:
Consistently capture the root cause and contributing factors.
Quickly identify preventive measures and lessons learned.
Automatically aggregate findings to inform continuous improvement initiatives over time.
Scenario
As a delivery team, I want an automated, short Root Cause Analysis (RCA) questionnaire to be triggered when a Sev0 or Sev1 bug is closed, so that we can efficiently capture root causes, aggregate insights, and identify actionable improvements over time with minimal overhead.
Automated Trigger: The RCA questionnaire is automatically triggered when a Sev0 or Sev1 GitHub issue is closed.
Visibility & Insights: Stakeholders should be able to analyze RCA trends and track improvement actions.
Data Aggregation:
All questionnaire responses must be stored in a manner that can be easily aggregated and queried.
The system should allow exporting or viewing aggregated results in a dashboard or report (e.g., grafana).
Access Control: Only MM team members can complete the or review questionnaires.
Minimal Disruption: Closing a Sev0/Sev1 bug should not be blocked indefinitely by the questionnaire but should encourage timely completion.
Error Handling & Notifications:
The team should be alerted if the GitHub Action fails.
Users should be reminded of pending questionnaires.
Add RCA-needed label to Sev0 or Sev1 bugs.
Add RCA-completed after questionary completion.
Stakeholder review needed before the work gets merged
Engineering (needed in most cases)
Design
Product
QA (automation tests are required to pass before merging PRs but not all changes are covered by automation tests - please review if QA is needed beyond automation tests)
Security
Legal
Marketing
Management (please specify)
Other (please specify)
References
No response
The text was updated successfully, but these errors were encountered:
What is this about?
We want to improve our RCA process for high-severity bugs (Sev0 or Sev1) by leveraging automation. Currently, RCA requires manual effort and can be time-consuming. Implementing a GitHub Action to trigger a brief, 10-minute decision-tree questionnaire upon closure of a Sev0 or Sev1 bug will help us:
Scenario
As a delivery team,
I want an automated, short Root Cause Analysis (RCA) questionnaire to be triggered when a Sev0 or Sev1 bug is closed,
so that we can efficiently capture root causes, aggregate insights, and identify actionable improvements over time with minimal overhead.
Design
Questionnaire
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
Automated Trigger: The RCA questionnaire is automatically triggered when a Sev0 or Sev1 GitHub issue is closed.
Visibility & Insights: Stakeholders should be able to analyze RCA trends and track improvement actions.
Data Aggregation:
Access Control: Only MM team members can complete the or review questionnaires.
Minimal Disruption: Closing a Sev0/Sev1 bug should not be blocked indefinitely by the questionnaire but should encourage timely completion.
Error Handling & Notifications:
Stakeholder review needed before the work gets merged
References
No response
The text was updated successfully, but these errors were encountered: