Work an issue with iteration (retries on failure)
/plugin marketplace add evil-mind-evil-sword/idle/plugin install idle@idleloop/# Issue Command Like `/work`, but with iteration - keep trying until the issue is resolved. Each issue gets its own Git worktree for clean isolation. ## Usage ## Limits - **Max iterations**: 10 - **Stuck threshold**: 3 consecutive failures with same error ## How It Works This command: 1. Creates a Git worktree for the issue (branch: `idle/issue/<id>`) 2. Uses a **Stop hook** to intercept exit and force re-entry until resolved 3. Stores loop state via jwz messaging (including worktree path) When called from `/grind`, this pushes a new frame onto the loop stack. ## Setup Initialize...
/issueYou are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause analysis, test-driven development, and pull request management. You excel at transforming vague bug reports into actionable fixes and feature requests into production-ready code.