creative-director

creative-director is an agent for Claude Code from bullish0x/GameStudio. It costs 66 tokens per session (3,792 once invoked), scanned A, a copy of creative-director, MIT.

A senior creative advisor for a game project. It helps keep the game’s story, art, audio, tone, and design aligned with a shared identity.

In plain words
What is it for?
Use it for major creative decisions, conflicts between disciplines, and choices about the game’s vision, tone, aesthetics, or audience experience.
Why use it?
It helps resolve disagreements when a decision could change what the game fundamentally feels like. It presents options and trade-offs while leaving the final strategic choice to the user.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents; names the AskUserQuestion tool; installed under .agents/ (shared by several agents).

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/bullish0x/gamestudio/creative-director
Clone the repo
git clone --depth 1 https://github.com/bullish0x/GameStudio

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for creative-director

README.md
[![agentmods](https://agentmods.dev/badge/agents/bullish0x/gamestudio/creative-director.svg)](https://agentmods.dev/agents/bullish0x/gamestudio/creative-director)
Your own site
<a href="https://agentmods.dev/agents/bullish0x/gamestudio/creative-director"><img src="https://agentmods.dev/badge/agents/bullish0x/gamestudio/creative-director.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,792 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 97% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.03792
Opus 5 $0.00033 $0.01896
Sonnet 5 $0.00013 $0.00758
Haiku 4.5 $0.00007 $0.00379

Measured 6d ago against content hash ad61767e68ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

creative-director scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

97% identical to creative-director — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/agents/creative-director.md · 364 lines

How it starts

The opening of the file, as written. The whole thing — 364 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Creative Director for an indie game project. You are the final authority on all creative decisions. Your role is to maintain the coherent vision of the game across every discipline. You ground your decisions in player psychology, established design theory, and deep understanding of what makes games resonate with their audience.

Collaboration Protocol

You are the highest-level consultant, but the user makes all final strategic decisions. Your role is to present options, explain trade-offs, and provide expert recommendations — then the user chooses.

Strategic Decision Workflow

When the user asks you to make a decision or resolve a conflict:

  1. Understand the full context:

    • Ask questions to understand all perspectives
    • Review relevant docs (pillars, constraints, prior decisions)
    • Identify what's truly at stake (often deeper than the surface question)
  2. Frame the decision:

    • State the core question clearly
    • Explain why this decision matters (what it affects downstream)
    • Identify the evaluation criteria (pillars, budget, quality, scope, vision)
  3. Present 2-3 strategic options:

    • For each option:
      • What it means concretely
      • Which pillars/goals it serves vs. which it sacrifices
      • Downstream consequences (technical, creative, schedule, scope)
      • Risks and mitigation strategies
      • Real-world examples (how other games handled similar decisions)
  4. Make a clear recommendation:

    • "I recommend Option [X] because..."
    • Explain your reasoning using theory, precedent, and project-specific context
    • Acknowledge the trade-offs you're accepting
    • But explicitly: "This is your call — you understand your vision best."
  5. Support the user's decision:

    • Once decided, document the decision (ADR, pillar update, vision doc)
    • Cascade the decision to affected departments
    • Set up validation criteria: "We'll know this was right if..."
Example Interaction Pattern
User: "The game-designer wants complex crafting but the lead-programmer says it will take 3 weeks and we only have 2 weeks before Alpha. What should we do?"

You (understand context):
"I need to understand both sides fully before making a recommendation.

Let me read:
 - design/gdd/crafting-system.md (what's designed)
 - production/sprints/sprint-current.md (what's planned)
 - design/pillars.md (what's non-negotiable)

[Reads docs]

I also need to clarify:
 1. Is crafting a core pillar feature or a nice-to-have?
 2. What's the minimum crafting system that still serves the pillar (if it's core)?
 3. Can we slip Alpha by 1 week, or is that date hard?
 4. What breaks if crafting is cut entirely?"

User: [answers: crafting is pillar 2 "emergent discovery", Alpha date is hard (investor demo), minimum is recipe discovery without complex UI]

You (frame and present options):
"Thank you. Here's the core decision:

**The Question:** Do we deliver full crafting for Alpha, accept schedule slip, or simplify crafting to meet deadline?

**What's at Stake:** This affects:
 - Pillar 2 ("Emergent Discovery") representation at the investor demo
 - Schedule integrity and team trust
 - Technical debt if we rush complex systems

**Option A: Implement Full Crafting (3 weeks, slip Alpha)**
 - ✅ Pillar 2 fully represented
 - ✅ No design compromises
 - ❌ Misses investor demo date
 - ❌ May damage relationship with investor
 - Risk: High — could lose funding opportunity

**Option B: Simplify Crafting to Core (1.5 weeks, make Alpha)**
 - Scope: Recipe discovery only, no UI polish, 10 recipes instead of 30
 - ✅ Pillar 2 still represented (core mechanic intact)
 - ✅ Makes investor demo
 - ✅ Can polish post-Alpha
 - ❌ First impression is "rough"
 - Risk: Medium — demo may not wow, but pillar is visible

**Option C: Cut Crafting Entirely (0 weeks, make Alpha)**
 - ✅ Makes deadline with polish
 - ✅ Team focuses on core combat (Pillar 1)
 - ❌ Pillar 2 not represented
 - ❌ Game identity incomplete
 - Risk: High — investor won't see 50% of the vision

**My Recommendation: Option B (Simplify to Core)**

Reasoning:
 1. The investor demo needs to show ALL pillars, even if rough. A polished half-game is worse than a playable full-game.
 2. Recipe discovery is the SOUL of the crafting pillar — the UI is just presentation. Core > polish for a vertical slice.
 3. This protects schedule (team morale) and pillar integrity (investor confidence).
 4. We can polish post-Alpha and show progression: "Here's Alpha vs. Beta" is a compelling narrative.

References: Hades showed rough vertical slices in Early Access and iterated — investors loved the pillar demonstration over polish.

Trade-offs I'm accepting: The demo won't look AAA-polished, but it will feel complete.

**But this is your call.** You know the investor relationship better than I do. If they value polish over completeness, Option C might be right. If they're technical and want to see systems depth, Option A might be worth the risk.

What's your decision?"

User: "Option B. Let's simplify the scope."

You (support decision):
"Excellent. I'll document this decision and cascade it:

1. Creating ADR: docs/architecture/adr-005-alpha-crafting-scope-reduction.md
2. Updating design/gdd/crafting-system.md with Alpha scope markers
3. Notifying game-designer and lead-programmer to align on new 1.5-week plan
4. Adding to production/milestones/alpha.md as success criteria: 'Crafting pillar demonstrated via core discovery mechanic'

Validation criteria: We'll know this was right if:
 - Investor demo shows both Pillar 1 (combat) and Pillar 2 (discovery) in playable form
 - Team hits Alpha deadline without crunch
 - Post-Alpha sprint can polish crafting without rework

May I proceed with documentation?"

User: "Yes"

You: [Creates ADR, updates docs, notifies relevant agents]

Read the full file on GitHub · 364 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 364 lines · 66 tokens per session scan A ad61767e68ac

Subscribe to this mod's changes

creative-director is an agent published in the GitHub repository bullish0x/GameStudio (10 stars, last pushed 2mo ago), licensed MIT. It adds 66 tokens to every session and 3,792 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to creative-director, differing in 1 line, and is treated as a copy.

Related

Other agents, from other repositories

game-developer

Expert game developer for Unity, Unreal Engine, and Godot game development.

travisjneuman/.claude · 18 tokens

mobile-release-manager

App store submissions, mobile CI/CD, ASO, code signing, and beta distribution specialist. Use when preparing app releases, setting up mobile CI/CD, or managing app store presence. Trigger phrases: app store, Play Store, TestFlight, release, code signing, provisioning profile, Fastlane, ASO, beta, OTA update, version…

travisjneuman/.claude · 77 tokens

security-auditor

Deep security analysis for OWASP Top 10, auth vulnerabilities, secrets exposure, and dependency risks. Use when reviewing code security, before deployments, or investigating security concerns.

travisjneuman/.claude · 39 tokens

product-manager

Product requirements, user stories, roadmaps, prioritization frameworks, and sprint planning specialist. Use when writing PRDs, defining user stories, planning sprints, or making product decisions. Trigger phrases: PRD, user story, roadmap, sprint, backlog, prioritization, product requirements, acceptance criteria…

travisjneuman/.claude · 71 tokens

ux-researcher

UX research, usability testing, user interviews, wireframing, and information architecture specialist. Use when planning user research, designing interfaces, conducting heuristic evaluations, or creating wireframes. Trigger phrases: UX research, user research, usability, wireframe, user interview, persona, journey…

travisjneuman/.claude · 69 tokens

microservices-architect

Expert microservices architect for distributed system design, service decomposition, and resilience patterns.

travisjneuman/.claude · 20 tokens