UI Delivery Loop

Review async and long-running operations for user feedback and progress indication

jwilger 645357b 698 B Updated

File contents

What I do

  • Ensure async operations provide feedback
  • Check timeout handling
  • Validate progress indication
  • Review cancellation support
  • Ensure error states are communicated

When to use me

Use this skill when implementing async workflows, background jobs, or any operation that takes significant time.

Review Checklist

  • Users know when operations are in progress
  • Timeouts are handled gracefully
  • Progress is indicated for long operations
  • Cancellation is supported where appropriate
  • Errors are communicated clearly

jwilger/union_square/tree/main/.agents/skills/ui-delivery-loop commit 645357b3dd

Frequently asked questions

npx skillmds@latest add jwilger/ui-delivery-loop