phoenix-reserves-optimizer

Compute per-company reserve allocations and fund-level reserves usage for the Phoenix fund model.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill handles reserve sizing and follow-on allocation logic for the Phoenix fund model, enabling deterministic reserve planning.

Core Features & Use Cases

  • Reserve sizing algorithm: Compute per-company reserves given total capital, portfolio, graduation matrix, and stage strategies.
  • Follow-on allocation: Rank and allocate reserves across deals and stages while respecting constraints.
  • Validation & constraints: Ensure total allocated reserves do not exceed available pools and handle edge cases gracefully.

Quick Start

Ask the skill to compute reserves for a portfolio described in your fund model and return per-company allocations with confidence bounds.

Frequently Asked Questions about phoenix-reserves-optimizer

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

FAQPage Schema
How do I optimize reserve allocations across portfolio companies?

Reserve optimization allocates capital reserves deterministically across staged investments by computing per-company allocations based on fund size, portfolio composition, graduation matrix, and stage strategies. The Skill ranks deals and stages while respecting capital constraints to maximize follow-on capacity.

What inputs do I need to calculate fund-level reserves?

You need total fund size, portfolio companies with staged investment history, a graduation matrix defining advancement paths, stage strategies outlining allocation rules, and available reserve pools. The Skill processes these inputs to output per-company reserve recommendations and fund-level usage analytics.

How does next-dollar optimization work in reserve planning?

Next-dollar optimization ranks future investment opportunities by expected return and capital efficiency, then allocates remaining reserves to the highest-priority deals first. This deterministic approach ensures reserves deploy toward the most promising follow-on rounds within fund constraints.

Can I validate that my reserve allocations don't exceed available capital?

Yes. The Skill includes validation logic that ensures total allocated reserves stay within available pools and handles edge cases gracefully. It returns confidence bounds and supporting analytics to verify allocation feasibility before execution.

Does this work with existing portfolio and graduation matrix data structures?

Yes. The Skill integrates directly with state.forecastResult.portfolio, state.graduationMatrix, and state.stageStrategies, so it works within established fund model architectures without requiring data migration or reformatting.