Hugh Kim's
Setup

5개월간 진화한 멀티 에이전트 오케스트레이션 시스템. 에이전트 13종, 스킬 50+, 플러그인 21개로 구성된 자율 프로젝트 빌더.

jung-wan-kim @hue_0525
13
agents
50+
skills
21
plugins
15
hooks
22
commands
Deep Dives

Loopy-Era Trend Harvester new

외부 AI 트렌드(GitHub·구루 X글·RSS)를 수집하여 loopy-era 5축 철학으로 걸러 시스템에 자동 반영. 287/287 PASS, 파국 시나리오 2건 선제 차단, iter 7~11 자가개선 루프 실증.

trend pipeline 2026-04-05 16:55

Loopy V2 Surface Gap new

Loopy Command Set V2 문서가 제안한 표면 6개 명령 대비 현재 loopy-era 엔진 갭 분석. 4/6 이미 커버됨, ~200줄 래퍼로 완성 가능한 로드맵.

gap analysis 2026-04-05 02:34

LKB 하네스 케이스 스터디 new

Karpathy의 X 글 한 편이 3시간 만에 11모듈 2,214줄 CLI 도구로. 하네스 self-improve가 누락 기능 4개를 자동 발견한 전과정.

case study 2026-04-05 01:39

Claude Code Harness System new

7개 스킬, 41개 hook, 36개 HARD 체크로 구성된 자가개선 인프라. L1-L6 Layer 평가, 15단계 파이프라인 매핑, 6차원 종합 진단.

harness analysis 2026-04-05 00:33

서비스 완성이 왜 어려운가 new

완료 편향·컨텍스트 열화·에러 루프 탈출 본능 등 LLM 아키텍처의 5가지 구조적 한계와 루프에라의 대응 현황·4가지 개선 제안.

structural analysis 2026-04-03 13:01

Paperclip vs 루프에라 new

Zero-human companies 플랫폼 Paperclip과 자가진화 파이프라인 루프에라를 자가개선·QA·오케스트레이션 등 6개 축으로 심층 비교.

comparison report 2026-04-03 11:33

Codex Loop Era Practical L6 new

Codex user-scope에 구현된 루프 에라 시스템의 현재 구현 상태, 기대효과, 그리고 L1→L6 충족 구조를 정리한 보고서.

implementation report 2026-04-03 09:25

Harsh Critic new

사용자 분노 패턴 기반 피드백 시뮬레이터. 3단계 트리거, 자가발전 루프, 3-Layer 방어 체계.

feedback simulator 2026-04-02 14:32

Memory Bank 구조 분석 new

archive, retrieval, fact, ontology, recall surface로 나뉘는 장기 지식 시스템 설계와 7-step 데이터 흐름.

memory system 2026-04-02 11:43

Codex Harness System update

start-harness → 14단계 loop-era 파이프라인 SVG 시각화. /team·/init-project·/qa-cycle·/qa-scenario-gen의 Claude Code → Codex 이식 전후 비교 분석.

process analysis 2026-04-04 17:11

Claude Code Reverse Engineering

~1,900 소스 파일, 512K+ LOC 분석. 8파트 설계 문서, 19,380줄, 8회 검증. 아키텍처 레이어 시각화.

reverse engineering 2026-04-01 00:34

Codex QA 통합

Claude + GPT-5.4 이중 모델 검증. 3중 강제 게이트, 에러 복구 4단계, 시나리오별 강제 분석.

dual-model 2026-03-31 11:14

자가개선 시스템 아키텍처

폐루프 자가진화 시스템. 33개 Hook, 12개 HARD 강제, 51건 자동 개선. SOFT→HARD 자동 승격.

architecture 2026-03-30 16:05

Orchestrator 진화 히스토리

2025.10 ~ 2026.03 | 40개 커밋 | 5개월간의 진화. 인터랙티브 타임라인.

interactive timeline 2026-03-28 11:54

cc-sync 진화 기록

2025.10 ~ 2026.03 | 536 commits | 설정 백업 도구 → 완전 자동화 시스템. 5 Phases.

evolution 2026-03-28 11:47

Autoresearch 비교 분석

karpathy/autoresearch vs /autoresearch vs autoresearch-skill — 3가지 자율 최적화 접근법 비교.

