creative-production-logo-explorer

Generates and reviews logo direction boards from brand briefs using Codex exec image generation.

634|124|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AIDotNet/OpenCowork --skill creative-production-logo-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creative-production-logo-explorer
Source: https://github.com/AIDotNet/OpenCowork/tree/main/resources/extensions/creative-production/skills/creative-production-logo-explorer
Command: npx skills add https://github.com/AIDotNet/OpenCowork --skill creative-production-logo-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Choosing a logo direction from a brand brief usually requires many rounds of manual mockups and scattered feedback. This Skill turns a brand anchor (name, category, audience, constraints, optional reference images) into a reviewable board of generated logo routes, each with decision advice, so a direction can be selected before production vector work.

Core Features & Use Cases

  • Spec-driven logo board: Define 6-18 logo routes in a JSON spec with families (wordmark, monogram, symbol, geometric, heritage, tech, playful, premium, utility, adaptive), prompts, and per-route decision advice.
  • Local review app with generation: A bundled Node server and web app generate logo tiles through Codex exec image workers, cache images by prompt hash, and support select/reject/retry interactions on a white inspection surface.
  • Structured handoff: Exports selected-logo-route.json and handoff.md capturing the selected route, rejected directions, preserve/avoid constraints, and the next production owner.
  • Use Case: Given a brief for a healthcare operations brand, generate 12 logo routes across monogram, wordmark, and symbol families, review them on the board, reject weak directions, and export a handoff for external vector production.

Quick Start

Ask the agent to explore logo directions for your brand name and category, providing any existing logo or reference images and the constraints to preserve.

Frequently Asked Questions about creative-production-logo-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate logo concepts from a brand brief?

Write a JSON spec with meta, constraints, and 6-18 routes where each route has an id, label, family, and prompt. Run scripts/create_logo_explorer.py with the spec and output directory, then start the bundled server.mjs to generate and review logo tiles.

What logo design families does the explorer support?

The skill defines ten identity families: wordmark, monogram, symbol, geometric, heritage, tech, playful, premium, utility, and adaptive. Each route in the spec is tagged with a family so selection and rejection can adjust family weighting.

Can I use an existing logo or sketch as a reference image?

Yes. Supply the existing logo, sketch, or product photo as a base asset in the spec meta, and the script copies it into the app data directory. Reference images are preserved through the generation pipeline instead of being replaced by hand-authored SVGs.

Does the logo explorer produce final production-ready vector files?

No. It produces generated raster logo-board imagery for direction selection only. Final trademark-cleared, production-ready vector identity work is handed off to an external or post-exploration production step after a route is selected.

Why did a logo tile fail to generate and how do I retry it?

Tile failures are kept local to that tile, often due to a Codex exec worker timeout or runtime initialization issue reported by the preflight. Each failed tile shows a retry button, and cached images are keyed by prompt hash so successful tiles are not regenerated.