This project includes specialized "Slash Commands" that turn your AI clients (Claude Desktop, OpenCode, Antigravity) into expert marketing analysts. These commands orchestrate multiple MCP tools to give you instant, governed answers.
Type the command directly into the chat box. Claude will see the definition in the cowork_plugin folder and execute the steps.
- Example: "Run
/marketingfor last quarter."
Type the command in the terminal chat. OpenCode uses these as "Expert Skills."
- Example:
> /attribution what is the ROAS difference between models?
Ask your assistant to follow a specific command blueprint.
- Example: "Use the
/pipelinecommand to analyze our funnel bottlenecks."
Goal: Blended performance analysis across Google Ads, Meta Ads, and GA4.
- Tools used:
google-ads,meta-ads,ga4,salesforce. - Primary Metric: Blended CAC (Cost / Conversions) and ROAS.
- Best for: Weekly executive summaries and budget allocation reviews.
Goal: Compare First-Touch, Last-Touch, and Linear models to find hidden gems.
- Tools used:
dbt-semantic-layer. - Primary Metric: Revenue credit by model.
- Best for: Decisions on top-of-funnel (awareness) vs. bottom-of-funnel (direct) spend.
Goal: Full funnel visibility from CRM leads to deal revenue.
- Tools used:
hubspot,salesforce,dbt-semantic-layer. - Primary Metric: Win rate, Lead-to-Opp conversion, Pipeline Velocity.
- Best for: Sales and Marketing alignment meetings and revenue forecasting.
You can create your own commands by adding a new Markdown file to:
cowork_plugin/commands/(for Claude Desktop).opencode/commands/(for OpenCode CLI)
Template:
---
description: Brief description of the command.
---
# /yourcommand [query]
## Steps
1. Call [mcp-server].[tool-name]
2. ...
3. Provide summary.