comparison 2026-03-20 13:24

/init-project 상세 분석

코드베이스 심층 분석 → 프로젝트 고유 패턴 학습. /init과의 차이점, 9-Phase 파이프라인.

analysis 2026-03-20 13:24

Manager-Orchestrator

초기 8-Phase 워크플로우 구조도. 700줄 README, Mermaid 다이어그램.

github
Architecture
User
"Todo 앱 만들어줘"
Orchestrator
manager / team
Specialists
frontend, backend, flutter
QA Pipeline
micro + full QA
Hooks
validate, notify

Auto-Select

specialist 2개 이하 → manager
specialist 3개+ → team

Contract-First QA

Phase 2.5 시나리오 확정 → 구현 → micro-QA → full-QA. .qa-evidence.json 증거 필수.

Filesystem = Truth

외부 MCP 의존 없음. 파일에서 직접 읽어 Specialist에게 전달.

Agents
manager-orchestrator
소규모 프로젝트 조율. specialist 2개 이하.
orch
team-orchestrator
대규모 프로젝트. Team API, 최대 5명.
orch
architect-designer
프로젝트 구조 설계, 설정 파일 생성.
impl
frontend-specialist
React, Next.js, Vite, Tailwind.
impl
backend-specialist
Express, NestJS, Spring, FastAPI.
impl
flutter-developer
Flutter/Dart. Riverpod, GoRouter.
impl
supabase-specialist
DB, RLS, Edge Functions, SQL.
impl
figma-designer
Figma → Flutter/React 변환.
impl
code-reviewer
중복/성능/보안 리뷰. 읽기 전용.
qa
bug-fixer
빌드/테스트 실패 자동 수정.
qa
web-qa-tester
웹앱 E2E, 브라우저 테스트.
qa
qa-orchestrator
QA 자동화 파이프라인.
qa
telegram-notifier
작업 완료 알림 전송.
ops
Skills
qa-scenario-gen
qa-cycle
qa-functional
reducing-entropy
security-best-practices
vulnerability-scanner
pentest-checklist
supabase-postgres
supabase-manager
mcp-project-mgr
prompt-engineering
skill-creation
skill-judge
plugin-forge
remotion
shadcn
web-artifacts
webapp-testing
agent-browser
mermaid-diagrams
parallel-agents
context-window
agent-memory
memory
remember-this
changelog-gen
dependency-updater
git-commit
init-project
telegram-mini-app
pdf
pptx
xlsx
pen-import
frontend-design
auto-idea
auto-mvp
indie-hacker
project-orch
hany-mis
Plugins
superpowers
superpowers-marketplace
superpowers-chrome
superpowers-marketplace
superpowers-dev
superpowers-marketplace
superpowers-lab
superpowers-marketplace
episodic-memory
superpowers-marketplace
claude-mem
thedotmack
memory-bank
memory-bank-dev
pr-review-toolkit
claude-code-plugins
feature-dev
claude-code-plugins
agent-sdk-dev
claude-code-plugins
commit-commands
claude-code-plugins
code-review
claude-code-plugins
frontend-design
claude-code-plugins
security-guidance
claude-code-plugins
vs-design-diverge
xavierchoi-skills
frontend-opus-4.5
xavierchoi-skills
ui-ux-pro-max
ui-ux-pro-max-skill
claude-dashboard
claude-dashboard
insights-ui
insights-ui
oh-my-claudecode
omc
cli-anything
cli-anything
Hooks
auto-validate.sh
no-localstorage.sh
agent-perm-check.sh
validate-commit.sh
telegram-notify.sh
telegram-notif.sh
require-tg-notify.sh
context-snapshot.sh
subagent-verify.sh
subagent-snap.sh
session-cleanup.sh
task-qa-gate.sh
pre-push-qa.sh
react-grab.sh
usage-tracker.sh
Commands
/team
/project-orchestrator
/branch
/cc-sync
/cc-apply
/rc
/agent-browser
/auto-idea
/auto-mvp
/indie-hacker
/dashboard
/supabase-deploy
/doc-converter
/scenario-test
/flutter-web
/impl-validator
/workout-excel
/fit5x5-mcp
/mobile-api
/mobile-supa
/mobile-local
/mobile-flutter
Repositories