Founder Agreement Essentials

Type: Execution Recipe Confidence: 0.88 Sources: 8 Verified: 2026-03-11

Purpose

This recipe produces a complete, executed founder agreement package covering the six critical components every startup needs before writing code or raising money: equity split with vesting, IP assignment, roles and responsibilities, exit and buyout provisions, decision-making and deadlock resolution, and restrictive covenants. The output is a set of signed legal documents that protect all founders, satisfy investor due diligence requirements, and prevent the most common co-founder disputes that kill startups. [src1]

Prerequisites

Constraints

Tool Selection Decision

Which path?
├── Founders have standard 2-3 person C-Corp, VC-track
│   └── PATH A: Template Platform — Clerky ($799) or Stripe Atlas ($500)
├── Founders have complex IP, 3+ founders, or non-standard terms
│   └── PATH B: Attorney-Drafted — startup law firm ($2K-5K)
├── Founders are bootstrapping, cost-sensitive, simple structure
│   └── PATH C: DIY with Free Templates — Cooley GO + YC docs ($0)
└── Founders are outside the US
    └── PATH D: Local Attorney — jurisdiction-specific counsel (varies)
PathToolsCostSpeedLegal Quality
A: Template PlatformClerky or Stripe Atlas$500-7991-3 daysHigh (YC/Cooley vetted)
B: Attorney-DraftedStartup law firm$2,000-5,0002-4 weeksHighest (custom)
C: DIY Free TemplatesCooley GO, YC docs, Penn Law$01-2 daysModerate (generic)
D: Local AttorneyJurisdiction-specific counselVaries2-6 weeksJurisdiction-appropriate

Execution Flow

Step 1: Negotiate and Document Equity Split

Duration: 1-3 hours · Tool: Spreadsheet + cap table tool

Agree on the equity split before touching any legal documents. This is the hardest conversation and must happen first. Use a weighted contribution framework: idea origination (10%), domain expertise (20%), technical ability (20%), full-time commitment (20%), capital contributed (15%), and network/connections (15%). Reserve 10-20% for the employee option pool. [src5]

Verify: Both founders can articulate why the split is fair. If either feels resentment, renegotiate now. · If failed: If founders cannot agree on equity, revisit the co-founder evaluation. Equity disagreement at this stage signals misalignment.

Step 2: Define Vesting Schedule and Cliff

Duration: 30 minutes · Tool: Cap table tool or spreadsheet

Apply the standard 4-year vesting with 1-year cliff to all founder shares. At month 12, 25% vests immediately. The remaining 75% vests monthly over 36 months (~2.08%/month). The company retains a repurchase right on unvested shares at the lower of original cost or current FMV. Use double-trigger acceleration (50-100% of unvested shares accelerate if change of control AND termination without cause). [src1] [src3]

Verify: Vesting schedule documented with exact dates, share counts, and cliff date. · If failed: If founders resist vesting, explain that investors universally require it.

Step 3: Draft IP Assignment (PIIA/CIIA)

Duration: 1-2 hours · Tool: Clerky template, Cooley GO template, or attorney

Every founder must assign all startup-related IP to the company. The PIIA/CIIA covers: assignment of all inventions created during service, assignment of pre-existing IP contributed (listed on Schedule A), confidentiality obligations, non-solicitation of employees (12-24 months), and return of materials upon departure. A separate Technology Assignment Agreement (TAA) covers any IP developed before incorporation. [src7]

Verify: Every founder has signed the PIIA/CIIA. All pre-existing IP listed on Schedule A. · If failed: If a founder has prior employer IP claims, engage a startup attorney before proceeding.

Step 4: Define Roles, Decision-Making, and Deadlock Resolution

Duration: 1-2 hours · Tool: Written document (bylaws or operating agreement)

Define decision authority: operational decisions under $10K by CEO unilaterally, $10K-$50K by majority, strategic/hiring/pivot by board majority, equity/fundraise by unanimous, dissolution/sale by unanimous or supermajority. For 50/50 splits, include deadlock resolution: good-faith negotiation (7 days), mediation (14 days), advisory board vote, buy-sell provision (Texas Shootout), and binding arbitration as last resort. [src6]

Verify: Decision matrix covers spending, hiring, equity issuance, pivoting, and dissolution. Deadlock mechanism has defined timelines. · If failed: If founders cannot agree on decision authority, revisit co-founder evaluation.

Step 5: Establish Exit and Buyout Provisions

Duration: 1 hour · Tool: Stock purchase agreement provisions

Define outcomes for four departure scenarios: voluntary departure (keep vested, company repurchases unvested), termination for cause (right of first refusal on vested at FMV, unvested forfeited), termination without cause (commonly 6-12 months acceleration + severance), and death/disability (12 months acceleration, company option to repurchase from estate at FMV). Include right of first refusal (ROFR) on all share transfers. [src2]

Verify: All four departure scenarios have defined terms. ROFR included for any share transfers. · If failed: Focus on voluntary departure terms first — the most common scenario.

Step 6: Execute Documents and File 83(b) Elections

Duration: 1-3 hours (signing) + 1 hour (83(b) filing) · Tool: Clerky, DocuSign, or attorney + certified mail

