Performs Accretion/Dilution analysis for M&A transactions. Use when you need to model pro-forma financial impact, calculate synergy requirements, or analyze purchase price accounting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cure-product-engineering:merger-modeling [acquirer-and-target][acquirer-and-target]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides a structured workflow for analyzing the financial impact of an acquisition on the acquirer's Earnings Per Share (EPS).
This skill provides a structured workflow for analyzing the financial impact of an acquisition on the acquirer's Earnings Per Share (EPS).
Define the deal terms:
Combine the financials:
Account for the premium paid:
Calculate the "Breakeven Synergies": The amount of cost savings required to make the deal non-dilutive.
## M&A Analysis: [Acquirer] / [Target]
### Transaction Overview
- **Purchase Price**: $[X] ([X]x EBITDA)
- **Mix**: [X]% Cash / [X]% Stock / [X]% Debt
- **Synergies Identified**: $[X]
### Accretion / (Dilution) Results
| Metric | Standalone (Acquirer) | Pro-forma | % Change |
|--------|-----------------------|-----------|----------|
| EPS (Year 1) | $[X] | $[X] | [X]% |
| EPS (Year 2) | $[X] | $[X] | [X]% |
### Synergy Sensitivity
| Synergy Realization | 0% | 50% | 100% |
|---------------------|----|-----|------|
| Accretion / (Dilution) | [X]% | [X]% | [X]% |
### Strategic Commentary
- [Analysis of pro-forma leverage]
- [Risk assessment of synergy capture]
- [Impact on cost of capital]
npx claudepluginhub cure-consulting-group/productengineeringskills --plugin cure-product-engineeringGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.