Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Tracking Value Creation Attribution

ASecurity

Decomposes PE returns into revenue growth, margin expansion, multiple expansion, leverage paydown, and multiple contraction components. Use when attributing value creation, analyzing return drivers, or preparing exit case studies.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessexpressapiperformance

Works with

api

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill tracking-value-creation-attribution --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Tracking Value Creation Attribution?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Tracking Value Creation Attribution
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-tracking-value-creation-attribution/badge)](https://www.skillsdirectory.com/skills/lev-os-tracking-value-creation-attribution)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: tracking-value-creation-attribution
description: Decomposes PE returns into revenue growth, margin expansion, multiple expansion, leverage paydown, and multiple contraction components. Use when attributing value creation, analyzing return drivers, or preparing exit case studies.
tags:
  - monitoring
  - private-equity
metadata:
  author: casemark
  practice_areas:
    - Private Equity
    - Leveraged Buyouts
    - Growth Equity
  document_types:
    - Tracking Report
  skill_modes:
    - Monitoring
---
# Tracking Value Creation Attribution

Decomposes PE returns into revenue growth, margin expansion, multiple expansion, leverage paydown, and multiple contraction components. Used for periodic monitoring, exit case studies, IC memos, and LP reporting.

## When To Use

- Quarterly or annual portfolio company performance reviews requiring return decomposition
- Exit preparation to build the value creation narrative for prospective buyers or LPs
- IC memos where the team needs to attribute realized or unrealized gains to specific drivers
- Fund-level attribution for LP annual meetings or advisory board presentations
- Comparing value creation profiles across portfolio companies or across vintage years
- Post-mortem analysis on exited deals to inform future underwriting

## Inputs To Gather

- **Entry metrics**: acquisition date, entry enterprise value (EV), entry equity value, entry EBITDA (or relevant earnings metric), entry EV/EBITDA multiple, acquisition debt quantum and structure
- **Current/exit metrics**: reporting-date EV, current equity value, current EBITDA, current EV/EBITDA multiple, current net debt (by tranche if available)
- **Revenue bridge**: entry revenue, current revenue, organic vs. acquisitive growth split if applicable
- **Margin detail**: entry EBITDA margin, current EBITDA margin, key margin drivers (pricing, cost reduction, mix shift, add-backs)
- **Debt schedule**: original debt balance, cumulative amortization, any refinancings, cash sweep payments, current net debt
- **Capital flows**: any follow-on equity injections, dividends or recaps, management rollover amounts
- **Benchmark data** (optional): sector trading multiples at entry and current date for context on multiple expansion/contraction

## Workflow

1. **Anchor the equity bridge** — Start with entry equity value and target current (or exit) equity value. The total value created equals the difference. Express as both absolute dollars and gross MOIC.

2. **Decompose EBITDA growth into revenue and margin components**:
   - Revenue growth contribution = (Current Revenue − Entry Revenue) × Entry EBITDA Margin. This isolates the profit impact of top-line growth at constant margins.
   - Margin expansion contribution = Current Revenue × (Current EBITDA Margin − Entry EBITDA Margin). This captures the profit impact of efficiency gains on the full current revenue base.
   - Cross-check: Revenue contribution + Margin contribution should equal total EBITDA change (Current EBITDA − Entry EBITDA). If using organic/inorganic splits, further decompose revenue growth into same-store and M&A-driven components.

3. **Calculate multiple expansion (or contraction)**:
   - Multiple effect = Current EBITDA × (Current EV/EBITDA − Entry EV/EBITDA).
   - If multiples contracted, this will be a negative contributor — label clearly as multiple contraction.
   - Note whether multiple movement reflects sector re-rating, company-specific quality improvement, or transaction-specific dynamics (e.g., competitive auction premium). [VERIFY] that multiple calculations use consistent EBITDA definitions (LTM, NTM, pro forma).

4. **Quantify leverage/debt paydown contribution**:
   - Debt paydown effect = Entry Net Debt − Current Net Debt (positive value means equity accrued to sponsors via deleveraging).
   - Include mandatory amortization, voluntary prepayments, and cash sweep proceeds.
   - If there were dividend recaps or follow-on equity injections, net these against the debt paydown figure or break them out as a separate line item.

5. **Reconcile and allocate residual**:
   - Sum all components: Revenue Growth + Margin Expansion + Multiple Expansion + Debt Paydown should equal Total Equity Value Created.
   - Any residual typically arises from interaction effects (e.g., EBITDA growth × multiple change simultaneously). Allocate proportionally or present as a separate "cross/interaction" term.
   - Express each component as a percentage of total value created and as an implied MOIC contribution.

6. **Build the attribution waterfall**:
   - Present as a bridge chart: Entry Equity → +Revenue Growth → +Margin Expansion → +/−Multiple Change → +Debt Paydown → −Follow-on Equity (if any) → Current Equity.
   - Include a summary table with absolute dollar values, percentage of total, and implied MOIC contribution per driver.

## Output

- **Equity bridge waterfall** (tabular and/or chart-ready format) showing each value creation component from entry equity to current/exit equity
- **Summary attribution table** with columns: Component | $ Value Created | % of Total | MOIC Contribution
- **Key narrative points**: 2-3 sentences per driver explaining what specifically caused the value change (e.g., "Margin expansion of 340bps driven primarily by procurement savings initiative and SG&A leverage on fixed cost base")
- **Context and caveats**: note any material adjustments, pro forma assumptions, or EBITDA definition differences between entry and current reporting
- **Benchmark comparison** (if data provided): how the portfolio company's multiple expansion compares to sector trading multiple movement over the same period

## Quality Checks

- Entry Equity + Total Value Created = Current Equity (must tie exactly)
- Sum of all attribution components = Total Value Created (residual/interaction term < 5% of total, or explicitly disclosed)
- EBITDA figures used in multiple calculations match the EBITDA figures in revenue/margin decomposition (no mixing LTM vs. NTM without disclosure)
- Debt paydown figure reconciles to the actual change in net debt on the balance sheet
- [VERIFY] that any pro forma or run-rate EBITDA adjustments are consistently applied at both entry and current measurement points
- [VERIFY] that management fee offsets, transaction fees, and monitoring fees are treated consistently (gross vs. net returns)
- If organic/inorganic split is presented, confirm add-on acquisition EBITDA contribution is properly separated from same-store growth
- MOIC and IRR figures cross-check against fund administrator or portfolio monitoring system outputs

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →