incident_postmortem

v1.0.0MITValidated1 installs3/4/2026RobinHrt/tech_incident_postmortem
Main pipegenerate_postmortem

Method Flowchart

Bundle Files

Select a file to view its contents

METHODS.toml

METHODS.toml
[package]
name = "incident_postmortem"
address = "github.com/RobinHrt/tech_incident_postmortem"
version = "1.0.0"
description = "Incident Report Generator: structured postmortem with timeline, root cause analysis, and action items"
license = "MIT"
main_pipe = "generate_postmortem"

[exports.tech_incident_postmortem]
pipes = ["generate_postmortem", "reconstruct_timeline", "analyze_root_cause", "generate_actions", "compile_postmortem"]

Install

$npx mthds install https://github.com/RobinHrt/tech_incident_postmortem --method incident_postmortem

Run

$npx mthds run method incident_postmortem

Incident Report Generator: structured postmortem with timeline, root cause analysis, and action items

Exports

tech_incident_postmortem

generate_postmortemreconstruct_timelineanalyze_root_causegenerate_actionscompile_postmortem