Manager Loop

Run a large batch of independent work items (a fleet-wide harvest, a multi-repo sync-down, an overnight backlog) as a persistent coordinator loop instead of one item at a time. Use when there are enough independent units of work that dispatch-review-merge would otherwise repeat many times in a row, or when the batch should keep making progress across a heartbeat interval instead of stalling until the next message.

patrickserrano dac4ec3 4.4 KB Updated

File contents

patrickserrano/lacquer/tree/main/core/skills/manager-loop commit dac4ec3a48

Frequently asked questions

npx skillmds@latest add patrickserrano/manager-loop