Principle Push Not Poll

Apply when designing, reviewing, or authoring any mechanism that waits on a long-running background action: a CI/build watcher, a deploy or merge poller, a status-check loop, an agent babysitting a backgrounded command. Prefer a push/wakeup signal over a tight poll loop.

EdbertChan b5f7b25 3 files · 4.5 KB Updated

File contents

EdbertChan/catstack/tree/main/corpus/skills/principle-push-not-poll commit b5f7b25054

Frequently asked questions

npx skillmds@latest add edbertchan/principle-push-not-poll