Prefer a copy you can keep? Save this as a PDF — it prints clean.

S THE SOLO STACK

Twelve workflows that run
your admin without you.

Copy-paste automation builds for freelancers, consultants and solo operators. No code. Free-tier route documented for every single one.

12Workflows
~20hSaved per week
45mAverage build time
9/12Run free

Before you build anything

Four things that will save you a wasted weekend. Read these — they matter more than any individual workflow in here.

1. Build one. Not twelve.

The failure mode for this Blueprint is reading all twelve, feeling energised, planning a full rebuild, and finishing nothing. Pick the task you dread most. Build only that one. Come back next week.

2. Automate the gathering. Approve the sending.

The rule that keeps this safe: anything that leaves your name on it and reaches another human gets a human glance first. Collecting, sorting, drafting, formatting — let it run unattended. Sending — approve it. That glance costs you eight seconds and prevents the one embarrassing failure that would make you abandon all of this.

3. Start on free tiers.

Nine of these twelve run entirely free. Upgrade when a limit genuinely annoys you, not because paying feels like commitment. Every workflow below lists its free route.

4. These break sometimes.

An API changes, a format shifts, something silently stops. Check your automations once a month. Build a five-minute monthly review into your calendar now, before you need it.

What you actually need to start: an automation platform (Make.com or Zapier — both have free tiers), your existing email, and about an hour. That's genuinely it for the first four workflows.

The twelve workflows

WORKFLOW 01

The Inbox Filter

~6 hrs / week45 min buildFree tier

You open your laptop and immediately spend forty minutes inside other people's priorities before touching your own work.

TRIGGER New email arrives CLASSIFY Decision needed / Reply needed / Neither ROUTE → Decision = label + 3-line summary → Reply = draft prepared, held → Neither = archive silently DIGEST 06:00 — one summary of everything
  1. Set the trigger. In your automation platform, connect your mailbox and set the trigger to fire on new mail. Filter it to your primary inbox only — newsletters and notifications shouldn't enter this flow at all. Kill those with a plain mail rule first.
  2. Classify. Pass the subject and first 500 characters to an AI step. Ask it to return exactly one word: DECISION, REPLY, or NEITHER. Constraining the output to one word is what makes the routing reliable — leave it open-ended and you'll get paragraphs you can't branch on.
  3. Branch on the result. Three paths. NEITHER gets archived. DECISION gets a label and a three-line summary written into the thread. REPLY goes to step 4.
  4. Draft, don't send. Generate a reply and save it as a draft. Never auto-send. This is the approve-the-sending rule and it is not optional.
  5. Morning digest. A scheduled step at 06:00 that lists what came in, what was archived, and what's waiting. One notification instead of forty.
Watch out: run this in monitor-only mode for the first three days — log what it would have archived without actually archiving. You will find edge cases. Better to find them in a log than in a missed client email.

TOOLS

Automation platformMake.com free tier — 1,000 ops/mo, plenty here
ClassificationAny AI step; free tiers handle this volume
WORKFLOW 02

Proposal Engine

~3 hrs / proposal60 min buildFree tier

Every proposal is 80% identical to the last one, and you rebuild it from scratch anyway — usually at 11pm.

TRIGGER Discovery notes saved to folder EXTRACT Scope · timeline · budget signals · stakeholders MATCH Closest past proposal as structural base POPULATE Your template — three pricing tiers HOLD Draft ready for your edit
  1. Build the master template once. This is the real work and it's worth doing properly. Your standard sections, your terms, your three pricing tiers. Mark every variable clearly — {{CLIENT}}, {{SCOPE}}, {{TIMELINE}}, {{PRICE_MID}}.
  2. Trigger on notes. A new file in a watched folder starts the flow. Voice notes work here too — pair this with Workflow 08.
  3. Extract structured data. Ask the AI step to return JSON with fixed keys, not prose. {"scope": "...", "timeline": "...", "stakeholders": [...]}. Structured output is what makes the next step reliable.
  4. Populate. Map each JSON key to its template variable. The document assembles itself.
  5. Always edit before sending. Pricing and scope are judgment calls. The workflow gets you to 85% in four minutes; you supply the last 15%.
Why three tiers: a single price invites a yes-or-no answer. Three options change the question to "which one" — and the middle tier is chosen most often. Price the middle one at what you actually want to earn.

TOOLS

Document generationGoogle Docs API — free
Extraction + draftingJasper (paid) · free alternatives on p.24
WORKFLOW 03

