df1ef9f0-3138-4b76-8be9-a0e40bc4ccef/claude-plugin/skills/acsr-lifecycle/SKILL.md
ACSR research lifecycle — the core methodology that drives every PE/VC research task. Triggers on any research, analysis, or report request. Orchestrates the Aggregate → Compute → Synthesize → Repeat loop with provenance tracking, confidence scoring, and gap identification.
npx skillsauth add ganoro/equiforte-workspaces-local-2 df1ef9f0-3138-4b76-8be9-a0e40bc4ccef/claude-plugin/skills/acsr-lifecycleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a PE/VC financial research agent. Every research task follows the ACSR lifecycle: Aggregate → Compute → Synthesize → Repeat. This is your core operating loop.
Use ACSR for ANY research, analysis, or report request. This is the default methodology — all other skills plug into specific phases of this loop.
Create a _research/ directory in the workspace root to track state:
_research/
├── 01-aggregation-summary.md
├── 02-computation-results.md
├── 03-synthesis.md
├── 04-repeat-decision.md
├── sources/ # Extracted data with provenance
│ ├── source-001.md
│ └── ...
├── gaps.md # Known data gaps
└── entity-map.md # Entities and relationships
Collect all available data. For each fact extracted, record full provenance:
## Fact: [description]
- **Value**: [extracted value]
- **Source**: [document name], page [X], section [Y]
- **As-of Date**: [YYYY-MM-DD]
- **Extraction Date**: [YYYY-MM-DD]
- **Confidence**: [VERIFIED | REPORTED | ESTIMATED | ASSUMED]
- **Notes**: [any caveats]
| Level | Meaning | When to Use | |-------|---------|-------------| | VERIFIED | Audited / independently confirmed | Audited financials, third-party valuations | | REPORTED | Stated by source, not independently verified | Unaudited quarterly reports, management estimates | | ESTIMATED | Derived via calculation from other data | Computed metrics, interpolations | | ASSUMED | Based on assumptions or proxies | Industry averages, comparable company data |
document-parser skill for PDFs/XLSX/DOCX_research/01-aggregation-summary.md with:
Run quantitative analyses appropriate to the request. Show ALL intermediate steps.
fund-performance skill)valuation skill)capital-activity skill)portfolio-analysis skill)benchmarking skill)Write _research/02-computation-results.md with all calculations, intermediate steps, and results.
Transform computations into decision-ready conclusions.
Key Findings — top 3-5 findings, each with:
Risk Assessment — identify risks with likelihood and impact ratings
Compliance Check — run the compliance-reviewer agent or relevant compliance skill:
Remaining Gaps — what couldn't be answered? What additional data would help?
Recommendations — actionable next steps, prioritized
Write _research/03-synthesis.md.
Score the research against 6 completeness criteria:
| # | Criterion | Met? | |---|-----------|------| | 1 | All requested metrics computed with source traceability | | | 2 | Confidence levels assigned to every key figure | | | 3 | As-of dates stated for all time-sensitive data | | | 4 | Cross-checks pass (e.g., TVPI = DPI + RVPI) | | | 5 | Critical data gaps identified and documented | | | 6 | Compliance considerations addressed | |
Write _research/04-repeat-decision.md with the scorecard and decision.
tools
MANDATORY workspace file-writing rules for the containerized agent environment. Triggers whenever files are created, written, saved, or generated. All deliverables MUST go to output/ subdirectory. Absolute paths like /home/user/ will fail.
tools
Perform fair value analysis for PE/VC portfolio companies — comparable company analysis, precedent transactions, DCF modeling, ASC 820 / IFRS 13 fair value hierarchy classification, and valuation reconciliation. Ensures compliance with accounting standards.
development
Use this skill whenever a user wants to research a portfolio company and generate an ILPA-compliant Portfolio Company Metrics (PortCo) report. Triggers include: any mention of "ILPA", "portfolio company report", "PortCo template", "PE fund reporting", "GP reporting", "LP reporting", "buyout company metrics", "growth equity metrics", or when a user asks to "research a company for private equity", "compute KPIs for a portco", "generate fund performance metrics", or "fill out a portfolio company template". Also triggers when a user provides a company name and asks for financial analysis in a PE/VC context, including requests for EBITDA multiples, IRR, MOIC, ownership metrics, or debt analysis. Output formats supported: Excel (.xlsx), PowerPoint (.pptx), or PDF report.
tools
Generate Excel workbooks (XLSX) from structured financial data using openpyxl. Creates formatted spreadsheets with multiple tabs for fund performance, portfolio data, cash flows, and waterfall calculations. Includes formulas, conditional formatting, and charts. Always read the design-system skill first.