phoenix-advanced-forecasting

Overlay probabilistic living models onto validated deterministic fund engines for forecasting and decision problems.

Updated Jul 21, 2025
One-click install
npx skills add https://github.com/nikhillinit/Updog_restore --skill phoenix-advanced-forecasting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phoenix-advanced-forecasting
Source: https://github.com/nikhillinit/Updog_restore/tree/main/.claude/skills/phoenix-advanced-forecasting
Command: npx skills add https://github.com/nikhillinit/Updog_restore --skill phoenix-advanced-forecasting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides architectural guidance for building "living models" with graduation rates, multi-MOIC analysis, and Monte Carlo simulations.

Frequently Asked Questions about phoenix-advanced-forecasting

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

FAQPage Schema
How do I build a probabilistic forecasting model with Monte Carlo simulations?

Probabilistic forecasting overlays Monte Carlo simulations atop a validated deterministic foundation to model uncertainty in outcomes. This Skill builds living models that combine graduation rates, MOIC analysis, and scenario management with seedable randomization, enforcing 6-decimal precision and Excel parity for deterministic constraints before layering probabilistic components.

What's the difference between deterministic and probabilistic financial modeling?

Deterministic modeling produces single-point forecasts using fixed inputs and assumptions; probabilistic modeling runs thousands of scenarios with varying inputs to show outcome distributions and risk. This Skill enforces deterministic phase constraints (JSON validation, Excel alignment) as a foundation before applying probabilistic techniques like Monte Carlo to generate decision-support insights.

Can I use Monte Carlo simulations for portfolio ranking and reserves optimization?

Yes. Monte Carlo simulations generate outcome distributions across scenarios, enabling portfolio ranking by probability-weighted performance and reserves optimization by modeling failure rates and exit scenarios. This Skill integrates graduation and MOIC variants with scenario management to support both ranking and reserves calculations.

How do I validate financial models before adding Monte Carlo uncertainty layers?

Validation requires enforcing deterministic core constraints: 6-decimal precision, JSON truth-case matching, and Excel parity across calculations. This Skill's phase-1 architecture validates the deterministic fund engine before phase-2 probabilistic components are added, ensuring model integrity before Monte Carlo randomization.

What data formats and precision levels does probabilistic financial modeling require?

Probabilistic financial modeling requires high-precision deterministic inputs (6-decimal accuracy minimum) and structured formats for scenario definitions, graduation rates, and MOIC assumptions. This Skill enforces JSON validation and Excel alignment to ensure input consistency, then applies Monte Carlo with seedable randomization for reproducible probabilistic outputs.

When should I use scenario management instead of single-point Monte Carlo forecasts?

Scenario management lets you compare constructed (what-if) versus current (baseline) outcomes by isolating specific assumption changes; Monte Carlo shows full outcome distributions under random variation. This Skill supports both—scenario construction for hypothesis testing and Monte Carlo for comprehensive risk assessment and decision-support analysis.