Loop Worker

Autonomously work a `.pm` workstream to completion — triage each pending milestone (work on it, close it as already done, or drop it), implement what survives end to end, ship it, then move to the next until none remain. Use when the user explicitly invokes $loop-worker or asks to loop, drain, or work through a whole workstream's backlog (e.g. `$loop-worker w1`). Sequential, not interval-based; do not use for a timed poll, a single task, or ordinary code edits.

bex-co Updated

File contents

bex-co/beancount-io/tree/main/.agents/skills/loop-worker commit 633c3d9c61

Frequently asked questions

npx skillmds@latest add bex-co/loop-worker-2