<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ACE</title>
    <description>The latest articles on DEV Community by ACE (@acehq).</description>
    <link>https://dev.to/acehq</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3922266%2F5d6959aa-5786-4c76-888a-fdab8a899efc.png</url>
      <title>DEV Community: ACE</title>
      <link>https://dev.to/acehq</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/acehq"/>
    <language>en</language>
    <item>
      <title>The Late Payment Policy + 4 email scripts that turn 90-day-overdue invoices into 14-day-paid invoices</title>
      <dc:creator>ACE</dc:creator>
      <pubDate>Sun, 10 May 2026 16:23:10 +0000</pubDate>
      <link>https://dev.to/acehq/the-late-payment-policy-4-email-scripts-that-turn-90-day-overdue-invoices-into-14-day-paid-36of</link>
      <guid>https://dev.to/acehq/the-late-payment-policy-4-email-scripts-that-turn-90-day-overdue-invoices-into-14-day-paid-36of</guid>
      <description>&lt;p&gt;The freelancers who get paid on time aren't the ones with better clients. They're the ones with better collections discipline. The data on this is consistent across surveys of small-business AP behavior: when invoices have a clearly stated due date, a documented late-payment policy, and a predictable reminder cadence, payment times compress. When any of those three pieces is missing, payment times extend.&lt;/p&gt;

&lt;p&gt;The interesting failure mode is that most freelancers think the problem is the client. Some clients genuinely are slow payers, and some are bad-faith. But the modal late-payment situation isn't either of those — it's a routine AP queue where invoices without strong signals sink to the bottom. The fix isn't aggression. The fix is consistency.&lt;/p&gt;

&lt;p&gt;A useful late-payment system has three pieces. First, an invoice that signals professionalism and contains all the AP team's required information. Second, a Late Payment Policy clause disclosed up front, so late fees are a known consequence rather than a surprise dispute. Third, a four-stage email escalation that runs on schedule — Day 0, Day 7, Day 30, Day 60 — with calibrated language at each stage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why most freelance collection processes aren't enough
&lt;/h2&gt;

&lt;p&gt;The most common pattern looks like this: invoice goes out with no specific due date in the email subject line, no late-payment policy disclosed, no reminder scheduled. At Day 25, the freelancer notices the invoice hasn't been paid. They send a friendly "just checking in" email. At Day 50, they send another one, slightly more uncomfortable. At Day 80, they're upset, but the email is somehow more apologetic than the Day 25 one because they've been quiet for a month and feel like they've lost momentum. At Day 110, they write the invoice off, or they hire a collections agency and recover 60% after fees.&lt;/p&gt;

&lt;p&gt;Each piece of that pattern reinforces the next. The unclear due date allows the invoice to sit. The undisclosed late-payment policy means there's no economic consequence for sitting. The inconsistent reminder cadence signals that the freelancer doesn't track timing carefully. The apologetic tone signals that the freelancer is uncomfortable enforcing terms.&lt;/p&gt;

&lt;p&gt;The system in this pack reverses each of those signals.&lt;/p&gt;

&lt;h2&gt;
  
  
  The structure: invoice + policy clause + 4 emails
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The invoice.&lt;/strong&gt; A clean invoice with the due date in bold at the top, in the email subject line, and in the AP team's expected format. Line items that reference a specific SOW or specific work performed. Payment instructions for ACH (preferred), card (with surcharge), and check. A footer that includes the Late Payment Policy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Late Payment Policy clause.&lt;/strong&gt; A drop-in section for the contract or invoice footer that establishes: 1.5%/month late fee, work suspension at 30 days overdue, recovery of collection costs (including attorneys' fees), and termination right at 60 days. Each piece needs to be there because each piece carries a different escalation stage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The four emails.&lt;/strong&gt; Day 0 (invoice send), Day 7 (friendly reminder), Day 30 (firm + suspension warning), Day 60 (final notice + collections referral). Each one is sendable as-is, with brackets filled in, and the tone calibrates predictably from professional-friendly to terminal.&lt;/p&gt;

&lt;h2&gt;
  
  
  The WHY for each escalation stage
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Day 0 — Invoice Send.&lt;/strong&gt; The first email is an opportunity to set the AP team up for success. Subject line includes the invoice number, project name, and due date. Body confirms payment terms, late-fee policy (briefly), and offers to provide any AP-required documents (W-9, vendor form, PO reference). This email's job is to remove all friction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 7 — Friendly Reminder.&lt;/strong&gt; The Day 7 reminder is the most important one because it sets expectations. It establishes that the freelancer notices payment timing, without escalating yet. The framing is help-oriented: "in case there's an internal blocker, here's what I can provide." Most invoices that would otherwise drift to Day 60 get paid in the Day 7 to Day 14 window because the AP team realizes this vendor is paying attention.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 30 — Firm Notice + Suspension Warning.&lt;/strong&gt; The Day 30 email is the operational lever. Late fees alone are a soft consequence — they accrue, but they don't change anyone's behavior. Work suspension is a hard consequence, especially if the freelancer is on an active engagement. The notice has to be specific (date of suspension, what suspension means, what unblocks it) and the freelancer has to actually suspend if the date passes. Empty threats here destroy the entire system going forward.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 60 — Final Notice + Collections Referral.&lt;/strong&gt; The Day 60 email is the legal and operational trigger for recovery. The terminal elements are: termination for cause due to non-payment, collections referral, and (if applicable) trade-credit reporting. The freelancer needs to actually do these things if the deadline passes — collections agencies and attorneys both look at the documented escalation chain when deciding whether to take the case, and a clean Day 0 / Day 7 / Day 30 / Day 60 paper trail dramatically increases recovery odds.&lt;/p&gt;

&lt;h2&gt;
  
  
  The two policy choices that 80% of templates skip
&lt;/h2&gt;

&lt;p&gt;Two clauses in the Late Payment Policy do most of the work — and most templates skip both.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The work-suspension trigger at 30 days overdue.&lt;/strong&gt; The late fee alone (1.5%/month, or whatever the contract specifies) doesn't change client behavior because the dollar amount is small relative to the invoice. The suspension trigger does change behavior because it interrupts active work. A client on a paid-by-the-hour engagement who hits Day 30 unpaid risks losing access to the freelancer they were depending on. That risk gets escalated internally fast.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The collection cost recovery clause.&lt;/strong&gt; Without this clause, if the freelancer ends up referring the matter to collections or an attorney, the collection fees come out of the freelancer's recovered amount. The collection agency takes 25–40%; the attorney takes hourly fees. With the cost-recovery clause, those costs become the client's responsibility. The clause has to be disclosed in the contract or invoice — surprise cost recovery is hard to enforce — but disclosed cost recovery is enforceable in most US jurisdictions and substantially increases what the freelancer actually recovers.&lt;/p&gt;

&lt;p&gt;A third often-missed piece is the &lt;strong&gt;disputed-invoice clause&lt;/strong&gt; — the requirement that the client identify any dispute in writing within 10 business days of invoice receipt, with the undisputed portion remaining due. Without this, clients can hold an entire invoice hostage over a single disputed line item.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's actually in the packaged version
&lt;/h2&gt;

&lt;p&gt;The packaged Invoice + Late Payment Policy Pack includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The invoice template with the AP-friendly structure (bolded due date, line item table, payment instructions for three methods, embedded late-payment terms)&lt;/li&gt;
&lt;li&gt;The Late Payment Policy clause designed to drop into a contract or invoice footer (late fee, suspension trigger, collection cost recovery, termination right, disputed-invoice handling)&lt;/li&gt;
&lt;li&gt;Four email scripts (Day 0, Day 7, Day 30, Day 60) calibrated for tone and ready to send with brackets filled in&lt;/li&gt;
&lt;li&gt;A "Common mistakes" section listing the eight patterns that cause invoices to drift unpaid&lt;/li&gt;
&lt;li&gt;Disclaimer and customization guidance up front&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's roughly 320 lines of markdown. The pack is designed to be deployed once and then run on schedule, not improvised each time an invoice goes late.&lt;/p&gt;

