From 03a499e11f42484007aaba3a2928ae2848b24650 Mon Sep 17 00:00:00 2001 From: Rodin Date: Thu, 30 Apr 2026 13:30:00 -0700 Subject: [PATCH] fix: patterns mode requires both 'When to use' and 'When NOT to use' --- SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SKILL.md b/SKILL.md index d7cab60..f2c1a0e 100644 --- a/SKILL.md +++ b/SKILL.md @@ -255,6 +255,7 @@ Each pattern entry: - Rule (one sentence: "Do X" or "Never Y") - Example (real code from the source, not invented) - Why (the force that makes this the right choice) +- When to use (the trigger condition — what situation calls for this) - When NOT to use (where the pattern breaks down) - Source (file path + line, or commit where it's demonstrated)