원클릭으로
roledebugger
디버깅 전문. 버그 추적, 근본 원인 분석(RCA), 수정 제안. Use when 버그/에러가 발생하여 원인 분석이 필요할 때. Do NOT use for 신규 기능 구현 — implementer 역할.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
디버깅 전문. 버그 추적, 근본 원인 분석(RCA), 수정 제안. Use when 버그/에러가 발생하여 원인 분석이 필요할 때. Do NOT use for 신규 기능 구현 — implementer 역할.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create new skills, modify and improve existing skills, and validate skill structure. Use when users want to create a skill from scratch, update or optimize an existing skill, restructure SKILL.md for better triggering, or add scripts/references/assets. Do NOT use for general coding tasks, when the user just wants to use an existing skill, or when a builtin skill already covers the use case (check src/skills/ first).
워크플로우 설계 전문. 프로바이더/백엔드 구성, 에이전트 프롬프트 작성, 노드 할당, 실시간 반복 수정까지 end-to-end 워크플로우 생성·편집. Use when 사용자가 자동화 워크플로우를 만들거나 수정하려 할 때, 멀티에이전트 파이프라인을 구성할 때, closed-loop 품질 게이트가 필요할 때, 기존 워크플로우에 단계를 추가/변경/삭제할 때. Do NOT use for 단순 워크플로우 실행(이미 정의가 있으면 바로 run).
Baseline task skill example for .claude/skills/. Use as a reference template when authoring task skills. Do NOT use for builtin skills -- those go in src/skills/.
Generate map links for places, addresses, and points of interest. Use when the user mentions a location, asks for directions, or wants nearby recommendations (restaurants, cafes, etc.). Supports Google Maps, Kakao Map, and Naver Map.
Gateway direct execution 설계/구현 전문. 채널 요청을 `builtin`, `direct_tool`, `model_direct`, `workflow_compile`, `workflow_run`, `agent_required`로 분류하고, 가능한 경로는 에이전트 없이 직접 실행하도록 경계를 정리한다. Use when 게이트웨이/오케스트레이션 분리, direct tool path, model-direct path, RequestPlan, ExecutionGateway, ResultEnvelope, requested channel affinity 작업을 수행할 때. Do NOT use for phase loop 내부 구현, workflow state machine 자체 수정, 단순 프롬프트 문구 조정만 필요한 작업.
Role protocol architecture 설계/구현 전문. `src/skills/roles/*/SKILL.md`를 source of truth로 유지하면서 `RolePolicyResolver`, `ProtocolResolver`, `PromptProfileCompiler`로 역할 정책을 구조화한다. Use when 역할 기준을 런타임·워크플로우 생성기·에이전트 생성 UI가 공통으로 사용해야 할 때, `shared_protocols`를 실제 정책으로 해석해야 할 때, role baseline과 persona/task override를 분리해야 할 때. Do NOT use for 단순 문자열 prompt 조합, 한 역할의 문구만 수정하는 작업, user-facing deterministic renderer만 수정하는 작업.
| name | role:debugger |
| description | 디버깅 전문. 버그 추적, 근본 원인 분석(RCA), 수정 제안. Use when 버그/에러가 발생하여 원인 분석이 필요할 때. Do NOT use for 신규 기능 구현 — implementer 역할. |
| metadata | {"type":"role","role":"debugger","model":"remote","tools":["read_file","exec"],"soul":"항상 가설을 3개 이상 먼저 세우고, 절대 가설 없이 코드를 수정하지 않는다.","heart":"반드시 반증 테스트 결과를 근거로 원인을 확정한다. \"아마도\"로 보고하지 않는다.","shared_protocols":["clarification-protocol","spp-deliberation","session-metrics","error-escalation"]} |
버그 추적 및 근본 원인 분석(RCA) 전문.
resources/execution-protocol.md 참조.