# Show GN: AI Harness + Uroboros Template - Claude Code용 AI 에이전트 템플릿

> Clean Markdown view of GeekNews topic #28728. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=28728](https://news.hada.io/topic?id=28728)
- GeekNews Markdown: [https://news.hada.io/topic/28728.md](https://news.hada.io/topic/28728.md)
- Type: show
- Author: [sirlabs1004](https://news.hada.io/@sirlabs1004)
- Published: 2026-04-21T01:58:10+09:00
- Updated: 2026-04-21T01:58:10+09:00
- Original source: [github.com/studioKjm](https://github.com/studioKjm/ai-harness-template)
- Points: 1
- Comments: 1

## Topic Body

AI 코딩 도구(Claude Code, Cursor 등)를 쓸 때 AI가 레이어를 건너뛰거나,        
스펙에 없는 기능을 추가하거나, 파일 구조를 무너뜨리는 문제를 겪어서           
AI의 행동을 구조적으로 제어하는 프레임워크를 만들었습니다.                    
                                                                                
  주요 기능:                                                                    
  - 11개 품질 게이트: 커밋 전 시크릿 유출, 레이어 위반, 스펙 드리프트 자동 차단   
  - 3-tier 레이어 강제: Presentation → Logic → Data 단방향만 허용               
  - 우로보로스 워크플로우: /interview → /seed → /run → /evaluate → /evolve      
  - Pair Mode (v2.1.0): Navigator-Driver 패턴으로 AI와 짝프로그래밍             
  - 설치 마법사: /install 한 번이면 8단계 질문으로 자동 세팅                    
                                                                                
  Lite(bash만) / Pro(Python 엔진) 두 트랙 제공.                                 
  외부 의존성 없이 bash만으로도 전체 기능 동작합니다.                           
                                                                                
  "프롬프트는 부탁, 하네스는 강제" — AI에게 규칙을 요청하는 게 아니라           
  구조적으로 못 어기게 만드는 접근입니다.

## Comments



### Comment 55933

- Author: sirlabs1004
- Created: 2026-04-21T02:00:30+09:00
- Points: 1

영상으로 보고 싶으신 분:                     
개념 : https://youtu.be/bMjHYh0FZZI  
실전 : https://youtu.be/FNQx8XNtNDM
