From kaizen
Interactive workflow to create custom kaizen improvement profiles. Guides users through KPI definition, data source identification, mutation scope selection, autonomy configuration, and profile validation. Use when user says 'create kaizen profile', 'design improvement loop', 'new kaizen profile', 'custom profile', 'custom kaizen', 'define improvement target', or wants to create a new improvement loop for a domain not covered by the bundled profiles.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kaizen:kaizen-profile-designerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill guides the user through creating a custom PROFILE.md file for the kaizen engine. It produces a validated, ready-to-use profile that follows the engine's template format.
This skill guides the user through creating a custom PROFILE.md file for the kaizen engine. It produces a validated, ready-to-use profile that follows the engine's template format.
Output: profiles/{name}/PROFILE.md in the kaizen plugin directory, or a custom location specified by the user.
Interview the user to understand what they want to improve:
Read references/profile-checklist.md
Help the user define 1-4 measurable KPIs:
For each KPI:
build_time, error_rate)Guide the user with questions:
Based on the KPIs, determine what data the engine needs:
Determine what the engine is allowed to modify:
Guide with questions:
Strategy — greedy (single KPI) or multi-objective (multiple KPIs)
Autonomy — supervised, autonomous, or hybrid(N)
Iteration budget — how many iterations to allow (recommend 5-10)
Convergence — epsilon and patience values
Measurement tool — should the engine auto-generate a measurement tool?
tool_generation: truetool_generation: falseAssemble the PROFILE.md using the profile template
Fill in all frontmatter fields from Steps 2-5
Write phase instructions in the markdown body:
Present the complete profile to the user for review
/kaizen {profile-name} to start the loop| Step | Documents to Read |
|---|---|
| Step 2 | references/profile-checklist.md |
| Step 6 | Profile template from the kaizen-engine skill's reference directory (profile-template.md) |
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub mrbogomips/claude-code --plugin kaizen