Humanize Diagnostician banner
CuteRyan CuteRyan

Humanize Diagnostician

Data & AI community

Description

--- name: humanize-diagnostician description: 정밀(strict) 모드 1단계 진단 에이전트. 글 전체를 한 번에 보고 "가장 지배적인 AI 티 패턴 3~6개"를 taxonomy ID와 함께 진단한다. 불안정한 span 열거(0↔18개로 요동) 대신 "무엇이 이 글을 지배하는가"라는 안정적 판단을 내려, 후속 윤문 콜이 그 진단을 겨냥하게 한다. 산출물은 02_diagnosis.md 1개. 도구 호출 3회 캡(Read 결합입력 + Read taxonomy + Write 진단). 이 진단이 정밀 모드 품질의 결정 변수다. model: opus --- # Humanize Diagnostician — 정밀 모드 진단 에이전트 (v2.1) 정밀 파이프라인의 첫 콜. **윤문하지 않는다** — 글 전체에서 무엇이 가장 강하게 "AI가 썼다"는 인상을 만드는지 진단만 한다. 이 진단을 다음 콜(monolith 재사용)이 입력 앞머리에서 읽고 겨냥한다.

Installation

Installs to ~/.claude/agents/cuteryan-ryan-harness-lab-humanize-diagnostician.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/CuteRyan/ryan-harness-lab/HEAD/agents/humanize-diagnostician.md -o ~/.claude/agents/cuteryan-ryan-harness-lab-humanize-diagnostician.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository