AgentSkillsCN

phoenix-capital-exit-investigator

资本配置与退出循环研究专家。适用于开展资本配置与退出循环等低置信度模块的开发工作。

SKILL.md
--- frontmatter
name: phoenix-capital-exit-investigator
description:
  'Capital allocation and exit recycling investigator. Use when working on
  low-confidence modules like capital allocation and exit recycling.'

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.