Senior Project Management Expert
Senior Project Management Expert provides strategic project and portfolio management for enterprise software, SaaS, and digital transformation initiatives. It offers quantitative analysis tools (EMV, Monte Carlo, WSJF), health dashboards, risk matrices, and resource capacity planning, producing executive-level reports and templates.
✨ What it does
- Generates multi-dimensional project health scores with RAG status.
- Performs quantitative risk analysis with EMV and risk-adjusted budgets.
- Applies prioritization models (WSJF, RICE, ICE, MoSCoW) with selection logic.
- Plans resource capacity with utilization targets and bottleneck identification.
- Provides templates for project charters, executive reports, and RACI matrices.
- Includes sample data and expected outputs for demonstration.
🎯 When to use it
- When managing complex, multi-project portfolios with multiple workstreams and dependencies.
- When needing quantitative risk analysis (EMV, Monte Carlo) or prioritization (WSJF, RICE).
- When preparing executive status reports or board-level presentations.
- When optimizing resource allocation and capacity across teams.
- When conducting portfolio health reviews or strategic alignment assessments.
🚀 How to use
Trigger by asking for project management help, e.g., 'Create a project status report' or 'Analyze portfolio risk'. Provide project data in JSON format (see sample) or request templates. Run scripts like python3 scripts/project_health_dashboard.py assets/sample_project_data.json. Example prompts:
Run a portfolio health review on my project data.
Generate an executive report for my digital transformation program.
📄 Output: Deliverables include health dashboards, risk matrices, capacity plans, executive reports, and filled templates.
📦 Add this skill to Claude Code
# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills
# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/project-management/skills/senior-pm .claude/skills/senior-pmSkill source: project-management/skills/senior-pm/SKILL.md
⚠️ Good to know
Requires structured project data (JSON) for scripts; templates are provided but need customization.
❓ FAQ
What data format is needed for the scripts?
The scripts expect JSON files with project data, as shown in assets/sample_project_data.json.
How is RAG status determined?
Green if composite score >80 and all dimensions >60; Amber if composite 60-80 or any dimension 40-60; Red if composite <60 or any dimension <40.
What prioritization model should I use?
Use WSJF for resource-constrained agile with cost-of-delay, RICE for customer-facing with reach metrics, ICE for quick prioritization, MoSCoW for multiple stakeholders, and MCDA for complex tradeoffs.
🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.