GitScrum / Docs
Toutes les Bonnes Pratiques

Post-Mortems et Apprentissage | GitScrum

Gérez post-mortems et apprentissage continu avec GitScrum. Suivez incidents, documentez leçons. -70% incidents récurrents.

5 min de lecture

How to use GitScrum for post-mortems and learning?

Manage post-mortems in GitScrum with incident tracking, action item follow-up, and learning documentation in NoteVault. Track remediation progress, share learnings, prevent recurrence. Teams with structured post-mortems reduce repeat incidents by 70% [Source: Incident Learning Research 2024].

Post-mortem workflow:

  • Incident - Issue occurs
  • Resolve - Fix immediately
  • Document - Write post-mortem
  • Review - Team discussion
  • Actions - Create tasks
  • Remediate - Complete actions
  • Learn - Share knowledge
  • Post-mortem labels

    LabelPurpose
    type-post-mortemPost-mortem task
    type-action-itemFollow-up action
    severity-highMajor incident
    severity-mediumModerate impact
    learningKey learning
    preventionPrevent recurrence

    Post-mortem columns

    ColumnPurpose
    DraftBeing written
    ReviewTeam review
    Actions CreatedTasks made
    In ProgressRemediation
    CompleteAll done

    NoteVault post-mortem docs

    DocumentContent
    Post-mortem templateStandard format
    Incident logAll incidents
    Learning repositoryKey insights
    Action trackerFollow-ups
    Trend analysisPatterns

    Post-mortem task template

    ## Post-Mortem: [incident title]
    
    ### Incident Summary
    - Date: [when]
    - Duration: [how long]
    - Severity: [level]
    - Impact: [what was affected]
    
    ### Timeline
    | Time | Event |
    |------|-------|
    | [time] | [event] |
    
    ### Root Cause
    [What caused this]
    
    ### Contributing Factors
    - [Factor 1]
    - [Factor 2]
    
    ### What Went Well
    - [Good thing 1]
    
    ### What Went Wrong
    - [Bad thing 1]
    
    ### Action Items
    - [ ] [Action 1] - @owner - [deadline]
    - [ ] [Action 2] - @owner - [deadline]
    
    ### Lessons Learned
    [Key takeaways]
    

    Blameless culture

    PrinciplePractice
    No blameFocus on system
    Psychological safetySafe to share
    Learning focusImprove, not punish
    TransparencyShare openly

    Action item types

    TypePurpose
    PreventionStop recurrence
    DetectionCatch earlier
    ResponseHandle better
    DocumentationBetter runbooks

    Action item template

    ## Action Item: [description]
    
    ### From Post-Mortem
    [Link to post-mortem]
    
    ### Details
    - What: [action needed]
    - Why: [prevent what]
    - Owner: @[person]
    - Deadline: [date]
    
    ### Definition of Done
    - [ ] [Criterion 1]
    - [ ] [Criterion 2]
    
    ### Status
    - Created: [date]
    - Completed: [date]
    

    Post-mortem meeting

    PhaseDuration
    Timeline review15 min
    Root cause discussion20 min
    Action brainstorming15 min
    Action assignment10 min

    Learning sharing

    MethodAudience
    Team meetingImmediate team
    Engineering all-handsAll engineers
    NoteVault postCompany-wide
    Slack summaryQuick share

    Incident categories

    CategoryTrack
    InfrastructureSystem issues
    CodeBugs
    ProcessHuman error
    ExternalThird-party
    SecuritySecurity incidents

    Post-mortem metrics

    MetricTrack
    IncidentsPer period
    MTTRMean time to recover
    Repeat incidentsSame root cause
    Action completion% completed

    Common post-mortem issues

    IssueSolution
    Blame cultureBlameless facilitation
    No follow-throughAction tracking
    Forgotten learningsLearning repository
    No attendanceRequired participation

    Continuous improvement

    PracticeImplementation
    Quarterly reviewTrend analysis
    Pattern identificationCommon causes
    Process updatesImprove workflows
    TrainingAddress skill gaps

    Related articles