一键导入
initiative-research
Initiative 주제에 대한 리서치를 수행하고 결과를 기록. Internal skill — called by initiative workflow during research phases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initiative 주제에 대한 리서치를 수행하고 결과를 기록. Internal skill — called by initiative workflow during research phases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guided onboarding workflow — modn guide leads the system setup. Use when the user says "tutorial", "onboarding", or is a first-time user.
Process Catalyst detections — verify scope, format output, route to discussion or initiative creation. Internal skill — called when a system improvement opportunity is detected during conversation.
현재 세션의 initiative 맥락을 다음 세션으로 넘기는 핸드오프 문서 작성. Use when the user says "핸드오프", "세션 정리", "다음 세션으로", or session handoff.
핸드오프 문서를 로드하여 이전 세션의 initiative 맥락을 복원하고 작업을 재개. Use when the user says "이어서 하자", "resume", "지난번 작업 계속", or continuing a previous initiative.
실험용 git worktree 생성/관리. Use when the user says "worktree", "실험 환경", "브랜치 분리", or needs an isolated experiment environment.
CL-05 User Profile Evolution pipeline. Extracts user patterns and updates profile at Initiative completion.
| name | initiative-research |
| description | Initiative 주제에 대한 리서치를 수행하고 결과를 기록. Internal skill — called by initiative workflow during research phases. |
| context | main |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","WebSearch","WebFetch"] |
| argument-hint | <topic-slug> <type: internal|external|study> |
| spec-version | 2 |
Domain: initiative Version: 1.0.0
Initiative subtopic에 대한 리서치를 구조화하여 research/ 디렉토리에 기록한다. internal/external/study 유형별로 방법론을 분리하여 리서치 품질과 추적성을 보장한다.
$ARGUMENTS: <topic-slug> <type>internal (코드 분석), external (외부 조사), study (학습)research/{type}/{subtopic-id}-{topic}.md 파일 생성research/internal/ 디렉토리 확인/생성research/internal/{id}-{topic}.md 작성research/external/ 디렉토리 확인/생성research/external/{id}-{topic}.md 작성research/study/ 디렉토리 확인/생성research/study/{id}-{topic}.md 작성# Internal Research: {주제}
> **대상**: {분석 대상}
> **날짜**: {date}
> **관련 Subtopic**: {id}
## 분석 범위
## 주요 발견
## 코드 참조
## 시사점
# External Research: {주제}
> **날짜**: {date}
> **관련 Subtopic**: {id}
## 조사 내용
## 비교 분석
## 시사점
None — 메인 컨텍스트에서 직접 실행한다. WebSearch/WebFetch를 도구로 사용하지만 에이전트 위임은 없다.
| 참조 | 역할 | 로드 시점 |
|---|---|---|
workspace/squads/initiative/knowledge/lifecycle.md | Initiative stage/subtopic 구조 | Input validation |
workspace/squads/initiative/policies/subtopic-document-standard.md | 리서치 문서 표준 | 리서치 파일 작성 시 |
workspace/initiatives/README.md | Initiative 디렉토리 구조 | Input validation |
| Error | Cause | Solution |
|---|---|---|
| Initiative 미존재 | 잘못된 slug | active/ 내 목록 표시 |
| 타입 오류 | 유효하지 않은 type | internal/external/study 안내 |