MCP HubMCP Hub
스킬 목록으로 돌아가기

team-onboarding-playbook

rampstackco
업데이트됨 2 days ago
3 조회
239
27
239
GitHub에서 보기
기타apidesign

정보

이 스킬은 신입 사원, 계약직 또는 구조 조정 중인 팀을 위한 체계적인 30-60-90일 온보딩 계획을 작성합니다. 엔지니어링, 제품 및 기타 직무 전반에 걸쳐 암묵적 지식을 포착하고 적응 과정을 표준화하는 데 도움을 줍니다. 온보딩 과정이 혼란스럽거나 이직률이 높을 때, 또는 많은 신규 인력이 동시에 프로젝트에 합류할 때 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add rampstackco/claude-skills -a claude-code
플러그인 명령대체
/plugin add https://github.com/rampstackco/claude-skills
Git 클론대체
git clone https://github.com/rampstackco/claude-skills.git ~/.claude/skills/team-onboarding-playbook

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

A repeatable framework for building an onboarding playbook that ramps new team members predictably without burning out the people training them.

When to use

  • A new hire is joining and you do not have a written onboarding plan.
  • An existing onboarding process is informal and inconsistent.
  • A team is growing fast and onboarding is the bottleneck.
  • A contractor or agency partner needs to ramp up quickly.
  • A team member is leaving and their knowledge needs capturing.
  • Onboarding currently takes too long and you want to reduce it.

When NOT to use

  • For ongoing performance management (different problem).
  • For training on a specific technology (use targeted docs and tutorials).
  • For documentation strategy in general (use documentation-strategy).
  • For role definition or hiring (different upstream problem).

Required inputs

  • The role: what the person will do, what success looks like at 90 days.
  • Existing artifacts: docs, runbooks, codebases, design files.
  • The team: who will mentor, who will pair, who answers what kind of question.
  • Tools and access: what accounts and systems the new person needs.
  • Time budget: how much time team members can invest in onboarding.

The framework

A good onboarding plan operates on 4 layers. Build all four.

Layer 1: Belonging (Day 1 to Week 1)

The first week is mostly about belonging, not productivity. Get this right and everything else accelerates.

  • Welcome message before they start.
  • Workspace and accounts ready before day 1. No "we will get to that".
  • A buddy or onboarding partner assigned (someone other than the manager).
  • Day 1 schedule that is not 8 hours of meetings, but is also not zero meetings.
  • Introductions to the people they will work with regularly.
  • A first-week rhythm: daily check-in with manager or buddy.

Layer 2: Context (Week 1 to Week 4)

The next phase is context. The new person needs to understand the system before they can change it.

  • The product or business: what we do, who we serve, why we exist.
  • The team: who owns what, how decisions get made.
  • The technical or operational landscape: the architecture diagram, the main tools, the key files.
  • The recent past: major decisions, recent launches, current priorities.
  • Active projects: what is in flight and how it fits.

A reading list is part of this. Keep it short. Annotated. Curated.

Layer 3: Contribution (Week 2 to Week 6)

By week 2 or 3, the new person should be making real contributions. Not because they are fully ramped, but because contribution is how ramping happens.

  • A first task that is small, scoped, and shippable in week 2.
  • Pairing or shadowing on a real piece of work in week 3.
  • Independent ownership of a small project by week 4 or 5.
  • Code review, design critique, or equivalent peer feedback from the start.

The first task matters. Pick something that touches the main systems but cannot break anything important. Something that ships gives confidence and visibility.

Layer 4: Mastery (Month 2 to Month 3)

By the end of 90 days, the new person should be a full member of the team.

  • Owning a project end to end.
  • On-call or on-rotation if the team has one.
  • Contributing to roadmap discussions, not just executing them.
  • Mentoring or supporting the next new hire.

90 days is a checkpoint, not a finish line. Document what worked and what was missing for the next person.

The 30/60/90 plan

Every onboarding plan should have explicit milestones at 30, 60, and 90 days.

30 days

  • Workspace, tools, and access fully set up.
  • Has met every team member.
  • Understands the product, the team, and the recent context.
  • Has shipped or contributed to at least one real piece of work.
  • Has a clear picture of their first major project or area.

60 days

  • Owns a project or area independently.
  • Knows where to find answers without asking every time.
  • Has formed working relationships beyond the immediate team.
  • Has made at least one meaningful improvement to a process, doc, or codebase.

90 days

  • Fully productive in the role.
  • Participating in roadmap and planning discussions.
  • Capable of training the next new hire on parts of the system.
  • Comfortable raising concerns and pushing back.

If someone is significantly behind these markers at the 30/60/90 checkpoints, address it directly. Either the plan is wrong, the support is wrong, or the role fit is wrong. Hoping it resolves itself does not work.

The role-specific overlay

The framework above applies to every role. The specifics differ.

Engineering

  • Day 1: dev environment running, first commit (a docs fix or trivial change).
  • Week 1: read the architecture doc, read the main service code paths.
  • Week 2: ship a small bug fix or refactor.
  • Week 4: own a feature or component.
  • Month 2: on-call shadow, then on-call.

Design

  • Day 1: design tools set up, design system access, brand guidelines reviewed.
  • Week 1: studio crit and design review participation.
  • Week 2: own a small surface (a setting page, an empty state).
  • Week 4: lead a design review for a feature in flight.
  • Month 2: own a feature design end to end.