&lt;p&gt;For freelancers who write off even one invoice a year, the pack pays for itself many times over on the first recovered invoice.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;$19, one-time, instant access:&lt;/strong&gt; &lt;a href="https://buy.stripe.com/00w8wQ7Vv9FkaxX4A6gnK07" rel="noopener noreferrer"&gt;https://buy.stripe.com/00w8wQ7Vv9FkaxX4A6gnK07&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;License is single-buyer, internal use across as many engagements as needed. Resale or redistribution is not permitted.&lt;/p&gt;

&lt;p&gt;Disclaimer: this is a working professional template, not legal advice. Late-fee enforceability and collection-cost recovery vary by state and country. For invoices over $5,000 or for clients where you anticipate a dispute, have an attorney review your collection process before invoking it.&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>productivity</category>
      <category>business</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The Independent Contractor Agreement that keeps the IRS off your back — and the 7-item checklist that proves you're really a contractor</title>
      <dc:creator>ACE</dc:creator>
      <pubDate>Sun, 10 May 2026 16:22:21 +0000</pubDate>
      <link>https://dev.to/acehq/the-independent-contractor-agreement-that-keeps-the-irs-off-your-back-and-the-7-item-checklist-2oc5</link>
      <guid>https://dev.to/acehq/the-independent-contractor-agreement-that-keeps-the-irs-off-your-back-and-the-7-item-checklist-2oc5</guid>
      <description>&lt;p&gt;Misclassification audits are not exotic. State labor agencies, the IRS, and private plaintiffs all run them, and the consequences land on both sides — back taxes, penalties, benefits liability, and unemployment insurance assessments for the company; personal tax exposure and reclassification risk for the contractor. The audit doesn't ask whether a contract was signed. The audit asks what the working relationship actually looks like.&lt;/p&gt;

&lt;p&gt;Most freelancers think the contract is the protection. The contract is necessary, but it is not sufficient. The IRS test is a substance-over-form test: a freelancer who signs an Independent Contractor Agreement but operates as a de facto employee — set hours, single client, employer-provided equipment, day-to-day supervision — is at risk of reclassification regardless of what the contract says.&lt;/p&gt;

&lt;p&gt;The protection is the combination of two things: a contract that says the relationship is independent contractor, and a working pattern that backs it up. Both pieces matter. A great contract with employee-flavored work patterns fails. A great working pattern with no contract leaves both parties exposed on IP, payment, and liability.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why most templates aren't enough
&lt;/h2&gt;

&lt;p&gt;The most common failure mode in freelance contracts is omitting the IP assignment fallback. Many templates rely on the "work made for hire" doctrine alone. The problem is that "work made for hire" under the U.S. Copyright Act only applies automatically to certain narrow categories of work (films, contributions to collective works, translations, etc.). For most categories of freelance work — code, design, strategy documents — "work made for hire" is not automatic, and a template that relies on it without a separate assignment clause may leave IP ownership ambiguous.&lt;/p&gt;

&lt;p&gt;The second common failure is treating the contract as the entire classification protection. The contract is one factor in the IRS analysis, not the answer. The 1099-Friendly Checklist at the end of the template walks through the operational factors — equipment, schedule, multiple clients, supervision, business presence — that the IRS actually weighs.&lt;/p&gt;

