06
Module 06 · Automation & E-Suite — Lindy

The Staff

The vault thinks. The engine reasons. The destination is open. The register works. Now we hire the team — five AI agents built in Lindy that run the operation while you sleep.

Sprint Days
Days 06 — 07
Tools
Lindy · Claude API · Vault
Est. Build Time
6 — 8 Hours
Scroll
01
Chapter 01

From Operator to Owner

Every solo operator faces the same ceiling. The work is good. The systems are in place. But growth requires execution — and execution requires time that a one-person operation doesn't have. The answer most people reach for is hiring. The answer this ecosystem reaches for is different.

This module builds five AI agents in Lindy — each with a defined role, a defined trigger, and a defined output. Together they handle the execution layer of the business: customer intake, workflow automation, vault maintenance, course delivery, audience intelligence, and onboarding sequences. The founder's job shifts from operating the system to directing it. From doing the work to deciding what work gets done.

Lindy is the platform these agents live in. The Claude API is the reasoning engine they think with. The vault is the intelligence they think from. All three working together produce outputs that sound like the ecosystem, behave like the ecosystem, and advance the ecosystem — without requiring the founder to be awake, available, or involved at every step.

A well-built AI agent doesn't save you time. It gives you back the kind of time that actually matters — the uninterrupted hours where the real creative work happens.

Cyber Blueprint · E-Suite Operating Principle
02
Chapter 02

Lindy — The Platform

Automation & Agent Platform
Lindy
Agentic Automation · Workflow Execution · E-Suite Host · Claude Integration

Lindy is the platform where the E-Suite lives and runs. Unlike traditional automation tools that follow rigid if-then logic, Lindy's agents use LLMs to understand context, make decisions, and execute multi-step workflows intelligently. The key difference: you describe the outcome you want, and the agent figures out how to achieve it — not a flowchart you have to maintain.

For this ecosystem, Lindy serves as the operational layer that connects everything else. It listens to Stripe webhooks and triggers Ghost access grants. It monitors the vault ingestion pipeline and fires alerts when something needs attention. It runs the weekly Analyst report by pulling data from multiple sources and synthesizing it into a brief. It handles new subscriber onboarding from the moment someone joins to the moment they're inside their first module.

Lindy's native Claude integration means the E-Suite agents don't just automate — they reason. When The Navigator responds to a student question, it's pulling from the vault and thinking through the response in context. When The Architect evaluates a decision, it's applying the ecosystem's stated principles, not a generic prompt. Pro tier from day one — no customer-facing automation should run on a free tier.

03
Chapter 03

The Full Roster

Five Agents. Five Roles.

Each agent has a name, a role, a trigger condition, and a deliverable. This is the complete E-Suite as it operates after the sprint ends.

01
The Architect
Decision Intelligence Agent
On Demand

When a strategic fork appears — two tools competing, two approaches in tension, a build decision with no obvious right answer — The Architect runs it through the ecosystem's stated principles and returns a recommendation. Not options. A position. It queries the vault for relevant past decisions and frameworks before responding, ensuring every recommendation is grounded in how this specific ecosystem thinks and operates.

DELIVERS // One recommendation. One reason. One action. Never a list of options to choose from.
02
The Curator
Vault Intelligence & Maintenance Agent
Every 72hrs + On Content

The Curator is what makes the vault self-sustaining. On a 72-hour cycle, it checks for new content in Obsidian and Descript transcripts, runs the LlamaIndex ingestion pipeline, and logs what changed. When the pipeline breaks — a failed ingestion, a schema error, an embedding gap — it flags the specific issue with a plain-language explanation so it can be resolved without calling the consultant. Every Sunday it delivers a vault health report: what's in, what's stale, what's missing.

DELIVERS // Continuous vault maintenance. Weekly health report. Plain-language failure alerts when something needs human attention.
03
The Navigator
Learning Experience Agent
On Student Interaction

The Navigator lives inside the Creative Companion course experience on Ghost. When a student asks a question, completes a module, or hits a checkpoint, The Navigator queries the vault and responds exclusively from the ecosystem's IP — methodology frameworks, course curriculum, brand voice documentation. It never draws on Claude's general knowledge. If a question isn't answered in the vault, The Navigator flags the gap to The Curator for future ingestion rather than generating a generic response.

DELIVERS // Vault-grounded responses in the ecosystem's voice. Unanswered question flags fed back to The Curator for vault improvement.
04
The Operator
Workflow Execution Agent
On Every Trigger Event

The Operator is the workhorse. It doesn't reason — it executes. Every repeatable workflow in the ecosystem routes through The Operator: Stripe payment confirmed → Ghost access granted → welcome email sent. New free subscriber → onboarding sequence fires → day-three check-in scheduled. Ghost post published → distribution confirmed → content calendar updated in Notion. Every workflow the consultant builds during the sprint gets handed to The Operator to run indefinitely without supervision.

