Most cofounder disputes are not about personality. They are about ambiguity. Two people build a company together, write an LLC operating agreement (or do not write one), and then discover at a critical moment that they have different assumptions about who owns what, who can decide what, and what happens if one of them wants out.
I have co-founded companies, and I have watched several cofounder relationships collapse over disputes that a single clause in the operating agreement would have resolved in twenty minutes. I have also served as an outside advisor in two disputes where I was called in after things had deteriorated. By that point, the conversation is always about legal leverage, not about the business.
Write the clauses before you need them. This is the list of the ones most templates forget.
The Boring Reality
The standard SAFE template, the YC standard employee IP agreement, and most boilerplate LLC operating agreements handle the basics: ownership percentages, voting rights, and basic dissolution terms. They do not handle:
- What happens when a cofounder stops contributing but holds 40% of the company
- Who has authority to commit the company to a contract over a certain dollar threshold
- What the buyout price is when one cofounder wants to leave
- How deadlocked decisions get resolved when both founders have equal voting rights
These gaps are not theoretical. They are the four most common categories I see in cofounder disputes. Here are the clauses that close them.
Clause 1: Vesting with a Performance-Floor Trigger
Four-year vesting with a one-year cliff is the standard. Most templates stop there. The clause that matters is the one that defines what happens when a cofounder is technically vesting but not meaningfully contributing.
A standard vesting clause is binary: you are either employed (vesting) or you have left (not vesting). There is no mechanism for the scenario where a cofounder is technically present but has checked out, working twenty hours a week on a side project while nominally serving as CTO.
Add a performance-floor trigger: a board-approved (or supermajority-approved) finding that a cofounder's contribution has fallen below a defined minimum threshold triggers a formal review period of 60 days. If contribution does not recover, unvested shares may be treated as if the cofounder had voluntarily resigned.
This clause is uncomfortable to draft because it requires you to define "contribution." Do it anyway. The definition is uncomfortable; the absence of it is worse.
# Sample operating agreement language (plain language, not legal advice)
performance_floor:
trigger: "Board resolution passed by 75% of non-affected members"
review_period_days: 60
resolution_options:
- "Mutual agreement on revised role and contribution level"
- "Resignation with accelerated buyout at formula price"
- "Conversion to advisor equity at board discretion"
Clause 2: IP Assignment with Background IP Carve-Outs
Most standard templates include an IP assignment clause: everything you create for the company belongs to the company. What they miss is the background IP carve-out: work you created before the company was formed, on your own time, with your own resources.
If a technical cofounder brings in code they wrote as a freelancer, a library they open-sourced previously, or algorithms they developed during a prior job, the standard assignment clause may inadvertently assign that IP to the company and create downstream liability if it was encumbered by a prior employer's IP agreement.
The clause to add: a schedule of background IP, attached as Exhibit A, that is explicitly licensed to the company on a perpetual, royalty-free basis but retained by the individual. This does three things: it protects the technical cofounder from prior-employer claims, it clarifies that the company has a license to use the work, and it creates a clear record that avoids future ambiguity.
Clause 3: Decision Authority Matrix
Two equal co-founders with 50/50 voting rights can block each other on every decision. The solution is not to change the equity split but to write a decision authority matrix into the agreement.
| Decision Type | Required Authority |
|---|---|
| Hiring or firing above VP level | Both founders by unanimous consent |
| Contracts over $50,000 annually | Both founders by unanimous consent |
| Contracts $10,000 to $50,000 | Either founder with 72-hour notice to the other |
| Contracts under $10,000 | Either founder independently |
| Product roadmap priorities | CEO unilaterally, logged in board minutes |
| Fundraising terms | Both founders by unanimous consent |
| IP licensing to third parties | Both founders by unanimous consent |
The matrix does not eliminate disagreement. It routes disagreements to the correct mechanism instead of letting them fester as undefined authority conflicts.
Clause 4: Deadlock Resolution
Even with a decision authority matrix, some decisions will be genuinely deadlocked: both parties have equal votes and neither will move. Most templates leave this unaddressed. The options to include:
Mediation first. The deadlock resolution process begins with a 30-day mediation period using a mutually agreed mediator. This is cheap and resolves most deadlocks.
Casting vote by an independent director. If you have or plan to have an independent board member, specifying that they hold a casting vote on operational deadlocks is clean and fast.
Buy-sell clause (Texas Shootout). One party names a price for the whole company. The other party must either buy at that price or sell at that price. This is the nuclear option: it ends the deadlock by ending the partnership. Include it as a last resort, not a first resort.
Specify the order of these mechanisms in your agreement. Mediation first, independent director second, buy-sell third. Most disputes resolve at step one.
Clause 5: Buyout Mechanics and Right of First Refusal
When a cofounder leaves (voluntarily or otherwise), the company and remaining founders need a right of first refusal plus a buyout price formula. This clause prevents a departing cofounder from selling their shares to an outside party you did not choose.
The formula I typically recommend for the buyout price of unvested shares: par value (effectively zero). For vested shares: the lower of (a) the last-round price per share or (b) fair market value as determined by a 409A valuation. This protects the remaining founders from having to overpay to maintain control while not being punitive to a departing cofounder who has earned their vested shares.
Here is a concrete cap-table illustration:
| Scenario | Co-Founder A (50%) | Co-Founder B (50%) | Option Pool |
|---|---|---|---|
| Pre-dispute | 500,000 shares | 500,000 shares | 0 |
| B leaves at month 18 (half vested) | 500,000 shares | 250,000 retained | 250,000 returned to pool |
| Post-buyout effective ownership | 66.7% | 33.3% | Refreshed for employees |
The returned shares go back into the pool, not to Founder A. This matters for the next financing round: investors will model the fully diluted cap table including the option pool, and a healthy pool size signals room for key hires.
What Most Templates Miss
The five clauses above are absent from the majority of early-stage operating agreements I have reviewed. The standard templates optimized for simplicity and speed, which is reasonable for a company where you do not know yet whether it will go anywhere. The problem is that most founding teams, by the time they have raised a seed round and have meaningful value at stake, have still not updated their operating agreement.
Update your operating agreement at each of these milestones: first outside capital, first employee hire above the founding team, first time a cofounder's role changes significantly.
A startup lawyer will charge $500 to $1,500 to draft these clauses cleanly. That is one to two hours of a senior engineer's time. There is no rational argument against spending it.
What I Got Wrong
In my first co-founded company, we had a 50/50 split and no decision authority matrix. Every significant decision became a negotiation. The dynamic was not hostile, just inefficient and exhausting. We eventually agreed informally that one founder handled product and one handled commercial decisions, but "informal" meant it could be relitigated whenever either of us wanted to.
We added a matrix to the operating agreement eighteen months in. It took two hours with a startup lawyer and cost $800. We should have done it on day one. The $800 is not the variable; the eighteen months of ambiguity is.
The deeper lesson: the discomfort of drafting these clauses is not a reason to skip them. It is a diagnostic. If you and your cofounder cannot have the conversation about what happens if one of you wants to leave, you have a problem that the operating agreement will not fix anyway. Have the conversation early, when the stakes are low and goodwill is high.