Continuous improvement plugin for Claude Code
npx claudepluginhub garsson-io/kaizenContinuous improvement plugin for Claude Code — enforcement hooks, reflection workflows, dev workflow skills, and recursive self-improvement
A process improvement methodology implemented as a Claude Code plugin. Kaizen provides enforcement hooks, reflection workflows, dev workflow skills, and a philosophical framework for autonomous, recursive self-improvement.
/kaizen-pick, /kaizen-gaps, /kaizen-evaluate, /kaizen-implement, /kaizen-deep-dive, /kaizen-reflect, /kaizen-audit-issues, /kaizen-prd, /kaizen-plan, /kaizen-review-pr, /kaizen-zenkaizen-bg for post-PR reflectionThe simplest way — tell Claude:
Claude, install kaizen https://github.com/Garsson-io/kaizen in my project
Claude will install the plugin and tell you to restart. After restarting, run /kaizen-setup.
Step 1: Install the plugin (in Claude Code):
/plugin marketplace add Garsson-io/kaizen
/plugin install kaizen@kaizen
Step 2: Exit and restart Claude Code. Skills only load on startup.
Step 3: Run /kaizen-setup to configure your project. This creates:
kaizen.config.json — project configuration.claude/kaizen/policies-local.md — project-specific policiesCLAUDE.mdNo Node.js required in your host project. Kaizen runs from its own plugin directory.
claude --plugin-dir /path/to/kaizen
/reload-plugins
Kaizen reads kaizen.config.json from your project root:
{
"host": {
"name": "my-project",
"repo": "org/my-project",
"description": "What this project does"
},
"kaizen": {
"repo": "Garsson-io/kaizen",
"issueLabel": "kaizen"
},
"taxonomy": {
"levels": ["level-1", "level-2", "level-3"],
"areas": ["hooks", "skills", "testing"],
"areaPrefix": "area/"
},
"notifications": {
"channel": "none"
}
}
/kaizen-gaps (strategic: where should we invest?)
-> /kaizen-pick (select: which issue next?)
-> /kaizen-evaluate (scope: what to build?)
-> /kaizen-implement (execute: spec to code)
-> /kaizen-reflect (learn: what went wrong/right?)
Run /kaizen-zen to see the full Zen of Kaizen. Key principles:
Kaizen uses kaizen on itself. Its kaizen.config.json points to itself.
npm install # Install deps
npm run build # Compile TypeScript hooks
npm test # Run TS hook tests
npm run test:hooks # Run shell hook tests
MIT
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.