Tag: clio

  • The AI-Powered Client Intake Workflow Every Solo Lawyer Should Steal

    The AI-Powered Client Intake Workflow Every Solo Lawyer Should Steal

    A 30-minute intake call produces a structured matter file in under five minutes of editing — if you wire up the right three tools before the call starts.

    This workflow is built for solo lawyers and firms of two to five attorneys who are personally running their own intake. You take the call, you open the matter, you chase the conflict check. Every step is manual and each one costs time you don’t have. The workflow below connects a structured intake form, a call transcription tool, and a Claude prompt to collapse that 30-minute process into about five minutes of cleanup. I’ve written it so you can implement it in an afternoon. The total recurring cost runs between $20 and $40 per month depending on which tools you already pay for.

    What You’ll Need

    • Intake form tool: Typeform (free tier works; Paid starts at $25/month) or Jotform (free tier available). Either gives you a shareable link you send before the call.
    • Transcription tool: Otter.ai (Pro plan, $16.99/month) or Fireflies.ai (Pro plan, $18/month). Both join video calls automatically and produce a searchable transcript within minutes of the call ending.
    • Claude: Claude.ai Pro ($20/month) or API access via Anthropic. Claude 3.5 Sonnet handles long transcripts without truncating the way shorter-context models do.
    • Practice management software: Clio Manage or MyCase. You’ll paste the output of the Claude prompt into a new matter note. No native integration required — this is copy-paste, not automation.

    Step 1: Build Your Pre-Call Intake Form

    Send a form link 24 hours before the scheduled call. The form does two things: it primes the prospective client to think clearly before you talk, and it gives you structured data that the Claude prompt will pull from directly.

    Fields to include

    • Full legal name
    • Date of birth
    • Phone and email
    • Adverse party name(s) — this is your conflict-check input
    • Matter type (dropdown: family, estate planning, business formation, real estate, employment, other)
    • Brief description of the situation (open text, 500-character limit)
    • Relevant dates (incident date, deadlines, filing dates they’re aware of)
    • Prior attorneys on this matter (yes/no + name field if yes)
    • How did you hear about us

    Keep the form under ten fields. Longer forms get abandoned. The goal is names, adverse parties, and a rough description — everything else comes out in the call.

    In Typeform, turn on email notifications so the completed response lands in your inbox before the call starts. In Jotform, the same setting lives under Settings → Emails. Export the response as a PDF and have it open during the call.

    Step 2: Record and Transcribe the Call

    If you’re on Zoom or Google Meet, Otter.ai and Fireflies.ai both join as a bot participant and record automatically once you connect your calendar. For phone calls, Otter’s mobile app records locally and transcribes after the fact. Fireflies handles phone recording through its dial-in number, which is slightly more friction.

    Tell the prospective client at the start of the call that you’re recording for your notes. One sentence is enough: “I record intake calls so I can focus on listening — the recording is just for my internal file.” Most clients don’t object. Check your state bar’s rules on recording consent before you run this call the first time; a few states require two-party consent on recorded phone calls.

    After the call ends, Otter delivers a transcript and summary to your inbox within five to ten minutes. Fireflies is slightly faster. Either one produces a searchable text file — that transcript is what you feed to Claude.

    One thing to check: both tools include speaker labels, but they’re imperfect. Otter labels speakers as “Speaker 1” and “Speaker 2” unless you manually assign names. Fireflies does the same. The Claude prompt handles unlabeled speakers fine — just note in the prompt which speaker is the attorney.

    Close-up detail shot of two hands resting near an open laptop keyboard, a leather portfolio and fountain pen in soft foc

    Step 3: Run the Claude Prompt

    Open Claude.ai Pro (or your API interface) and paste the following prompt, then paste the full transcript below it. Do not summarize the transcript yourself first — give Claude the raw text. The prompt is designed to pull structure out of unstructured conversation.

    You are a legal intake assistant helping a solo attorney organize information from a new client intake call. You do not provide legal advice or legal analysis. Your job is to extract and organize factual information from the transcript below into a structured intake brief.
    
    Using only the information in the transcript, produce the following sections:
    
    1. CLIENT INFORMATION
       - Full name
       - Contact information (phone, email) if mentioned
       - Date of birth if mentioned
    
    2. ADVERSE PARTIES
       - List every person, company, or entity the client mentioned as an opposing or adverse party
       - Include any names the attorney should check for conflicts
    
    3. MATTER TYPE AND DESCRIPTION
       - Practice area (as stated or clearly implied)
       - Neutral factual summary of the client's situation in 3-5 sentences. Do not characterize fault, liability, or legal merit. Report what the client described.
    
    4. KEY DATES AND DEADLINES
       - Any specific dates mentioned (incident dates, contract dates, filing dates, court dates)
       - Any deadlines the client is aware of
    
    5. DOCUMENTS MENTIONED
       - Any documents the client referenced (contracts, court filings, notices, deeds, etc.)
    
    6. PRIOR REPRESENTATION
       - Any prior attorneys the client mentioned in connection with this matter
    
    7. OPEN QUESTIONS
       - Information that appears missing or unclear from this intake that the attorney will likely need before opening the matter (do not suggest legal strategy — list informational gaps only)
    
    8. CONFLICT CHECK NAMES
       - A clean list of every proper name and entity name pulled from sections 1 and 2, formatted one per line, ready to copy into a conflict-check search
    
    Format each section with a clear header. Use bullet points within sections. If a section has no information from the transcript, write "Not mentioned in call."
    
    Do not add information not found in the transcript. Do not offer legal opinions. Do not speculate about outcomes.
    
    TRANSCRIPT:
    [paste full transcript here]

    The prompt takes about 90 seconds to run on Claude 3.5 Sonnet with a standard 30-minute transcript. The output is typically 400 to 600 words of clean, structured text.

    Tuning the prompt for your practice area

    If you run a family law practice, add a line to Section 3: “Note any minor children mentioned, their ages, and current custody arrangements as described by the client.” If you do transactional work, add a section for “Entities and Ownership” to capture business names, EINs, or ownership structures the client mentions. The base prompt above is practice-area neutral by design — specialize it once and save the modified version as a text file you reuse.

    Step 4: Merge Form Data With the AI Summary

    Claude’s output covers what was said on the call. Your Typeform or Jotform response covers what the client submitted before the call. These two documents sometimes disagree — the client wrote one adverse party name on the form and mentioned two others on the call. That gap is worth catching before you open the matter.

    Spend two to three minutes reading both documents side by side. Look specifically at: adverse party names (conflict-check section), dates (do the form dates match what was discussed), and matter type. Where they conflict, note it in the Open Questions section of the Claude output before you file it.

    Then copy the combined, lightly edited intake brief into your practice management software. In Clio, open a new Matter, go to the Notes tab, and paste it as a pinned note titled “Initial Intake Brief — [Date].” In MyCase, the equivalent is a new Case Note marked Internal. Either way, the structured brief is now searchable and attached to the matter from day one.

    Run your conflict check using the “Conflict Check Names” list from the Claude output. In Clio, that’s a global search across contacts. In MyCase, use the Conflicts search under the Contacts menu. Because the prompt formats each name on its own line, you can move through the list quickly without reformatting anything.

    Where This Breaks

    The prompt fails predictably in one category: emotionally complex matters where the most important facts are what the client didn’t say clearly. A caller describing a contentious divorce who is guarded, interrupted, or inconsistent will produce a transcript full of fragmentary sentences and topic shifts. Claude will dutifully summarize the fragments — and the summary will read as coherent when the underlying situation is not. You’ll get a clean-looking brief that papers over real ambiguity.

    The fix is partial, not complete. Add this to the Section 7 (Open Questions) prompt instruction: “Note any topics where the client gave contradictory or incomplete information, even if you cannot resolve the contradiction.” That surfaces the gaps, but it doesn’t replace your own read of the transcript for anything emotionally charged — grief, trauma, estrangement, or financial desperation. Read the raw transcript for those matters. The brief is a starting point, not a substitute.

    A second failure mode is proper noun recognition. Otter and Fireflies both mis-transcribe uncommon names — a client named “Dzhokhar” becomes “Joker” in the transcript, which flows through to the conflict-check list. Scan the names list before you run the conflict search. One missed name in a conflict check is a genuine problem; catching it takes 60 seconds.

    Third: this workflow assumes the client completed the pre-call form. When they don’t — which happens with roughly one in four prospective clients in my observation — the merge step in Step 4 collapses to just the Claude output, which is still useful, but the conflict-check list is thinner. You can prompt the client for the form during the call or ask the adverse party names directly. Either way, note in the file that the pre-call form was not received.

    What This Saves You

    The honest estimate: 20 to 25 minutes per new matter. The manual version of this process — handwritten notes, typed summary, conflict-check name assembly — runs 25 to 35 minutes after a 30-minute call for most solo practitioners. The automated version runs five to seven minutes (three minutes reading and editing the Claude output, two minutes on the conflict-check list, two minutes pasting into Clio or MyCase).

    If you take 10 new matters per month, that’s three to four hours returned to billable work or to leaving the office earlier. It also reduces the most common intake error: forgetting to run a conflict check on every name the client mentioned, not just the obvious adverse party. The structured output makes that step harder to skip.

    The pre-call form adds a side benefit that doesn’t show up in time estimates: clients who complete it arrive at the call more organized. The call itself often runs shorter.

    This workflow costs $55 to $75 per month in new tool spend if you don’t already pay for any of the components (Typeform free tier + Otter Pro + Claude Pro). If you already have a transcription tool through your video conferencing plan, or you’re already on Claude, the incremental cost is lower. At 10 new matters a month, the math on three reclaimed hours isn’t complicated.

    Build it once on a slow afternoon. Run it on the next intake call. Adjust the prompt after the first three uses when you see what it misses for your specific practice area. The structure is there from day one; the tuning takes a week.

    Related reading

  • Clio vs MyCase vs Smokeball: Practice Management for Solo and Small Firms in 2026

    Clio vs MyCase vs Smokeball: Practice Management for Solo and Small Firms in 2026

    Three platforms dominate practice management for small firms in 2026 — and picking the wrong one costs you more than the subscription fee.

    Clio, MyCase, and Smokeball each made meaningful moves in 2025 and early 2026: new AI features, pricing restructures, and integrations that change the calculus for solo and small-firm buyers. This comparison is aimed at attorneys running solo practices or firms of 2–10 attorneys who are either choosing a platform for the first time or wondering whether to switch. The short version: Clio wins on integrations and flexibility, MyCase wins on price and simplicity, and Smokeball wins on document automation depth — particularly for litigation-heavy practices. None of them wins everywhere.

    How we compared them

    The criteria: pricing tiers and what actually changes between them, time tracking and billing workflow, client portal usability, document automation capability, AI features added since mid-2025, and third-party integrations. Where behavior differs by plan, that’s noted. Vendor marketing claims are paraphrased in plain language; wherever a feature has a known limitation, it’s flagged.

    Clio

    Clio is the largest dedicated legal practice management platform in North America by user count. That scale matters because it drives their integration catalog — currently over 200 third-party connections — and funds the R&D that produced Clio Duo, their AI layer rolled out through 2025 and refined into early 2026.

    What it does well

    Time tracking is Clio’s strongest billing-side feature. The desktop and mobile timers are reliable, the automatic time capture (which pulls from emails and calendar events) works without constant babysitting once configured, and the bill-review workflow is clean. If your firm bills hourly and tracks time across multiple matters simultaneously, Clio handles that better than either competitor at this price range.

    The integration catalog is genuinely differentiated. Native connections to QuickBooks Online, LawPay, Dropbox, Google Workspace, Microsoft 365, Zoom, and a long tail of specialized tools (Docketbird for federal court filings, CompuLaw for calendaring rules) mean Clio can slot into almost any existing workflow without forcing you to abandon tools you already pay for. For a firm that has already built a working stack, that flexibility is real money.

    Clio Duo — their AI assistant embedded in Clio Manage — handles matter summarization, draft email generation from matter context, and task creation from conversation. In 2025, they added document Q&A: you can ask questions about documents stored in a matter and get sourced answers. It works well for straightforward factual retrieval (“what is the termination clause in this contract?”) and breaks down on multi-document synthesis across large matter files. Clio Duo is included in the higher tiers; more on that under pricing.

    What it misses

    Document automation is weak for the price. Clio’s template system allows variable substitution but doesn’t approach the conditional logic depth of Smokeball or even some cheaper standalone tools. A firm doing heavy transactional or litigation document production will hit the ceiling fast. The client portal (Clio for Clients) is functional — secure messaging, document sharing, bill payment — but the UI is dated compared to MyCase’s portal and regularly draws complaints from clients who aren’t tech-comfortable. Onboarding complexity is also higher than MyCase; expect a few weeks before the team is actually running in it, not a few days.

    Pricing

    As of early 2026, Clio Manage runs on four tiers: EasyStart at $49/user/month (billing and time tracking only, no document management), Essentials at $79/user/month, Advanced at $109/user/month, and Complete at $139/user/month. Clio Duo is available at Advanced and Complete. Annual billing discounts these by roughly 20%. A solo at Essentials pays $79/month; a 5-attorney firm at Advanced pays $545/month before any add-ons. Clio Grow (their CRM and intake product) is a separate subscription — $99/user/month at the lowest tier — which surprises buyers who assumed intake was included.

    MyCase

    MyCase has positioned itself as the accessible alternative to Clio since around 2019, and in 2025 they leaned harder into that positioning with a pricing restructure and a client portal redesign. For a solo or a very small firm that bills flat-fee or needs a single platform to handle intake through invoice without complexity, MyCase is worth serious attention.

    What it does well

    The client portal is the best of the three. It’s cleanly designed, mobile-friendly, and clients consistently find it intuitive enough to use without a tutorial. Secure messaging, document uploads, invoice viewing and payment, and electronic signature requests all live in one place and work without friction. For consumer-facing practices — family law, estate planning, immigration, personal injury — where client communication volume is high and clients aren’t always tech-savvy, this matters a lot.

    MyCase added AI-assisted intake forms and matter summary generation in 2025 under their MyCase IQ branding. The intake form builder uses AI to suggest fields based on practice area, which is a practical time-saver when setting up new matter types. Matter summaries pull from case notes, documents, and communications and produce a readable briefing — useful for quickly handing off matters to coverage counsel or reviewing a file before a call. The quality is consistent enough to use as a starting point rather than a rough draft.

    Flat-fee billing is handled more naturally in MyCase than in Clio. Milestone billing, payment plans, and the ability to tie an invoice to a matter stage without workarounds are all built in. If a third of your matters are flat-fee and a third are hourly, MyCase handles the mix without forcing you to adapt your workflow to the software.

    What it misses

    The integration catalog is smaller than Clio’s — meaningfully so. MyCase connects to QuickBooks, LawPay, Stripe, Google Workspace, and a handful of others, but if you rely on specialized tools for court calendaring, e-discovery, or filing, you will hit gaps. Document automation exists but is template-basic; conditional logic and clause libraries are not present. Time tracking works but lacks the automatic-capture sophistication of Clio’s desktop app. For an hourly-billing practice with high time entry volume, the friction adds up.

    Pricing

    MyCase runs three tiers as of early 2026: Basic at $39/user/month, Pro at $69/user/month, and Advanced at $89/user/month. MyCase IQ (the AI features) is included in Pro and Advanced. Annual billing applies. A solo at Pro pays $69/month; a 5-attorney firm at Pro pays $345/month. eSign is included at Pro and above. This is the lowest all-in price of the three platforms for a firm of 2–5 attorneys that doesn’t need deep integrations or litigation document automation. There is no separate CRM product; intake and lead tracking are built into the platform at the Pro tier.

    Close-up detail shot of two hands resting near an open laptop keyboard on a warm wood desk, a printed document visible o

    Smokeball

    Smokeball targets litigation and transactional practices that live inside Microsoft 365. It is the most opinionated of the three — the software makes assumptions about how you work, and if those assumptions match your practice, the productivity gains are real. If they don’t, the rigidity will frustrate you within a month.

    What it does well

    Document automation is the headline feature and it earns the billing. Smokeball ships with thousands of pre-built forms organized by practice area and jurisdiction — state-specific court forms, transactional templates, demand letters — with conditional logic that actually branches based on matter data. For a litigation practice in a supported jurisdiction, the time from “new matter opened” to “first set of documents generated” is measurably shorter than on either competitor. The 2025 update added AI-assisted document drafting that pulls matter facts into template placeholders and flags missing data before you finalize — a practical quality-control step that reduces the embarrassing error rate on form-heavy matters.

    Smokeball’s automatic time capture is the most passive of the three. The Windows desktop app records time spent in Word documents, emails, and other applications associated with a matter without requiring the attorney to start a timer. For attorneys who consistently under-record time — a common and expensive habit — the difference in captured billable hours is the clearest financial argument for Smokeball’s higher price. The 2025 benchmarking data Smokeball publishes on this (claiming an average of 1.5–2 additional billable hours per attorney per day over self-reported time) is worth treating skeptically, but directionally, passive capture does recover time that manual logging misses.

    Smokeball AI, their 2025-launched assistant, handles document summarization, clause identification, and — most usefully — automatic population of matter fields from uploaded documents. Drop in a signed retainer and it pulls client name, address, matter type, and key dates into the matter record without manual entry. That specific feature saves real time on intake-heavy practices.

    What it misses

    Smokeball is Windows-first and Microsoft 365-dependent. Mac support exists but is thinner, and if your firm runs on Google Workspace, you will be fighting the software’s default assumptions on every file storage and email step. The client portal is functional but behind MyCase in usability by a clear margin. Pricing is the least transparent of the three — Smokeball does not publish per-user monthly pricing on its public site, which means you are going into a sales conversation before you can compare numbers, and the contract terms tend toward annual commitments with limited flexibility. The integration catalog is narrower than Clio’s; outside of Microsoft-adjacent tools and a core set of legal-specific integrations, the connections are limited.

    Pricing

    Smokeball does not list per-seat pricing publicly. Based on reported figures from 2025 buyer conversations, the Bill tier (entry-level, time tracking and billing) runs approximately $99/user/month, Grow (adds matter management and document automation) runs approximately $149/user/month, and Boost (full feature set including AI features) runs approximately $179/user/month — all on annual contracts. These numbers should be verified in your sales conversation because they shift. A 3-attorney firm at Grow is spending roughly $450–$540/month. That is more than MyCase and roughly comparable to Clio Advanced. Smokeball’s value case rests on the document automation and passive time capture offsetting the higher per-seat cost; whether that math works depends entirely on your matter volume and document density.

    Side-by-side

    • Entry price (solo, annual billing): MyCase Basic $39/mo → MyCase Pro $69/mo → Clio Essentials $79/mo → Clio Advanced $109/mo → Smokeball Bill ~$99/mo → Smokeball Grow ~$149/mo
    • Time tracking: Clio best for manual + automatic capture; Smokeball best for fully passive Windows capture; MyCase adequate for most, limited automatic capture
    • Billing types: All three handle hourly and flat-fee; MyCase handles milestone billing most naturally; Clio most flexible for complex trust accounting
    • Client portal: MyCase best UX; Clio functional; Smokeball least polished
    • Document automation: Smokeball clearly leads; Clio basic variable substitution; MyCase basic templates
    • AI features (2025–2026): All three have AI layers now — Clio Duo (document Q&A, matter summaries, task generation); MyCase IQ (intake assist, matter summaries); Smokeball AI (document population from uploads, clause ID, summarization)
    • Integrations: Clio 200+; MyCase ~30 core; Smokeball Microsoft-centric with ~20 legal-specific
    • Platform dependency: Clio cloud-agnostic; MyCase cloud-agnostic; Smokeball Windows + Microsoft 365 preferred
    • Pricing transparency: MyCase and Clio publish rates; Smokeball requires a sales call
    • Contract flexibility: Clio and MyCase offer monthly billing (at a premium); Smokeball pushes annual contracts

    Picking the right one

    If you are a solo or a firm of 2–4 attorneys doing consumer-facing work — family law, immigration, estate planning, criminal defense — and you want a single platform that is fast to learn, handles flat-fee and hourly billing, and gives clients a portal they will actually use, start with MyCase Pro at $69/user/month. You get the AI features, the clean portal, and built-in intake without a separate CRM subscription. The integration gaps will not affect most practices at this size.

    If you are a firm of 4–10 attorneys with a mixed practice, an existing stack of specialized tools, or a strong need for QuickBooks integration, docketing software connections, or flexibility to add tools as you grow, Clio Advanced at $109/user/month is the defensible choice. The higher per-seat cost buys you integration headroom and a time tracking system that scales. If Clio Grow (intake CRM) is relevant to your practice, budget for it separately — the combined cost is higher but the workflow is tighter than cobbling together intake tools on MyCase.

    If you run a litigation-heavy or transactional practice on Windows, your firm lives in Microsoft 365, and you generate high document volume per matter — personal injury, real estate closings, family law in a form-heavy jurisdiction, civil litigation — Smokeball Grow earns its price if the per-seat cost lands under $160/month in your negotiation. The document automation and passive time capture are genuinely differentiated features, not marketing copy. Get the pricing in writing before your trial period ends, and clarify the cancellation terms on the annual contract before you sign.

    If you are on a tight budget and billing under $15,000/month across the firm, MyCase Basic at $39/user/month is worth a 30-day trial before spending more. It covers the fundamentals — matter management, billing, client portal — without requiring you to commit to a platform you haven’t lived in yet.

    Verdict

    There is no single winner here — the right answer is genuinely practice-dependent, which is something vendor comparison sites understate because they are often paid to say otherwise.

    Use MyCase if you want the lowest total cost, the best client portal, and a platform your team will be running in within a week. Use Clio if your firm has an existing tool stack, bills heavily by the hour, or needs integration flexibility as you grow. Use Smokeball if you are Windows-and-Word-based, generate high document volume per matter, and will actually run the passive time capture — because that feature alone can justify the price difference if your attorneys are consistently under-recording time.

    All three platforms shipped meaningful AI updates in 2025. None of the AI layers replaces a dedicated AI drafting tool yet — they are best understood as workflow connectors that surface matter context at the right moment, not autonomous drafting engines. Treat them as useful additions to the platforms you already have reasons to choose, not as deciding factors on their own.

    Related reading