# UI Delivery Loop

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

- Skill: `jwilger/ui-delivery-loop` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jwilger/ui-delivery-loop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jwilger/ui-delivery-loop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: jwilger (https://skillmd.com/u/jwilger)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jwilger/ui-delivery-loop

---


## 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

