iterative-planner
State-machine planning and execution for complex coding tasks
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Iterative Planner?โผ
Run `npx skills add NikolasMarkou/iterative-planner --all -g -y` in your terminal to install the skill globally.
What problem does Iterative Planner solve?โผ
It stops agents from losing track on big tasks by writing every finding, decision, and failed attempt to disk instead of relying on the conversation's memory.
When should I use Iterative Planner?โผ
Use it for multi-file refactors, migrations, unclear debugging, or any task touching 3+ files where you would otherwise ask 'what did I already try?'.
Does Iterative Planner work with Claude Code?โผ
Yes. It is built as a Claude Code skill with optional sub-agents for parallel exploration, verification, and adversarial review.
Do I need coding experience to use it?โผ
No. Just describe a complex task or say 'plan this' and the agent bootstraps a plan directory and walks the cycle for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core