&lt;p&gt;The third common failure is no kill fee on convenience termination. A "for convenience" termination clause without an economic consequence gives the client a free option to cancel mid-project, leaving the contractor with ramp-up costs and pipeline disruption.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 13 sections, with the WHY for each
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Status (Independent Contractor, Not Employee).&lt;/strong&gt; This is the classification anchor. It needs to walk through control over work, schedule, other clients, equipment, taxes and benefits, and authority. Each subsection corresponds to a factor the IRS considers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Scope of Work.&lt;/strong&gt; Defines the deliverables and the acceptance criteria. The acceptance criteria matter — without them, the project never formally ends, which leans toward the "indefinite engagement" employee indicator.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Fees and 1099 Reporting.&lt;/strong&gt; Sets the payment structure, late-payment terms, suspension rights, and the W-9 / 1099-NEC reporting framework. The payment-per-deliverable structure (rather than a regular weekly amount) is itself a contractor-leaning factor.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Expenses.&lt;/strong&gt; Distinguishes routine expenses (contractor's responsibility) from project-specific expenses (reimbursed). The contractor bearing routine expenses is a financial-control factor weighing toward independent-contractor status.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. IP Assignment.&lt;/strong&gt; The "work made for hire" plus assignment fallback structure. Plus a "no assignment until paid" clause that protects the contractor's leverage on the final invoice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Confidentiality.&lt;/strong&gt; Mutual confidentiality with the standard exclusions. Three-year survival for ordinary information, indefinite for trade secrets.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Non-Solicitation.&lt;/strong&gt; 12-month post-termination non-solicit, with carve-outs for general advertising. Without this, the client can hire away the contractor's subcontractors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Termination.&lt;/strong&gt; For-convenience (with kill fee) and for-cause. The kill fee on convenience termination is what protects the contractor from late-stage cancellations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Indemnification.&lt;/strong&gt; Mutual — contractor indemnifies for the work; client indemnifies for materials they provide. With the standard process: notice, control of defense, no settlement without consent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10. Limitation of Liability.&lt;/strong&gt; Capped at total fees paid under the agreement, with the standard exclusion of consequential damages and the standard carve-outs for confidentiality breaches, indemnification, and gross negligence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11. Tools and Equipment.&lt;/strong&gt; Spells out that contractor provides their own equipment. This is one of the most important sections for IRS classification — contractor-owned tools is a heavy-weight factor.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;12. Insurance.&lt;/strong&gt; Specifies the coverage contractor carries. Important to specify only what contractor actually carries.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;13. Governing Law and Dispute Resolution.&lt;/strong&gt; The escalating process — informal negotiation, mediation, binding arbitration — with the carve-out for immediate equitable relief on confidentiality, IP, and non-solicit.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 7-item checklist that proves contractor status
&lt;/h2&gt;

&lt;p&gt;The full checklist in Appendix A of the template covers all three IRS categories — behavioral control, financial control, and relationship type. The seven highest-leverage items, the ones an auditor weighs most heavily, are:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Contractor uses contractor's own equipment.&lt;/strong&gt; Computer, software, workspace. If the client provides everything, the relationship looks like employment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Contractor has multiple clients (or the right and ability to take on others).&lt;/strong&gt; Single-client engagements over long periods are the most common misclassification trigger. The right to take on other clients is itself meaningful, even if contractor doesn't currently exercise it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Contractor sets own hours.&lt;/strong&gt; The IRS considers "set hours of work" an employee indicator. A contractor who works whenever they want, evaluated only on outcomes, is structurally independent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Compensation is per-project or per-deliverable, not a fixed weekly salary.&lt;/strong&gt; Regular weekly payments not tied to deliverables function like a paycheck and are weighed accordingly. Invoicing for completed work is a stronger contractor signal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Contractor is registered as a separate business entity.&lt;/strong&gt; An LLC, S-corp, or sole proprietorship with an EIN, a business bank account, and a business presence (website, social profile) all signal a separate enterprise. A contractor who operates entirely under their personal SSN with no business markers is harder to classify as independent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. The engagement has a defined end date or is project-based.&lt;/strong&gt; Indefinite engagements are an employee indicator. Project-based work with a clear endpoint, or a renewable contract with a defined term, both work better.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Contractor does not receive employee benefits.&lt;/strong&gt; No health insurance, no retirement contributions, no PTO, no equity. Even informal benefits — paid sick days, holiday pay, free lunches as a regular pattern — start to look like employment.&lt;/p&gt;

&lt;p&gt;The checklist is not a scorecard with a pass mark. It is a pattern-of-evidence analysis. The audit looks at the full picture and weighs the factors. A contractor with five of the seven items strongly supporting their status, plus a clean ICA, is in good shape. A contractor with two of the seven, even with an ICA, is exposed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's actually in the packaged version
&lt;/h2&gt;

&lt;p&gt;The packaged Independent Contractor Agreement template includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;All 15 sections of the agreement, with &lt;code&gt;[BRACKETED PLACEHOLDERS]&lt;/code&gt; for fill-in&lt;/li&gt;
&lt;li&gt;A "How to use this template" preamble walking through the five customization steps&lt;/li&gt;
&lt;li&gt;A "Common mistakes" section flagging the five errors that destroy ICA value&lt;/li&gt;
&lt;li&gt;The 1099-Friendly Checklist in Appendix A — three categories (behavioral, financial, relationship), 16 specific items, plus the common red flags&lt;/li&gt;
&lt;li&gt;The "work made for hire" + assignment-fallback IP structure&lt;/li&gt;
&lt;li&gt;Kill fee on convenience termination&lt;/li&gt;
&lt;li&gt;Mutual indemnification with capped liability&lt;/li&gt;
&lt;li&gt;Clean signature block with W-9 / 1099-NEC reference&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's roughly 320 lines of markdown — long enough to handle the substance, short enough to actually get signed.&lt;/p&gt;

&lt;p&gt;For freelancers operating as 1099 contractors with multiple clients, the ICA + checklist combination is what protects them on both ends: the contract handles IP, payment, and liability, and the checklist confirms the substance of the relationship matches the form.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;$19, one-time, instant access:&lt;/strong&gt; &lt;a href="https://buy.stripe.com/eVqcN6a3D4l08pP2rYgnK06" rel="noopener noreferrer"&gt;https://buy.stripe.com/eVqcN6a3D4l08pP2rYgnK06&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;License is single-buyer, internal use across as many engagements as needed. Resale or redistribution is not permitted.&lt;/p&gt;

&lt;p&gt;Disclaimer: this is a working professional template, not legal advice. Misclassification of contractors carries substantial tax, penalty, and benefits exposure. For high-stakes engagements, regulated industries, or cross-border arrangements, have an attorney and tax advisor review before signing.&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>productivity</category>
      <category>business</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The retainer agreement clause that prevents 'while you're at it' from eating your monthly hours</title>
      <dc:creator>ACE</dc:creator>
      <pubDate>Sun, 10 May 2026 15:23:51 +0000</pubDate>
      <link>https://dev.to/acehq/the-retainer-agreement-clause-that-prevents-while-youre-at-it-from-eating-your-monthly-hours-4i0e</link>
      <guid>https://dev.to/acehq/the-retainer-agreement-clause-that-prevents-while-youre-at-it-from-eating-your-monthly-hours-4i0e</guid>
      <description>&lt;p&gt;The retainer model is the most leveraged contract a freelancer can hold. A signed monthly retainer converts unpredictable project revenue into predictable recurring revenue. It compounds context — the contractor accumulates institutional knowledge of the client's business that newer hires would take months to build. And it stabilizes capacity planning on both sides, which is what allows higher-quality work to happen.&lt;/p&gt;

&lt;p&gt;The retainer model is also the most damaging contract a freelancer can hold when the scope boundary isn't drawn well. A retainer with fuzzy edges becomes a request stream with no natural limit. Every "while you're at it" gets absorbed because the monthly fee is fixed and the freelancer doesn't want to be difficult. By month three, the freelancer is working twice the originally-scoped hours for the same fee, the client is treating the retainer as unlimited capacity, and the only options are to renegotiate uncomfortably or to walk away.&lt;/p&gt;

&lt;p&gt;The fix is structural, not interpersonal. The retainer needs three pieces working together: a defined block of included hours, a clear out-of-scope mechanism, and a documented What's-In / What's-Out boundary that both parties walked through during kickoff. The contract language matters, but the conversation that produces the boundary matters more.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why most retainer templates aren't enough
&lt;/h2&gt;

&lt;p&gt;The most common failure mode is the "monthly fee for ongoing services" template — a contract that specifies the monthly fee but doesn't specify either an hour budget or a scope boundary. These templates assume both parties will operate in good faith on what counts as "covered." In practice, good faith doesn't survive the first quarter.&lt;/p&gt;

&lt;p&gt;The second common failure is included hours without a rollover policy. The retainer specifies, say, 20 hours per month included. Month one, the client uses 12. Month two, the client uses 24, and asserts that the 8 unused from month one rolled over. The contractor disagrees. The relationship gets uncomfortable. The fix is to be explicit one way or the other — partial rollover, no rollover, full rollover — but to write it down before the first under-utilized month.&lt;/p&gt;

&lt;p&gt;The third common failure is no out-of-scope mechanism. Even with included hours and a clear scope, requests will come in that fall outside both. Without a mechanism for those — identification, written confirmation, hourly rate, separate invoicing — they get absorbed into the retainer informally. The mechanism only works if the contractor uses it consistently. Used inconsistently, it teaches the client that the boundary is performative.&lt;/p&gt;

&lt;h2&gt;
  
  
  The structure that holds the retainer together
&lt;/h2&gt;

&lt;p&gt;A useful retainer has the following structure. Each piece protects against a specific failure mode.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Engagement (Services and Scope Boundary).&lt;/strong&gt; Section 1 of the retainer references Appendix A — a What's-In / What's-Out worksheet that the parties complete together during kickoff. The worksheet, not the contract body, is the operational scope boundary.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Monthly Retainer Fee.&lt;/strong&gt; Fixed monthly amount, billed on a defined date (typically the 1st), Net 14 payment terms, with the standard late-fee and suspension language.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Included Hours and Rollover Policy.&lt;/strong&gt; Defined hour budget per month, tracked in 15-minute increments, with a clear rollover policy (the template defaults to 25% rollover with one-month expiration, but supports a no-rollover variant). Critical clause: underutilization does not reduce the fee.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Out-of-Scope Work.&lt;/strong&gt; The mechanism. Either party can flag a request as potentially out-of-scope. Contractor confirms in writing before performing. Approval (email is sufficient) required before work starts. Billed at the out-of-scope rate (typically 1.25–1.5× of the implicit retainer hourly rate). Project-shaped out-of-scope work can become a separate SOW.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Communication Channels and Response Time SLA.&lt;/strong&gt; Specifies which channels are used for which kinds of requests, defines the response-time SLA for routine vs. urgent requests, and explicitly excludes Contractor's monitoring obligations outside working hours. The SLA is the second-most-important section after the scope boundary because it sets expectations about when responses arrive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Term and Renewal.&lt;/strong&gt; 12-month initial term, auto-renewing, with an annual rate-review clause that lets the contractor adjust fees, hours, or rates each year.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Termination.&lt;/strong&gt; For convenience (with notice and a kill fee on in-progress work), for cause (with cure period). The kill fee is what protects against late-stage cancellation when the contractor is mid-deliverable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. IP and Confidentiality (Light).&lt;/strong&gt; Sized for an ongoing retainer rather than a high-stakes project. Deliverables IP transfers on payment; Contractor Background IP retained; standard mutual confidentiality with the standard exclusions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Independent Contractor Status.&lt;/strong&gt; The standard classification language. Important on retainers because long-term relationships with single clients are themselves a misclassification risk factor.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10. Limitation of Liability.&lt;/strong&gt; Capped at fees paid in the preceding three months — a tighter cap than project agreements use, because the retainer is recurring.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11. Governing Law and Miscellaneous.&lt;/strong&gt; Standard sections.&lt;/p&gt;

&lt;h2&gt;
  
  
  The clause that prevents "while you're at it"
&lt;/h2&gt;

&lt;p&gt;The single highest-leverage piece of the retainer is Section 4 (Out-of-Scope Work) combined with Appendix A (the What's-In / What's-Out worksheet). These two pieces together create the boundary that prevents drift.&lt;/p&gt;

&lt;p&gt;The mechanism in Section 4 has three steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Identification:&lt;/strong&gt; Either party can flag a request as potentially out-of-scope. The flagging is itself a normal, non-confrontational act — built into the contract, not an exception.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Confirmation:&lt;/strong&gt; Contractor confirms in writing whether the request is in-scope or out-of-scope, with an estimate of hours and resulting cost if out-of-scope. Email is sufficient. The confirmation is what creates a paper trail.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Approval:&lt;/strong&gt; Out-of-scope work requires Client's written approval (again, email is sufficient) before Contractor begins. Contractor explicitly does not perform out-of-scope work without approval.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The reason this works is that it converts the "while you're at it" moment from an interpersonal awkwardness into a process. The contractor isn't saying no, isn't being difficult — they're following the contract. The client gets a price and a timeline before any work starts. Both parties know exactly where they stand.&lt;/p&gt;

&lt;p&gt;The Appendix A worksheet is what makes the mechanism workable. Without it, every request triggers a debate about whether it's in or out. With it, the in/out call is mostly mechanical — does the request fall on the "What's In" side of the table or the "What's Out" side. The conversation that produces the worksheet during kickoff is uncomfortable and necessary. Most contractors avoid the conversation, which is why most retainers drift.&lt;/p&gt;

&lt;h2&gt;
  
  
  The other section most retainer templates skip: the rate-review clause
&lt;/h2&gt;

&lt;p&gt;A retainer signed today and auto-renewed for years at the original rate is a slow-motion underpricing problem. Inflation, the contractor's increasing skill and accumulated context, and rising market rates all push the original rate further below market each year. Without a rate-review clause, the contractor either eats the gap or has an awkward renegotiation conversation that often ends with the client treating the rate increase as a betrayal.&lt;/p&gt;

&lt;p&gt;The rate-review clause in Section 6 of the template does the work in advance: 30 days before each annual term, the contractor may propose adjustments to the monthly fee, included hours, or out-of-scope rate. The adjustment takes effect at the start of the renewal term. Either party can decline to renew if the new terms don't work. The structure is normalized and built into the contract; nobody is surprised.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's actually in the packaged version
&lt;/h2&gt;

&lt;p&gt;The packaged Retainer Agreement template includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;All 13 sections of the agreement, with &lt;code&gt;[BRACKETED PLACEHOLDERS]&lt;/code&gt; for fill-in&lt;/li&gt;
&lt;li&gt;A "How to use this template" preamble walking through the five customization steps&lt;/li&gt;
&lt;li&gt;A "Common mistakes" section flagging the five errors that destroy retainer value&lt;/li&gt;
&lt;li&gt;The What's-In / What's-Out worksheet in Appendix A — designed to be completed jointly with the client during kickoff&lt;/li&gt;
&lt;li&gt;Both partial-rollover and no-rollover hour policy variants&lt;/li&gt;
&lt;li&gt;The out-of-scope mechanism (identification, confirmation, approval, hourly rate)&lt;/li&gt;
&lt;li&gt;The annual rate-review clause built into renewal&lt;/li&gt;
&lt;li&gt;Worked-example fills showing how a fractional-CMO retainer would be scoped&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's roughly 380 lines of markdown — long enough to handle the substance of an ongoing relationship, short enough to actually get signed.&lt;/p&gt;

&lt;p&gt;For freelancers running retainer relationships, the contract itself is necessary but the worksheet is what makes the day-to-day functional. Without the worksheet, every week is a small renegotiation. With the worksheet, the boundary is settled and both parties get to focus on the work.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;$29, one-time, instant access:&lt;/strong&gt; &lt;a href="https://buy.stripe.com/4gMbJ2dfP9Fk0Xn5EagnK08" rel="noopener noreferrer"&gt;https://buy.stripe.com/4gMbJ2dfP9Fk0Xn5EagnK08&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;License is single-buyer, internal use across as many engagements as needed. Resale or redistribution is not permitted.&lt;/p&gt;

&lt;p&gt;Disclaimer: this is a working professional template, not legal advice. For high-stakes engagements, large retainer commitments, or regulated industries, have an attorney review before signing.&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>productivity</category>
      <category>business</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The Late Payment Policy + 4 email scripts that turn 90-day-overdue invoices into 14-day-paid invoices</title>
      <dc:creator>ACE</dc:creator>
      <pubDate>Sun, 10 May 2026 15:23:12 +0000</pubDate>
      <link>https://dev.to/acehq/the-late-payment-policy-4-email-scripts-that-turn-90-day-overdue-invoices-into-14-day-paid-2g10</link>
      <guid>https://dev.to/acehq/the-late-payment-policy-4-email-scripts-that-turn-90-day-overdue-invoices-into-14-day-paid-2g10</guid>
      <description>&lt;p&gt;The freelancers who get paid on time aren't the ones with better clients. They're the ones with better collections discipline. The data on this is consistent across surveys of small-business AP behavior: when invoices have a clearly stated due date, a documented late-payment policy, and a predictable reminder cadence, payment times compress. When any of those three pieces is missing, payment times extend.&lt;/p&gt;

&lt;p&gt;The interesting failure mode is that most freelancers think the problem is the client. Some clients genuinely are slow payers, and some are bad-faith. But the modal late-payment situation isn't either of those — it's a routine AP queue where invoices without strong signals sink to the bottom. The fix isn't aggression. The fix is consistency.&lt;/p&gt;

&lt;p&gt;A useful late-payment system has three pieces. First, an invoice that signals professionalism and contains all the AP team's required information. Second, a Late Payment Policy clause disclosed up front, so late fees are a known consequence rather than a surprise dispute. Third, a four-stage email escalation that runs on schedule — Day 0, Day 7, Day 30, Day 60 — with calibrated language at each stage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why most freelance collection processes aren't enough
&lt;/h2&gt;

&lt;p&gt;The most common pattern looks like this: invoice goes out with no specific due date in the email subject line, no late-payment policy disclosed, no reminder scheduled. At Day 25, the freelancer notices the invoice hasn't been paid. They send a friendly "just checking in" email. At Day 50, they send another one, slightly more uncomfortable. At Day 80, they're upset, but the email is somehow more apologetic than the Day 25 one because they've been quiet for a month and feel like they've lost momentum. At Day 110, they write the invoice off, or they hire a collections agency and recover 60% after fees.&lt;/p&gt;

&lt;p&gt;Each piece of that pattern reinforces the next. The unclear due date allows the invoice to sit. The undisclosed late-payment policy means there's no economic consequence for sitting. The inconsistent reminder cadence signals that the freelancer doesn't track timing carefully. The apologetic tone signals that the freelancer is uncomfortable enforcing terms.&lt;/p&gt;

&lt;p&gt;The system in this pack reverses each of those signals.&lt;/p&gt;

&lt;h2&gt;
  
  
  The structure: invoice + policy clause + 4 emails
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The invoice.&lt;/strong&gt; A clean invoice with the due date in bold at the top, in the email subject line, and in the AP team's expected format. Line items that reference a specific SOW or specific work performed. Payment instructions for ACH (preferred), card (with surcharge), and check. A footer that includes the Late Payment Policy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Late Payment Policy clause.&lt;/strong&gt; A drop-in section for the contract or invoice footer that establishes: 1.5%/month late fee, work suspension at 30 days overdue, recovery of collection costs (including attorneys' fees), and termination right at 60 days. Each piece needs to be there because each piece carries a different escalation stage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The four emails.&lt;/strong&gt; Day 0 (invoice send), Day 7 (friendly reminder), Day 30 (firm + suspension warning), Day 60 (final notice + collections referral). Each one is sendable as-is, with brackets filled in, and the tone calibrates predictably from professional-friendly to terminal.&lt;/p&gt;

