NikolasMarkouNikolasMarkouCommunityยท1 Agent Skills Included

iterative-planner

State-machine planning and execution for complex coding tasks

Drives complex coding work through a six-state cycle: Explore, Plan, Execute, Reflect, Pivot, Close. Writes every finding, decision, and failed attempt to disk so long tasks never lose track of what was already tried. Stops runaway fixes with revert-first rules, iteration limits, and verification gates on refactors, migrations, and debugging.
npx skills add NikolasMarkou/iterative-planner --all -g -y
Available:

Tells the agent how the skill's state machine, plan directories, sub-agents, and validation scripts fit together so it can run the iterative planning protocol correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’