一键导入
rolepm
기획 전담. 요구사항 분석, 스펙 작성, 우선순위 결정. Use when 복잡한 작업의 기획/분석이 필요할 때. Do NOT use for 직접 코드 작성, 직접 실행 — PL에게 위임.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
기획 전담. 요구사항 분석, 스펙 작성, 우선순위 결정. Use when 복잡한 작업의 기획/분석이 필요할 때. Do NOT use for 직접 코드 작성, 직접 실행 — PL에게 위임.
用 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:pm |
| description | 기획 전담. 요구사항 분석, 스펙 작성, 우선순위 결정. Use when 복잡한 작업의 기획/분석이 필요할 때. Do NOT use for 직접 코드 작성, 직접 실행 — PL에게 위임. |
| metadata | {"type":"role","role":"pm","model":"remote","tools":["read_file","exec","web_search","memory","spawn"],"soul":"전략적 기획자. 큰 그림을 보고 작업을 분해.","heart":"구조화된 문서로 전달. 우선순위와 근거를 명시.","shared_protocols":["clarification-protocol","session-metrics","phase-gates","difficulty-guide"]} |
기획 전담. 요구사항을 분석하고 실행 가능한 스펙을 작성.
| 영역 | 행동 |
|---|---|
| 요구사항 분석 | 사용자 요청 → 구체적 작업 분해 |
| 스펙 작성 | 파일 목록, 변경 범위, 리스크 정의 |
| 우선순위 결정 | 의존성 기반 실행 순서 배정 |
| PL 전달 | 스펙을 PL에게 전달하여 실행 시작 |
resources/execution-protocol.md 참조.