kaizen:kaizen

Apply kaizen principles to incrementally improve software quality and process design.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/fockus/claude-skill-build --skill kaizen-kaizen-fockus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kaizen:kaizen
Source: https://github.com/fockus/claude-skill-build/tree/main/skills/kaizen-kaizen
Command: npx skills add https://github.com/fockus/claude-skill-build --skill kaizen-kaizen-fockus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kaizen-guided practices reduce large rewrites and defects by instilling a continuous-improvement mindset in code construction, refactoring, architecture, and workflow design.

Core Features & Use Cases

  • Continuous Improvement (Kaizen): Emphasize small, incremental changes that compound over time.
  • Poka-Yoke (Error Proofing): Design decisions that prevent errors at design and implementation time.
  • Standardized Work: Documented patterns and best practices to ensure consistency and speed.
  • Just-In-Time (JIT): Build and refine features as requirements emerge, avoiding over-engineering.
  • Application Scenarios: Use during feature development, debugging, refactoring, and process design across software projects.

Quick Start

Provide a simple, incremental improvement plan for the current feature using kaizen principles.

Frequently Asked Questions about kaizen:kaizen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply continuous improvement to code refactoring without large rewrites?

Continuous improvement refactoring uses small, incremental changes that compound over time to enhance code quality. This approach emphasizes standardized work patterns and iterative refinement to reduce defects and avoid the risks of massive rewrites.

What is poka-yoke in software design and how does it prevent errors?

Poka-yoke in software design creates design decisions that prevent errors at implementation time. By integrating error-proofing into architecture and coding patterns, it stops defects before they occur rather than catching them later.

How do I start implementing just-in-time optimization for new features?

Just-in-time optimization builds and refines features only as requirements emerge. It avoids over-engineering by focusing on iterative refinement with clear guardrails, ensuring features are developed when needed rather than anticipated.

What are the best practices for standardized work in software engineering?

Standardized work in software engineering involves documenting patterns and best practices to ensure consistency and speed. It provides clear guardrails for iterative refinement during feature development, debugging, and process design.

Can I use kaizen principles for process design and workflow optimization?

Kaizen principles can be applied to process design and workflow optimization by instilling a continuous-improvement mindset. This reduces defects and large rewrites by emphasizing incremental changes across software projects.

When should I avoid incremental improvement in software architecture?

Incremental improvement in software architecture may not suit situations requiring immediate structural overhauls. It focuses on iterative refinement with clear guardrails, so projects needing rapid, large-scale changes might find the approach too gradual.