
Kaizen Refinement
- 1 installs
- 1 repo stars
- Updated March 26, 2026
- euroconic/noter
Continuously improves existing agent skills by analyzing session friction with the PDCA cycle and permanently amending the relevant SKILL.md files.
About
Applies Kaizen and PDCA to review a coding session for friction, run root-cause analysis, and codify improvements into existing SKILL.md files. A developer uses it at the end of a session or when repeated mistakes surface, to standardize fixes into skills.
- PDCA cycle plus 5-Whys root-cause analysis on session friction
- Codifies improvements by editing the relevant SKILL.md directly
Kaizen Refinement by the numbers
- 1 all-time installs (skills.sh)
- Ranked #642 of 782 Skill Development skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/euroconic/noter --skill kaizen-refinementAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1 |
| Last updated | March 26, 2026 |
| Repository | euroconic/noter ↗ |
What it does
Continuously improves existing agent skills by analyzing session friction with the PDCA cycle and permanently amending the relevant SKILL.md files.
Files
Kaizen Skill Refinement
Overview
This skill operationalizes the philosophy of Kaizen (Continuous Improvement). It ensures that after each coding session, existing agent skills are evaluated, refined, and permanently improved to eliminate waste (Muda) and standardize success.
Core Principles
1. PDCA (Plan-Do-Check-Act)
- Plan: Identify an inefficiency or friction point from the recent session (e.g., repeating the same mistake, missing architectural context).
- Do: Formulate a specific, small modification to the relevant
SKILL.mdfile. - Check: Verify that the proposed modification is clear, concise, and complies with the targeted skill's operational context.
- Act: Apply the change to the
SKILL.mdfile using file editing tools to standardize the new process.
2. Root Cause Analysis (The 5 Whys)
- Before adding raw instructions to a skill, ask "Why" the friction occurred until the systemic root cause is identified. Fix the root cause in the skill's instructions, rather than treating the symptom.
3. Standardization
- Improvements are only valid if they are codified. Always update the
SKILL.mdof the relevant skill directly to ensure the agent uses the new standard in future sessions.
Execution Steps for the Agent
When triggered to perform a Kaizen refinement: 1. Review Recent Activity: Analyze the most recent coding session for errors, user corrections, context drops, or unnecessarily repetitive tool usage. 2. Identify Target Skill: Determine which existing skill (e.g., ui-development, mac-os-integration) maps to the domain where the friction occurred. 3. Draft the Improvement: Write an update that strictly follows the AgentSkills.io SKILL.md specification. Keep instructions atomic and actionable. 4. Update the Skill: Execute the file modification to inject the improvement into the target SKILL.md. 5. Report: Briefly notify the user of the optimization made.
Edge Cases
- No Friction Found: If the session operated perfectly, review existing skills for outdated information or bloat, and perform a minor simplification (eliminating waste).
- Missing Domain Skill: If the friction relates to a new domain entirely, propose the creation of a new, fully compliant
<name>/SKILL.mddirectory cluster rather than polluting an unrelated skill.