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

✍️ OpenClawRadar📅 Published: May 5, 2026🔗 Source
How a Solo 3D Animator Built a Persistent AI Biz Dev Assistant with Claude Cowork Plugins
Ad

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.

Ad

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

Ad

👀 See Also

State Machine Approach for Coordinating Multiple AI Agents
Use Cases

State Machine Approach for Coordinating Multiple AI Agents

The team at ultrathink.art found that coordinating multiple AI agents requires explicit state transitions, heartbeat timeouts, retry limits, and task chaining rather than traditional message queues. They implemented mandatory quality gates between agent handoffs to prevent garbage output.

OpenClawRadar
Reddit user shares experience with AI agent building a Next.js project overnight
Use Cases

Reddit user shares experience with AI agent building a Next.js project overnight

A developer on r/openclaw gave their AI agent an open-ended task to build a project from scratch overnight, documenting what the agent handled well versus where human intervention was required. The agent successfully scaffolded a Next.js project, wrote content, managed Git operations, deployed to Vercel, and iterated on design with feedback.

OpenClawRadar
Using AI to Port a Wi-Fi Driver from Linux to FreeBSD: A Case Study
Use Cases

Using AI to Port a Wi-Fi Driver from Linux to FreeBSD: A Case Study

A developer used Claude Code and Pi agent to attempt porting the Linux brcmfmac driver for Broadcom BCM4350 Wi-Fi chips to FreeBSD, first through direct code translation and then by generating a detailed 11-chapter specification for clean-room implementation.

OpenClawRadar
User Comparison: Claude vs Gemini for Android App Development
Use Cases

User Comparison: Claude vs Gemini for Android App Development

A developer tested both Claude and Gemini for creating a Samsung Fold cover screen game controller app. Claude provided working alternatives, a complete zip folder for Android Studio, and transparent reasoning, while Gemini gave faulty code, irrelevant video suggestions, and required manual file creation.

OpenClawRadar