Onboarding Plan 30-60-90
Generates a structured 30-60-90 day onboarding plan for a new hire from the manager's perspective. Takes role details and 3–5 key priorities as input; outputs a phased markdown document with goals, key contacts, learning milestones, and a success metric per phase — ready to share with the new hire or save in a project folder.
Input:
- New hire role title and level (required)
- 3–5 role priorities or must-learn areas (required)
- Team context: team size, reporting line, key collaborators (optional)
- Start date and work format — Remote / Hybrid / Onsite (optional)
Output:
- Markdown onboarding plan with three phase sections (30 / 60 / 90 days)
Language Detection
Detect the user's language from their message:
- If Russian (or contains Cyrillic): respond in Russian
- If English (or other Latin-script language): respond in English
- If ambiguous: respond in the language of the trigger phrase used
Instructions
Step 1: Validate Input
Check that at least a role title is provided.
- If input is empty or only whitespace, or contains no identifiable role title: stop and respond (bilingual): "Укажи должность и 3–5 ключевых приоритетов роли. / Provide the role title and 3–5 key priorities for the role."
- If role title is present but priorities are missing: proceed; use generic role-appropriate milestones and add a note at the top of the plan: "Add role-specific priorities to tailor the learning milestones per phase."
Detect scope mismatch:
- If user asks for an IT/HR checklist (equipment provisioning, system access, HR paperwork): respond: "Этот скилл создаёт план адаптации для руководителя, а не чеклист для HR или IT. / This skill generates a manager-facing onboarding plan, not an IT or HR setup checklist."
- If user provides details for multiple hires at once: generate plan for the first hire only; note: "Сгенерировал план для первого сотрудника. Повтори запрос с данными следующего. / Generated plan for the first hire. Repeat with the next hire's details."
Step 2: Extract and Structure Inputs
Parse the following fields from the user's input:
- Role title — e.g., "Product Manager", "Senior Developer"
- Level — Junior / Middle / Senior / Lead / Director / VP / C-level
- New hire name — optional; use "New Hire" as placeholder if not given
- Start date — optional
- Work format — Remote / Hybrid / Onsite; default to "Hybrid" if not specified
- Team context — team size, reporting line, key collaborators (optional)
- Role priorities — extract 3–5 must-learn areas from user's notes
Flag if level is Senior / Director / VP / C-level → apply leadership adjustment in Step 3.
Step 3: Generate the Three-Phase Plan
For each phase, produce four sub-sections: Goals, Key Contacts, Learning Milestones, Success Metric. Use the role priorities from Step 2 to populate learning milestones — not generic filler.
Phase 1 — First 30 Days: Orient
- Goals: 2 learning goals (understand team structure and core tools; map key stakeholders) + 1 performance goal (small, visible output)
- Key Contacts: 4–6 contacts with role, purpose of meeting, and timing (Week 1 through Week 4)
- Learning Milestones: 4–6 checkboxes drawn directly from role priorities
- Success Metric: 1 concrete, measurable indicator of phase completion
Phase 2 — Days 31–60: Contribute
- Goals: 2 learning goals (deeper domain knowledge; understand cross-team dependencies) + 1 performance goal (own a deliverable or recurring process independently)
- Key Contacts: 2–3 additional contacts (extended team, skip-level, external partners)
- Learning Milestones: 3–4 checkboxes (deeper skills from priorities)
- Success Metric: 1 concrete, measurable indicator
Phase 3 — Days 61–90: Own
- Goals: 1 learning goal (strategic context, full role scope) + 2 performance goals (own end-to-end delivery; propose 1 improvement)
- Key Contacts: 1–2 contacts (leadership, external stakeholders, peers from adjacent teams)
- Learning Milestones: 2–3 checkboxes (strategic or advanced skills)
- Success Metric: 1 concrete, measurable indicator
Leadership adjustment (Senior / Director / VP / C-level):
- Phase 1 goals: emphasize org-political mapping and stakeholder alignment, not just tool learning
- Phase 2 goals: include quick-win identification and first visible leadership contribution
- Phase 3 goals: include team strategy, OKR ownership, or hiring decisions
Remote adjustment (work format = Remote):
- Replace in-person contact suggestions with async-first equivalents (Slack intros, async onboarding docs, virtual coffee chats)
- Flag remote-specific tools in milestones (async comms tools, documentation standards)
Step 4: Format and Output
- Output the complete plan using the structure defined in the Output Format section below.
- Use the detected language for all section headers:
- EN: Phase 1 — First 30 Days: Orient / Phase 2 — Days 31–60: Contribute / Phase 3 — Days 61–90: Own
- RU: Фаза 1 — Первые 30 дней: Ориентация / Фаза 2 — Дни 31–60: Вклад / Фаза 3 — Дни 61–90: Владение
- Output the plan directly — no meta-commentary or explanation between sections.
Output Format
Single markdown document with a title block and three phase sections:
# Onboarding Plan: [Role Title] — [Name or "New Hire"]
**Start Date:** [date or TBD]
**Work Format:** [Remote / Hybrid / Onsite]
---
## Phase 1 — First 30 Days: Orient
**Goals:**
- [Learning goal 1]
- [Learning goal 2]
- Performance goal: [small, visible output by day 30]
**Key Contacts:**
| Name / Role | Purpose | When |
|-------------|---------|------|
| [Direct Manager] | Clarify expectations and success criteria | Week 1 |
| [Teammate 1] | Understand team workflows and day-to-day | Week 1–2 |
| [Cross-func Partner] | Map dependencies | Week 2–3 |
| [Senior Stakeholder] | Understand business context | Week 3–4 |
**Learning Milestones:**
- [ ] [Tool or process from role priorities]
- [ ] [Domain knowledge area 1]
- [ ] [Domain knowledge area 2]
- [ ] [Domain knowledge area 3]
**Success Metric:** [Concrete, measurable indicator of phase completion]
---
## Phase 2 — Days 31–60: Contribute
[same structure as Phase 1]
---
## Phase 3 — Days 61–90: Own
[same structure as Phase 1]
English uses English section headers throughout. Russian uses Russian headers (Фаза 1 — Первые 30 дней: Ориентация, Фаза 2 — Дни 31–60: Вклад, Фаза 3 — Дни 61–90: Владение).
Negative Cases
- Empty input, only whitespace, or no role title detected: Respond (bilingual): "Укажи должность и 3–5 ключевых приоритетов роли. / Provide the role title and 3–5 key priorities for the role."
- Role title present but priorities missing: Proceed with generic role-appropriate milestones; add a note at the top of the plan: "Add role-specific priorities to tailor the learning milestones per phase."
- IT/HR checklist request: Clarify that this skill generates a manager-facing onboarding plan, not an IT setup or HR paperwork checklist.
- Multiple hires at once: Generate plan for the first hire only; prompt user to repeat for the next hire.
1---2name: onboarding-plan-30-60-903description: Generate a 30-60-90 day onboarding plan from the manager's perspective — goals, key contacts, milestones, success metrics per phase. Use when onboarding a new hire without HR support. Triggers: 'create 30-60-90 day plan', 'onboarding plan', 'план адаптации 30-60-90', 'план онбординга'.4---56# Onboarding Plan 30-60-9078Generates a structured 30-60-90 day onboarding plan for a new hire from the manager's perspective. Takes role details and 3–5 key priorities as input; outputs a phased markdown document with goals, key contacts, learning milestones, and a success metric per phase — ready to share with the new hire or save in a project folder.910**Input:**11- New hire role title and level (required)12- 3–5 role priorities or must-learn areas (required)13- Team context: team size, reporting line, key collaborators (optional)14- Start date and work format — Remote / Hybrid / Onsite (optional)1516**Output:**17- Markdown onboarding plan with three phase sections (30 / 60 / 90 days)1819---2021## Language Detection2223Detect the user's language from their message:24- If Russian (or contains Cyrillic): respond in Russian25- If English (or other Latin-script language): respond in English26- If ambiguous: respond in the language of the trigger phrase used2728---2930## Instructions3132### Step 1: Validate Input33341. Check that at least a role title is provided.35 - If input is empty or only whitespace, or contains no identifiable role title: stop and respond (bilingual): "Укажи должность и 3–5 ключевых приоритетов роли. / Provide the role title and 3–5 key priorities for the role."36 - If role title is present but priorities are missing: proceed; use generic role-appropriate milestones and add a note at the top of the plan: "Add role-specific priorities to tailor the learning milestones per phase."37382. Detect scope mismatch:39 - If user asks for an IT/HR checklist (equipment provisioning, system access, HR paperwork): respond: "Этот скилл создаёт план адаптации для руководителя, а не чеклист для HR или IT. / This skill generates a manager-facing onboarding plan, not an IT or HR setup checklist."40 - If user provides details for multiple hires at once: generate plan for the first hire only; note: "Сгенерировал план для первого сотрудника. Повтори запрос с данными следующего. / Generated plan for the first hire. Repeat with the next hire's details."4142### Step 2: Extract and Structure Inputs43441. Parse the following fields from the user's input:45 - **Role title** — e.g., "Product Manager", "Senior Developer"46 - **Level** — Junior / Middle / Senior / Lead / Director / VP / C-level47 - **New hire name** — optional; use "New Hire" as placeholder if not given48 - **Start date** — optional49 - **Work format** — Remote / Hybrid / Onsite; default to "Hybrid" if not specified50 - **Team context** — team size, reporting line, key collaborators (optional)51 - **Role priorities** — extract 3–5 must-learn areas from user's notes52532. Flag if level is Senior / Director / VP / C-level → apply leadership adjustment in Step 3.5455### Step 3: Generate the Three-Phase Plan5657For each phase, produce four sub-sections: Goals, Key Contacts, Learning Milestones, Success Metric. Use the role priorities from Step 2 to populate learning milestones — not generic filler.5859**Phase 1 — First 30 Days: Orient**60- Goals: 2 learning goals (understand team structure and core tools; map key stakeholders) + 1 performance goal (small, visible output)61- Key Contacts: 4–6 contacts with role, purpose of meeting, and timing (Week 1 through Week 4)62- Learning Milestones: 4–6 checkboxes drawn directly from role priorities63- Success Metric: 1 concrete, measurable indicator of phase completion6465**Phase 2 — Days 31–60: Contribute**66- Goals: 2 learning goals (deeper domain knowledge; understand cross-team dependencies) + 1 performance goal (own a deliverable or recurring process independently)67- Key Contacts: 2–3 additional contacts (extended team, skip-level, external partners)68- Learning Milestones: 3–4 checkboxes (deeper skills from priorities)69- Success Metric: 1 concrete, measurable indicator7071**Phase 3 — Days 61–90: Own**72- Goals: 1 learning goal (strategic context, full role scope) + 2 performance goals (own end-to-end delivery; propose 1 improvement)73- Key Contacts: 1–2 contacts (leadership, external stakeholders, peers from adjacent teams)74- Learning Milestones: 2–3 checkboxes (strategic or advanced skills)75- Success Metric: 1 concrete, measurable indicator7677**Leadership adjustment** (Senior / Director / VP / C-level):78- Phase 1 goals: emphasize org-political mapping and stakeholder alignment, not just tool learning79- Phase 2 goals: include quick-win identification and first visible leadership contribution80- Phase 3 goals: include team strategy, OKR ownership, or hiring decisions8182**Remote adjustment** (work format = Remote):83- Replace in-person contact suggestions with async-first equivalents (Slack intros, async onboarding docs, virtual coffee chats)84- Flag remote-specific tools in milestones (async comms tools, documentation standards)8586### Step 4: Format and Output87881. Output the complete plan using the structure defined in the Output Format section below.892. Use the detected language for all section headers:90 - EN: Phase 1 — First 30 Days: Orient / Phase 2 — Days 31–60: Contribute / Phase 3 — Days 61–90: Own91 - RU: Фаза 1 — Первые 30 дней: Ориентация / Фаза 2 — Дни 31–60: Вклад / Фаза 3 — Дни 61–90: Владение923. Output the plan directly — no meta-commentary or explanation between sections.9394---9596## Output Format9798Single markdown document with a title block and three phase sections:99100```markdown101# Onboarding Plan: [Role Title] — [Name or "New Hire"]102103**Start Date:** [date or TBD]104**Work Format:** [Remote / Hybrid / Onsite]105106---107108## Phase 1 — First 30 Days: Orient109110**Goals:**111- [Learning goal 1]112- [Learning goal 2]113- Performance goal: [small, visible output by day 30]114115**Key Contacts:**116| Name / Role | Purpose | When |117|-------------|---------|------|118| [Direct Manager] | Clarify expectations and success criteria | Week 1 |119| [Teammate 1] | Understand team workflows and day-to-day | Week 1–2 |120| [Cross-func Partner] | Map dependencies | Week 2–3 |121| [Senior Stakeholder] | Understand business context | Week 3–4 |122123**Learning Milestones:**124- [ ] [Tool or process from role priorities]125- [ ] [Domain knowledge area 1]126- [ ] [Domain knowledge area 2]127- [ ] [Domain knowledge area 3]128129**Success Metric:** [Concrete, measurable indicator of phase completion]130131---132133## Phase 2 — Days 31–60: Contribute134135[same structure as Phase 1]136137---138139## Phase 3 — Days 61–90: Own140141[same structure as Phase 1]142```143144English uses English section headers throughout. Russian uses Russian headers (Фаза 1 — Первые 30 дней: Ориентация, Фаза 2 — Дни 31–60: Вклад, Фаза 3 — Дни 61–90: Владение).145146---147148## Negative Cases149150- **Empty input, only whitespace, or no role title detected:** Respond (bilingual): "Укажи должность и 3–5 ключевых приоритетов роли. / Provide the role title and 3–5 key priorities for the role."151- **Role title present but priorities missing:** Proceed with generic role-appropriate milestones; add a note at the top of the plan: "Add role-specific priorities to tailor the learning milestones per phase."152- **IT/HR checklist request:** Clarify that this skill generates a manager-facing onboarding plan, not an IT setup or HR paperwork checklist.153- **Multiple hires at once:** Generate plan for the first hire only; prompt user to repeat for the next hire.