home / skills / jgtolentino / insightpulse-odoo / project-portfolio-management
/docs/claude-code-skills/community/project-portfolio-management
npx playbooks add skill jgtolentino/insightpulse-odoo --skill project-portfolio-managementReview the files below or copy the command above to add this skill to your agents.
---
name: project-portfolio-management
description: "PPM system for resource allocation, budget tracking, and portfolio analytics"
---
# Project Portfolio Management
Track projects, resources, and budgets enterprise-wide.
## What This Does
- Project planning
- Resource allocation
- Budget vs actual
- Timesheet management
- Portfolio dashboards
## Quick Example
```python
ppm.create_project({
'name': 'ERP Implementation',
'budget': 5000000,
'start_date': '2025-11-01',
'resources': ['developer', 'analyst']
})
```
## Getting Started
"Create project for Q4"
"Track budget variance"
"Allocate resources"