How It Works
Cursor’s agent mode uses an agentic loop: you describe a task, it reasons, calls tools, reads results, and repeats. When your task involves advertising, Cursor can delegate to the Adspirer subagent — which has its own prompt, memory, skills, and MCP tools.What Makes Cursor Different
Cursor has two features that no other client offers for Adspirer:- Cursor Rules (
.mdcfiles) — auto-trigger advertising workflows based on context. You don’t need to invoke a skill manually. When you mention ad campaigns, the rules kick in automatically. - 5 separate skills — each focused on one workflow. The main skill (
adspirer-ads) handles all campaigns, while 4 specialized skills handle setup, performance review, ad copy, and wasted spend.
What Gets Installed
The one-command installer sets up everything:- One-Command Install (Recommended)
- Manual Install
The 5 Skills
Cursor uses 5 separate skills, each focused on one workflow. This maps to Cursor’s skill architecture where each skill has its own invocation command.How Skills Work in Cursor
- Skill descriptions are always in context — Cursor knows what’s available
- Full skill content loads when you invoke it or Cursor matches it automatically
- Each skill is a
SKILL.mdfile in.cursor/skills/adspirer-*/ - You can invoke directly with
/adspirer-*or just describe what you want
Cross-platform wasted spend audit with savings estimate.
Sign up for Adspirer — free to start
Main Skill: adspirer-ads
The comprehensive skill covering all platforms and workflows:- Campaign creation flows for Google Search, PMax, Meta, LinkedIn, TikTok
- Keyword research with strategy directive filtering
- Cross-platform performance dashboards
- Budget optimization and wasted spend analysis
- Ad extension workflows (sitelinks, callouts, structured snippets)
- Competitive intelligence via web research
- Audience analysis and optimization
- Monitoring and scheduled reporting
Specialized Skills
The 4 smaller skills focus on specific workflows:Cursor Rules
Cursor Rules are.mdc files that auto-trigger behavior. Adspirer ships 2 rules:
brand-workspace.mdc
Auto-loads brand context on every advertising task:- Reads
BRAND.mdandMEMORY.mdat session start - Reads
STRATEGY.mdfor active directives - Bootstraps new workspaces if
BRAND.mddoesn’t exist - Updates context files when significant changes happen
use-adspirer.mdc
Enforces workflow safety automatically:- Always checks connections first
- Read-before-write enforcement
- User confirmation before spend-affecting actions
- Campaign creation in PAUSED status
- Strategy directive checks before campaign creation
- Mandatory ad extensions for Google Ads campaigns
- Post-creation verification before reporting success
Rules vs Skills
create_search_campaign — which fails because there’s no keyword research, no asset validation, no strategy check.With rules, the same prompt triggers the full workflow automatically: connection check → strategy load → keyword research → asset validation → confirmation → creation → extensions → verification.Context Files
The agent uses three persistent files. Cursor’s file isBRAND.md (vs Claude Code’s CLAUDE.md).
BRAND.md — Brand Context
Created by/adspirer-setup. Contains brand overview, voice, audiences, connected platforms, budgets, KPI targets, and performance snapshot.
STRATEGY.md — Strategic Decisions
Same as Claude Code. Persists directives across sessions:MEMORY.md — Past Decisions
Located at.cursor/memory/performance-marketing-agent/MEMORY.md. Tracks campaign actions, optimization results, and learnings.
The Agent Loop
When you invoke/adspirer-performance-review in Cursor:
Rule activates
brand-workspace.mdc fires, loading BRAND.md and STRATEGY.md into context.Skill loads
Agent spawns
Data pull
Strategy check
STRATEGY.md. Flags “Strategy Drift” items.Results
Web Research
Cursor’s agent has access toWebSearch and WebFetch for competitive research. Before creating any campaign, the agent:
- Crawls your website for positioning, pricing, and value propositions
- Searches for and crawls competitor websites
- Combines web data with Adspirer data (search terms, keyword volumes)
- Presents a research brief before building your campaign
Safety Rules
Comparison with Other Clients
FAQ
Do I need Cursor Rules to use Adspirer?
Do I need Cursor Rules to use Adspirer?
Can I edit the rules and skills?
Can I edit the rules and skills?
.mdc files in .cursor/rules/. Skills are SKILL.md files in .cursor/skills/. Edit them to change default behaviors, add custom workflows, or modify safety rules.What's the difference between the subagent and Composer?
What's the difference between the subagent and Composer?
Can I use Adspirer in Cursor without the agent?
Can I use Adspirer in Cursor without the agent?
Related Documentation
- Claude Code Agent — How Adspirer works in Claude Code
- Codex Agent — How Adspirer works in Codex
- Performance Marketing Agent — Architecture overview
- Skill Reference — All 5 skills with invocation details
- Cursor Setup — Installation guide