&lt;h2&gt;
  
  
  The WHY for each escalation stage
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Day 0 — Invoice Send.&lt;/strong&gt; The first email is an opportunity to set the AP team up for success. Subject line includes the invoice number, project name, and due date. Body confirms payment terms, late-fee policy (briefly), and offers to provide any AP-required documents (W-9, vendor form, PO reference). This email's job is to remove all friction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 7 — Friendly Reminder.&lt;/strong&gt; The Day 7 reminder is the most important one because it sets expectations. It establishes that the freelancer notices payment timing, without escalating yet. The framing is help-oriented: "in case there's an internal blocker, here's what I can provide." Most invoices that would otherwise drift to Day 60 get paid in the Day 7 to Day 14 window because the AP team realizes this vendor is paying attention.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 30 — Firm Notice + Suspension Warning.&lt;/strong&gt; The Day 30 email is the operational lever. Late fees alone are a soft consequence — they accrue, but they don't change anyone's behavior. Work suspension is a hard consequence, especially if the freelancer is on an active engagement. The notice has to be specific (date of suspension, what suspension means, what unblocks it) and the freelancer has to actually suspend if the date passes. Empty threats here destroy the entire system going forward.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day 60 — Final Notice + Collections Referral.&lt;/strong&gt; The Day 60 email is the legal and operational trigger for recovery. The terminal elements are: termination for cause due to non-payment, collections referral, and (if applicable) trade-credit reporting. The freelancer needs to actually do these things if the deadline passes — collections agencies and attorneys both look at the documented escalation chain when deciding whether to take the case, and a clean Day 0 / Day 7 / Day 30 / Day 60 paper trail dramatically increases recovery odds.&lt;/p&gt;

