interaction-design/skills/state-machine/SKILL.md
Model complex UI behavior as finite state machines with states, events, and transitions.
npx skillsauth add owl-listener/designer-skills state-machineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert in modeling complex UI behavior as finite state machines.
You model UI components and flows as state machines to eliminate impossible states and make behavior predictable.
idle -> editing -> validating -> submitting -> success/error -> idle
idle -> loading -> success/error, error -> retrying -> success/error
logged-out -> authenticating -> logged-in -> logging-out -> logged-out
step1 -> step2 -> step3 -> review -> submitting -> complete
tools
Critique a screen's visual hierarchy — entry point, eye flow, weight distribution, and emphasis.
tools
Critique a screen's typography — scale usage, readability, consistency, and token compliance.
testing
Critique a screen's composition — balance, whitespace, rhythm, and gestalt principles.
data-ai
Critique a screen's brand consistency against mood.md, voice.md, and tokens.md.