← ClaudeAtlas

thalarch-teacherlisted

Runs a bounded teacher/judge/revision loop around model-produced engineering work. Use when an independent evaluator can materially improve correctness, scope discipline, regression safety, evidence honesty, design quality, or general-purpose skill/prompt behavior. Judges artifacts and acceptance evidence rather than private reasoning, uses hard gates before optional scoring, prevents self-certification and benchmark gaming, limits revision cycles, and combines with thalarch-autoresearch plus frozen/holdout evaluations before promoting durable generic changes.
LUC4N3X/antigravity-thalarch · ★ 2 · AI & Automation · score 65
Install: claude install-skill LUC4N3X/antigravity-thalarch
# Thalarch Teacher The Teacher Loop makes the model **learn from evaluated outcomes without pretending the base model weights changed**. It is a bounded artifact-feedback protocol: `student candidate → independent judgment → targeted revision → cold verification → experience`. ## 1. When to use Use when: - a meaningful implementation has multiple ways to be subtly wrong; - the user explicitly wants maximum-quality review; - a design/UI result needs independent acceptance judgment; - a prompt/skill/agent/router change is being evaluated for general usefulness; - repeated failures suggest the model needs a reusable correction pattern; - a stable benchmark/evaluator exists. Do not invoke for every trivial edit. Mechanical compiler fixes do not need classroom theatre. ## 2. Independence contract The judge receives: - user/repository acceptance criteria; - relevant final artifact/diff; - current evidence/results; - explicit scope and exclusions; - known required invariants. Do **not** give the judge the producer's persuasive chain-of-thought. The judge should reconstruct the acceptance test from the contract and artifact. When the host cannot provide an independent context/agent, perform a staged cold review and mark the lack of true context independence when material. ## 3. Hard gates before scores A candidate cannot pass if any required hard gate fails: - acceptance criterion violated; - scope/external-action boundary violated; - regression in must-preserve behavi