Why do every 'consulting business software' list and this page disagree on the basic unit?+
The SERP articles (Flowlu, BigTime, Bonsai, Paperbell, Productive, Teamwork, Wispa, BigContacts, Hello Bonsai, and others) organize around software category: CRM, invoicing, project management, scheduling, transcription, docs, dashboards, portal, automation. The grid has 10-20 rows and each row is a purchase decision. A consulting business, in practice, runs around one unit: a client engagement moving from discovery call to paid close. Clone is built around that unit. The configuration surface is one markdown file per ritual, not one subscription per category. That is why a page about consulting business software, written from inside the product source, ends up looking different from a listicle written from a reviewer seat.
What exactly does memory/rituals/new-client.md contain?+
Roughly 36 lines of plain markdown. Shape: a trigger line (e.g., 'schedule: on-trigger (discovery call ends)'), an apps_this_quarter block mapping each function to whatever tool you currently use (calendar: cal.com, transcripts: fireflies, invoicing: quickbooks, and so on), an engagement_fields block (rate_model, default_rate, deposit_split), a voice_examples block pointing at 2 past SOWs and 1 kickoff email, and two actions blocks: actions_on_discovery_call (6 items) and actions_on_signed_contract (5 items). The full file is on this page, copy-paste ready. The same shape works for milestone rituals, renewal rituals, quarterly-review rituals, just different apps and actions.
Does Clone replace HubSpot, QuickBooks, PandaDoc, Cal.com, or Fireflies?+
No. The Computer Agent layer in src/components/architecture.tsx lines 18-22 is described as 'Reads the screen, clicks, types, scrolls'. That layer opens each app the same way you do and types into the visible fields. Your HubSpot records, QuickBooks invoices, PandaDoc envelopes, Cal.com event types, and Fireflies notebooks all stay where they are. If you uninstall Clone, every one of those tools keeps running. Clone owns no client data. It is the operator, not the system of record.
How is this different from Zapier, Make, n8n, or Gumloop?+
Zapier, Make, n8n, and Gumloop are recipe builders. You pick a trigger in tool A and configure one or more actions in tools B-Z through their UIs. They require an API or pre-built connector on each tool in the chain. They are strong for simple reflex automations ('when a new PandaDoc signs, post to Slack'). Clone is a different shape: plain English in chat, plain markdown for config, the apps' actual UIs as the action surface. Where a Zap is 'when X then Y', a Clone ritual is the whole new-client lifecycle in one readable file. Many consulting businesses run both: Zaps for simple A-to-B reflexes, Clone for the multi-app rituals that need judgment.
Does Clone replace a HoneyBook or Dubsado all-in-one?+
No. HoneyBook and Dubsado are all-in-one client portals: they try to replace your CRM, invoicing, proposal, scheduling, and portal with one subscription. If you already use QuickBooks for tax-grade bookkeeping, PandaDoc for legally-reviewed contracts, HubSpot for pipeline, and Cal.com for scheduling, migrating into HoneyBook means re-exporting and re-onboarding all of them. Clone does the opposite: it leaves the best-of-breed tools in place and runs across them. If you run HoneyBook today, Clone can drive HoneyBook. If you run the separate-tools stack, Clone can drive the separate-tools stack. The choice of portal stays yours.
How is $49/mo possible when the SERP stack is $200-$500/mo and a VA is $3,000-$6,000/mo?+
Clone is not replacing the stack. The $200-$500/mo category stack is yours, and you keep paying it. Clone is the single operator added on top. Pricing from the product's src/components/pricing.tsx: Solo $49/mo, Boutique $129/seat/mo, Enterprise custom. Solo is unlimited tasks, unlimited apps driven, local by default, with a 21-day free trial. Unlike a VA at $3-6K/mo, Clone runs 24/7 and does not need weeks of onboarding. Unlike adding a 12th category tool, Clone does not add a silo; it makes the 11 you have talk to each other.
Which tools does Clone drive well today?+
Anything your Mac or PC can open a window for. Clone has been validated driving QuickBooks, FreshBooks, HubSpot, Pipedrive, Calendly, Cal.com, PandaDoc, DocuSign, Google Docs/Sheets/Drive/Gmail, Zoom with tl;dv/Fireflies/Otter, Notion, Slack. Because the Computer Agent uses screens and not APIs, tools with legacy UIs, custom Airtable bases, internal CMSes, or no public API work the same way. The limit is 'can you open it in a window and click through it'. The ritual file names the tool, Clone does the rest.
Where does the client data go? Is it sent anywhere?+
Architecture principle 1 (architecture.tsx lines 46-50) is literal: Clone operates your desktop apps from your desktop, client files, emails, contracts, and transcripts never leave your computer, your engagements stay confidential by default. The HubSpot deal stays in HubSpot. The QuickBooks invoice stays in QuickBooks. The SOW PDF stays in your Drive. The Fireflies transcript stays in Fireflies. Clone does not host copies. The Planner layer may call a model to interpret your English instruction, but attached engagement content is not sent along with that call. Uninstalling Clone leaves every other tool intact.
What if I have a boutique team, not a solo practice?+
src/components/pricing.tsx defines Boutique at $129/seat/mo. Shared client memory across the team, firm-wide playbooks and templates, role-based permissions, scheduled firm-level rituals, Slack/Teams notifications, priority support. The rituals become firm-wide shared files rather than per-person files. A partner writes the new-client.md ritual once; every associate uses it on their engagements. Team-level reporting rolls up across everyone's runs.
What exactly does 'review before send' look like for a consulting engagement?+
review_before_send: true in the ritual file. When Clone runs the discovery-call actions, the SOW is a draft in Google Docs (not shared), the PandaDoc envelope is created but not sent, the HubSpot deal is at stage 'proposal sent' but the envelope url is attached for you to audit, the QuickBooks invoice is a draft (not emailed), and the kickoff email is a Gmail draft (not sent). You open each one, read it, edit, hit send or approve. Architecture principle 4 (architecture.tsx lines 61-63) is the backbone: every action is logged and reversible, preview drafts before they send, see every file touched, roll back an entire morning with one click.
What's the ROI a consulting practice actually sees in the first 30 days?+
features.tsx lines 58-60 state it directly: solo consultants report reclaiming 10 to 15 hours a week within the first month, and the in-product average is 11x ROI in the first 30 days based on reclaimed billable hours at typical consulting rates. The reclaim is concentrated in the per-client handoffs the SERP grid skips: transcript -> SOW draft -> contract envelope -> CRM deal -> deposit invoice -> kickoff email -> welcome folder. That's 20-40 minutes of re-typing per new client, turned into 3-5 minutes of review.
Can I try this without committing to $49/mo?+
Yes. Every plan starts with a 21-day free trial on Solo (pricing.tsx). Download Clone, paste the new-client.md ritual from this page into memory/rituals/, drop two past SOWs into your Drive, run it on your next discovery call. If the reclaimed time in the trial period isn't worth $49/mo, don't subscribe. The ritual file stays on your disk regardless.