VCPartner is a small, evidence-first Codex skill for reviewing venture capital, private-equity, M&A, and strategic-investment opportunities.
It helps an agent:
- state a clear recommendation;
- distinguish verified facts from reported claims and inference;
- identify material evidence gaps;
- connect risks to diligence and transaction conditions;
- include the strongest opposing view;
- assign concrete next actions.
All examples and evaluation scenarios in this repository are fictional.
npx skills add liu14goal14-ux/vcpartner -g -a codex --skill vcpartner -yOr clone the repository into a user skill directory:
git clone https://github.com/liu14goal14-ux/vcpartner.git ~/.agents/skills/vcpartnerUse $vcpartner to review this investment. State the recommendation, verified evidence, material uncertainties, required conditions, strongest opposing view, and next actions.
SKILL.md
agents/openai.yaml
references/
evidence-standard.md
screening-checklist.md
diligence-checklist.md
terms-checklist.md
decision-template.md
scripts/
validate_skill.py
validate_output.py
public_readiness.py
evals/scenarios.json
examples/sample-output.md
tests/test_validators.py
The validators use only the Python standard library.
python scripts/validate_skill.py
python scripts/public_readiness.py
python -m unittest discover -s tests -vValidate a generated review:
python scripts/validate_output.py path/to/review.mdUse fictional data in public examples, issues, and pull requests. Do not commit source documents, personal data, credentials, internal paths, databases, or logs.
VCPartner is a review workflow. It is not legal, tax, accounting, securities, or investment advice.