How a Solo 3D Animator Built a Persistent AI Biz Dev Assistant with Claude Cowork Plugins

A solo 3D animation studio operator built an AI sales development representative (named Reid) using Claude Cowork plugins. Unlike generic chatbots, Reid is a persistent, role-specific assistant with knowledge of the business. The architecture consists of four core skills:
Prospect Research + Outreach
Before writing anything, Reid pulls company data, finds the decision-maker, reviews recent campaigns, and identifies a specific angle — e.g., a weak product render or a new launch needing visualization. Then drafts a 4-6 sentence email leading with that observation. No 'I hope this finds you well' or portfolio dumps.
Follow-Up Tracking
Tracks outstanding follow-ups and drafts messages that don't sound desperate. When a lead is dead, Reid advises: 'send one clean final message or close it out.' This prevents the common solo freelancer trap of forgetting follow-ups for weeks.
Pitch Prep
When a prospect agrees to a call, Reid builds a pre-call brief: who they are, what they care about, where your work is relevant, five smart questions, and topics to avoid. The difference between winging a call and preparing is the difference between being treated as a vendor vs. a peer.
Strategy + Positioning
Reid addresses broader questions — pricing, retainers vs. project work, which communities matter, when to walk away. It doesn't replace gut instinct but provides informed input to push against.
Technical Implementation
Same plugin architecture as the other AI team members: a Cowork plugin with skills defined per task type. The outreach skill includes a voice guide, portfolio context, and constraints about client approach. The research skill connects to web tools. The follow-up skill tracks state across conversations.
The key design choice: Reid has a persona that is strategic, slightly blunt, and willing to declare a deal dead. That constraint shapes everything it outputs — it's not just 'write me a cold email,' but a role with a perspective.
Limitations acknowledged: Reid cannot build relationships, tell which projects to take, or replace years of instinct. But the pipeline no longer goes dark, follow-ups happen on time, and new conversations start before old projects end. The creator documents the full process in a video series called Studio of One — Episode 3 covers Reid in detail, Episodes 1-2 cover the overall architecture and build-along.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using Telegram Topics for Unlimited Parallel AI Agent Conversations
A developer discovered that converting Telegram groups to forums enables each topic to function as an isolated session for AI agents, allowing unlimited parallel conversations without creating additional bots or tokens.

OpenClaw Video Creation Process: Reducing Automation to 80% with Improved Quality
A developer shares their refined OpenClaw workflow for animated video creation, reducing automation to 80% while improving quality through better prompt engineering, multiple clip generation, and manual post-processing steps.

Using Claude as a Creative Director in a Sticker Generation Pipeline
A developer built a sticker app where Claude analyzes user-uploaded photos, generates nine sticker concepts, and writes detailed prompts for image models, resulting in personalized stickers rather than generic ones.

Cross-Platform Graphics Testing Workflow for AI-Assisted Development
A developer shares a workflow for testing Windows D3D11/D3D12 graphics code on headless Linux CI runners without a GPU, using MinGW-w64, Wine, DXVK/VKD3D-Proton, Lavapipe, and llvmpipe. The approach enables comprehensive validation of AI-generated code through CI pipelines.