/ Directory / Playground / creative-director-skill
● Community smixs ⚡ Instant

creative-director-skill

by smixs · smixs/creative-director-skill

Claude as creative director: 20+ ideation methodologies, Cannes-calibrated scoring, recursive refinement from brief to deck.

creative-director-skill runs the classic agency creative process through the agent: Insight → Ideation → Evaluation → Presentation. It uses methodologies like SIT, TRIZ, Bisociation, and SCAMPER to generate concepts, scores them against Cannes-style criteria, and refines the best ones into presentable ideas. Useful for copywriters, strategists, and solo creators who don't have a creative team on speed dial.

Why use it

Key features

Live Demo

What it looks like in practice

creative-director-skill.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "creative-director-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/smixs/creative-director-skill",
        "~/.claude/skills/creative-director-skill"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "creative-director-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/smixs/creative-director-skill",
        "~/.claude/skills/creative-director-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "creative-director-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/smixs/creative-director-skill",
        "~/.claude/skills/creative-director-skill"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "creative-director-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/smixs/creative-director-skill",
        "~/.claude/skills/creative-director-skill"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "creative-director-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/smixs/creative-director-skill",
        "~/.claude/skills/creative-director-skill"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "creative-director-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/smixs/creative-director-skill",
          "~/.claude/skills/creative-director-skill"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add creative-director-skill -- git clone https://github.com/smixs/creative-director-skill ~/.claude/skills/creative-director-skill

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use creative-director-skill

How to go from a client brief to 3 strong concepts

👤 Creatives, strategists, marketers ⏱ ~60 min intermediate

When to use: You have a brief and need more than 'the first idea I thought of'.

Prerequisites
  • Skill cloned — git clone https://github.com/smixs/creative-director-skill ~/.claude/skills/creative-director-skill
Flow
  1. Extract the insight
    From this brief, distill the human insight. One sentence.✓ Copied
    → Sharp insight statement
  2. Diverge with methodologies
    Generate 15 concepts using SIT, Bisociation, and SCAMPER.✓ Copied
    → Varied, structured concepts with method tags
  3. Score and pick 3
    Score each concept on the Cannes-style rubric. Pick the top 3.✓ Copied
    → Scored list + reasoning for the three
  4. Refine
    For the top 3, produce a one-page treatment each.✓ Copied
    → Treatments presentable to the client

Outcome: Three distinct, defensible concepts instead of one safe one.

Pitfalls
  • Diverge step produces 15 variations of the same idea — Force multiple methodologies; reject close neighbors
  • Scoring rewards familiar over fresh — Weight novelty explicitly in the rubric prompt

Pressure-test a favorite idea before pitching

👤 Anyone attached to one concept ⏱ ~30 min intermediate

When to use: You love an idea but don't know if you love it because it's good.

Flow
  1. State the idea
    Here's the idea. Play harsh senior CD: what's wrong with it?✓ Copied
    → Pointed critique, not soft feedback
  2. Compare against alternatives
    Generate 5 alternative routes via different methodologies. Score all 6 against the brief.✓ Copied
    → 6-way comparison

Outcome: Either confirmed commitment or clean pivot — both are wins.

Pitfalls
  • Claude softens criticism — Explicitly ask for CD-level directness; re-ask if it hedges

Combinations

Pair with other MCPs for X10 leverage

creative-director-skill + mck-ppt-design-skill

Turn the selected treatments into a client-ready deck

Turn the three treatments into a 10-slide pitch deck using the Mck layouts.✓ Copied

Extend the winning concept into platform-specific posts

Take the winning concept and generate IG / TikTok / LinkedIn adaptations.✓ Copied

Tools

What this MCP exposes

ToolInputsWhen to callCost
insight-extraction brief Step 1 0
ideation-methodologies insight + methodology selection Step 2 0
cannes-scoring concept set Step 3 0
concept-treatment chosen concepts Step 4 0

Cost & Limits

What this costs to run

API quota
none beyond LLM
Tokens per call
~10–30k for full arc
Monetary
free
Tip
Run diverge once with many methodologies, not many times with one — divergence is where tokens pay off

Security

Permissions, secrets, blast radius

Credential storage: none
Data egress: none

Troubleshooting

Common errors and fixes

Concepts feel same-y

Force different methodologies explicitly; limit overlap

Scoring feels arbitrary

Ask Claude to show scoring rationale per dimension

Alternatives

creative-director-skill vs others

AlternativeWhen to use it insteadTradeoff
claude-ads-skillYou want ad-unit-specific output, not full CD processNarrower scope
marketing-skill-pack-skillYou need broader marketing, not just creativeMore planner, less creative

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills