timing-feedback
Installation
SKILL.md
Timing & Feedback
Every user action deserves acknowledgment. The question is what kind and how fast.
How to use
/timing-feedbackApply timing and feedback constraints to interaction design in this conversation.
Constraints
Timing Scale
- Instant (< 100ms): Direct manipulation. Button presses, toggles, drags. Any delay here feels broken.
- Fast (100-300ms): Page changes, panel opens, filter applications. Most UI animation lives here.
- Deliberate (300ms-1s): Complex operations. Loading a view, running a search. User accepts the wait because the action feels significant.
- Patient (> 1s): Needs explicit feedback. Progress indicator, skeleton, status message. Silence here feels like failure.