Workflows Guide
Workflows are reusable prompt templates that ensure consistent marketing analysis. Create custom workflows for your clients, processes, or team to save time and maintain quality.
What are Workflows?
Reusable Templates
Create a prompt once, use it consistently across all your analyses. No more copy-pasting or forgetting steps.
Dynamic Variables
Use variables like {{client_name}} or {{time_period}} to customize each run without editing the template.
Team Consistency
Ensure everyone on your team follows the same analysis process and produces consistent deliverables.
Using Pre-built Workflows
Ad Superpowers comes with pre-built workflows for common marketing tasks. Here's how to use them:
Browse Available Workflows
Go to the Workflows page in your dashboard to see all available workflows. Filter by category or platform.
Activate a Workflow
Click the activate button on any workflow to add it to your active workflows. Activated workflows appear as prompts in your AI assistant.
Run the Workflow
In Claude or your AI assistant, use the workflow_run tool with your parameters. The AI will execute the workflow and provide the analysis.
Pro Tip
Ask your AI assistant "List my available workflows" or use the workflow_list tool to see all workflows you have access to.
Workflow MCP Tools
Three MCP tools are available for working with workflows:
workflow_listList all workflows you have access to. Returns workflow names, descriptions, and categories.
workflow_infoGet detailed information about a specific workflow, including its parameters and template structure.
workflow_runExecute a workflow with parameters. The rendered prompt is then used to perform the analysis.
Creating Custom Workflows
Pro+Pro and higher plans can create custom workflows tailored to their specific needs. Custom workflows are private to your account.
Basic Example
Use double curly braces {{ }} for variables that will be replaced when the workflow runs:
You are a marketing analyst. Analyze the {{platform}} performance for {{client_name}}.
Focus on:
1. Campaign performance over the last {{time_period}}
2. Top performing ads by {{metric}}
3. Budget utilization and recommendations
Provide actionable insights and specific recommendations for improvement.Variable Syntax
| Syntax | Description | Example |
|---|---|---|
| {{ variable }} | Simple variable replacement | {{ client_name }} = "Acme Corp" |
| {{ variable | default('value') }} | Variable with default value | {{ metric | default('ROAS') }} |
| {% if condition %} | Conditional sections | {% if include_meta %}...{% endif %} |
| {% for item in list %} | Loop through items | {% for platform in platforms %}...{% endfor %} |
Advanced Example
Combine conditionals and variables for complex, flexible workflows:
Weekly Performance Report for {{client_name}}
## Instructions
Generate a comprehensive weekly report covering:
{% if include_meta %}
### Meta Ads Performance
- List all active campaigns with spend, impressions, clicks, and conversions
- Calculate week-over-week changes
- Highlight any campaigns exceeding CPA targets
{% endif %}
{% if include_google %}
### Google Ads Performance
- Campaign performance summary
- Top performing keywords by conversion rate
- Search term analysis for negative keyword opportunities
{% endif %}
### Executive Summary
Provide 3-5 key takeaways and recommended actions for next week.
Time Period: Last 7 days
Comparison: Previous 7 daysReady to create your first workflow?
Go to the dashboard to create and manage your custom workflows.
Common Use Cases
Weekly Client Reports
Create a standardized weekly report template for each client. Include their specific KPIs, comparison periods, and recommendations format.
Campaign Audits
Build a comprehensive audit workflow that checks campaign structure, targeting, budget allocation, and performance benchmarks.
Competitor Analysis
Standardize how your team analyzes competitor campaigns. Include sections for creative analysis, targeting insights, and recommendations.
Onboarding Checklist
Create a workflow for new client onboarding that ensures all accounts are properly connected and baseline metrics are captured.
Workflow Limits by Plan
| Feature | Free | Pro | Team | Enterprise |
|---|---|---|---|---|
| Access public workflows | Yes | Yes | Yes | Yes |
| Create custom workflows | - | Yes | Yes | Yes |
| Personal workflows | 0 | 25 | 100 | Unlimited |
| Team/Org workflows | - | - | 50 | Unlimited |
Related Guides
Start using workflows today
Browse pre-built workflows or upgrade to Pro to create your own.