Event Driven Wait

When waiting on a specific observable event — a file appearing, a log line matching, a git ref advancing, a directory growing, a port opening — arm a watcher that wakes on that event instead of polling on a timer. Use when the wait condition is observable as a filesystem, log, or ref change, especially for long waits where blind polling wastes tokens and can miss the moment.

jcdavis131 Updated

File contents

jcdavis131/cursor-agent-skills/tree/main/skills/event-driven-wait commit 0142ef4f8b

Frequently asked questions

npx skillmds@latest add jcdavis131/event-driven-wait