From a243cbfdcbc56834e373648ca3fdef1915fdac00 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Thu, 19 Mar 2026 18:12:18 -0700 Subject: [PATCH] Stronger guardrail: detector must run after LLM review Claude was running the detector in parallel with the LLM review despite the section ordering. Added explicit instruction: "Do not run the detector before or in parallel with your LLM review." Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/skills/critique/SKILL.md | 6 ++++-- source/skills/critique/SKILL.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.claude/skills/critique/SKILL.md b/.claude/skills/critique/SKILL.md index c17a6301b..0272afff1 100644 --- a/.claude/skills/critique/SKILL.md +++ b/.claude/skills/critique/SKILL.md @@ -30,9 +30,11 @@ Evaluate: **visual hierarchy** (eye flow, primary action clarity), **information --- -## AUTOMATED DETECTION (After LLM Review) +## AUTOMATED DETECTION -After forming your own assessment, run the bundled deterministic detector to catch issues you may have missed. It flags 25 specific patterns (AI slop tells + general design quality). +**Run this ONLY after you have completed your full Design Critique above.** Do not run the detector before or in parallel with your LLM review. Your unbiased assessment must come first. + +The bundled deterministic detector flags 25 specific patterns (AI slop tells + general design quality) and may catch issues you missed. ```bash node scripts/detect-antipatterns.mjs --json [--fast] [target] diff --git a/source/skills/critique/SKILL.md b/source/skills/critique/SKILL.md index 6221c59ca..7787c0862 100644 --- a/source/skills/critique/SKILL.md +++ b/source/skills/critique/SKILL.md @@ -30,9 +30,11 @@ Evaluate: **visual hierarchy** (eye flow, primary action clarity), **information --- -## AUTOMATED DETECTION (After LLM Review) +## AUTOMATED DETECTION -After forming your own assessment, run the bundled deterministic detector to catch issues you may have missed. It flags 25 specific patterns (AI slop tells + general design quality). +**Run this ONLY after you have completed your full Design Critique above.** Do not run the detector before or in parallel with your LLM review. Your unbiased assessment must come first. + +The bundled deterministic detector flags 25 specific patterns (AI slop tells + general design quality) and may catch issues you missed. ```bash node scripts/detect-antipatterns.mjs --json [--fast] [target]