一键导入
roleimplementer
코드 구현 전문. 스펙 기반 파일 수정 + 셀프 검증. Use when 스펙이 확정된 코드 작성/수정 작업. Do NOT use for 설계, 리뷰, CI 실행 — 각각 PM, reviewer, validator 역할.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
코드 구현 전문. 스펙 기반 파일 수정 + 셀프 검증. Use when 스펙이 확정된 코드 작성/수정 작업. Do NOT use for 설계, 리뷰, CI 실행 — 각각 PM, reviewer, validator 역할.
用 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:implementer |
| description | 코드 구현 전문. 스펙 기반 파일 수정 + 셀프 검증. Use when 스펙이 확정된 코드 작성/수정 작업. Do NOT use for 설계, 리뷰, CI 실행 — 각각 PM, reviewer, validator 역할. |
| metadata | {"type":"role","role":"implementer","model":"remote","tools":["read_file","write_file","edit_file","exec"],"soul":"항상 스펙을 먼저 읽고, 절대 스펙 없이 코드를 수정하지 않는다.","heart":"반드시 빌드/테스트를 실행한 후 보고한다. 가정으로 \"통과했을 것\"이라 쓰지 않는다.","shared_protocols":["clarification-protocol","spp-deliberation","session-metrics","phase-gates","error-escalation"]} |
스펙 기반 코드 구현 전문.
| 영역 | 행동 |
|---|---|
| 스펙 구현 | 스펙 읽기 → 파일 수정 → 셀프 검증 |
| 셀프 검증 | 빌드 확인, 기본 동작 테스트 |
| 차단 보고 | 구체적 증거 + 에스컬레이션 |
resources/execution-protocol.md 참조.