一键导入
flowchart-standards
프로세스 플로차트 표준 가이드. flowchart-designer 에이전트가 업무 프로세스를 Mermaid로 시각화할 때 참조하는 표기법과 패턴. '플로차트 표준', '프로세스 다이어그램' 요청 시 사용. 단, BPM 엔진 구현은 범위 밖.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
프로세스 플로차트 표준 가이드. flowchart-designer 에이전트가 업무 프로세스를 Mermaid로 시각화할 때 참조하는 표기법과 패턴. '플로차트 표준', '프로세스 다이어그램' 요청 시 사용. 단, BPM 엔진 구현은 범위 밖.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
YouTube video hook (opening) writing skill. Provides 15 hook patterns, viewer retention psychology, and click-to-watch conversion formulas. Referenced by the scriptwriter agent when designing video openings to minimize viewer drop-off. Also used standalone for requests like 'show me hook patterns' or 'how to write great openings.' Full script writing and SEO optimization fall under the youtube-production skill.
YouTube thumbnail visual psychology skill. Provides color theory, composition principles, CTR optimization patterns, and mobile readability checklists. Referenced by the thumbnail-designer agent when designing visually effective thumbnails. Also used standalone for requests like 'how to make great thumbnails' or 'thumbnails that boost click-through rate.' Actual image generation falls under the gemini-3-pro-imagegen skill.
A full production pipeline where an agent team collaborates to generate YouTube video content — strategy, script, thumbnail, and SEO metadata — all at once. Use this skill for requests like 'plan a YouTube video,' 'write a video script,' 'video scriptwriting,' 'YouTube content strategy,' 'video scenario,' 'YouTube Shorts planning,' 'create a YouTube thumbnail,' 'video SEO optimization,' 'YouTube channel content,' and other YouTube video production tasks. Also supports SEO optimization or thumbnail creation when an existing script is provided. Note: actual video editing (Premiere, DaVinci), YouTube Analytics API integration, and channel operations dashboard setup are outside this skill's scope.
Audio storytelling skill used by the podcast scriptwriter and show note editor. Provides narrative structure, pacing, and sound design methodologies that maximize listener immersion in an audio-only medium. Use this skill's knowledge for 'audio narrative,' 'listener retention,' 'story arc,' 'sound design,' and similar requests.
Interview technique skill used by the podcast scriptwriter. Provides question design, conversation flow management, and emotional arc design methodologies for drawing out deep conversations in guest interviews. Use this skill's knowledge for 'interview question design,' 'conversation structure,' 'guest questions,' 'dialogue flow,' and similar requests.
Podcast growth strategy skill used by the distribution manager. Provides platform-specific optimization, cross-promotion, listener acquisition strategies, and community building methodologies. Use this skill's knowledge for 'podcast growth,' 'distribution optimization,' 'listener acquisition,' 'platform strategy,' and similar requests.
| name | flowchart-standards |
| description | 프로세스 플로차트 표준 가이드. flowchart-designer 에이전트가 업무 프로세스를 Mermaid로 시각화할 때 참조하는 표기법과 패턴. '플로차트 표준', '프로세스 다이어그램' 요청 시 사용. 단, BPM 엔진 구현은 범위 밖. |
flowchart-designer 에이전트의 프로세스 시각화 품질 표준화.
| 기호 | Mermaid | 의미 | 사용 |
|---|---|---|---|
| 둥근 사각형 | ([텍스트]) | 시작/종료 | 프로세스 진입/종료 |
| 사각형 | [텍스트] | 처리/작업 | 단위 업무 활동 |
| 다이아몬드 | {텍스트} | 판단/분기 | 의사결정 |
| 평행사변형 | [/텍스트/] | 입력/출력 | 문서/데이터 |
| 원통 | [(텍스트)] | 데이터저장 | DB/시스템 |
| 서브그래프 | subgraph | 영역 구분 | 부서/단계 |
flowchart TD
START([요청 접수]) --> DRAFT[문서 작성]
DRAFT --> CHECK{검토}
CHECK -->|적합| APPROVE{승인}
CHECK -->|부적합| REVISE[수정]
REVISE --> DRAFT
APPROVE -->|승인| EXECUTE[실행]
APPROVE -->|반려| REVISE
EXECUTE --> DONE([완료])
flowchart TD
INPUT[/입력 데이터/] --> VALIDATE{유효성 검증}
VALIDATE -->|유효| PROCESS[처리]
VALIDATE -->|무효| ERROR[에러 처리]
ERROR --> LOG[(에러 로그)]
ERROR --> NOTIFY[담당자 알림]
PROCESS --> OUTPUT[/결과/]
OUTPUT --> END([종료])
flowchart LR
subgraph 영업팀
A[주문 접수] --> B[견적서]
end
subgraph 물류팀
B --> C[재고 확인]
C --> D[출고]
end
subgraph 재무팀
B --> E[청구서 발행]
D --> F[매출 처리]
end
| 규칙 | 기준 | 초과 시 |
|---|---|---|
| 노드 수 | 15개 이내 | 하위 프로세스 분리 |
| 분기 깊이 | 3단계 이내 | 하위 플로차트 |
| Swim Lane | 4개 이내 | 프로세스 분할 |
| 교차선 | 0개 | 레이아웃 재배치 |
| 텍스트 | 동사+목적어, 5단어 | 축약 |
플로차트 ←→ 매뉴얼 매핑:
플로차트의 각 사각형(작업) = 매뉴얼의 1개 절차
플로차트의 다이아몬드(판단) = 매뉴얼의 의사결정 기준
플로차트의 서브그래프(영역) = 매뉴얼의 1개 장(Chapter)
| 항목 | 기준 |
|---|---|
| 시작/종료 | 반드시 1개씩 존재 |
| 데드엔드 | 없음 (모든 경로 종료 도달) |
| 분기 레이블 | 모든 경로에 조건 명시 |
| 예외 경로 | 에러/거부/타임아웃 포함 |
| 번호 매핑 | 매뉴얼 절차 번호와 일치 |