1.1 KiB
1.1 KiB
| description | argument-hint |
|---|---|
| Design a complete interaction flow for a feature or component. | [feature or component, e.g., 'add to cart flow' or 'drag-to-reorder list'] |
/design-interaction
Design a complete interaction flow.
Steps
- States — Model the interaction states using
state-machineskill. - Micro-interactions — Specify each micro-interaction using
micro-interaction-specskill. - Animation — Define motion using
animation-principlesskill. - Gestures — Design touch/pointer interactions using
gesture-patternsskill. - Feedback — Specify system feedback using
feedback-patternsskill. - Error handling — Design error paths using
error-handling-uxskill. - Loading — Design loading states using
loading-statesskill.
Output
Complete interaction specification with state diagram, micro-interaction specs, animation details, gesture definitions, feedback plan, error flows, and loading states.
Consider following up with /map-states for complex components or /error-flow for critical paths.