The Content Multiplier

~8 hrs / week90 min build

You post consistently for three weeks, client work gets heavy, you go quiet for two, and start from zero.

TRIGGER Long recording uploaded (60-90 min) TRANSCRIBE Full text with timestamps SEGMENT Find the moments that stand alone EXPAND Each moment → short script + written post QUEUE Into scheduler, spaced across the week
  1. Record without a script. Sixty to ninety minutes talking through what you actually know. Rambling is fine — the segmentation step handles structure. What it cannot fix is having nothing to say.
  2. Transcribe with timestamps. Timestamps matter: they let you cut the original video at the exact segment later if you want video clips rather than just text.
  3. Segment on self-containment. This is the step everyone gets wrong. Don't ask for "interesting parts" — you'll get vague summaries. Ask specifically: "Return every passage that makes a complete point a stranger could understand with zero surrounding context." That instruction is the difference between usable clips and mush.
  4. Expand each segment twice. Once as a 30-second spoken script. Once as a written post. Same idea, two shapes.
  5. Queue with spacing. Push to your scheduler with at least four hours between posts on the same platform.
Reality check: expect roughly 60% of segments to be usable. That's a good ratio — 90 minutes of recording still yields 12-15 solid pieces. Don't force the weak ones through.

TOOLS

ElevenLabs — transcriptionFree tier works at low volume
Segmentation + expansionJasper — this one earns its cost
SchedulingBuffer / Metricool — free tiers available
WORKFLOW 04

Silent Invoicing

~2 hrs / week40 min buildFree tier

Chasing money is the worst part of working for yourself — so you delay it, and then you're both owed money and annoyed about it.

TRIGGER Project marked complete GENERATE Invoice from project data SEND Immediately, with terms WAIT Day 7 → gentle nudge Day 14 → firmer, terms restated Day 21 → flag to you personally STOP Payment received — sequence cancels
  1. One trigger, clearly defined. A status change in whatever you already use. Don't invent a new system for this.
  2. Generate from real data — hours, rate, project name, your terms. Your invoicing tool almost certainly has an API.
  3. Send immediately. Same-day invoices get paid measurably faster than end-of-month batches. This alone is worth the build.
  4. Write the escalation ladder once. Day 7 is friendly and assumes it was missed. Day 14 restates the terms and the late fee. Day 21 stops being automated and comes to you.
  5. Cancel on payment. Critical. Chasing someone who already paid costs you goodwill you can't buy back. Test this branch twice before going live.
The real benefit isn't the time. It's that the awkward message goes out on schedule, in neutral language, without you having to decide each time whether today is the day you nag a client you like.

TOOLS

InvoicingWhatever you use — most have APIs
Forms / intakeJotform — free tier
WORKFLOW 05

Meeting to Action

~4 hrs / week50 min buildFree tier

The recap you promised at the end of the call gets written two days later, if at all — and by then you've lost half the detail.

TRIGGER Call recording available TRANSCRIBE With speaker separation EXTRACT Decisions · actions · owners · dates FLAG Anything with a date or number → your review DRAFT Recap email, held for approval
  1. Get the recording in automatically. Most meeting tools drop a file somewhere on completion. Watch that location.
  2. Transcribe with speakers separated. Without separation, the extraction step can't tell who committed to what — and that's the whole point.
  3. Extract into fixed categories. Decisions made. Actions agreed. Who owns each. Any dates mentioned. Force structured output.
  4. Flag dates and numbers for human review. This is the step people skip, and it's the one that bites. An AI reading "we could maybe push to Thursday" as a confirmed reschedule will happily send a recap confirming a meeting that doesn't exist. Anything temporal or numeric gets your eyes before it leaves.
  5. Draft the recap. Approve it. Then send. Eight seconds of reading. Every time.

TOOLS

ElevenLabs — transcription90-day retention on free tier
ExtractionAny AI step with structured output
WORKFLOW 06

The Lead Catcher

~3 hrs / week45 min buildFree tier

Someone enquires at 11pm. You reply at 9am. By then they've messaged two competitors and one of them answered first.

