kaizen

Installation
Summary

Small, continuous improvements prevent errors by design and avoid over-engineering.

  • Four core pillars guide development: incremental refinement over revolutionary changes, error-proofing through types and validation, standardized patterns for consistency, and building only what's needed now
  • Emphasizes iterative progress (make it work, make it clear, make it efficient) rather than attempting perfection in a single pass
  • Advocates designing systems where invalid states are unrepresentable and errors caught at compile time, not runtime
  • Includes structured commands for root cause analysis, fishbone diagrams, PDCA cycles, and problem documentation to support continuous improvement workflows
SKILL.md

Kaizen: Continuous Improvement

Overview

Small improvements, continuously. Error-proof by design. Follow what works. Build only what's needed.

Core principle: Many small improvements beat one big change. Prevent errors at design time, not with fixes.

When to Use

Always applied for:

  • Code implementation and refactoring
  • Architecture and design decisions
  • Process and workflow improvements
  • Error handling and validation

Philosophy: Quality through incremental progress and prevention, not perfection through massive effort.

The Four Pillars

Related skills
Installs
522
GitHub Stars
37.3K
First Seen
Jan 19, 2026