by NikolasMarkou · Claude Skill · ★ 61
Iterative Planner A Claude Code skill that turns ad-hoc agent runs into structured, recoverable, evidence-driven work. Without structure, Claude plans once, hits a wall, and layers fixes on fixes until it loses track of what it already tried. Iterative Planner forces a state machine — Explore, Plan, Execute, Reflect, Pivot, Close — and writes every decision, finding, and pivot to disk. The filesystem is persistent working memory. The context window can rot; the plan directory cannot.
| Stars | 61 |
| Forks | 5 |
| Language | JavaScript |
| Category | Claude Skill |
| License | GPL-3.0 |
| Quality Score | 61.1921037054202/100 |
| Last Updated | 2026-06-27 |
| Created | 2026-02-14 |
| Platforms | claude-code, node |
| Est. Tokens | ~21k |
These tools work well together with iterative-planner for enhanced workflows:
Explore other popular claude skill tools:
iterative-planner is A Claude Code skill state-machine driven iterative planning and execution protocol for complex coding tasks. It is categorized as a Claude Skill with 61 GitHub stars.
iterative-planner is primarily written in JavaScript.
You can find installation instructions and usage details in the iterative-planner GitHub repository at github.com/NikolasMarkou/iterative-planner. The project has 61 stars and 5 forks, indicating an active community.
iterative-planner is released under the GPL-3.0 license, making it free to use and modify according to the license terms.