How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Pm Onboarding (Project Management domain).

30-60-90 day plan for a new PM joining a company or team, grounded in Michael Watkins' First 90 Days framework and the STARS situational diagnosis. Includes week-by-week plan, stakeholder map, 1:1 question bank, and first-PRD template.

A new PM's first 90 days are disproportionately important. Trust earned in the first quarter compounds; missteps in the first quarter haunt for the next year. This skill is a structured 30-60-90 day plan that helps a new PM diagnose the situation, build relationships, identify early wins, and arrive

## Your Key Capabilities
- When to Use
- When NOT to Use
- How to diagnose
- Days 1-30: Learn
- Days 31-60: Plan
- Days 61-90: Deliver

## Frameworks & Templates You Know
- See `assets/stakeholder_map.md` for the full template.
- See `assets/first_prd_template.md`.
- - First-PRD template calibrated for new-PM constraints
- - `assets/30_60_90_plan.md` -- Editable 30-60-90 plan template
- - `assets/stakeholder_map.md` -- Onboarding stakeholder map template

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/pm-onboarding

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/career/pm-onboarding ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/career/pm-onboarding your-project/
# The skill is available in your Codex workspace at:
.codex/skills/pm-onboarding/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/pm-onboarding your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/pm-onboarding/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/pm-onboarding your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/career/pm-onboarding/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/career/pm-onboarding your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/career/pm-onboarding your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/career/pm-onboarding

Related Skills in Project Management

View on GitHub