一键导入
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 |