DELIVERS // Flawless, consistent execution of every documented workflow. Zero manual intervention on any repeatable operational task.
05
The Analyst
Audience Intelligence Agent
Every Monday AM

Every Monday morning The Analyst pulls from three sources — Fathom analytics on the Ghost site, Ghost subscriber and engagement data, and Stripe transaction records — and synthesizes them into a single brief. Three sections only: what content performed best this week, where the audience dropped off or disengaged, and what the revenue pattern looks like versus the prior week. No dashboard to check, no data to pull manually. The signal arrives. You read it. You make one decision. You move forward.

DELIVERS // One weekly brief. Three sections. The information needed to make the next content and product decision — nothing more.
04
Chapter 04

The Key Workflows

What The Operator Runs

Every workflow below must be built, tested, and confirmed running before Module 06 closes. Each one is an operational task that should never require manual intervention after the sprint ends.

Stripe
Payment Confirmed → Access Granted
Any Stripe payment success fires Ghost tier assignment, confirmation email, and the appropriate onboarding sequence within five seconds. Covers all product types.
Ghost
New Free Subscriber → Welcome Sequence
Free signup triggers a five-email sequence over ten days. Each email delivers value from the vault. No pitch until email four. Trust before transaction.
Ghost
Course Enrollment → Activation Sequence
New course member receives Module 01 access, a day-three activity check, and a day-seven re-engagement trigger if no modules have been accessed.
Stripe
Subscription Cancelled → Offboarding + Save Attempt
Cancellation triggers a single re-engagement email with a downgrade option to the free tier. No guilt. No pressure. One offer, cleanly made.
Stripe
Payment Failed → Dunning Sequence
Failed payment triggers a three-touch sequence over seven days. Friendly tone. Clear action required. Stripe retry logic runs in parallel.
Obsidian
New Content Flagged → Vault Ingestion
Content marked as vault-ready in Obsidian triggers The Curator's ingestion pipeline. New embeddings confirmed before the cycle closes.
Descript
Transcript Exported → Vault Ingestion + Content Queue
Descript transcript export triggers LlamaIndex ingestion and adds the source to the content production queue in Notion for editorial review.
Scheduled
Monday 7AM → Analyst Report Delivered
The Analyst pulls from Fathom, Ghost, and Stripe. Three-section brief assembled and delivered. No dashboard required.
5
Agents built and running after this module
8
Core workflows automated and documented
0
Workflows requiring manual intervention when built correctly
Times The Operator can run a workflow without asking you
05
Chapter 05

Build Checklist

[ ]
Create Lindy Pro account
Pro tier from day one. Under the Cyber Coastlines LLC entity. No customer-facing automation runs on the free tier.
[ ]
Connect Lindy to Claude API
API key from Module 03 connected. All five agents configured to use Claude as their reasoning engine. Vault retrieval layer connected as the context source.
[ ]
Connect Lindy to Stripe webhooks
payment_intent.succeeded, subscription created, subscription cancelled, payment failed — all four events wired to Lindy. Each tested with a simulated event.
[ ]
Connect Lindy to Ghost
Ghost Admin API key in Lindy. Member creation, tier assignment, and email triggers tested and confirmed.
[ ]
Build and test The Architect agent
System prompt written with role definition, vault instruction, voice calibration, and output format. Tested with five real strategic questions from the ecosystem context.
[ ]
Build and test The Curator agent
72-hour ingestion cycle configured. Failure alert logic built and tested. Weekly vault health report format confirmed. Simulated new content addition tested end to end.
[ ]
Build and test The Navigator agent
Embedded inside Ghost course content layer. Tested with ten real student question types. Every response verified as drawing from vault — not general Claude knowledge.
[ ]
Build and test The Operator agent — all eight workflows
Every workflow in Chapter 04 built, triggered, and confirmed executing correctly end to end. Zero manual steps in any workflow at completion.
[ ]
Build and test The Analyst agent
Fathom, Ghost, and Stripe data sources connected. Report format confirmed. Monday 7AM scheduled trigger set. Test report run and reviewed for accuracy.
[ ]
Run full E-Suite integration test
All five agents queried and triggered in sequence. Every output reviewed against vault content. Every workflow confirmed executing without manual intervention.
[ ]
Document all agent configurations in GitHub
System prompts, trigger configurations, connection settings, and workflow logic all committed. Module 06 is not done until every agent can be rebuilt from GitHub documentation alone.
Before Leaving This Module
Every Agent. Every Workflow. Documented.

This is the heaviest module in the sprint. The temptation at the end is to declare it done when the agents are running — before the documentation is complete. Resist it. An agent that runs but can't be rebuilt from GitHub documentation is a liability, not an asset. The test for completion is simple: could someone with no prior context on this ecosystem read the GitHub documentation and rebuild every agent from scratch? If the answer is no, the module is not done.

End of Module 06
The Staff Is Hired.

Module 07 handles the money trail. Wave connects to Stripe and every transaction in the ecosystem gets logged, categorized, and tax-ready — automatically.