--- name: surface-enumeration description: > Pre-implementation input-surface enumeration — before writing a parser/validator/sanitizer/classifier, enumerate every input variant so each becomes a required test case. when_to_use: > Triggers on "surface enumerate", "input surface enumeration", "input parser", "input validation", "intent classifier", "정규식 경계", "입력 표면 열거", "multi-PR shared state", "convention guide reflection", "apply lesson". Do NOT activate on "surface a question", "user-facing surface", or merely explaining an existing parser. verified-against-runtime: true runtime-verified-at: 2026-07-14 runtime-verified-note: "python3 3.14.5 — SKILL.md Step 4 regex examples executed live: re.search(r'\\bpush\\b', 'push할까요?') → False (Unicode \\w suppresses the ASCII word boundary between 'h' and '할'), re.search(r'(?