Iterate on a task until complete
/plugin marketplace add femtomc/trivial/plugin install femtomc-trivial@femtomc/trivialloop/# Loop Command Generic iteration loop for any task (no issue tracker). ## Usage ## Limits - **Max iterations**: 10 - **Stuck threshold**: 3 consecutive failures with no progress ## Workflow 1. Work on the task incrementally 2. Run `/test` after significant changes 3. On success: output `<loop-done>COMPLETE</loop-done>` 4. On failure: analyze, fix, retry (up to limit) ## Session State Use a unique session ID to avoid conflicts: ## Iteration Tracking Track your iteration count: Before each retry: - `git status` - modified files - `git log --oneline -5` - what you've tried ## C...