Agent Plugins Marketplace
All plugins

postmortem

v1.2.0

Write a production-incident postmortem that reads well for humans and stays parseable by tooling: machine-read frontmatter, a numbered spine, and strict evidence rules

CodexClaude Code1 Skill

By Wagner Ignacio Pinto JuniorLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install postmortem for Codex and Claude Code

Installs for the current user
codex plugin marketplace add wagneripjr/skills
codex plugin marketplace upgrade wagner-skills-marketplace
codex plugin add postmortem@wagner-skills-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the wagner-skills-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “postmortem” remain stable.

  • Codex: postmortem@agent-plugin-marketplacepostmortem@wagner-skills-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wagneripjr/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/postmortem/.

Plugin files

plugins/postmortem/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/postmortem/SKILL.md

Included Skills1

postmortemskills/postmortem/SKILL.md

Write a production-incident postmortem that reads well for humans and stays parseable by tooling. Produces docs/postmortems/YYYY-MM-DD-<slug>.md with machine-read YAML frontmatter (severity critical|high|medium|low), a stable H1 + filename date that together form a finding-id, and a numbered spine — executive summary, impact/blast radius with per-service evidence, timeline, root cause (mechanism + 5 whys + discarded hypotheses), empirical proof, detection, remediation (palliative vs root fix), action items, lessons learned, read-only appendices. Triggers: 'write a postmortem', 'post-incident review', 'incident record', 'document this outage', 'RCA document', or right after resolving/mitigating any production incident. NOT for reconciling a postmortem with the decision it contradicted. NOT for bug reports. NOT for live incident response.

Plugin manifests2

plugins/postmortem/.codex-plugin/plugin.json
{
  "name": "postmortem",
  "description": "Write a production-incident postmortem that reads well for humans and stays parseable by tooling: machine-read frontmatter, a numbered spine, and strict evidence rules",
  "version": "1.2.0",
  "author": {
    "name": "Wagner Ignacio Pinto Junior",
    "email": "[email protected]"
  },
  "repository": "https://github.com/wagneripjr/skills",
  "homepage": "https://github.com/wagneripjr/skills",
  "license": "MIT",
  "keywords": [
    "postmortem",
    "incident-response",
    "sre"
  ],
  "skills": [
    "./skills/postmortem"
  ]
}
plugins/postmortem/.claude-plugin/plugin.json
{
  "name": "postmortem",
  "description": "Write a production-incident postmortem that reads well for humans and stays parseable by tooling: machine-read frontmatter, a numbered spine, and strict evidence rules",
  "version": "1.2.0",
  "author": {
    "name": "Wagner Ignacio Pinto Junior",
    "email": "[email protected]"
  },
  "repository": "https://github.com/wagneripjr/skills",
  "homepage": "https://github.com/wagneripjr/skills",
  "license": "MIT",
  "keywords": [
    "postmortem",
    "incident-response",
    "sre"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[postmortem on Agent Plugins Marketplace](https://pluginsmp.com/plugins/postmortem)