Caelan's Domain

The Full Executive: Your Complete AI Marketing System

Created: April 16, 2026 | Modified: April 16, 2026

Cowork Features
Revisited: Projects, CLAUDE.md, Memory, Rules, Skills, Agents, Scheduled Tasks

This is Part 16 of a 16-part series on building your AI VP of Marketing with Claude Cowork. Previous: Expanding the Role: Adding Sales Support


Quick Start
This is the capstone article. It reviews the complete system you built across Articles 1-15 and teaches you how to extend it. If you are jumping in here, start at Article 1: The Hire — the series builds progressively and this article assumes you have completed the full build.

System Review

You started with an empty Cowork project and a prompt that said "interview me about my business." Sixteen articles later, you have a marketing system that produces strategy, creates content, checks brand consistency, distributes across channels, measures results, runs on a schedule, and handles sales collateral. That is not a chatbot. That is an operating department.

Here is the complete system as a flow:

CLAUDE.md (business context)
  + Memory (learned decisions)
    + Rules (standards and constraints)
      → Skills (structured tools)
        → Agents (autonomous workers)
          → Pipeline (connected workflow)
            → Scheduled Tasks (automation)
              → Memory (results feed back in)

Notice the loop. Memory feeds back into the system. When the Metrics Analyzer reports that email open rates dropped, that finding enters Memory. The next time the Campaign Strategist builds a plan, it accounts for that data. The system does not just execute -- it accumulates knowledge.


Architecture Documentation

This is your reference card. Every component, its type, what it does, and where you built it.

Component Type Purpose Built In
CLAUDE.md Context Business overview, audience, voice, goals, competitive positioning Article 1
Memory entries Context Strategic decisions, test results, audience insights retained across sessions Article 2
.claude/rules/brand-voice.md Rule Vocabulary, tone, sentence structure, format-specific voice standards Article 4
.claude/rules/content-standards.md Rule Quality gates, minimum requirements, structural standards for all content Article 4
.claude/rules/sales-voice.md Rule Sales-specific tone, vocabulary, and register adjustments from brand voice Article 15
.claude/rules/sales-process.md Rule Qualification requirements, proposal structure, follow-up cadence Article 15
.claude/rules/handoff-rules.md Rule Marketing-to-sales lead handoff triggers, required information, feedback loop Article 15
Content Brief Generator Skill Produces structured briefs with audience, messages, CTA, SEO, outline Article 5
Brand Voice Checker Skill Audits content against brand voice rules, flags violations, suggests fixes Article 6
Social Media Post Creator Skill Formats content for platform-specific conventions, lengths, hashtags Article 11
Marketing Metrics Analyzer Skill Generates performance reports from marketing data, tracks KPIs Article 13
Sales Collateral Generator Skill Produces one-pagers, proposal sections, and pitch talking points from marketing assets Article 15
Lead Qualifier Skill Evaluates inbound leads against BANT criteria and ideal customer profile Article 15
Campaign Strategist Agent Turns briefs into multi-channel campaign plans with segments and timelines Article 8
Content Repurposer Agent Transforms one content piece into every format a campaign requires Article 9
Channel Distribution Planner Agent Schedules content across platforms with timing, frequency, and sequencing Article 12
Content Pipeline Integration Four-stage workflow: Brief → Voice Check → Campaign Plan → Content Article 10
Weekly Content Pipeline Scheduled Task Runs the content production pipeline weekly with approval gates Article 14
Monthly Competitive Scan Scheduled Task Researches competitor changes and flags strategic shifts monthly Article 14
Weekly Performance Report Scheduled Task Compiles weekly marketing metrics with flags and recommendations Article 14
Monthly Performance Summary Scheduled Task Aggregates weekly reports into monthly strategic review Article 14

Print this table or bookmark this page. When something breaks or needs adjustment, this tells you exactly which component to open and which article to revisit.


What You Built

Here is every article in the series, what you built in each one, and which Cowork feature it teaches.

# Title What You Built Cowork Feature
1 The Hire Cowork project + business briefing (CLAUDE.md) Projects, CLAUDE.md
2 The First Assignment Marketing strategy + competitive context Memory
3 You're Still the Boss Review workflow + accountability framework (Mindset)
4 Writing the Playbook Brand voice rules + content standards Rules
5 Content Brief Generator First reusable skill for structured briefs Skills
6 Brand Voice Checker Automated voice consistency auditing Skills
7 Meet Your Agents Understanding autonomous workers Agents
8 Campaign Strategist Briefs into multi-channel campaign plans Agents
9 Content Repurposer One piece into multiple formats Agents
10 Wiring It Together Connected 4-stage content pipeline (Integration)
11 Social Media Post Creator Platform-specific social content Skills
12 Channel Distribution Planner Cross-channel scheduling Agents
13 Measuring What Matters KPI tracking + performance reporting Skills
14 Running on Autopilot Automated recurring marketing tasks Scheduled Tasks
15 Expanding the Role Sales collateral + lead qualification (Extension)
16 The Full Executive System documentation + extension pattern (Capstone)

