AI Agent Hub
Back to plugins
⚙️

dsh-postmortem

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install satan9394/dsh-postmortem

Paste the following prompt into your AI chat to install this plugin:

Install the plugin in DeepSeek Harness by running dsh plugin install satan9394/dsh-postmortem; the source repository is https://github.com/satan9394/dsh-postmortem

About this plugin

In a DeepSeek Harness agent workflow, there is often no built-in moment to look back after a run finishes. dsh-postmortem fills that gap by bringing a structured postmortem lens to agent executions, turning scattered log fragments into a coherent narrative of what went right or wrong.

Categorized under agent-workflow, the plugin slots into the Harness workflow pipeline at its closing stage to offer a retrospective perspective. It is open-sourced under the MIT license and does not impose heavy runtime dependencies, making it straightforward to fold into an existing agent orchestration setup.

If you are building multi-step agent workflows with DeepSeek Harness and want a quick, lightweight way to capture an issue review after each run, dsh-postmortem is a focused companion. It does not replace a full observability stack; it simply adds the "pause and reflect" step at the workflow level.

Use Cases

  • Reviewing issues after a multi-step agent run completes
  • Reflecting on anomalies and deviations at the workflow closing stage
  • Accumulating agent run experience into traceable issue records

Best For

  • Engineers building agent workflows with DeepSeek Harness
  • Teams that want to add a retrospective step to agent executions
  • Developers needing a lightweight post-run analysis tool instead of a full observability stack