plan
리서치 결과 기반 크로스 레포 구현 계획 수립 (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
| name | plan |
| description | 리서치 결과 기반 크로스 레포 구현 계획 수립 (BE→FE→APP 의존성 조정) |
| context | fork |
| allowed-tools | Read, Grep, Glob, Bash, Write, Edit |
리서치 결과를 기반으로 영향 repo별 구현 계획을 수립합니다.
위임 순서·대상·컨텍스트는
rules/delegation-matrix.md(SSOT)를 따른다.
TICKET_ID — (필수) 티켓 ID
/research가 선행되어야 합니다.
/plan TICKET_ID
│
▼
Step 1: 컨텍스트 & 리서치 결과 로드
▼
Step 2: Pre-flight (plan.md 존재 검증)
▼
Step 3: repo별 /plan 위임 (순차, BE → FE → APP)
▼
Step 4: 전체 실행 순서도 작성
▼
Step 5: 크로스 repo 정합성 검증
▼
Step 6: 통합 계획 보고
└── 완료
의존 순서: BE → FE → APP.
후행 repo는 선행 repo의 .plan/{TICKET}/ 산출물을 컨텍스트로 읽는다.
BE repo의 /plan은 API 계약 산출물을 생성한다:
.plan/{TICKET_ID}/api-contract.md — 엔드포인트/DTO/에러 정의FE/APP repo의 /plan은 이 파일을 읽어 연동 계획을 수립한다.
.orchestrate/{TICKET_ID}/context.json과 각 repo의 .research/{TICKET_ID}/research.md를 확인했는가.plan/{TICKET}/api-contract.md를 산출했는가로컬 개발 서버 전체 기동 (BE + FE, hot-reload)
초기 워크스페이스 세팅 — GitHub Token, Figma MCP, Notion MCP 연결 + 레포 클론 + Cursor 워크스페이스 구성
모든 repo를 main 브랜치로 체크아웃 & pull하여 최신화
풀스택 구현 오케스트레이션 (BE→FE→APP → 리뷰→테스트→PR)
크로스 레포 리서치 오케스트레이션 (BE→FE→APP 순서 위임)
Meeting-to-Develop: Notion 티켓의 미팅 노트/요구사항을 자동 분석하여 개발 초안 작성 & Notion 페이지에 반영