TRIGGER Form submitted ENRICH Company · size · industry from domain SCORE Fit against your ideal client ROUTE High → personal reply + calendar link Mid → useful resource + nurture Low → polite redirect LOG Everything, scored, for review
  1. Ask three questions maximum on the form. Every extra field costs you real submissions. Name, email, and one open question about what they need.
  2. Enrich from the email domain. A work email tells you the company; the company tells you size and industry. Personal domains score neutral, not low — plenty of good clients use Gmail.
  3. Score against your real criteria. Write down what your best three clients had in common. That's your scoring rubric. Not a generic template.
  4. Route by score. High-fit gets a genuine reply and your calendar link within ninety seconds. Mid gets something useful and enters nurture. Low gets a courteous redirect — do this properly, referrals come from people you turned down well.
  5. Log everything. Review monthly. Your scoring will be wrong at first and the log is how you fix it.
Keep it human. The auto-reply must read like you wrote it. "Thanks for reaching out — your message came through and I'll come back to you properly today. In the meantime here's my calendar." Corporate auto-responder language destroys the advantage speed just gave you.

TOOLS

FormsJotform — free tier, good API
SchedulingCal.com — free
WORKFLOW 07

Client Reporting on Rails

~5 hrs / month70 min buildFree tier

Month-end reporting is four hours of copying numbers between tools and writing the same commentary in slightly different words.

TRIGGER Schedule — 1st of month, 07:00 PULL Metrics from each connected source COMPARE Against previous period NARRATE Plain-language explanation of movement ASSEMBLE Branded document, per client HOLD For your review before sending
  1. Decide on five metrics. Maximum. Clients don't read twenty. They read five and ask about one. Pick the five that connect to their actual goal.
  2. Pull on a schedule, always the same day and time, so comparisons stay honest.
  3. Compare to the previous period and calculate direction and magnitude. Raw numbers without movement are meaningless.
  4. Narrate in plain language. Feed the AI step the numbers and the context of what you did that month. "Traffic up 22%" is data. "Traffic up 22%, driven by the three landing pages we shipped mid-month" is a report.
  5. Review before sending — always. If a number looks wrong, it usually is. This is the step that protects your credibility.

TOOLS

Data sourcesWhatever you already use — most have APIs
Document assemblyGoogle Docs / Slides API — free
WORKFLOW 08

Voice Notes to Deliverables

~4 hrs / week35 min buildFree tier

You think clearly while walking and badly while staring at a blank document. So the document doesn't get written.

TRIGGER Voice memo lands in watched folder TRANSCRIBE Raw text CLEAN Remove filler, keep your phrasing STRUCTURE Apply the matching template DELIVER Formatted document to your drive
  1. Record on your phone. Whatever app you already have. Save to a synced folder.
  2. Say the document type in the first sentence. "This is a project brief for Acme." That single sentence lets the workflow pick the right template automatically — it's the whole trick that makes this work.
  3. Clean, don't rewrite. Instruct explicitly: "Remove filler words and false starts. Preserve the speaker's vocabulary and sentence rhythm." Without that constraint you get generic corporate prose and lose the reason you spoke instead of typing.
  4. Structure by template. Build three or four: brief, proposal outline, meeting prep, client update.
  5. Deliver to your drive, named and dated. Edit there.
Best use: the walk between meetings, the drive home, the ten minutes before a call when you can't start anything real. Dead time becomes drafted work.

TOOLS

TranscriptionElevenLabs — free tier ample for this
Storage triggerGoogle Drive / Dropbox — free
WORKFLOW 09

The Follow-Up Machine

~2 hrs / week40 min buildFree tier

Most work you lose isn't lost to a competitor. It goes cold because nobody followed up and it felt awkward to chase.

TRIGGER Proposal or quote sent WAIT Day 3 → "any questions?" Day 8 → relevant example of similar work Day 15 → "should I close this out?" DETECT Any reply → sequence stops immediately ARCHIVE No reply after 15 → move to long nurture
  1. Trigger on sending, not on a reminder. The moment the proposal leaves, the sequence starts. No decision required from you.
  2. Three touches, each with a different job. Day 3 opens a door. Day 8 adds value — a relevant case, not a nudge. Day 15 gives them permission to say no, which is what actually gets replies.
  3. Stop on any reply. Non-negotiable. Test this branch before going live.
  4. Keep them short. Two or three sentences. Long follow-ups read as desperate; short ones read as organised.
  5. Archive to nurture, don't delete. "No" usually means "not now." Six months later they're worth an email.
The day 15 email matters most. "Happy to close this out if the timing isn't right — just let me know" gets more replies than any chase. People respond to a clean exit. Some of those replies are yes.

TOOLS

SequencingKit / your email platform — free tier
WORKFLOW 10

Research Compression