&lt;h2&gt;
  
  
  The two policy choices that 80% of templates skip
&lt;/h2&gt;

&lt;p&gt;Two clauses in the Late Payment Policy do most of the work — and most templates skip both.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The work-suspension trigger at 30 days overdue.&lt;/strong&gt; The late fee alone (1.5%/month, or whatever the contract specifies) doesn't change client behavior because the dollar amount is small relative to the invoice. The suspension trigger does change behavior because it interrupts active work. A client on a paid-by-the-hour engagement who hits Day 30 unpaid risks losing access to the freelancer they were depending on. That risk gets escalated internally fast.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The collection cost recovery clause.&lt;/strong&gt; Without this clause, if the freelancer ends up referring the matter to collections or an attorney, the collection fees come out of the freelancer's recovered amount. The collection agency takes 25–40%; the attorney takes hourly fees. With the cost-recovery clause, those costs become the client's responsibility. The clause has to be disclosed in the contract or invoice — surprise cost recovery is hard to enforce — but disclosed cost recovery is enforceable in most US jurisdictions and substantially increases what the freelancer actually recovers.&lt;/p&gt;

&lt;p&gt;A third often-missed piece is the &lt;strong&gt;disputed-invoice clause&lt;/strong&gt; — the requirement that the client identify any dispute in writing within 10 business days of invoice receipt, with the undisputed portion remaining due. Without this, clients can hold an entire invoice hostage over a single disputed line item.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's actually in the packaged version
&lt;/h2&gt;

&lt;p&gt;The packaged Invoice + Late Payment Policy Pack includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The invoice template with the AP-friendly structure (bolded due date, line item table, payment instructions for three methods, embedded late-payment terms)&lt;/li&gt;
&lt;li&gt;The Late Payment Policy clause designed to drop into a contract or invoice footer (late fee, suspension trigger, collection cost recovery, termination right, disputed-invoice handling)&lt;/li&gt;
&lt;li&gt;Four email scripts (Day 0, Day 7, Day 30, Day 60) calibrated for tone and ready to send with brackets filled in&lt;/li&gt;
&lt;li&gt;A "Common mistakes" section listing the eight patterns that cause invoices to drift unpaid&lt;/li&gt;
&lt;li&gt;Disclaimer and customization guidance up front&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's roughly 320 lines of markdown. The pack is designed to be deployed once and then run on schedule, not improvised each time an invoice goes late.&lt;/p&gt;

&lt;p&gt;For freelancers who write off even one invoice a year, the pack pays for itself many times over on the first recovered invoice.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;$19, one-time, instant access:&lt;/strong&gt; &lt;a href="https://buy.stripe.com/00w8wQ7Vv9FkaxX4A6gnK07" rel="noopener noreferrer"&gt;https://buy.stripe.com/00w8wQ7Vv9FkaxX4A6gnK07&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;License is single-buyer, internal use across as many engagements as needed. Resale or redistribution is not permitted.&lt;/p&gt;

&lt;p&gt;Disclaimer: this is a working professional template, not legal advice. Late-fee enforceability and collection-cost recovery vary by state and country. For invoices over $5,000 or for clients where you anticipate a dispute, have an attorney review your collection process before invoking it.&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>productivity</category>
      <category>business</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The 18-section MSA that lets you stop renegotiating your contract every project — and the 4 sections most templates have wrong</title>
      <dc:creator>ACE</dc:creator>
      <pubDate>Sun, 10 May 2026 15:17:52 +0000</pubDate>
      <link>https://dev.to/acehq/the-18-section-msa-that-lets-you-stop-renegotiating-your-contract-every-project-and-the-4-4mlc</link>
      <guid>https://dev.to/acehq/the-18-section-msa-that-lets-you-stop-renegotiating-your-contract-every-project-and-the-4-4mlc</guid>
      <description>&lt;p&gt;Most freelancers operate without a Master Services Agreement. Each project is contracted ad-hoc — sometimes with a SOW, sometimes with a Statement of Work that's actually a full contract pretending to be a SOW, sometimes with nothing more than an email reply. The cost shows up over time as contract terms slowly drift in the client's favor: payment terms extend from Net 14 to Net 30 to Net 60, IP language gets sloppier, and termination clauses lose their kill fees.&lt;/p&gt;

&lt;p&gt;The fix is an MSA — the umbrella contract that governs the whole relationship. Once an MSA is signed, every new project becomes a one-page SOW that references it. Scope, deliverables, timeline, fee. Sign. Start work. The hard terms — IP, liability, payment, termination, dispute resolution — are negotiated once and stay negotiated.&lt;/p&gt;

&lt;p&gt;The math works out quickly. A freelancer doing four projects a year with the same client, without an MSA, is renegotiating contract terms four times. With an MSA, those terms are negotiated once. The four SOWs become routine paperwork. The relationship gets faster, the trust gets higher, and the contract gets stronger because the freelancer can spend the negotiation energy on the terms that actually matter.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why most MSA templates aren't enough
&lt;/h2&gt;

&lt;p&gt;Free MSA templates tend to fall into two failure modes.&lt;/p&gt;

&lt;p&gt;The first failure mode is &lt;strong&gt;enterprise-flavor templates&lt;/strong&gt; — agreements drafted for vendors selling to Fortune 500s, with 60+ pages of clauses about audit rights, change-control boards, and SLAs. These are unsigned by anyone the freelancer is actually pitching, because no client wants to wade through that.&lt;/p&gt;

&lt;p&gt;The second failure mode is &lt;strong&gt;lightweight templates&lt;/strong&gt; — one-page agreements that don't actually do the work an MSA is supposed to do. Missing liability cap, no kill fee on convenience termination, no Provider Background IP carve-out, no non-solicit. These get signed, but they don't protect the freelancer.&lt;/p&gt;

