By kreuzhofer
Session retrospectives, development principles, and code quality hooks for Claude Code
End-of-session wrap-up — summarize what was accomplished, show pending retro count, offer next actions
Initialize a project with Werner development principles — appends development principles to CLAUDE.md and sets up the retros directory
Review retrospective observations from .claude/retros/ — categorize open retros, suggest skills to create, principles to enforce, and workflow improvements to apply
Update the product roadmap with progress, observations, and ideas from the conversation — then present the top prioritized next steps as a choice list
A Claude Code plugin for session retrospectives, development principles, and code quality enforcement.
Werner helps you build a self-improving development workflow by:
/plugin marketplace add kreuzhofer/claude-werner-plugin
/plugin install werner@kreuzhofer-plugins
claude --plugin-dir /path/to/claude-werner-plugin
After installing, run /werner:init in your project to:
CLAUDE.md.claude/retros/ directory for retrospectivesYou can then customize the principles in CLAUDE.md for your project's specific needs.
/werner:initInitialize a project with Werner's development principles and retro infrastructure.
## Development Principles section to CLAUDE.md (creates the file if needed).claude/retros/ directory with a .gitignore/werner:retroManage session retrospectives. Retros capture observations, friction points, and improvement ideas.
/werner:retro or /werner:retro review — Review all open retros grouped by category/werner:retro create <slug> — Create a new retro entry/werner:retro apply <slug> — Apply a retro's suggested action (create skill, update CLAUDE.md, etc.)/werner:retro dismiss <slug> — Dismiss a retro with a reasonRetro categories:
| Category | Meaning | Typical action |
|---|---|---|
skill-candidate | Repetitive task pattern | Create a new skill |
principle | Development principle to enforce | Add to CLAUDE.md or create a hook |
workflow | Process improvement | Update settings or hooks |
observation | Noteworthy pattern | Track or convert later |
automation | Automatable task | Create a hook |
/werner:byeEnd-of-session wrap-up:
Fires at the end of sessions with sufficient substance (150+ transcript lines). Nudges Claude to silently evaluate whether any retro-worthy patterns occurred and create entries in .claude/retros/ if so.
Enforces line limits on source files to prevent code bloat:
.ts, .tsx, .js, .jsx, .py, .go, .rs, .java, .rb, .swift, .kt)*.test.*, *.spec.*, *__tests__/*)The following principles are injected by /werner:init. They can be customized per project:
Retros are stored as markdown files in .claude/retros/:
---
date: 2026-04-11
status: open
category: workflow
severity: medium
---
## Observation
What was observed.
## Context
Why this matters.
## Suggested Action
Concrete next step.
MIT
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kreuzhofer/claude-werner-plugin --plugin wernerComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification