ワンクリックで
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 |