research
크로스 레포 리서치 오케스트레이션 (BE→FE→APP 순서 위임)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
크로스 레포 리서치 오케스트레이션 (BE→FE→APP 순서 위임)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
로컬 개발 서버 전체 기동 (BE + FE, hot-reload)
초기 워크스페이스 세팅 — GitHub Token, Figma MCP, Notion MCP 연결 + 레포 클론 + Cursor 워크스페이스 구성
모든 repo를 main 브랜치로 체크아웃 & pull하여 최신화
풀스택 구현 오케스트레이션 (BE→FE→APP → 리뷰→테스트→PR)
Meeting-to-Develop: Notion 티켓의 미팅 노트/요구사항을 자동 분석하여 개발 초안 작성 & Notion 페이지에 반영
프로젝트 지식 축적 & 관리 — learn(교훈 추출), ingest(소스 학습), query(질의), lint(건강성 ��사), status(현황)
| name | research |
| description | 크로스 레포 리서치 오케스트레이션 (BE→FE→APP 순서 위임) |
| context | fork |
| allowed-tools | Read, Grep, Glob, Bash, Write, Edit |
티켓 기반으로 영향 repo에 /research를 위임합니다.
DDD-12-GROWIT-LEAD의 /research는 크로스 레포 오케스트레이터이며, 실제 코드 분석은 각 repo에 위임합니다.
위임 순서·대상·컨텍스트는
rules/delegation-matrix.md(SSOT)를 따른다.
TICKET_ID — (필수) 티켓 ID/research TICKET_ID
│
▼
Step 1: 컨텍스트 로드 (.orchestrate/{TICKET_ID}/context.json)
│ 없으면 /orchestrate Phase 0 수행
▼
Step 2: Pre-flight (위임 대상 커맨드 파일 존재 검증)
▼
Step 3: 브랜치 생성 (각 affected repo)
▼
Step 4: repo별 /research 위임 (병렬 허용)
▼
Step 5: 결과 집계
└── 완료
DDD-12-GROWIT-LEAD/.orchestrate/{TICKET_ID}/context.json을 읽는다.
파일이 없으면 /orchestrate {TICKET_ID} Phase 0만 수행.
각 affected repo의 research.md 존재를 검증.
각 affected repo에서 브랜치 생성 & 로컬 checkout.
브랜치명:
{prefix}/{TICKET_ID}-{kebab-summary}(delegation-matrix §6)
cd {repo_path} && git checkout -b {execution.branchName}
읽기 전용 단계이므로 모든 affected repo를 병렬로 실행한다.
각 repo는 .research/{TICKET_ID}/research.md를 산출물로 남긴다.
## 리서치 결과 요약
**티켓**: {TICKET_ID} — {제목}
| Repo | Branch | 리서치 결과 요약 |
|------|--------|-----------------|
| DDD-12-GROWIT-BE | {branchName} | {요약} |
| DDD-12-GROWIT-FE | {branchName} | {요약} |
| DDD-12-GROWIT-APP | {branchName} | {요약} |
### 다음 단계
→ `/plan {TICKET_ID}` 으로 구현 계획을 수립합니다.
.orchestrate/{TICKET_ID}/context.json을 로드했는가research.md 존재를 검증했는가/research를 위임했는가.research/{TICKET_ID}/research.md를 남겼는가