Three of these articles are designed as off-ramps. If you stopped after Article 4, you had a VP with full business context, brand voice rules, and content standards -- enough to produce good marketing work on demand. If you stopped after Article 10, you had a complete content pipeline that turns a topic into distribution-ready assets across multiple channels. If you stopped after Article 13, you had everything from Article 10 plus measurement, so your VP could tell you what was working and what was not.

Any of those stopping points produces a working system. The later articles add automation and extend the VP into new territory, but the core was solid at each off-ramp. If you skipped ahead and built everything, you can always scale back to an earlier configuration by disabling scheduled tasks or ignoring the sales extension until you need it.


The Pattern

This is the section that matters most. Everything you built for marketing follows a single pattern. Once you see it, you can apply it to any business function.

The pattern has six steps:

1. Identify the need. What recurring task takes too much time, produces inconsistent results, or falls through the cracks? For marketing, it was content production. You needed blog posts, emails, social media, and campaign plans -- and the quality varied depending on how much time you had that week.

2. Write rules. Codify the standards for that task in .claude/rules/. What does good output look like? What is never acceptable? What tone, format, and structure should every output follow? For marketing, you wrote brand voice rules and content standards. These rules turned subjective quality ("does this sound like us?") into checkable criteria.

3. Build a skill or agent. Create a reusable tool that executes the task. If the task is structured and produces a predictable output format, build a skill. If the task requires multiple steps, decision-making, or adapting to different inputs, build an agent. For marketing, the Content Brief Generator is a skill (structured input, structured output). The Campaign Strategist is an agent (takes a brief, makes decisions about segments and channels, produces a plan that varies based on the input).

4. Wire into the pipeline. Connect the new tool to your existing workflow. Where does its output go? What feeds into it? For marketing, the brief feeds the voice checker, the voice checker feeds the strategist, the strategist feeds the repurposer. Each tool's output is the next tool's input.

5. Measure. Track whether the tool improves outcomes. Are you producing more content? Is the quality more consistent? Are the results better than what you produced manually? For marketing, the Metrics Analyzer skill handles this -- it pulls your data and tells you whether the pipeline is working.

6. Automate. Schedule recurring execution so the work happens without you initiating it. For marketing, scheduled tasks run the pipeline weekly, scan competitors monthly, and generate performance reports on weekly and monthly cadences. You review and approve, but you do not have to remember to start the process.

Here is how that pattern played out across the series:

Need: consistent content production
  → Rules: brand voice + content standards (Article 4)
    → Skill: Content Brief Generator (Article 5)
      → Agent: Campaign Strategist (Article 8)
        → Pipeline: Brief → Voice → Plan → Content (Article 10)
          → Measure: Marketing Metrics Analyzer (Article 13)
            → Automate: Scheduled Tasks (Article 14)

You already applied this pattern a second time in Article 15 when you extended into sales. You identified the need (consistent sales collateral), wrote rules (sales voice, sales process, handoff criteria), built skills (collateral generator, lead qualifier), and connected them to the existing pipeline. The same six steps, applied to a different function.

Here is why this matters: the pattern works for anything.

Customer Support

Need: Customer tickets get inconsistent responses. One person writes three paragraphs, another writes one sentence. Escalation criteria are subjective -- different team members escalate different issues.

Rules: Write response tone guidelines in .claude/rules/support-tone.md. Define escalation criteria: any ticket mentioning data loss escalates immediately, billing disputes over a certain dollar amount go to a manager, feature requests get logged and acknowledged with a timeline.

Skill: Build a Ticket Response Drafter. Input: the customer's message and ticket category. Output: a draft response that follows your tone rules, addresses the specific issue, and includes the appropriate next step.

Agent: Build a FAQ Updater. It reviews resolved tickets from the past week, identifies questions that came up more than once, and drafts new FAQ entries or updates to existing ones.

Pipeline: New ticket arrives, the drafter produces a response, a human reviews and sends it. Resolved tickets feed the FAQ Updater weekly.

Measure: Track average response time, customer satisfaction scores, and escalation rates.

Automate: Schedule the FAQ Updater to run every Friday. Schedule a weekly support quality report that flags responses deviating from tone guidelines.

Operations

Need: Vendor evaluations happen ad hoc. Someone Googles alternatives when a contract comes up for renewal, compares prices in a spreadsheet, and makes a recommendation based on whatever they found that afternoon.

Rules: Write evaluation criteria in .claude/rules/vendor-evaluation.md. Define scoring categories: price, reliability, support quality, contract flexibility, integration with your existing tools. Set minimum scores for each category.

Skill: Build a Vendor Scorecard Generator. Input: vendor name and available data (pricing page, contract terms, support SLA). Output: a scored evaluation card using your standardized criteria.

