DanMcInerney/architect-loop
399 stars · Last commit 2026-06-13
Claude Fable 5 as architect, GPT-5.5 Codex as builder, the repo as memory - a research-backed Claude Code skill for the cross-vendor agent loop
README preview
# architect-loop **Claude Fable handles planning and review; GPT-5.5 Codex handles implementation and research.** Two Claude Code skills wire that split into a repo-centered loop: specs and gates are written first, Codex works in fresh contexts, and Fable reviews the evidence before anything is integrated. It runs on the subscriptions you already have — no API keys required by default. ## Install (30 seconds) ```bash git clone https://github.com/DanMcInerney/architect-loop cd architect-loop && ./install.sh # Windows: .\install.ps1 npm i -g @openai/codex@latest # the builder (Codex CLI >= 0.133) ``` `./install.sh --project` installs to the current repo only instead of globally. You need [Claude Code](https://claude.com/claude-code) on any paid plan and the Codex CLI signed into a ChatGPT plan.