Agent skill
evm-calculator
Automated calculation of all earned value metrics and forecasts
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/project-management/skills/evm-calculator
Metadata
Additional technical details for this skill
- id
- SK-004
- domain
- business
- category
- Earned Value Management
- specialization
- project-management
SKILL.md
EVM Calculator
Overview
The EVM Calculator skill provides comprehensive automated calculation of all Earned Value Management metrics, indices, and forecasts. It supports PMI PMBOK and ANSI/EIA-748 compliant calculations for project cost and schedule performance measurement and forecasting.
Capabilities
Core EVM Metrics
- Calculate Planned Value (PV/BCWS)
- Calculate Earned Value (EV/BCWP)
- Calculate Actual Cost (AC/ACWP)
- Calculate Schedule Variance (SV) and Cost Variance (CV)
- Calculate SV% and CV% for normalized comparison
Performance Indices
- Calculate Schedule Performance Index (SPI)
- Calculate Cost Performance Index (CPI)
- Calculate Critical Ratio (CR = SPI x CPI)
- Calculate TCPI (To-Complete Performance Index)
- Support both BAC-based and EAC-based TCPI
Forecasting
- Calculate EAC using multiple methods:
- EAC = BAC / CPI (typical performance)
- EAC = AC + (BAC - EV) (atypical performance)
- EAC = AC + [(BAC - EV) / (SPI x CPI)] (combined)
- EAC = Bottom-up re-estimate
- Calculate ETC (Estimate to Complete)
- Calculate VAC (Variance at Completion)
Visualization and Trending
- Generate S-curve visualizations
- Perform trend analysis on indices
- Create performance dashboards
- Generate variance analysis reports
- Produce management reserve tracking
Usage
Input Requirements
- Budget baseline (time-phased BAC)
- Progress data (percent complete or physical measurement)
- Actual cost data by period
- Work Breakdown Structure alignment
- Optional: Management reserve allocation
Output Deliverables
- Complete EVM metrics table
- Performance indices with trends
- Forecasts (EAC, ETC, VAC)
- S-curve visualization
- Variance analysis narrative
Example Use Cases
- Monthly Reporting: Calculate all EVM metrics for status reports
- Forecasting: Generate EAC using appropriate method
- Trend Analysis: Track SPI/CPI trends over time
- Corrective Action: Identify and analyze variances
Process Integration
This skill integrates with the following processes:
- earned-value-management.js
- budget-development.js
- portfolio-prioritization.js
- Status Reporting and Communication Management
Dependencies
- Financial calculation libraries
- Time series analysis utilities
- Visualization libraries
- Data aggregation algorithms
Related Skills
- SK-001: Gantt Chart Generator
- SK-009: NPV/IRR Calculator
- SK-011: Benefits Tracking Dashboard
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?