{"meta":{"title":"온보딩 계획","intro":"팀 온보딩에 대한 개인 설정된 도움을 받기 위한 프롬프트 파일입니다.","product":"GitHub Copilot","breadcrumbs":[{"href":"/ko/copilot","title":"GitHub Copilot"},{"href":"/ko/copilot/tutorials","title":"자습서"},{"href":"/ko/copilot/tutorials/customization-library","title":"사용자 지정 라이브러리"},{"href":"/ko/copilot/tutorials/customization-library/prompt-files","title":"프롬프트 파일"},{"href":"/ko/copilot/tutorials/customization-library/prompt-files/onboarding-plan","title":"온보딩 계획"}],"documentType":"article"},"body":"# 온보딩 계획\n\n팀 온보딩에 대한 개인 설정된 도움을 받기 위한 프롬프트 파일입니다.\n\n데이터 재사용가능.copilot.프롬프트-파일-미리보기-노트 %}\n\n## 온보딩 계획 프롬프트\n\n```text copy\n---\nagent: 'agent'\ndescription: 'Help new team members onboard with a phased plan and suggestions for first tasks.'\n---\n\n# Create My Onboarding Plan\n\nI'm a new team member joining ${input:team:Team or project name} and I need help creating a structured onboarding plan.\n\nMy background: ${input:background:Briefly describe your experience level - new to tech, experienced developer new to this stack, etc.}\n\nPlease create a personalized phased onboarding plan that includes the following phases.\n\n## Phase 1 - Foundation\n\nEnvironment setup with step-by-step instructions and troubleshooting tips, plus identifying the most important documentation to read first\n\n## Phase 2 - Exploration\n\nCodebase discovery starting with README files, running existing tests/scripts to understand workflows, and finding beginner-friendly first tasks like documentation improvements. If possible, find me specific open issues or tasks that are suitable for my background.\n\n## Phase 3 - Integration\n\nLearning team processes, making first contributions, and building confidence through early wins\n\nFor each phase, break down complex topics into manageable steps, recommend relevant resources, provide concrete next steps, and suggest hands-on practice over just reading theory.\n```\n\n## 이 프롬프트 파일을 사용하는 방법\n\n1. 위의 콘텐츠를 `onboarding-plan.prompt.md` 폴더에 `.github/prompts`로 저장합니다.\n1. Visual Studio Code에서 Copilot Chat 보기를 표시하고 `/onboarding-plan`를 입력합니다. 선택적으로 `background=experienced developer but new to stack`을 입력하여 환경 수준을 지정할 수도 있습니다.\n\nCopilot Chat"}