返回 Skill 列表
extension
分类: 开发与工程无需 API Key

phoenix-capital-exit-investigator

资本分配和退出循环调查员。在处理低置信度模块(如资本分配和退出循环)时使用。

person作者: jakexiaohubgithub

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.