khuym:validating
Installation
SKILL.md
Validating
If .khuym/onboarding.json is missing or stale for the current repo, stop and invoke khuym:using-khuym before continuing.
"Don't jump off the wall without checking." — The khuym principle on verification
Why This Skill Exists
The most expensive failure in agentic delivery is not a buggy bead. It is launching execution against a phase that was never clear enough to deserve execution.
Validating now works on one phase at a time.
That means the validator must be able to answer:
- Does the current phase close a believable small loop?
- If all current-phase stories finish, will the current phase exit state be true?
- If all current-phase beads finish, will those stories actually be complete?
- If this phase fails, will we know whether to debug locally or rethink the larger feature plan?