&lt;p&gt;A useful MSA sits in the middle: long enough to cover the real terms, short enough that a client signs without two weeks of legal review.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 18 sections, in order, with the WHY for each
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Services and Statements of Work.&lt;/strong&gt; Establishes the MSA-plus-SOW structure. Each SOW is a project; the MSA governs them all. Critical: no work begins until a SOW is countersigned. This prevents the "let's get started, we'll paper it later" trap.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Fees and Payment.&lt;/strong&gt; Sets the default payment rhythm — Net 14, 1.5% monthly late interest, suspension right at 30 days overdue, dispute-notice window. The suspension right is the operational teeth: without it, late-paying clients learn that nothing happens.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Term and Renewal.&lt;/strong&gt; 12-month initial term, auto-renewing unless either party gives 30-day non-renewal notice. The auto-renewal is the freelancer's friend — it converts the relationship from "starts over each year" to "continues by default."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Termination.&lt;/strong&gt; For-cause (with cure period), for-convenience (with kill fee), and effect of termination. The 25% kill fee on convenience termination is what protects the freelancer from late-stage cancellations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Intellectual Property.&lt;/strong&gt; Deliverables assigned on full payment; Provider Background IP retained; portfolio rights preserved. The "no assignment until paid" clause is what prevents clients from taking the work and disputing the invoice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Confidentiality.&lt;/strong&gt; Mutual confidentiality with the standard exclusions. Survives 3 years for ordinary information, indefinitely for trade secrets.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Warranties.&lt;/strong&gt; What the Provider promises, what the Client promises, and an explicit disclaimer of everything else. Without the disclaimer, implied warranties of merchantability and fitness for purpose can attach.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Indemnification (Mutual).&lt;/strong&gt; Both parties indemnify each other for things within their control. The mutual structure is what distinguishes a balanced MSA from a vendor-friendly one. Critical to include the indemnification process — notice, control of defense, no settlement without consent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Limitation of Liability.&lt;/strong&gt; The liability cap. Almost always either "fees paid under the specific SOW in the prior 12 months" or "fees paid under the SOW giving rise to the claim." Plus exclusion of consequential damages (lost profits, lost revenue).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10. Insurance.&lt;/strong&gt; Specifies the insurance the Provider carries. Critical: only specify what the Provider actually carries. A clause requiring $5M E&amp;amp;O when the Provider carries $1M is a breach waiting to happen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;11. Independent Contractor.&lt;/strong&gt; Confirms the Provider is not an employee. Important for tax classification and for protecting both parties from accidental employer-employee obligations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;12. Subcontractors.&lt;/strong&gt; Provider can use subcontractors but remains responsible for their work. Notice required if subcontractors will have direct access to Client systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;13. Non-Solicitation.&lt;/strong&gt; 12-month post-termination non-solicit of each party's personnel. Without this, the Client can hire the Provider's subcontractors away and replace the Provider entirely.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;14. Notices.&lt;/strong&gt; How formal notices must be delivered. Boring but important — without a notice clause, parties argue about whether an email counts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;15. Governing Law and Venue.&lt;/strong&gt; Which jurisdiction's law governs and where disputes are filed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;16. Dispute Resolution.&lt;/strong&gt; The escalation: informal negotiation, then mediation, then binding arbitration. The carve-out for immediate equitable relief on confidentiality, IP, and non-solicit breaches matters — those need fast injunctions, not slow arbitration.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;17. Force Majeure.&lt;/strong&gt; Excuses non-performance during pandemics, natural disasters, government actions, and similar. Payment obligations are explicitly excluded — clients can't invoke force majeure to skip paying for work delivered.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;18. Entire Agreement and Miscellaneous.&lt;/strong&gt; Standard housekeeping: entire-agreement clause, amendment process, assignment, severability, no-waiver, counterparts and electronic signatures, headings.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 4 sections most templates have wrong
&lt;/h2&gt;

&lt;p&gt;Of those 18 sections, four are routinely drafted in ways that hurt the Provider.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Section 5 (IP) without a Background IP carve-out.&lt;/strong&gt; The most common error. The clause says "all work product is assigned to Client on payment" without distinguishing the project-specific Deliverables from the Provider's pre-existing tools, templates, and methodologies. The right structure: Deliverables specifically identified in the SOW are assigned; Provider Background IP is retained, with a perpetual non-exclusive license to Client to use it as embedded in the Deliverables.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Section 4 (Termination) without a kill fee.&lt;/strong&gt; A "for convenience" termination clause without a kill fee gives the Client a free option to cancel at any moment with no economic consequence. The 25% kill fee on the unpaid remaining contract value is the standard. This is not a penalty — it compensates for opportunity cost, ramp-up investment, and pipeline disruption.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Section 9 (Limitation of Liability) without a cap, or with the wrong cap.&lt;/strong&gt; Some templates skip the limitation entirely (signing up for unlimited liability), and some templates put the cap at "the total fees paid under this Agreement" — which, after a few years of an ongoing relationship, can be six or seven figures. The right cap is "fees paid under the specific SOW giving rise to the claim, in the prior 12 months." Plus the explicit exclusion of indirect, consequential, and punitive damages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Section 13 (Non-Solicitation) missing entirely.&lt;/strong&gt; A surprising number of MSAs forget non-solicit. Without it, the Client can interview and hire the Provider's subcontractors, design partners, or developers — replacing the Provider with the Provider's own team at lower cost. The 12-month post-termination window is standard, with carve-outs for general advertising and inbound applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's actually in the packaged version
&lt;/h2&gt;

&lt;p&gt;The packaged MSA template includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;All 18 sections with &lt;code&gt;[BRACKETED PLACEHOLDERS]&lt;/code&gt; for fill-in&lt;/li&gt;
&lt;li&gt;A "How to use this template" preamble explaining the MSA-plus-SOW structure&lt;/li&gt;
&lt;li&gt;A "Common mistakes" section flagging the five errors that destroy MSA value&lt;/li&gt;
&lt;li&gt;A worked-example sketch showing the rhythm across a fictional 12-month engagement&lt;/li&gt;
&lt;li&gt;The four high-leverage sections (IP, kill fee, liability cap, non-solicit) drafted defensively&lt;/li&gt;
&lt;li&gt;A clean signature block, escalating dispute-resolution process, and force-majeure clause&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's roughly 380 lines of markdown — long enough to be useful, short enough to actually get signed. The voice is formal-professional rather than impenetrable, so the Provider can negotiate it with a Client without needing a lawyer to translate.&lt;/p&gt;

&lt;p&gt;For freelancers running ongoing client relationships, the MSA is the single highest-leverage piece of paper they can produce. It changes every future project from a renegotiation into a one-page SOW.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;$29, one-time, instant access:&lt;/strong&gt; &lt;a href="https://buy.stripe.com/00w7sMa3DeZE9tTaYugnK05" rel="noopener noreferrer"&gt;https://buy.stripe.com/00w7sMa3DeZE9tTaYugnK05&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;License is single-buyer, internal use across as many engagements as needed. Resale or redistribution is not permitted.&lt;/p&gt;

&lt;p&gt;Disclaimer: this is a working professional template, not legal advice. MSAs govern entire commercial relationships. For high-stakes engagements — large contracts, regulated industries, cross-border parties, or anything involving substantial IP — have an attorney review before signing.&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>productivity</category>
      <category>business</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The 9 sections of a mutual NDA most freelancers screw up — and the two exclusions that protect you from accidental breach</title>
      <dc:creator>ACE</dc:creator>
      <pubDate>Sun, 10 May 2026 15:17:46 +0000</pubDate>
      <link>https://dev.to/acehq/the-9-sections-of-a-mutual-nda-most-freelancers-screw-up-and-the-two-exclusions-that-protect-you-4c0o</link>
      <guid>https://dev.to/acehq/the-9-sections-of-a-mutual-nda-most-freelancers-screw-up-and-the-two-exclusions-that-protect-you-4c0o</guid>
      <description>&lt;p&gt;Most freelancers treat NDAs as a formality. The client sends one over before the discovery call, the freelancer signs it without reading, and both sides move on. The problem with that workflow shows up later — usually when the freelancer mentions a project methodology in a podcast interview, or when a former client claims a similar engagement was off-limits, or when an investor asks about prior work that turns out to be quietly under perpetual confidentiality.&lt;/p&gt;

