OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add owl-listener/designer-skills --skill state-machine
Model component behaviour as explicit states, events, and transitions. Use when a component has many interacting states that must be exhaustive. For the feel and feedback of a single interaction, use `micro-interaction-spec`.
npx skills add owl-listener/designer-skills --skill state-machine
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