#327 · Primary category: AI Coding Assistants
crucible
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
Most AI-assisted projects fail at the plan stage, and crucible is built around that specific failure. Claude scouts the codebase or prior art first, then walks you through one load-bearing question at a time until PLAN.md is locked. From there OpenAI Codex takes over as a read-only adversary, attacking the plan round after round while Claude arbitrates and revises; the loop ends only when Codex runs out of findings or hits the round cap. The point of the split is that the model which wrote the plan never gets to grade it. The optional build phase flips the roles, with Codex writing and Claude checking the diff. If you have been burned by a plan that sounded finished but wasn't, the Assumptions Ledger and the review log give you something concrete to work from.
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.