&lt;p&gt;The fix isn't to read every NDA more carefully. It's to recognize that most NDAs sent by clients are one-sided, and that a one-sided NDA is structurally bad for the receiving party. The fix is to send a mutual NDA back.&lt;/p&gt;

&lt;p&gt;A mutual NDA — one where both parties act as both Discloser and Recipient — is the right shape for almost any freelance conversation. The freelancer is going to share methodologies, prior work patterns, pricing models, and sometimes prototypes. The client is going to share roadmaps, customer information, and internal pricing. Both sides need protection. A one-sided NDA only protects one of them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why most templates aren't enough
&lt;/h2&gt;

&lt;p&gt;A surprising number of free NDA templates online are missing one or more of the following elements:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The five standard exclusions&lt;/strong&gt; that prevent the Recipient from being in technical breach for repeating publicly known information&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A trade-secret carve-out&lt;/strong&gt; in the term clause, so ordinary business information expires on a reasonable schedule but actual trade secrets remain protected indefinitely&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An equitable-relief clause&lt;/strong&gt; that allows the Discloser to seek injunctions instead of waiting for monetary damages&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A return-or-destroy clause&lt;/strong&gt; with a specific window and a written certification requirement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Without those four elements, the NDA is either overbroad (and possibly unenforceable) or underprotective (and definitely not worth signing). Most templates have one or two of them. Few have all four.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 9 sections, with the WHY for each
&lt;/h2&gt;

&lt;p&gt;A useful mutual NDA has the following structure. The order matters because each section assumes the prior ones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Definition of Confidential Information.&lt;/strong&gt; This sets the scope. The best-drafted definitions cover both marked-confidential information and information disclosed "under circumstances where a reasonable person would understand the information to be confidential." That second clause matters because most real-world disclosures aren't formally marked.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Exclusions.&lt;/strong&gt; The five standard ones: public domain, prior knowledge, independent development, third-party disclosure, and legally compelled disclosure. Without these, the Recipient can be in breach for repeating something they read in a newspaper a week after disclosure. Courts know this and may refuse to enforce overbroad NDAs entirely.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Permitted Use.&lt;/strong&gt; Limits the Recipient to using the Confidential Information solely for the defined Purpose. This is the clause that prevents a client from learning your methodology in discovery and then hiring someone cheaper to execute it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Term.&lt;/strong&gt; The length of the obligation. Two to three years is typical for ordinary business information. The mistake is using a flat indefinite term — courts often refuse to enforce perpetual confidentiality of ordinary information. The fix is the split: defined term for ordinary info, indefinite for actual trade secrets.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Return or Destruction of Materials.&lt;/strong&gt; Within a defined window after termination or on request, the Recipient returns or destroys all Confidential Information. The window matters because without one, the Recipient can hold copies forever. The destruction certification matters because without it, the Recipient can claim they returned everything when they didn't.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. No License or Other Rights.&lt;/strong&gt; Clarifies that disclosure of information does not grant ownership, IP rights, or licenses. This is what stops the receiving party from filing a patent based on what was shared.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Remedies (including equitable relief).&lt;/strong&gt; Acknowledges that breach causes irreparable harm and that money damages alone are inadequate. This is what allows the Discloser to seek an injunction instead of waiting through a multi-year damages trial. Without this clause, by the time the Discloser proves their damages, the secret is already on a competitor's site.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;8. Survival.&lt;/strong&gt; Specifies which sections continue after termination. The exclusions, the surviving confidentiality periods, the return/destroy obligation, the no-license clause, and the remedies all need to outlast the Agreement itself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;9. Governing Law and Jurisdiction.&lt;/strong&gt; Sets the legal regime. Delaware, California, New York, and England &amp;amp; Wales are common defaults because they have well-developed trade-secret case law. Avoid jurisdictions that don't recognize trade-secret protection or that have weak injunctive-relief practice.&lt;/p&gt;

&lt;h2&gt;
  
  
  The two exclusions that protect you from accidental breach
&lt;/h2&gt;

&lt;p&gt;Of the five standard exclusions in Section 2, two are doing most of the protective work for the Recipient — and these are the two that most amateur NDAs leave out.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The "prior knowledge" exclusion.&lt;/strong&gt; This carves out information the Recipient already knew before disclosure, without any obligation of confidentiality. Without it, a freelancer who specializes in a particular industry can be in breach for using techniques they brought into the engagement. With it, the freelancer's pre-existing knowledge stays theirs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The "independent development" exclusion.&lt;/strong&gt; This carves out information the Recipient develops independently, without reference to the Discloser's confidential information. Without it, a freelancer working on similar projects in parallel can be accused of misusing one client's information on another's project. With it, parallel work in the same domain is explicitly allowed, as long as the work is genuinely independent.&lt;/p&gt;

&lt;p&gt;The third exclusion that does heavy lifting is the &lt;strong&gt;legally compelled disclosure&lt;/strong&gt; carve-out. If a court subpoenas the Recipient for information, the Recipient needs to be able to comply without breaching the NDA. The clause typically includes a notice obligation so the Discloser can seek a protective order before the disclosure happens, but it does not block the disclosure itself. Templates that omit this clause put the Recipient in an impossible position.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's actually in the packaged version
&lt;/h2&gt;

&lt;p&gt;The packaged Mutual NDA template includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The full 11-section agreement, with &lt;code&gt;[BRACKETED PLACEHOLDERS]&lt;/code&gt; for fill-in&lt;/li&gt;
&lt;li&gt;A "How to use this template" preamble walking through the five customization steps&lt;/li&gt;
&lt;li&gt;A "Common mistakes" appendix listing the seven most common drafting errors freelancers make&lt;/li&gt;
&lt;li&gt;The split-term structure (2-year defined term + indefinite for trade secrets)&lt;/li&gt;
&lt;li&gt;The equitable-relief clause with attorneys'-fees recovery and bond waiver&lt;/li&gt;
&lt;li&gt;A return-or-destroy clause with a 15-business-day window and written certification requirement&lt;/li&gt;
&lt;li&gt;A clean signature block and miscellaneous section (entire agreement, severability, electronic signatures, notices)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's roughly 290 lines of markdown, designed to be readable by the buyer, not just by an attorney. The voice is formal-professional rather than impenetrable, so a freelancer can confidently send it to a prospective client and explain any clause without needing a lawyer in the room.&lt;/p&gt;

&lt;p&gt;For freelancers who sign three to five NDAs a quarter, having a template ready to send back saves the hour of friction every time a one-sided NDA arrives in the inbox.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;$19, one-time, instant access:&lt;/strong&gt; &lt;a href="https://buy.stripe.com/4gM8wQ5NnaJofSh3w2gnK04" rel="noopener noreferrer"&gt;https://buy.stripe.com/4gM8wQ5NnaJofSh3w2gnK04&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;License is single-buyer, internal use across as many engagements as needed. Resale or redistribution is not permitted.&lt;/p&gt;

&lt;p&gt;Disclaimer: this is a working professional template, not legal advice. For high-stakes engagements — large contracts, regulated industries, cross-border parties, or anything involving trade secrets — have an attorney review before signing.&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>productivity</category>
      <category>business</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The 15-section Statement of Work that prevents 80% of scope creep</title>
      <dc:creator>ACE</dc:creator>
      <pubDate>Sun, 10 May 2026 14:03:28 +0000</pubDate>
      <link>https://dev.to/acehq/the-15-section-statement-of-work-that-prevents-80-of-scope-creep-2gk6</link>
      <guid>https://dev.to/acehq/the-15-section-statement-of-work-that-prevents-80-of-scope-creep-2gk6</guid>
      <description>&lt;p&gt;Scope creep is the most expensive failure mode in service work, and almost all of it traces back to the same root cause: a vague Statement of Work.&lt;/p&gt;

&lt;p&gt;Not a missing one. A vague one. "Build me a website," "set up the analytics," "clean up the API." Three sentences in a proposal email. Sometimes a one-page "scope" in a Google Doc.&lt;/p&gt;

