원클릭으로
kaizen
Use during /closeout or between development iterations to apply continuous improvement (Kaizen) analysis to the codebase and process.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use during /closeout or between development iterations to apply continuous improvement (Kaizen) analysis to the codebase and process.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when encountering any bug, test failure, or unexpected behavior. Combines systematic root cause analysis with rigorous verification.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
| name | kaizen |
| description | Use during /closeout or between development iterations to apply continuous improvement (Kaizen) analysis to the codebase and process. |
Based on Japanese Lean methodology, Kaizen is the practice of continuous, incremental improvement. This skill ensures that every session doesn't just "finish" but also makes the system better, cleaner, and more efficient.
USAGE: Trigger this during /closeout to identify one small improvement to make before finalizing.
The 3Ms of Waste:
Process Refinement:
Small, atomic changes are better than a single massive refactor.
auth.ts to use helper" is a better Kaizen than "Rewrite auth system."More code begets more code. Entropy accumulates. This section biases toward the smallest possible codebase.
Core question: "What does the codebase look like after?"
The goal is less total code in the final codebase - not less code to write right now.
Refactor bloated agent instruction files (CLAUDE.md, etc.) to follow progressive disclosure principles - keeping essentials at root and organizing the rest into linked, categorized files.
Use this when:
.agent/instructions/).| Phase | Action | Output |
|---|---|---|
| 1. Analyze | Find contradictions | List of conflicts to resolve |
| 2. Extract | Identify essentials | Core instructions for root file |
| 3. Categorize | Group remaining instructions | Logical categories |
| 4. Structure | Create file hierarchy | Root + linked files |
| 5. Prune | Flag for deletion | Redundant/vague instructions |