calibratelisted
Install: claude install-skill pitimon/8-habit-ai-dev
# Calibrate (ปรับจูนระดับวุฒิภาวะ)
**Habit**: H8 — Find Your Voice | **Anti-pattern**: Giving identical verbose guidance to a senior engineer and a first-time user
## Why This Exists
The maturity model defined in `rules/effective-development.md` — Dependence → Independence → Interdependence → Significance — has existed in this plugin's rules for a long time but was never operationalized. Every session treated experienced users the same as first-run users: same verbose prompts, same checkpoint ceremony, same beginner examples. This wastes experienced users' tokens and time, and reads as condescending.
`/calibrate` closes that gap. It runs a brief self-assessment, writes a profile file, and lets other skills adapt. No enforcement, no tracking — just a signal the user opts into that informs the guidance they receive.
**Inspired by** (not copied from) Hermes Agent's USER.md pattern: explicit, user-facing, and editable. We do not implement passive inference (that would need a runtime we don't have) — this is active self-assessment instead.
## Process
### Step 0: Check for an existing profile
Read `~/.claude/habit-profile.md`. Three cases:
**Case A — no profile exists**: proceed to Step 1 (fresh calibration).
**Case B — profile exists and is less than 90 days old**: show the user their current level, calibrated date, and age in days. Ask: "Your profile says you're at [Level], calibrated [N] days ago. Re-calibrate anyway?" If no, exit with the current profile path. If yes,