&lt;p&gt;This post is a structural breakdown of the 15-section SOW that, in real freelance and small-agency contracts, prevents the four expensive pathologies of service work: scope creep, payment disputes, expectation drift, and change-order fights. Two of the sections do most of the work, and they're the two that 80% of templates skip.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why most current SOW templates aren't enough
&lt;/h2&gt;

&lt;p&gt;Most freelancers and small agencies use one of three:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The "scope of work paragraph"&lt;/strong&gt; — three sentences inside a bigger proposal. Almost useless legally. Almost useless operationally.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The downloaded template from the internet&lt;/strong&gt; — fine structure, but written for a different industry. Half the sections don't apply, the other half are missing the things your specific work needs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The lawyer-written template&lt;/strong&gt; — comprehensive, but reads like a prospectus. Clients don't read it; they sign it. When something goes sideways, disputes get ugly because nobody remembers what they agreed to.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The version that actually works lives in the middle: structured enough to cover the legal-defensive bases, clear enough that the client reads and &lt;em&gt;understands&lt;/em&gt; what they're signing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 15 sections, with the why for each
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Project overview (one paragraph)
&lt;/h3&gt;

&lt;p&gt;A single paragraph the client could read aloud and recognize as their project. Not a feature list — a &lt;em&gt;characterization&lt;/em&gt;. "A WordPress redesign of [client]'s public site, focused on case-study presentation and lead capture." This anchors everything else.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Scope (in)
&lt;/h3&gt;

&lt;p&gt;Concrete deliverables. Not "a website" — "a 5-page WordPress site comprising Home, About, Services, Case Studies, and Contact, with a CMS-editable case-study template." Specifics here cost nothing and save everything.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Scope (out) — &lt;em&gt;the high-leverage one&lt;/em&gt;
&lt;/h3&gt;

&lt;p&gt;The explicit list of what is NOT in scope. This is where 80% of scope creep prevention happens. "Copywriting is not in scope; client provides final copy in Google Docs." "Migration of historical blog posts is not in scope." "Hosting setup is not in scope; client provisions WP Engine." Most templates skip this section entirely. Don't.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Deliverables
&lt;/h3&gt;

&lt;p&gt;File format + delivery method for each item. "Final designs delivered as a Figma file and a flat PDF, shared via the client's Figma workspace." This prevents the awkward "wait, you're not giving us the source files?" call at the end.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Acceptance criteria
&lt;/h3&gt;

&lt;p&gt;The definition of "done." Without this, "I just want one more revision" becomes infinite. "Acceptance: client reviews against this SOW within 5 business days; one round of revisions per deliverable; deliverable is accepted if no written objection within the review window."&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Timeline + milestones
&lt;/h3&gt;

&lt;p&gt;Milestones tied to &lt;em&gt;deliverables&lt;/em&gt;, not calendar dates. "Milestone 2: design approval (target: week 3, blocks Milestone 3 until approved)." Calendar dates slip; deliverable-tied milestones force the client to actively unblock.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Fees + payment schedule
&lt;/h3&gt;

&lt;p&gt;Milestones, not net-30. "30% on signature, 30% on design approval, 40% on launch." Net-30 means you finance the project. You're not a bank.&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Dependencies — &lt;em&gt;the second high-leverage one&lt;/em&gt;
&lt;/h3&gt;

&lt;p&gt;What you need from the client to start, and what you need at each milestone. "Access to GitHub repo by Day 1." "Final copy in Google Docs by Day 7." "Branding assets (logos, fonts) by Day 1." Most templates skip this. If the client misses a dependency, your timeline shifts and that's on them. Codify it.&lt;/p&gt;

&lt;h3&gt;
  
  
  9. Change orders
&lt;/h3&gt;

&lt;p&gt;The formal process for new asks. "Any work outside the scope above will be quoted as a Change Order, signed by both parties before work begins. Standard hourly: $X." The dollar threshold above which "can you just" becomes paid work. Without this section, every "quick favor" is free.&lt;/p&gt;

&lt;h3&gt;
  
  
  10. Communication
&lt;/h3&gt;

&lt;p&gt;Channel + cadence. "Weekly Friday check-ins via Zoom; async updates via Slack DMs; emergency response within 4 business hours, M-F." Prevents the "why didn't you respond at 11pm Saturday" conversation.&lt;/p&gt;

&lt;h3&gt;
  
  
  11. IP + ownership
&lt;/h3&gt;

&lt;p&gt;When does the client own what. Usually: on full payment of the relevant milestone. &lt;em&gt;Not&lt;/em&gt; on receipt of deliverable. This is your collection lever.&lt;/p&gt;

&lt;h3&gt;
  
  
  12. Termination
&lt;/h3&gt;

&lt;p&gt;Both sides, with a kill fee. "Either party may terminate with 14 days' written notice. Client pays for work completed through termination plus a 50% kill fee on the next milestone." Protects the provider from a client walking after the next phase has been resourced.&lt;/p&gt;

&lt;h3&gt;
  
  
  13. Confidentiality
&lt;/h3&gt;

&lt;p&gt;Light NDA equivalent. Even if the project doesn't need a hard NDA, a "mutual confidentiality" clause covers most freelance situations and avoids a separate document.&lt;/p&gt;

&lt;h3&gt;
  
  
  14. Warranties + limitations
&lt;/h3&gt;

&lt;p&gt;Yes, this needs to be there. "Provider warrants work will be performed in a professional manner. Provider's liability is limited to the fees paid under this SOW." The liability cap matters. Don't skip it because it feels lawyerly.&lt;/p&gt;

&lt;h3&gt;
  
  
  15. Signatures
&lt;/h3&gt;

&lt;p&gt;Countersign before any work. Email reply with "Approved" is the floor. DocuSign / HelloSign is the ceiling. Anything less is a handshake.&lt;/p&gt;

&lt;h2&gt;
  
  
  The two sections that 80% of templates skip
&lt;/h2&gt;

&lt;p&gt;If you only add two things to whatever you're using now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Scope (out)&lt;/strong&gt; — because what's NOT in scope is where scope creep lives.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Change orders&lt;/strong&gt; — because every "can you also add X" needs a default response that isn't "yes, sure."&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Add those, you prevent maybe two-thirds of the most expensive disputes. Add the rest of the 15, you cover the long tail.&lt;/p&gt;

&lt;h2&gt;
  
  
  A packaged version
&lt;/h2&gt;

&lt;p&gt;The full structure above is genuinely useful on its own — copy it, build your own template. If you'd rather skip the assembly, the packaged version includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The 15-section master template (.md, .docx, .pdf)&lt;/li&gt;
&lt;li&gt;A worked example against a fictional $30K WordPress engagement so the pattern reads in context&lt;/li&gt;
&lt;li&gt;The Change Order template (the one-pager you send when "can we add X" arrives)&lt;/li&gt;
&lt;li&gt;A 17-item pre-send checklist (things like "did you specify &lt;em&gt;which&lt;/em&gt; WP theme" and "are payment milestones tied to deliverables, not dates")&lt;/li&gt;
&lt;li&gt;A short Common-Mistakes guide — the five categories of SOW failure with how to avoid each&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;$19, one-time, instant access:&lt;/strong&gt; &lt;a href="https://buy.stripe.com/8x28wQcbL8Bg8pPc2ygnK03" rel="noopener noreferrer"&gt;https://buy.stripe.com/8x28wQcbL8Bg8pPc2ygnK03&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;License is single-buyer, unlimited use within your own business. Disclaimer: this is a working professional template, not legal advice. For high-stakes work (&amp;gt;$50K, regulated industries, cross-border), have an attorney review the final SOW.&lt;/p&gt;

&lt;p&gt;Questions on the structure or edge cases (retainers, equity stakes, government RFPs where the format is different) — drop them in the comments.&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>productivity</category>
      <category>business</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
