Skip to content

qdelettre/coe

coe

Ko-fi

A Claude Code plugin marketplace whose coe plugin runs a Correction-of-Errors retrospective at the end of medium-to-big sessions and proposes systemic self-improvements — rules, memories, skills, hooks, settings.

How it works

  1. A Stop hook (coe-nudge.sh, pure shell, zero LLM tokens) detects a medium-to-big session and suggests running /coe — once per session.
  2. /coe delegates transcript analysis to the bundled coe-analyst subagent, runs a confidence-gated confirm (or interviews you when the transcript is sparse), performs a blameless 5-whys, and writes a propose-only COE document to docs/coe/.
  3. You review the proposed action items and apply the ones you want. The skill never edits your config.

Analyst findings are written to ${TMPDIR:-/tmp}/coe-findings/<slug>/ as per-transcript .json (+ optional .md) files and kept as an audit trail; the skill merges from those files, never from chat output.

Install

Add this marketplace and install the coe plugin via Claude Code's plugin commands.

Layout

  • plugins/coe/skills/coe/SKILL.md — the skill
  • plugins/coe/agents/coe-analyst.md — the analysis subagent (coe:coe-analyst)
  • plugins/coe/scripts/coe-nudge.sh — the Stop-hook nudge
  • plugins/coe/commands/coe.md — the /coe command
  • plugins/coe/hooks/hooks.json — Stop-hook registration

Action-item tags

[RULE] [MEMORY] [SKILL] [HOOK] [SETTING] [CLAUDE.md] [PROCESS] [TEST] [LINT] [CI]

Learn more about COE

Correction of Errors is Amazon's blameless, mechanisms-over-blame root-cause practice. Good starting points:

Acknowledgments

The COE concepts here were inspired by two prior Claude skills, built fresh rather than copied:

The novel twist this plugin adds: a session-end retrospective that runs even on success, targeting Claude Code's own configuration (rules, memories, skills, hooks, settings) rather than production incidents only.

License

Apache-2.0. See LICENSE.

About

Correction-of-Errors retrospective plugin for self-improving Claude after medium-to-big sessions

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors

Languages