critique_loop
Lint any loop design against an anti-pattern rubric to reveal missing verifier, stop condition, budget, and other critical checks. Returns a score, fixes, and related loops.
Instructions
Lint any loop design — the operator's own, or one you drafted — against the AI Loop Library anti-pattern rubric: verifier present and objective, stop condition, budget, one-change-per-round, durable state, same-check-every-round, micro-metric objective (MVL), human gates on risky surfaces, defined trigger. Returns a 0–10 score, per-check fixes, and related catalog loops. Deterministic text lint, not a model — 'missing' means 'not stated'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop_description | Yes | The loop design in plain words: objective, trigger, action, verification, stop condition, budget, risk handling |