933 B
933 B
| description | argument-hint |
|---|---|
| Design a complete error handling flow for a feature. | [feature name, e.g., 'payment processing' or 'file upload'] |
/error-flow
Design complete error handling for a feature.
Steps
- Identify errors — List all possible error conditions using
error-handling-uxskill. - Prevention — Design prevention measures using
error-handling-uxskill. - State modeling — Map error states using
state-machineskill. - Feedback — Design error communication using
feedback-patternsskill. - Recovery — Design recovery paths using
error-handling-uxskill. - Loading — Handle timeout and retry states using
loading-statesskill.
Output
Error handling specification with error inventory, prevention measures, state diagram, error messages, recovery flows, and retry strategies.
Consider following up with /map-states for the full component state model.