Agent skill
npv-irr-calculator
Calculate project financial metrics for investment decision making
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/npv-irr-calculator
Metadata
Additional technical details for this skill
- id
- SK-009
- domain
- business
- category
- Financial Analysis
- specialization
- project-management
SKILL.md
NPV/IRR Calculator
Overview
The NPV/IRR Calculator skill provides comprehensive financial analysis for project investment decisions. It calculates key financial metrics including Net Present Value, Internal Rate of Return, payback periods, and profitability indices to support business case development and portfolio prioritization.
Capabilities
Core Financial Metrics
- Calculate Net Present Value (NPV) with configurable discount rates
- Calculate Internal Rate of Return (IRR)
- Calculate Modified Internal Rate of Return (MIRR)
- Calculate payback period (simple and discounted)
- Calculate Profitability Index (PI) / Benefit-Cost Ratio
Cash Flow Analysis
- Generate cash flow projections
- Model operating vs. capital expenditures
- Calculate cumulative cash flows
- Support irregular cash flow timing
- Handle multiple currency conversions
Sensitivity Analysis
- Perform sensitivity analysis on key assumptions
- Generate tornado diagrams
- Calculate break-even points
- Model scenario comparisons (base, optimistic, pessimistic)
- Assess assumption risk ranges
Advanced Features
- Support weighted average cost of capital (WACC)
- Calculate economic value added (EVA)
- Model inflation adjustments
- Compare mutually exclusive projects
- Generate investment summary reports
Usage
Input Requirements
- Initial investment amounts
- Projected cash flows by period
- Discount rate(s)
- Project duration
- Optional: Inflation rates, tax considerations
Output Deliverables
- NPV calculation with present value breakdown
- IRR and MIRR calculations
- Payback analysis (simple and discounted)
- Profitability Index
- Sensitivity analysis charts
Example Use Cases
- Business Case: Calculate project financial viability
- Portfolio Selection: Compare project investments
- Go/No-Go Decision: Evaluate investment threshold
- Budget Justification: Demonstrate financial benefits
Process Integration
This skill integrates with the following processes:
- Business Case Development
- budget-development.js
- portfolio-prioritization.js
- benefits-realization.js
Dependencies
- Financial mathematics libraries
- Numerical computation utilities
- Visualization libraries
- Currency conversion services
Related Skills
- SK-004: EVM Calculator
- SK-011: Benefits Tracking Dashboard
- SK-013: Portfolio Optimization
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?