creative-ideation

creative-ideation is a skill for Claude Code, Codex from furkangonel/cowrangler. It costs 14 tokens per session (1,698 once invoked), scanned A, original, MIT.

A guided brainstorming skill for generating ideas about products, features, campaigns, or stories. It uses structured methods such as SCAMPER and starts by framing the challenge as a “How might we” question.

In plain words
What is it for?
Defining a problem, exploring alternatives, and producing ideas before choosing a product, feature, campaign, or story direction.
Why use it?
It gives an idea session a clear question and repeatable prompts when someone is stuck or exploring possible directions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Defining a problem, exploring alternatives, and producing ideas before choosing a product, feature, campaign, or story direction.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/furkangonel/cowrangler/creative-ideation
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.

Any agent
npx skills add furkangonel/cowrangler --skill creative-ideation
Clone the repo
git clone --depth 1 https://github.com/furkangonel/cowrangler

Made for: Claude Code, Codex.

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-ideation

README.md
[![agentmods](https://agentmods.dev/badge/skills/furkangonel/cowrangler/creative-ideation/github.svg)](https://agentmods.dev/skills/furkangonel/cowrangler/creative-ideation)
Your own site
<a href="https://agentmods.dev/skills/furkangonel/cowrangler/creative-ideation"><img src="https://agentmods.dev/badge/skills/furkangonel/cowrangler/creative-ideation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for creative-ideation

Your own site · 80×15
<a href="https://agentmods.dev/skills/furkangonel/cowrangler/creative-ideation"><img src="https://agentmods.dev/badge/skills/furkangonel/cowrangler/creative-ideation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,698 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.00014 $0.01698
Opus 5 $0.00007 $0.00849
Sonnet 5 $0.00003 $0.00340
Haiku 4.5 $0.00001 $0.00170

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

Security

Grade A, and why

creative-ideation 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 9d 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.

bundled_skills/creative/creative-ideation/SKILL.md · 234 lines

How it starts

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

Creative Ideation SOP

When to Use

  • User needs ideas for a product, feature, campaign, or story
  • User says "brainstorm", "I'm stuck", "give me ideas", "what could I do with..."
  • User wants to explore a problem space before committing to a solution
  • User needs to break out of a creative rut

Step 1 — Frame the Challenge

Before generating ideas, nail down the challenge statement. Use How Might We (HMW) format:

"How might we [verb] [object] so that [desired outcome]?"

Examples:

  • "How might we reduce onboarding friction for enterprise users so that activation takes < 5 minutes?"
  • "How might we make our weekly newsletter feel like a conversation so that readers reply?"

Ask the user to confirm or refine the HMW before proceeding to ideation.


The 5 Techniques


Technique 1 — SCAMPER

Apply each lens to the subject and generate at least 2 ideas per letter:

Letter Question Apply to: [subject]
Substitute What can be replaced?
Combine What can be merged or bundled?
Adapt What can be borrowed from elsewhere?
Modify / Magnify What can be exaggerated or scaled?
Put to other uses What else can this do?
Eliminate What can be removed entirely?
Reverse / Rearrange What if you flip the order or approach?

Output format:

SCAMPER — [Subject]

S: [Idea 1], [Idea 2]
C: [Idea 1], [Idea 2]
A: [Idea 1], [Idea 2]
M: [Idea 1], [Idea 2]
P: [Idea 1], [Idea 2]
E: [Idea 1], [Idea 2]
R: [Idea 1], [Idea 2]

Technique 2 — Reverse Brainstorming

Instead of solving the problem, brainstorm how to make it worse. Then flip each answer.

Steps:

  1. Reverse the challenge: "How might we CAUSE [problem]?"
  2. Generate 8–10 ways to make things terrible
  3. Reverse each terrible idea into a potential solution

Example:

Challenge: How might we improve user retention?
Reversed: How might we guarantee users churn immediately?

Terrible ideas → Flipped solutions:
- Make onboarding confusing    → Create a guided, skippable tutorial
- Never send notifications      → Send personalized, timely nudges
- Hide the valuable features    → Surface key features on day 1
- Make cancellation instant     → Add a "pause" option before cancel

Read the full file on GitHub · 234 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. 9d ago First seen · 234 lines · 14 tokens per session scan A 21005ad77c9b

Subscribe to this mod's changes

creative-ideation is a skill published in the GitHub repository furkangonel/cowrangler (2 stars, last pushed 2d ago), licensed MIT. It adds 14 tokens to every session and 1,698 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

brainstorming

Creative ideation and structured brainstorming with multiple methodologies.

chainlesschain/chainlesschain · 13 tokens

officecli-pitch-deck

Use this skill when the user is building a fundraising / investor pitch deck — seed, Series A / B / C, convertible note, SAFE round, strategic raise. Trigger on: 'pitch deck', 'investor deck', 'Series A deck', 'Series B deck', 'Series C deck', 'fundraising deck', 'seed pitch', 'VC deck', 'raising capital', 'term sheet…

iOfficeAI/OfficeCLI · 163 tokens

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

iOfficeAI/OfficeCLI · 169 tokens

morph-ppt-3d

3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.

iOfficeAI/OfficeCLI · 37 tokens

molecule-visualization

Publication-quality molecular visualization. 2D structure drawings (PNG/SVG), molecule grids with property annotations, scaffold highlighting, protein-ligand interaction diagrams, and interactive 3D views.

synthetic-sciences/openscience · 44 tokens

gpt-image-gen

MUST read before generating images. Detailed prompt-crafting guide for gpt-image models, covering tool routing (native imagegeneration server tool vs the generateimage tool), prompt structure from subject to background, verbatim text rendering, anti-patterns, and the revisedprompt feedback loop for iteration.

code-yeongyu/senpi · 63 tokens