Sign all documents: stock purchase agreement (vesting + repurchase), PIIA/CIIA, TAA (if applicable), board consent resolutions, and bylaws. Immediately file 83(b) elections with IRS via certified mail, return receipt requested. This elects to pay tax on near-zero stock value at grant date instead of at vesting. The 30-day deadline is absolute — no extensions or corrections possible. Update cap table with all issued shares, vesting commencement dates, and cliff dates. [src1]

Verify: All documents signed. 83(b) elections sent via certified mail within 30 days. Tracking number recorded. Cap table updated. · If failed: If 83(b) deadline is approaching, prioritize filing above all other steps.

Output Schema

{
  "output_type": "founder_agreement_package",
  "format": "PDF + spreadsheet",
  "columns": [
    {"name": "document_type", "type": "string", "description": "Type of legal document", "required": true},
    {"name": "status", "type": "string", "description": "draft, reviewed, signed, filed", "required": true},
    {"name": "founders_signed", "type": "string", "description": "List of founders who signed", "required": true},
    {"name": "deadline", "type": "date", "description": "Filing deadline if applicable", "required": false},
    {"name": "filed_date", "type": "date", "description": "Date filed (for 83(b))", "required": false},
    {"name": "tracking_number", "type": "string", "description": "Certified mail tracking", "required": false}
  ],
  "expected_row_count": "5-8",
  "sort_order": "deadline ascending",
  "deduplication_key": "document_type"
}

Quality Benchmarks

Quality MetricMinimum AcceptableGoodExcellent
Document completenessStock purchase + PIIA signedAll 5 core docs executedFull package + attorney review
Vesting coverageAll founders have vestingVesting + acceleration termsVesting + acceleration + departure scenarios
IP assignmentBasic PIIA signedPIIA + pre-existing IP scheduledPIIA + TAA + freedom-to-operate check
83(b) filingFiled within 30 daysFiled within 14 days + receiptFiled within 7 days + copy to attorney
Decision frameworkInformal role agreementWritten decision matrixMatrix + deadlock resolution + timelines

If below minimum: Do not proceed with product development or fundraising until at least stock purchase agreements and PIIA are executed. Investors will not fund a company without these documents.

Error Handling

ErrorLikely CauseRecovery Action
Founders cannot agree on equity splitMisaligned expectations about contribution valueUse structured framework (Step 1 worksheet). Consider dynamic equity (Slicing Pie) for very early stage.
Pre-existing IP has prior employer claimsFounder created related IP at previous jobEngage IP attorney. Review prior employment agreements. May need clean-room development strategy.
83(b) deadline missedAdministrative delay or ignorance of requirementCannot be fixed retroactively. Consult tax attorney to understand liability.
Founder refuses to sign PIIAConcerns about broad IP assignment scopeNarrow assignment scope. Add Schedule B for excluded personal projects. Attorney can draft custom carve-outs.
Non-compete unenforceable in stateIncluded non-compete in California or similar stateRemove non-compete. Rely on non-solicitation + confidentiality provisions.
Deadlock in 50/50 structureNo tiebreaker mechanism includedAdd advisory board tiebreaker, mediator clause, or buy-sell provision as board resolution.

Cost Breakdown

ComponentFree TierPaid TierAt Scale
Formation + equity docsCooley GO templates ($0)Clerky ($799) / Stripe Atlas ($500)Startup law firm ($2K-5K)
PIIA/CIIA templateFree templates (Cooley GO)Included in ClerkyAttorney-customized ($500-1K)
Attorney reviewN/A1-hour review ($500-1K)Full drafting ($3K-5K)
Cap table setupGoogle Sheets ($0)Pulley free tier ($0)Carta ($0-1K/year)
83(b) filingCertified mail ($8-15)SameSame
Total for 2-founder startup$8-15$500-1,800$3,000-7,000

Anti-Patterns

Wrong: Handshake agreement with no written documents

Many co-founders start building on verbal agreements, assuming they will formalize later. When the startup gains traction, misaligned memories of verbal promises cause disputes that destroy companies. Investors will refuse to fund any startup without documented founder agreements. [src2]

Correct: Execute written agreements before writing a single line of code

Draft and sign at minimum: stock purchase agreement with vesting, PIIA, and a written role/decision framework. Use Clerky or free Cooley GO templates if budget is limited.

Wrong: Equal 50/50 split without vesting

Two founders split equity 50/50 with immediate full ownership. One leaves after 6 months with half the company, contributing nothing further. The remaining founder builds alone while half the equity is permanently allocated to someone who left. [src1]

Correct: All equity subject to 4-year vesting with 1-year cliff

Even 50/50 splits are fine — provided both founders vest. Early departure triggers repurchase of unvested shares, protecting the remaining founder and the company.

Wrong: No IP assignment before work begins

Founders build a product for 12 months without formal IP assignment. During fundraising, investors discover the gap. A departed founder could claim ownership of critical IP. [src7]

Correct: Sign PIIA/CIIA and TAA at incorporation

Make IP assignment part of the incorporation checklist, not an afterthought. Clerky and Stripe Atlas include these documents in their standard formation packages.

When This Matters

Use this recipe when co-founders have decided to work together and need to formalize their relationship before building the product or raising money. It produces the foundational legal documents that protect all parties and satisfy investor requirements. Execute after co-founder evaluation is complete and before any product development, fundraising, or customer-facing activity begins.

Related Units