Continuously work through the issue tracker
/plugin marketplace add evil-mind-evil-sword/idle/plugin install idle@idleloop/# Grind Command Run `/issue` in a loop over all matching issues. ## Usage Filter examples: `repl`, `epic:slop2-abc`, `priority:1` ## Limits - **Max issues per session**: 100 - **Per-issue limit**: Inherited from `/issue` (10 iterations) - **Max review iterations per issue**: 3 ## How It Works This command uses a **Stop hook** to intercept Claude's exit and force re-entry until all issues are processed. Loop state is stored via jwz messaging. Grind pushes a frame onto the loop stack. When it calls `/issue`, that pushes another frame (with its own worktree). When issue completes, it...