Agent: Build a Market Scanner. It takes your current vendor list and their categories, researches alternatives, and flags any that score higher on your evaluation criteria.

Pipeline: Quarterly, the Market Scanner identifies alternatives. The Scorecard Generator evaluates each one. You get a ranked comparison with your current vendor's score alongside the alternatives.

Measure: Track cost savings from vendor switches, time spent on evaluations (should drop), and vendor performance against SLA.

Automate: Schedule the Market Scanner quarterly. Schedule scorecard generation for any new vendors it identifies.

HR and Hiring

Need: Candidate screening is inconsistent. When you are hiring, you read resumes differently depending on your mood, how many you have already reviewed, and whether you had coffee. Good candidates slip through because the third batch of resumes gets less attention than the first.

Rules: Write role requirements and evaluation standards in .claude/rules/hiring-standards.md. Define must-have qualifications versus nice-to-haves for each role. Set clear scoring criteria: years of relevant experience, specific technical skills, portfolio quality, communication clarity in the cover letter.

Skill: Build a Resume Screener. Input: a resume and the role requirements. Output: a scored evaluation with a clear recommendation -- advance, hold, or pass -- with specific reasons tied to your criteria.

Agent: Build an Interview Question Generator. It takes the role requirements and the candidate's resume, identifies areas that need deeper exploration, and produces tailored interview questions. The candidate who listed "project management experience" gets asked to describe a specific project they managed, not generic leadership questions.

Pipeline: Job posting goes live, resumes come in, the screener evaluates each one against your criteria, top candidates get custom interview questions generated from their specific background.

Measure: Track time-to-hire, screening consistency (do similar candidates get similar scores?), and hiring manager satisfaction with candidate quality.

Automate: Schedule the screener to run daily during active hiring periods. Schedule a weekly summary of the candidate pipeline.

In each example, the same six steps produce a system tailored to that function. The tools are different. The rules are different. The pattern is identical.

That pattern is the real product of this series. Your AI VP of Marketing is one application. You can build an AI Director of Customer Support, an AI Operations Manager, or an AI Recruiting Coordinator using the same framework. The skills transfer because the architecture transfers.


GitHub Reference Repo

The complete reference implementation for everything you built in this series is available on GitHub:

https://github.com/placeholder/cowork-vp-marketing

This link will be updated with the live repository when it is published. The reference repo contains:

  • Example CLAUDE.md with a complete business briefing for the fictional Tideway Bookkeeping
  • All rules files (brand voice, content standards, sales voice, sales process, handoff rules)
  • All skill definitions (Content Brief Generator, Brand Voice Checker, Social Media Post Creator, Marketing Metrics Analyzer, Sales Collateral Generator, Lead Qualifier)
  • All agent definitions (Campaign Strategist, Content Repurposer, Channel Distribution Planner)
  • Scheduled task configurations for weekly and monthly automation
  • Sample marketing data CSV for testing the Metrics Analyzer
  • README linking back to each article in this series
Use the reference repo as a starting point, not a finished product. The example data is for Tideway Bookkeeping -- a fictional cloud bookkeeping service for freelancers. Your business is different. Replace the CLAUDE.md with your own business briefing, adjust the rules to match your brand voice, and modify the skills and agents to reflect your actual workflows. The structure is the scaffold. Your business knowledge is what makes it work.

What is Next

You have a complete system. Here is where to take it from here.

Connectors. Right now, your VP works inside Cowork. Future Cowork updates will add connectors for external tools -- Google Drive, Slack, Chrome, and others. When those ship, your VP will be able to pull data from your analytics dashboard, push content drafts to your CMS, and send reports to your Slack channel without you copying and pasting between windows. The architecture you built is ready for that. Your skills and agents already produce structured output -- connectors just change where that output lands.

Scaling to new functions. You proved the extension pattern works when you added sales support in Article 15. Pick your next function. Customer support, operations, hiring, finance reporting -- whatever takes the most time or produces the most inconsistent results. Follow the six-step pattern. You already know how.

Customization ideas. Your system works year-round, but your business probably has seasonal patterns. Build seasonal campaign templates -- a holiday promotion template, a back-to-school template, a year-end review template. Add them as skills that your Campaign Strategist can invoke when the calendar calls for them. Build a competitor monitoring agent that checks your competitors' websites monthly and flags changes to their pricing, messaging, or product lineup. Add industry-specific rules that account for compliance requirements, terminology standards, or audience expectations unique to your field.

Share what you build. This series gave you a marketing VP, but the framework is open-ended. If you build something useful for a different function -- a support system, an operations dashboard, a hiring pipeline -- share it. Post your configuration on GitHub, write about what worked and what you had to adjust, and help the next person skip the trial and error. The pattern is universal, but the implementations are specific to each business. The more examples exist, the easier it gets for everyone.


This is Part 16 of 16 — the final article in the Your AI VP of Marketing series. Previous: Expanding the Role: Adding Sales Support

Thank you for building this with us. Your AI VP is ready.