ads create
Campaign concept and copy brief generator for paid advertising. Reads brand-profile.json and optional audit results to produce structured campaign concepts, messaging pillars, and copy briefs. Outputs campaign-brief.md. Run after /ads dna and before /ads generate. Triggers on: "create campaign", "campaign brief", "ad concepts", "write ad copy", "campaign strategy", "ad messaging", "creative brief", "generate concepts"
Best use case
ads create is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Campaign concept and copy brief generator for paid advertising. Reads brand-profile.json and optional audit results to produce structured campaign concepts, messaging pillars, and copy briefs. Outputs campaign-brief.md. Run after /ads dna and before /ads generate. Triggers on: "create campaign", "campaign brief", "ad concepts", "write ad copy", "campaign strategy", "ad messaging", "creative brief", "generate concepts"
Teams using ads create should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ads-create/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ads create Compares
| Feature / Agent | ads create | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Campaign concept and copy brief generator for paid advertising. Reads brand-profile.json and optional audit results to produce structured campaign concepts, messaging pillars, and copy briefs. Outputs campaign-brief.md. Run after /ads dna and before /ads generate. Triggers on: "create campaign", "campaign brief", "ad concepts", "write ad copy", "campaign strategy", "ad messaging", "creative brief", "generate concepts"
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# /ads create — Campaign Concept & Copy Brief Generator > Generates structured campaign concepts and platform-specific copy from your brand > profile and optional audit data. Outputs `campaign-brief.md` for use by `/ads generate`. ## Usage ```bash /ads create /ads create --platforms meta google /ads create --objective leads ``` ## Arguments | Flag | Type | Default | Description | |------|------|---------|-------------| | `--platforms` | string[] | all | Platforms to target | | `--objective` | string | — | Campaign objective (sales, leads, awareness) | ## Process ### Step 1: Check for Brand Profile Look for `brand-profile.json` in the current directory. - **Found**: Load and proceed. - **Not found**: Ask the user to run `/ads dna <url>` first or describe brand manually. ### Step 2: Check for Audit Results Look for `ADS-AUDIT-REPORT.md` or any `*-audit-results.md` in the current directory. - **Found**: Note top 3 weaknesses to address in concepts. - **Not found**: Continue without. Note: "No audit data — run `/ads audit` for weakness-targeted concepts." ### Step 3: Collect Campaign Parameters Ask (combine into one message — omit any already provided via flags): 1. **Platforms**: Which ad platforms? (Meta, Google, LinkedIn, TikTok, YouTube, Microsoft, All) 2. **Objective**: Sales/Revenue, Leads/Demos, App Installs, Brand Awareness, Retargeting 3. **Offer or brief**: Any specific offer, promotion, or message to highlight? (optional) 4. **Number of concepts**: How many campaign concepts? (default: 3) ### Step 4: Spawn Creative Agents in Sequence Agents must run **sequentially** — `copy-writer` reads the file that `creative-strategist` writes, so running them in parallel creates a race condition on `campaign-brief.md`. **Step 4a — Spawn `creative-strategist`**: Creates `campaign-brief.md` and writes the strategic sections: `## Brand DNA Summary`, `## Campaign Concepts`, `## Image Generation Briefs`, `## Next Steps`. **Step 4b — Spawn `copy-writer`**: After `creative-strategist` completes, spawn `copy-writer`. It reads the existing `campaign-brief.md` and appends the `## Copy Deck` section with platform-specific headlines, primary text, and CTAs. ### Step 5: Review and Present Confirm `campaign-brief.md` exists and is complete. Present summary to user. ## campaign-brief.md Format Specification The following section headings are a **parsing contract** — agents downstream depend on these exact heading names. ```markdown # Campaign Brief — [brand_name] **Generated:** [date] **Website:** [website_url] **Platforms:** [comma-separated list] **Objective:** [objective] **Concepts:** [N] ## Brand DNA Summary [3-sentence synthesis of brand-profile.json: voice, visual identity, target audience] ## Audit Context [If audit data found: top 3 weaknesses being addressed] [If no audit data: "No audit data — run /ads audit for weakness-targeted concepts"] ## Campaign Concepts ### Concept 1: [Name] **Hypothesis:** [why this will work — 1 sentence] **Primary Message:** [core message — 1 sentence] **Tone:** [voice reading from brand-profile.json] **Visual Direction:** [2-3 sentences describing imagery] **Target Platforms:** [platforms and rationale] **CTA:** [call to action text] **Addresses:** [audit finding or "general brand awareness"] ### Concept 2: [Name] [same structure] ## Copy Deck [appended by copy-writer agent — headlines, primary text, CTAs per concept per platform] ## Image Generation Briefs ### Brief 1: [Concept Name] — [Platform] **Prompt:** [exact generation prompt] **Dimensions:** [WxH] **Safe zone notes:** [constraint or "None"] ## Next Steps 1. Review all concepts and select which to move forward with 2. Run `/ads generate` to produce images from the briefs above 3. Adjust CTAs and offers in the copy deck for your specific promotion 4. Upload final assets to your ad platform managers ``` ## Quality Gates - **Minimum 3 concepts** (unless user requests fewer) - **Distinct angles**: no two concepts share the same primary message angle - **Platform fit**: concepts targeting TikTok must acknowledge vertical-only format and sound-on context - **Offer anchoring**: if the user provided a specific offer, at least 1 concept must lead with it - **Image briefs**: every concept must have at least one image brief per requested platform
Related Skills
create-spec
Guided spec creation through 9 phases from discovery to testing strategy. Supports spec types: library, feature, change. Produces a complete specification document with requirements, architecture, constraints, and YAML test data. Interactive or autonomous modes. Triggers on: "create spec", "write spec", "spec out", "specification", "design document"
/create-pr
> Create a pull request with summary, test plan, and proper labeling.
/create-operation
> Define a new operation (a packaged workflow with agents, skills, and deliverables).
/create-agent
> Define a new specialist agent with role, capabilities, triggers, and routing rules.
/do
> The agent's primary skill. Customize this to match your agent's purpose.
/report
> Generate structured reports. Director-owned.
/primary
> Main workflow execution and routing. Director-owned.
Qualify
## Command
Prospect
## Command
Close Plan
## Command
Battlecard
## Command
Spec
## Command