concept-fan

A creativity method for examining whether a proposed solution addresses the right problem. It moves from a specific approach to its broader purpose, then explores other ways to achieve that purpose.

In plain words
What is it for?
Use it to rethink an existing solution, process, or design. It is for analysis and idea generation, not for debugging, code review, or implementation.
Why use it?
It helps when several options look like minor variations of the same idea or when the current approach may be misguided. This can reveal alternatives that solve the underlying need differently.

Skill for Claude CodeCodex

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 skills/danium/lateral-thinking/concept-fan
Any agent
npx skills add danium/lateral-thinking --skill concept-fan
Clone the repo
git clone --depth 1 https://github.com/danium/lateral-thinking

Made for: Claude Code, Codex.

Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,161 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00124 $0.01161
Opus 5 $0.00062 $0.00580
Sonnet 5 $0.00025 $0.00232
Haiku 4.5 $0.00012 $0.00116

Measured yesterday against content hash be9d476e7298, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

concept-fan 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 yesterday.

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.

skills/concept-fan/SKILL.md · 63 lines

How it starts

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

Concept Fan

What this technique does

Take the current solution and climb one rung up the ladder of abstraction by asking "what is this a way of doing?" The answer is the direction — the broader purpose the solution was only ever one route toward. From that vantage, fan out alternative concepts that serve the same direction, then drop each promising concept back down into concrete implementations. The move that unlocks everything is the climb: once you name the direction, the current solution stops looking inevitable and becomes just one branch among several.

Source: Edward de Bono, Serious Creativity (1992).

Workflow

Step 1: Confirm the target

A valid target is a current solution or approach — something already on the table, not a blank page. "We send onboarding emails, is that the right move?" is a target. "Give me onboarding ideas" is not; there is nothing to climb from. If the target is a blank page, ask one focused question: "What's the current approach you'd be climbing up from?"

Refuse requests to perform analytical work — debugging, reviewing code, implementing a change — and suggest an analytical approach instead. Redesigning or ideating about such a process is a valid creative target: "reinvent our code-review ritual" is in scope; "review this PR" is not.

Step 2: Climb

Ask "what is this a way of doing?" The answer names the direction the current solution was serving. Then ask the same question of that answer, to climb one more rung.

Two climbs maximum. A third almost always lands on something so broad ("deliver value", "help users") that nothing meaningful fans from it — you have climbed off the problem entirely. Stop at two and stay in contact with the ground.

Step 3: Fan out

At each level you climbed to, list 3–4 alternative concepts that also serve the level directly above. These are siblings of the original solution — other ways of doing the same thing the direction demands. Fan at both levels if both produced a usable direction; the higher fan is usually the more surprising one.

Read the full file on GitHub · 63 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 63 lines · 124 tokens per session scan A be9d476e7298

Subscribe to this mod's changes

concept-fan is a skill published in the GitHub repository danium/lateral-thinking (281 stars, last pushed 1mo ago), licensed MIT. It adds 124 tokens to every session and 1,161 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

creative-ideation

Structured brainstorming sessions using proven ideation techniques.

furkangonel/cowrangler · 14 tokens

idea-refine

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when starting from a vague idea, brainstorming a new feature, exploring design space, or stress-testing a plan before committing. Trigger phrases: "ideate", "refine this idea", "stress-test my plan", "ideate on".

vanja-emichi/a0_agent_skills · 70 tokens

idea-generator

Use when the user asks for an idea generator, conceptual crossbreeding, mutation, evolution, recombination of existing ideas, or novel concepts derived from unlike sources; also use for follow-ups that evolve, cross, or lock elements of previously generated ideas. Do not trigger for generic brainstorming with no…

ludi-uni/idea-generator-skill · 67 tokens

brainstorming

Creative ideation and structured brainstorming with multiple methodologies.

chainlesschain/chainlesschain · 13 tokens

skill-ideation

Generate agent skill ideas through problem-driven brainstorming. Situation-specific, narrow-but-universal. Triggers when user wants skill ideas or needs to expand their skill collection.

mcltyl/skill-ideation · 37 tokens

weaver-mind

Cross-domain bridge thinking for stuck founders, creators, and builders. Finds pattern bridges from unrelated fields — biology, game design, physics, jazz, architecture, logistics — and maps them to your situation with explicit reasoning, pros/cons, and a first experiment. Use when stuck, plateaued, can't get…

vickhunter/weaver-mind · 268 tokens