cli-audit-wizardlisted
Install: claude install-skill Destynova2/cli-code-skills
> **Optimization:** This skill uses on-demand loading. Heavy content lives in `references/` and is loaded only when needed.
> **Language rule:** Skill instructions are written in English. When generating user-facing output, detect the project's primary language (from README, comments, docs, commit messages) and produce the report in that language. If the project is bilingual, ask the user which language to use before proceeding.
# Audit Wizard -- Wizard Quality Index (WQI)
Audit configuration wizards for UX quality, lifecycle completeness, and multi-surface exposure (CLI, MCP, web).
> "The worst time for users to make choices is before they've started using the system."
> -- OpenBSD design philosophy
## Natural laws mapped to wizard rules
Each analogy maps to a concrete, testable audit check. Only actionable rules are listed here.
| Source | Wizard rule (testable) |
|--------|----------------------|
| **Seed germination** | Ask 3-5 seed values max. If more, you're encoding the tree in the seed |
| **Axolotl** (facultative metamorphosis) | Never show advanced options by default. `--advanced` is opt-in |
| **Immune system** | Doctor checks are pattern-based (schema, connectivity), not intent-based |
| **Homeostatic set point** | `wizard apply` is idempotent: run 1x or 100x, same result (the idempotence/determinism toolkit is shared in `../../shared/determinism.md`) |
| **Tardigrade** (cryptobiosis) | Every config section has a safe degraded state when dependencies are do