iterate

Installation
SKILL.md

/iterate — Diverge, Compare, Converge

Spin up N parallel agents on isolated git worktrees, each exploring a different direction for the same problem. Review all variants, pick the best, merge it back.

When to Use

  • User wants to explore multiple approaches to a problem
  • Design/UI work where visual comparison matters
  • Refactoring where there are multiple valid strategies
  • Any task where "try a few things and pick the best" is the right move

Prerequisites

  • Must be inside a git repository with a clean working tree (or stashable changes)
  • The repo should have committed state to branch from

Usage

Installs
2
GitHub Stars
8
First Seen
Mar 21, 2026
iterate — szoloth/skill-pack