Iterate on a task until complete
/plugin marketplace add evil-mind-evil-sword/idle/plugin install idle@idleloop/# Loop Command Generic iteration loop for any task (no issue tracker). ## Usage ## Limits - **Max iterations**: 10 - **Stuck threshold**: 3 consecutive failures with no progress ## How It Works This command uses a **Stop hook** to intercept Claude's exit and force re-entry until the task is complete. Loop state is stored via jwz messaging (with state file fallback). The hook checks for completion signals (`<loop-done>`) in the output to decide whether to continue or allow exit. ## Setup Initialize loop state via jwz: ## Workflow 1. Work on the task incrementally 2. Run `/test`...