Internal Safety Override
- Status: local-only unless explicitly opted into external access.
- Before using network tools, account connectors, browser automation, or APIs, state the destination, data scope, and credential source.
- Do not transmit repository files, secrets, credentials, or private documents by default.
- Audit categories: network, secrets.
M&A Playbook
Frameworks for both sides of M&A: acquiring companies and being acquired.
Keywords
M&A, mergers and acquisitions, due diligence, acquisition, acqui-hire, integration, deal structure, valuation, LOI, term sheet, earnout
Quick Start
Acquiring: Start with strategic rationale → target screening → due diligence → valuation → negotiation → integration.
Being Acquired: Start with readiness assessment → data room prep → advisor selection → negotiation → transition.
When You're Acquiring
Strategic Rationale (answer before anything else)
- Buy vs Build: Can you build this faster/cheaper? If yes, don't acquire.
- Acqui-hire vs Product vs Market: What are you really buying? Talent? Technology? Customers?
- Integration complexity: How hard is it to merge this into your company?
Due Diligence Checklist
| Domain |
Key Questions |
Red Flags |
| Financial |
Revenue quality, customer concentration, burn rate |
>30% revenue from 1 customer |
| Technical |
Code quality, tech debt, architecture fit |
Monolith with no tests |
| Legal |
IP ownership, pending litigation, contracts |
Key IP owned by individuals |
| People |
Key person risk, culture fit, retention risk |
Founders have no lockup/earnout |
| Market |
Market position, competitive threats |
Declining market share |
| Customers |
Churn rate, NPS, contract terms |
High churn, short contracts |
Valuation Approaches
- Revenue multiple: Industry-dependent (2-15x ARR for SaaS)
- Comparable transactions: What similar companies sold for
- DCF: For profitable companies only (most startups: use multiples)
- Acqui-hire: $1-3M per engineer in hot markets
Integration Frameworks
See references/integration-playbook.md for the 100-day integration plan.
When You're Being Acquired
Readiness Signals
- Inbound interest from strategic buyers
- Market consolidation happening around you
- Fundraising becomes harder than operating
- Founder ready for a transition
Preparation (6-12 months before)
- Clean up financials (audited if possible)
- Document all IP and contracts
- Reduce customer concentration
- Lock up key employees
- Build the data room
- Engage an M&A advisor
Negotiation Points
| Term |
What to Watch |
Your Leverage |
| Valuation |
Earnout traps (unreachable targets) |
Multiple competing offers |
| Earnout |
Milestone definitions, measurement period |
Cash-heavy vs earnout-heavy split |
| Lockup |
Duration, conditions |
Your replaceability |
| Rep & warranties |
Scope of liability |
Escrow vs indemnification cap |
| Employee retention |
Who gets offers, at what terms |
Key person dependencies |
Red Flags (Both Sides)
- No clear strategic rationale beyond "it's a good deal"
- Culture clash visible during due diligence and ignored
- Key people not locked in before close
- Integration plan doesn't exist or is "we'll figure it out"
- Valuation based on projections, not actuals
Integration with C-Suite Roles
| Role |
Contribution to M&A |
| CEO |
Strategic rationale, negotiation lead |
| CFO |
Valuation, deal structure, financing |
| CTO |
Technical due diligence, integration architecture |
| CHRO |
People due diligence, retention planning |
| COO |
Integration execution, process merge |
| CPO |
Product roadmap impact, customer overlap |
Resources
references/integration-playbook.md — 100-day post-acquisition integration plan
references/due-diligence-checklist.md — comprehensive DD checklist by domain
1---2name: ma-playbook3description: M&A strategy for acquiring companies or being acquired. Due diligence, valuation, integration, and deal structure. Use when evaluating acquisitions, preparing for acquisition, M&A due diligence, integration planning, or deal negotiation.4license: MIT5---67## Internal Safety Override89- Status: local-only unless explicitly opted into external access.10- Before using network tools, account connectors, browser automation, or APIs, state the destination, data scope, and credential source.11- Do not transmit repository files, secrets, credentials, or private documents by default.12- Audit categories: network, secrets.1314# M&A Playbook1516Frameworks for both sides of M&A: acquiring companies and being acquired.1718## Keywords19M&A, mergers and acquisitions, due diligence, acquisition, acqui-hire, integration, deal structure, valuation, LOI, term sheet, earnout2021## Quick Start2223**Acquiring:** Start with strategic rationale → target screening → due diligence → valuation → negotiation → integration.2425**Being Acquired:** Start with readiness assessment → data room prep → advisor selection → negotiation → transition.2627## When You're Acquiring2829### Strategic Rationale (answer before anything else)30- **Buy vs Build:** Can you build this faster/cheaper? If yes, don't acquire.31- **Acqui-hire vs Product vs Market:** What are you really buying? Talent? Technology? Customers?32- **Integration complexity:** How hard is it to merge this into your company?3334### Due Diligence Checklist35| Domain | Key Questions | Red Flags |36|--------|--------------|-----------|37| Financial | Revenue quality, customer concentration, burn rate | >30% revenue from 1 customer |38| Technical | Code quality, tech debt, architecture fit | Monolith with no tests |39| Legal | IP ownership, pending litigation, contracts | Key IP owned by individuals |40| People | Key person risk, culture fit, retention risk | Founders have no lockup/earnout |41| Market | Market position, competitive threats | Declining market share |42| Customers | Churn rate, NPS, contract terms | High churn, short contracts |4344### Valuation Approaches45- **Revenue multiple:** Industry-dependent (2-15x ARR for SaaS)46- **Comparable transactions:** What similar companies sold for47- **DCF:** For profitable companies only (most startups: use multiples)48- **Acqui-hire:** $1-3M per engineer in hot markets4950### Integration Frameworks51See `references/integration-playbook.md` for the 100-day integration plan.5253## When You're Being Acquired5455### Readiness Signals56- Inbound interest from strategic buyers57- Market consolidation happening around you58- Fundraising becomes harder than operating59- Founder ready for a transition6061### Preparation (6-12 months before)621. Clean up financials (audited if possible)632. Document all IP and contracts643. Reduce customer concentration654. Lock up key employees665. Build the data room676. Engage an M&A advisor6869### Negotiation Points70| Term | What to Watch | Your Leverage |71|------|--------------|---------------|72| Valuation | Earnout traps (unreachable targets) | Multiple competing offers |73| Earnout | Milestone definitions, measurement period | Cash-heavy vs earnout-heavy split |74| Lockup | Duration, conditions | Your replaceability |75| Rep & warranties | Scope of liability | Escrow vs indemnification cap |76| Employee retention | Who gets offers, at what terms | Key person dependencies |7778## Red Flags (Both Sides)7980- No clear strategic rationale beyond "it's a good deal"81- Culture clash visible during due diligence and ignored82- Key people not locked in before close83- Integration plan doesn't exist or is "we'll figure it out"84- Valuation based on projections, not actuals8586## Integration with C-Suite Roles8788| Role | Contribution to M&A |89|------|-------------------|90| CEO | Strategic rationale, negotiation lead |91| CFO | Valuation, deal structure, financing |92| CTO | Technical due diligence, integration architecture |93| CHRO | People due diligence, retention planning |94| COO | Integration execution, process merge |95| CPO | Product roadmap impact, customer overlap |9697## Resources98- `references/integration-playbook.md` — 100-day post-acquisition integration plan99- `references/due-diligence-checklist.md` — comprehensive DD checklist by domain