#328 · Primary category: AI Coding Assistants
claudex-loop
Claude Code skill: four-phase plan hardening (recon, interrogate, Codex adversarial review, cross-model build & inspection) — two AI models harden your plan before a line of code exists, then swap jobs to build it. Whoever built it never grades it.
Project last updated:08/24/26
GitHub Stars
1.4K
Forks
142
Contributors
2
License
Other
Why we included this project
The clean AI plan that only falls apart once real code starts is a common failure, and this skill goes after it directly. Installed into Claude Code as a plugin, claudex-loop runs a four-phase loop: Claude locks the plan with you, then OpenAI Codex attacks that plan in a read-only sandbox until there is nothing left to find. The core idea stays deliberately plain: the model that wrote the plan never gets to grade it. After the adversarial review, you choose which model builds and the other inspects the resulting diff before you approve anything, with the run shipped as named skills and a round-by-round review log. The added ceremony pays off most for teams doing non-trivial builds with AI pair-programming, where a single confident pass can quietly leave an unbuildable subsystem or a data-corrupting design in place.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.