~3 hrs / project30 min buildFree tier

Every new client sector means hours of reading before you can speak credibly about it.

TRIGGER URLs added to a list FETCH Clean text from each SUMMARISE Each source separately, citation kept SYNTHESISE Combined brief — agreements + conflicts DELIVER Brief with every claim linked to source
  1. Collect URLs in one place. A note, a sheet, whatever. The list is the trigger.
  2. Summarise each source individually first. Don't merge and then summarise — you lose the ability to trace claims back. This ordering is the whole point.
  3. Keep citations attached to every extracted claim, always.
  4. Synthesise with conflicts surfaced. Instruct explicitly: "Note where sources disagree rather than resolving the disagreement." Where sources conflict is usually where the interesting insight is — and silently picking one is how you end up confidently wrong.
  5. Verify before you use it publicly. Summaries drift. The citations exist so you can check. Check them.
Honest limitation: this gets you oriented fast. It does not make you an expert. Treat the output as a map, not as knowledge — and never quote it to a client without opening the source first.

TOOLS

FetchingBuilt into most automation platforms
WORKFLOW 11

Onboarding Autopilot

~2 hrs / client55 min buildFree tier

The first week with a new client is your best chance to look organised, and it's the week you're most scattered.

TRIGGER Contract signed CREATE Folder structure from template SEND Welcome pack + intake form SCHEDULE Kickoff invite with agenda attached TASK Your internal checklist created REMIND Day 3 if intake form not returned
  1. Trigger on signature from your e-sign tool, or a manual button if you close over email.
  2. Clone your folder template — named consistently. Consistency is what makes everything findable in a year.
  3. Welcome pack goes out within minutes. How you work, what you need, when they'll hear from you. This single email prevents most of the friction that shows up in week three.
  4. Kickoff invite with the agenda already attached. Not "let's find a time" — a proposed time with structure.
  5. Chase the intake form on day 3. Clients forget. The reminder isn't rude, it's the reason the project starts on time.

TOOLS

E-signatureFree tiers widely available
Intake formsJotform — free tier
WORKFLOW 12

The Weekly Reset

~90 min / week40 min buildFree tier

Sunday evening anxiety is almost always a lack of visibility, not a lack of capacity. You don't know what's outstanding, so you assume everything is.

TRIGGER Friday, 16:00 GATHER Completed · slipped · unpaid · upcoming ANALYSE What moved, what didn't, what's at risk PRIORITISE The three things that matter Monday SEND One email to yourself
  1. Friday at 16:00, not Monday morning. Reviewing while the week is still in your head is far more accurate — and it lets you actually stop working over the weekend.
  2. Gather from everywhere: completed work, slipped deadlines, outstanding invoices, next week's calendar.
  3. Ask for exactly three priorities. Not a list — three. Constraint is what makes this useful. Ten priorities is the same as none.
  4. Include what slipped and why. Uncomfortable, and the most valuable part. Patterns show up within a month.
  5. One email. To yourself. That's it.
The one to build if you only build one. It takes forty minutes and it's the difference between running your business and reacting to it.

TOOLS

Everything you already useNo new tools required

Free alternatives for every paid tool

Nothing in this Blueprint requires payment to work. Here's the zero-cost route for each paid recommendation — slower and clunkier in places, but functional.

Paid recommendationFree routeThe trade-off
ElevenLabs (transcription, voice)Whisper via free tier, or built-in phone dictationLower accuracy on accents and crosstalk; no speaker separation
Jasper (drafting, repurposing)Any free AI chat tier, run manuallyLoses automation — you paste in and out by hand
Make.com paid tierMake.com free — 1,000 operations/monthEnough for 4-5 workflows; you'll hit the ceiling around workflow six
Paid schedulersNative platform schedulingOne platform at a time; no cross-posting
Honest recommendation: run everything free for your first month. You'll discover which limit actually bothers you, and that's the only good reason to upgrade. Paying before you've hit a wall is just paying.

When something breaks

SymptomUsual causeFix
Workflow stopped silentlyExpired authenticationReconnect the account; set a monthly reminder to check
AI step returns unusable outputPrompt too open-endedForce a structure — JSON keys or a single word. Constraint fixes most of these.
Duplicate actions firingTrigger firing on updates as well as creationAdd a filter for first-run only
Hit the operations limitTrigger too broadNarrow the filter before the trigger, not after
Wrong information sent outApproval step skippedRe-add it. This is why the rule exists.