Solo Unicorn Club logo

Workflow Recipes

One-Person Agency

Full client engagement automation for solo consultants

// First 7 days

What can be running fast.

01

Get a ready-to-run system that replaces blank-page setup.

02

Ship a usable package with 2 included files and working structure.

03

Move from purchase to first setup in about 5 min.

// Included files

What is inside the package.

workflow.yaml
README.md

Description

What is One-Person Agency?

Full client engagement automation for solo consultants. From lead intake to project delivery to invoicing, this workflow handles the entire client lifecycle so you can focus on the actual work.

solo-unicornclaude-code

Upgrade path

  • 01Start with this package and validate the workflow.
  • 02Add specialized skills or bundles once the core system is stable.
  • 03Use the community to sharpen positioning, demos, and feedback loops.
Previewworkflow.yaml
# workflow.yaml
name: one-person-agency
description: Client engagement automation for solo consultants

stages:
  - id: lead-intake
    trigger: form.submitted
    actions:
      - qualify-lead
      - send-acknowledgment
      - schedule-discovery-call

  - id: proposal
    trigger: discovery-call.completed
    actions:
      - generate-proposal
      - send-for-review
      - track-response

  - id: delivery
    trigger: proposal.accepted
    actions:
      - create-project-workspace
      - set-milestones
      - begin-work

// Community acceleration

Use the room after the purchase.

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Discuss implementation