Product

  • Day 1: read the strategy doc, the roadmap, and the latest 3 PRDs.
  • Week 1: shadow customer calls, attend support sync, join standup of all relevant teams.
  • Week 2: write a discovery doc or competitive analysis.
  • Week 4: own a feature spec.
  • Month 2: own a roadmap area.

Marketing or content

  • Day 1: brand voice doc, recent campaigns, top performing content.
  • Week 1: customer research artifacts and persona docs.
  • Week 2: ship a small piece of content (a social post, a blog edit).
  • Week 4: own a content piece end to end.
  • Month 2: own a campaign or channel.

Adapt to your role and stack. The shape stays the same.

Workflow

  1. Start the playbook before the new person arrives. Do not write it on day 1.
  2. Pre-stage accounts, hardware, and access. This is the most common day-1 failure point.
  3. Assign a buddy. Tell the buddy what is expected of them.
  4. Send the welcome message and the day-1 schedule before they start.
  5. Run the first week with a focus on belonging and context, not output.
  6. Check in daily for the first week, weekly for the first month.
  7. Run formal 30/60/90 check-ins with explicit milestones.
  8. After 90 days, do a retrospective: what worked, what was missing.
  9. Update the playbook based on the retrospective. Onboarding is a living doc.

Failure patterns

  • No plan. Day 1 with no schedule, no laptop, no accounts. Sets a tone.
  • Drinking from a firehose. 8 hours of meetings on day 1. People remember nothing.
  • No real work for too long. Three weeks of "reading docs" is demoralizing. Ship something small early.
  • All buddy, no manager. Buddies are great but cannot evaluate or advocate. Manager is still on the hook.
  • Tribal knowledge as gating. "Just ask Sara if you have questions" works until Sara is on vacation. Document the answers Sara keeps giving.
  • No 30/60/90 milestones. Onboarding "ends" when someone seems busy. That is not a milestone.
  • Generic plan for every role. Engineering and marketing have different first-week needs. Use the role overlay.
  • No retrospective. The same gaps catch every new hire because nobody updated the playbook.
  • Buddy with no time. Assigning a buddy who is also drowning is a recipe for poor onboarding and burnout. Protect their time.
  • Skipping the customer or product context. Engineers who do not know who the customer is build the wrong things. Marketers who do not know how the product works write thin copy.

Output format

Deliverables:

  1. Pre-day-1 checklist: accounts, hardware, access, buddy assignment, welcome message.
  2. Day-1 schedule: meeting list, intros, first deliverable.
  3. First-week reading list: 5-10 curated, annotated docs.
  4. 30/60/90 milestones: the explicit checkpoints for this role.
  5. Buddy guide: what is expected of the onboarding partner.
  6. Manager check-in cadence: scheduled 1:1s and milestone reviews.
  7. Retrospective template: to fill out at 90 days for next-time improvement.

Reference files

GitHub 저장소

rampstackco/claude-skills
경로: skills/team-onboarding-playbook
0
agent-skillsai-agentsanthropicclaudeclaude-aiclaude-code

연관 스킬

vendor-evaluation

기타

이 스킬은 개발자들이 벤더나 SaaS 도구를 평가, 선정, 계약하기 위한 구조화된 프로세스를 제공합니다. 대안 비교, RFP 진행, 벤더 점수 평가, 계약 협상(특히 갱신 시나 기존 도구가 기대에 미치지 못할 때)을 지원합니다. 스택에 구애받지 않는 접근 방식으로 종속성을 방지하며, 모든 외부 의존성에 적용 가능합니다.

스킬 보기

documentation-strategy

기타

이 스킬은 개발자들이 완전한 문서화 시스템을 설계하고 구현하는 데 도움을 주며, 계획 수립, 도구 선택, 조직화, 유지 관리 주기 등을 포괄합니다. 이는 오래된 문서, 반복적인 질문, 느린 온보딩, 기술 문서 작업 범위 설정을 다룰 때 발동됩니다. 위키, README, 실행 문서, 지식 베이스에 걸쳐 어떤 내용을 문서화할지, 어디에, 어떻게 최신 상태로 유지할지 결정하는 전략을 제공합니다.

스킬 보기

skill-creation-walkthrough

기타

이 스킬은 개발자가 자신만의 Claude 스킬을 생성, 구조화, 문제 해결할 수 있도록 포괄적인 단계별 가이드를 제공합니다. 스킬이 적절한 솔루션인지 판단하는 단계부터 효과적인 SKILL.md 파일 작성, 신뢰할 수 있는 트리거 보장에 이르기까지 전 과정을 다룹니다. 재사용을 위해 워크플로우를 패키징하거나, 성능이 저조한 스킬을 검토하거나, 다른 사용자를 위해 스킬을 게시해야 할 때 활용하세요.

스킬 보기

stakeholder-communication

기타

이 스킬은 개발자들이 경영진부터 비기술 팀에 이르기까지 다양한 이해관계자에게 프로젝트 정보를 효과적으로 전달하는 데 도움을 줍니다. 특히 어려운 상황이나 나쁜 소식을 전달할 때, 프로젝트의 현황 업데이트, 경영진 요약 보고서 작성 및 커뮤니케이션 관리를 지원합니다. '상태 보고서', '경영진 검토', '프로젝트 커뮤니케이션'과 같은 용어에 반응하여 구조적이고 실행 가능한 커뮤니케이션을 제공합니다.

스킬 보기