An argument, not a tool roundup
A consulting follow-up has to do five jobs at once. Drip sequencers do one of them honestly. Here is the rest of the decomposition.
Most articles about automating consulting follow-ups arrive at the same recommendation: pick a sequencer, configure a cadence, set the merge fields, walk away. The recommendation is honest about the cost (a few hours of setup) and dishonest about the architecture. A follow-up is not one task. It is five separable jobs that have to happen at the same time, in the same email, and the architecture of a drip sequencer is incapable of doing four of them.
The five jobs are below, in the order a reader of your follow-up notices when one is missing. After the decomposition, there is a matrix that maps each job to the three honest tool shapes (drip sequencer, virtual assistant, software that drives your existing apps from a plain language file), and a side-by-side of what the same Wednesday-morning follow-up looks like under each.
Job 01
Cite the specific thing they said
A follow-up that does not quote the conversation reads like a tax. Quoting one specific phrase from the call or thread is what makes it sound like a touch.
After Tuesday's call, the follow-up has to reference the procurement-flow concern Priya named, by phrase, before it asks for anything. Not 'as discussed', not 'great chat', the actual sentence she used.
Where the wrong tool fails
A drip sequencer cannot read the call. Its merge fields go {{first_name}}, {{company}}, {{last_meeting_date}} and stop there. It has no surface that contains the words she said.
Job 02
Sound like the sender, not the tool
Your clients can tell when an email was written by you and when it was generated by a sequence. They will not tell you they can tell. They will quietly move you down their reply pile.
If you open with one personal line and bullet your commitments back, the follow-up has to do the same. If you sign off with 'talk soon' and never with 'best regards', the follow-up has to know that. The voice has to be lifted from your last dozen sent emails at the matching stage, not authored by whoever wrote the sequence template.
Where the wrong tool fails
Sequencers ship one template per stage. The author of the template is whoever set up the sequence six months ago, in their voice, frozen. Your voice changed last quarter. The template did not.
Job 03
Decide whether today is the right day
A scheduled follow-up fires on calendar arithmetic. A real follow-up fires on signal: a budget cycle, a referenced deadline, the day a stakeholder finally got promoted, the moment a competitor tried to unseat you.
Most of the timing wins are not Net+7. They are 'two days before the board meeting she mentioned' or 'the morning the new GC starts' or 'when the contract renewal is fourteen days out'. These are events the consultant noticed in the conversation, not events the CRM logged.
Where the wrong tool fails
Sequencers fire on time elapsed. Day three, day seven, day fourteen, day twenty-one. They cannot fire on a phrase the client used. They cannot fire on a date the client named. They are blind to every signal that was not pre-modeled as a CRM field.
Job 04
Parse the last reply, including the half-replies
A clean reply pauses the cadence. A 'we are slammed, circle back next month' is a reply that did not answer the ask. The follow-up has to know the difference.
If the client replied with a pivot ('we are now looking at this in Q3 instead of Q2'), the next follow-up has to acknowledge the pivot in their own framing. If they replied with a deflection, the next follow-up has to surface a smaller ask that does not require the answer they avoided.
Where the wrong tool fails
This is the one job sequencers actually do honestly. Most cadence tools will pause when a reply lands. Almost none of them read the reply for content, and almost none handle the half-reply that did not answer the question.
Job 05
Apply the small rules you already follow
Cc the assistant when the contract is above ten thousand dollars. Use the formal SOW PDF on first send to a new GC. Skip the chase if they replied in the last thirty days. These are habits you observed yourself doing, not policies you wrote down.
The rules live in your sent mail. You set them implicitly, and they apply across stages. A real automation has to observe them across your last dozen same-stage sends, surface them once for confirmation, save them, and then apply them every time the stage triggers.
Where the wrong tool fails
In Zapier, a rule like 'cc assistant if contract is above ten thousand' is a four-node path: trigger, value comparison, branch, action. You have to know the rule explicitly, write it once, and maintain it forever. In sequencers, it is a per-template flag you have to set per template.
The five jobs by three tool shapes
Most articles recommend one tool for all five jobs. That is the failure mode.
Read the matrix down, not across. Pick the shape that closes the jobs you actually need closed. For most solo consulting practices, that is a software handler for jobs one, two, three, and five (and reasonably, four), with a part-time human kept around for the rare follow-ups that are not in any of the five jobs at all (a tone call, a renewal that needs a voice, a hard pivot).
| Job | Drip sequencer | Virtual assistant | Plain English driver |
|---|---|---|---|
| Cite the specific thing they said | no fit | honest fit | honest fit |
| Sound like the sender, not the tool | no fit | honest fit | honest fit |
| Decide whether today is the right day | no fit | partial | honest fit |
| Parse the last reply, including the half-replies | honest fit | honest fit | honest fit |
| Apply the small rules you already follow | no fit | honest fit | honest fit |
The one cell where a sequencer is genuinely the right tool is Job 4 (parsing a clean reply and pausing the cadence). Most cadence tools handle that well. The mistake is letting the same tool also handle the other four.
The same Wednesday morning, two follow-ups
You ran a forty-five minute call with Priya at Holloway on Tuesday. She mentioned a Friday board meeting. The contract is above your assistant-cc threshold. Here is what each shape sends twenty hours later.
Hi Priya, Great connecting on Tuesday. Wanted to circle back on the opportunity at Holloway and see if you had any further questions. Let me know a good time to chat. Best, M.
- No quote from the call. The procurement concern she raised is not on the page.
- Tone is sequencer-English, not the sender's normal voice.
- Fires on Wednesday because day-after-call is what the cadence said. The board meeting she mentioned is on Friday, the right day to send was Thursday.
- Has no idea the contract is above the assistant-cc threshold.
The uncopyable detail
How Job 5 actually closes without a path-builder
The mechanism that does Job 5 (rule application) without making you build a Zapier path is on the home page of the product, in the how-it-works panel (src/components/how-it-works.tsx, step 03, lines 44 to 58). The literal text Clone surfaces is worth quoting because it shows the architecture in one frame:
Noticed a pattern in your last 12 kickoff emails:
• You start with a personal line
• You always attach the SOW PDF
• You cc your assistant when the contract is above $10K
Should I apply this template going forward?
That is the whole interaction. The rule was not written. It was observed in twelve same-stage sends from your outbox. It is surfaced once, in plain language. You confirm once. The rule moves into a plain markdown file under ~/.clone/memory/ and applies to every same-stage send forever. If the rule changes (the threshold moves, the cc changes, the SOW gets renamed), you edit the file. There is no path UI to maintain.
“Twelve is the smallest window that catches the openers and sign-offs you use every time without being noisy. Fewer and the pattern is unreliable; more and the older sends drag the voice toward last quarter.”
Pattern window declared in src/components/how-it-works.tsx step 03
The same mechanism handles every implicit rule a consulting practice runs on. The threshold rule (cc above ten thousand). The attachment rule (SOW on first send to a new GC). The skip rule (do not nudge if they replied in the last thirty days). The opener rule (one personal line, never two). The escalation rule (forward to the partner if the inbound mentions legal). All of them are observed, surfaced, confirmed, and applied. You do not build any of them. You confirm them as Clone notices them.
That is the architectural difference that closes Job 5. A sequencer asks you to write the rules in a builder. A virtual assistant asks you to teach the rules over weeks. A plain English driver observes the rules in your sent mail, asks once, and applies them. The bar to add a new rule is a single yes.
Same five jobs, mapped to capabilities
Capability comparison, one job at a time
Each row is a capability either present or absent in the architecture. None of the comparison is about preference, it is about what the tool can produce on Wednesday morning after a Tuesday call.
| Feature | Cadence tools (HubSpot Sequences, Outreach, Salesloft) | Clone |
|---|---|---|
| Cites a specific thing the client said on the last call | No. The body is a template plus merge fields. The transcript of the call lives in a separate tool that the sequence does not read. | Yes. Clone reads the transcript page on screen (tl;dv, Fireflies, Otter, native Zoom) and lifts two or three commitments verbatim into the draft. |
| Sounds like the sender's normal voice | Whatever voice the template was written in. Frozen at template-creation time. Identical across the entire seat. | Voice patterns observed across the last twelve same-stage sends in your outbox. Updates as your phrasing changes. |
| Fires on signal, not on calendar arithmetic | Day three, day seven, day fourteen, day twenty-one. Calendar only. Cannot trigger on a phrase or a date the client named. | Triggers can include a phrase in an inbound email, a referenced deadline from the call, a deal-stage move, an external date in the conversation. Plain language in the rituals file. |
| Pauses on a clean reply | Yes. This is the one job most cadence tools handle honestly. | Yes, plus reads the reply content and either stops, drafts a smaller ask, or restarts at the right stage if the reply was a pivot. |
| Applies your small rules without you wiring them | Each rule is a separate workflow with explicit branches. You have to know the rule, write it once, and maintain it forever. | Rules are observed in your sent mail and surfaced for one-time confirmation. After confirmation, they live in a plain markdown file under ~/.clone/memory/ and apply to every same-stage send. |
| Works without replacing your CRM | Most sequencers are tied to a CRM. Switching CRMs means rebuilding sequences and templates. | Drives Gmail and whichever CRM you already use (HubSpot, Pipedrive, Folk, a Google Sheet). Switching CRMs is a one-line edit. |
| Monthly cost for a solo practice | HubSpot Sales Hub starts at $20 per seat and the sequences feature sits on higher tiers. Outreach quoted, typically over $100 per seat. Salesloft quoted. | $49 per month on Solo, one plan, fourteen-day free trial. |
The smallest version that proves the argument
Start with one stage. The post-call follow-up to an existing client is the easiest tell.
The reason this stage is the right starter is the feedback loop is short. The call ends, the draft has to be ready that afternoon, and you can read the draft against your memory of the call within minutes. Four lines of a rituals file is enough to get a real draft on the first run: where to read the transcript from, what to quote, which past sends to mimic, which one conditional rule applies (the cc-above-threshold rule, almost always).
The first draft will not be perfect. The phrase that was off gets fixed by you, the fix goes back into the rituals file or the voice memory, and the next draft at the same stage already learned. By the third or fourth call, the drafts arrive landing right on the first pass. That is the moment to extend, not before. Add the proposal-sent stage. Then the mid-engagement pulse. Then the ghosted-proposal nudge. Each new stage is four to ten lines.
The whole rituals tree, for a fully built-out solo practice, ends up at five to seven stages and somewhere between forty and one hundred lines of plain markdown. The architecture document for your follow-up automation is shorter than a single Zapier path. That is the point.
Want to walk through which of the five jobs are bleeding hours in your practice?
A short call, screen on, real follow-ups from your inbox. We map them to the five jobs and show you which ones close cleanly under a plain English driver.
Common questions about automating consulting follow-ups
What does it mean to automate consulting follow-ups, in one sentence?
It means closing each of the five separable jobs of a follow-up (citation, voice, timing, reply parsing, rule application) on the right surface for that job. The mistake almost every guide makes is treating the work as one task and recommending one tool. A drip sequencer is honest at one job out of five. A virtual assistant is honest at four out of five but pays in hours and lag. Software that drives your existing apps from a plain English file is honest at all five and runs on your clock, not anyone else's.
Why is a drip sequencer wrong for four of the five jobs?
Because the architecture of a drip sequencer is a template body plus merge fields plus a calendar cadence. That architecture is honest about exactly one of the five jobs (parsing a clean reply and pausing the cadence). It cannot cite the call (the transcript is not in scope), it cannot sound like you on a Wednesday morning two months from now (the template is frozen at creation time), it cannot fire on the Friday board meeting the client mentioned (only on day-N arithmetic), and it cannot apply your implicit rules without you turning each rule into an explicit branched workflow. None of these are bugs, they are the architecture. Asking a sequencer to do those four jobs is asking the wrong tool.
Why does a virtual assistant fall short on Job 3 (timing)?
Because the VA's clock is the VA's working hours, not the client's signal calendar. If a follow-up should fire two days before the board meeting the client mentioned, and the VA is part-time Monday to Wednesday, the email goes out the wrong day in a tone that has already drifted. A VA is excellent at the other four jobs (they will read the call, write in your voice with a little training, parse a reply with judgment, and apply your rules). Cost and response time are the trade. A 24/7 software handler closes the timing job that a part-time human cannot.
What is the single most useful thing this product does that other follow-up tools do not?
It observes the implicit rules in your sent mail and surfaces them for one-time confirmation, then applies them forever. The how-it-works panel on the home page (src/components/how-it-works.tsx, step 03) shows the literal pattern: 'Noticed a pattern in your last 12 kickoff emails: you start with a personal line, you always attach the SOW PDF, you cc your assistant when the contract is above $10K. Should I apply this template going forward?' That observation is rule extraction, not rule writing. You confirm once. The rule moves to a plain markdown file in ~/.clone/memory/ and runs on every same-stage send after that. You never built the path. You never wrote the trigger. You said yes once.
How does the timing job actually work without an explicit cron?
The instructions file declares the trigger in the same plain language you would use to describe it to an employee. Examples from real consulting practices: 'two business days before any board meeting the client mentioned on the last call', 'the morning the new GC starts, if the start date appeared in any thread', 'fourteen days before the contract renewal date in the SOW PDF', 'three days after a milestone signoff phrase appears in inbound mail'. Clone reads the instruction, watches the calendar and the inbox for the named events, and fires when the event happens. There is no path-builder UI. The instruction file is the source of truth.
What does the rituals file actually look like?
Plain markdown, eight to twenty lines per stage, lives at ~/.clone/memory/rituals/. A typical solo practice declares five to seven stages: discovery, proposal sent, mid-engagement pulse, post-engagement reactivation, ghosted nudge. Each stage names what to pull context from (the call transcript, the proposal PDF, the last weekly status thread), what voice source to mimic (your last twelve same-stage sends), and any conditional rule (cc assistant above ten thousand, skip if replied in the last thirty days). Editing the file is how you change the behavior. There is no dashboard. That is the point.
What if I do not record my calls?
Then Job 1 (citation) is harder. The follow-up can still cite the inbound email thread, the proposal PDF, the SOW, the last weekly status, the last quarterly review. Citation does not require a transcript, it requires the conversation surface to be in scope. The transcript is the cleanest surface for post-call follow-ups, but the proposal text is the cleanest surface for proposal-sent follow-ups, and the prior thread is the cleanest surface for ghosted nudges. The point is that follow-ups need a real surface to quote from, not merge fields.
Does this work alongside the CRM I already use?
Yes. Clone drives Gmail and your existing CRM through the screen, not through their APIs. HubSpot, Pipedrive, Folk, Copper, or a Google Sheet you treat as a CRM all work. Switching CRMs is a one-line edit of the rituals file. The product is explicit that it does not own the data layer (architecture.tsx lines 56 to 59: 'Clone uses the apps you already pay for. Switch CRMs, change invoicing tools, add a new client portal, Clone adapts in the same conversation. No re-wiring required.'). Removing Clone leaves your business intact.
How is this different from another guide on this site about consulting follow-up automation?
The other guide (/t/consulting-follow-up-automation) goes deep on Job 1 (citation, specifically the post-call transcript-lift mechanism) and Job 2 (voice mimicking from the outbox). This page is broader and more of a decomposition: it argues that follow-ups are five jobs, names them, and shows which automation shape closes each. If you already know you want transcript-lift specifically, read that one. If you have not yet decided whether a drip tool is the right shape at all, this page is the upstream question.
What about the milestone-cadence guide?
/t/consulting-milestone-followup-automation is about Job 3 (timing) for the specific case of post-deliverable cadences (day three, day seven, day fourteen) with timeline-shift language. This page covers Job 3 across all signals (board meetings, GC starts, contract renewals, deal-stage moves), not just calendar arithmetic after a milestone. Both can run together; in a mature practice, they typically do.
How do I start, in the smallest possible version?
Pick one stage. Just one. The most common is post-call to existing client. Write four lines of a rituals file: which transcript tool to read from, what to quote, which voice source to use (your last twelve same-stage sends), and one conditional rule (the cc-above-threshold rule is a good one to start with because almost every consultant has an implicit version of it already). Run the ritual once after your next call. Read the draft. Tweak the one line that was off. The fix goes back into the file. By the end of week one, that one stage is producing drafts you do not change. From there, add a stage a week.
What about cost? A virtual assistant is $3 to $6K, this is $49. Is the comparison honest?
It is honest on the four jobs where they overlap (citation, voice, reply parsing, rule application). The VA can do all four with judgment and a learning curve. The software can do all four for one or two orders of magnitude less, on a 24/7 clock. It is not honest on the rare follow-ups where the right move is a human voice on a call (a sensitive client renewal, a contract dispute, a hard pivot conversation). For those, keep a part-time VA or a fractional ops person and let the software handle the routine four jobs. Most healthy stacks are $49 to $129 per month of software plus a part-time human for the human-shaped follow-ups, not one or the other.
More from the operations layer of a consulting practice
Adjacent guides
Consulting Follow-Up Automation
Goes deep on the post-call transcript-lift mechanism. Useful once you have decided that drip is the wrong shape and want the specific implementation.
Consulting Milestone Follow-Up Automation
The Job 3 (timing) angle for the specific case of post-deliverable cadences with timeline-shift language.
Automate Consulting Back Office
The upstream question: there are four mechanically distinct shapes of automation, and follow-ups are one of seven loops in a back office that each want a different shape.