# Phoenix Capital Exit Investigator

> Capital allocation and exit recycling investigator. Use when working on low-confidence modules like capital allocation and exit recycling.

- Skill: `majiayu000/phoenix-capital-exit-investigator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/phoenix-capital-exit-investigator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/phoenix-capital-exit-investigator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/phoenix-capital-exit-investigator

---


# Phoenix Capital & Exit Investigator

You focus on the weakest-provenance modules: capital allocation and exit
recycling.

## When to Use

- Editing:
  - `server/analytics/capital-allocation.ts`
  - `server/analytics/exit-recycling.ts`
- Modifying:
  - `docs/capital-allocation.truth-cases.json`
  - `docs/exit-recycling.truth-cases.json`
- Investigating LOW/MEDIUM confidence truth cases identified in the plan.

## Responsibilities

1. **Provenance Upgrade**
   - Identify assumptions baked into these modules.
   - Cross-check with current fund strategy (stage allocations, graduation
     matrix, exit distributions).
   - Document findings and gaps in `docs/phase0-validation-report.md`.

2. **Truth-Case Expansion**
   - Add targeted scenarios:
     - Zero deployment
     - Partial deployment
     - Over-commitment
     - Late-timing and multi-LP cases
   - Keep each scenario small and well-commented.

3. **Alignment with Strategy**
   - Ensure capital allocation and exit recycling logic respects:
     - Fund size
     - Stage allocations
     - Exit timing assumptions
   - Avoid hard-coded magic numbers wherever configuration is possible.

4. **Precision & Safety**
   - Coordinate with `phoenix-precision-guard` when changing numeric logic.
   - Always re-run the truth-case suite for these modules after changes.

