AI Loop Skill — AI skill for Claude Code
Your agent says "done" and it is not.
How to install AI Loop Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open cRolandoJr/ai-loop-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI Loop Skill does
Your agent says "done" and it is not. A gated multi-agent circuit for Claude Code: whoever implements does not verify, the verifier re-measures on a different model, and a PASS requires evidence for every acceptance criterion. DONE is granted by a human, not by the model.
Alternatives in AI
- Ralph For Claude Code — by Frank Bria - An autonomous AI development framework that enables Claude Code to work iteratively on project 8k ★
- Maestro Companion — Quick execution for small tasks — minimal run lifecycle (start + done) with evidence recording 530 ★
- Pi Agent VS OpenCode — Customization & Control Comparison — Pi v0.52+ vs OpenCode v1.1+ (Feb 2026) Thesis: Pi and OpenCode are both MIT-licensed, open-source, model-agnos 526 ★
README
AI-Loop
A **gated** multi-agent circuit for Claude Code. The model proposes; the workflow validates and authorizes.
Most spec-driven workflows ask the model to audit itself against a document of principles. Here the gate is not one the model gets to pass:
- Nobody grades their own work. Whoever implements does not verify, and whoever criticizes does not modify.
- The verifier re-measures with its own probes. The implementer's report is an input, never evidence. And it runs on different weights: on the same model it inherits the same blind spots.
- Four verdicts, treated asymmetrically. A FAIL is cheap: one finding with evidence is enough. A PASS is expensive: it requires mapping every acceptance criterion to concrete evidence. BLOCKED never means retry. And UNKNOWN is not PASS, ever.
- No implicit transitions. Compiles ≠ done. Tests green ≠ PASS. PASS ≠ accepted.
- DONE is not an agent's opinion: it is a state granted when every condition holds, human acceptance included.
Install
/plugin marketplace add cRolandoJr/ai-loop-skill
/plugin install ai-loop@ai-loop
Then, with the task as the argument:
/ai-loop fix the played-minutes calculation when the match goes to extra time
What comes with it
Besides the circuit, the document carries what it cost to measure it:
- A context budget. A session's cost is quadratic in its length, because every request re-reads the entire prefix. Measured over a real run: 1,070 M tokens. Replaying those deltas with the session cut per phase, the simulation gives 72% less — simulated, not re-run: the distinction is the same one the circuit demands of every other claim.
- Golden cases. The circuit is validated with the same mechanism it uses to validate tests: a seeded defect that must die. The checks are interpreted by a rule, never by an LLM judge — an LLM judge puts inside the instrument the very variance the instrument exists to detec
Related Skills
AI Workflow OS
Append-only ledger + 5-state machine that keeps 6 divisions honest across 5 AI platforms (Claude, ChatGPT, Gem
Landscape Scan
Topic-parameterised external-intelligence scan + digest. Default topic is the AI/Claude Code/PKM landscape; pa
Headsign
A tiny phase gate for coding agents: your shell checks decide pass/fail (never the LLM), your workflow routes
Canny
Stops AI coding agents from claiming work is done without evidence. Deterministic hooks decide, TypeSafe's Jev
Get Cited By AI
Claude Code skill for getting cited by AI search engines — every rule evidence-tagged from 26,767 measured cit
Gatewright
Open-source task tracker for AI coding agents (Claude Code, Codex, Cursor, Copilot, Gemini CLI). A git-tracked
Related Agents
Unity Verifier
Verify-fix loop — reviews code changes, auto-fixes issues, re-verifies up to 3 iterations. Used by /unity-work
Omg Verifier
Isolated executor for the /verify trust core — runs the tiered verification harness, judges by assertions (nev
Build Packager
Use this agent when you need to build, compile, or package software projects across different languages and bu