pm-monitoring

Measure project performance with EVM metrics and manage integrated change control per PMBOK.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/NestorMonroy/thyrox --skill pm-monitoring-nestormonroy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pm-monitoring
Source: https://github.com/NestorMonroy/thyrox/tree/main/.claude/skills/pm-monitoring
Command: npx skills add https://github.com/NestorMonroy/thyrox --skill pm-monitoring-nestormonroy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Project teams often lack a structured way to measure schedule and cost performance against approved baselines, detect variances early, and route changes through formal control, leading to uncontrolled scope creep and late crisis discovery. ## Core Features & Use Cases - Earned Value Management: Calculate PV, EV, AC, SV, CV, SPI, CPI, EAC, ETC, VAC, and TCPI with defined alert thresholds (SPI/CPI < 0.85 triggers corrective action). - Integrated Change Control: Run the full CCB workflow from Change Request creation through impact evaluation, decision, and baseline updates. - Schedule, Quality, and Risk Control: Track critical path compression (Fast Tracking, Crashing), QC defect logs, and periodic Risk Register updates. - Use Case: During a weekly reporting period, compute SPI = 0.82 and CPI = 0.91, generate a performance report with the RAG status template, file a Change Request for the schedule variance, and escalate to the sponsor. ## Quick Start Ask the assistant to run pm-monitoring to calculate this period's EVM metrics and produce a performance report from the approved baselines in pm-planning.md.

Frequently Asked Questions about pm-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate earned value management metrics for a project?▼

Compute EV as percent complete times BAC, then derive SV = EV − PV, CV = EV − AC, SPI = EV/PV, and CPI = EV/AC. Values below 1.0 indicate behind schedule or over budget; below 0.85 triggers corrective action.

What is the integrated change control process in PMBOK?▼

Integrated change control routes every baseline change through a Change Control Board: identify the change, create a Change Request, evaluate impact on scope, schedule, cost, and quality, then the CCB approves, rejects, or defers before baselines are updated.

When should I not use EVM for project monitoring?▼

Avoid EVM without approved baselines, since there is no comparison point for variances, and without real work completion data, since projections become speculation. It also requires enough granularity to measure percent complete per activity.

Does earned value management work in agile projects?▼

Yes, with adaptation: percent complete is measured by story points or features delivered rather than hours. SPI and CPI keep the same interpretation, though schedule variance remains in monetary units rather than days.

Why does EVM not explain the cause of schedule variance?▼

EVM detects correlations between work performance and cost or schedule, identifying what is happening but not why. A low SPI can have many causes, so root-cause analysis with the team is required before reporting to sponsors.