lateral-thinking

作者 danium已验证

Lateral thinking skills for AI agents - 8 techniques + a router. de Bono for your coding agent.

158
Stars
12
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/danium/lateral-thinking

快速入门

使用 lateral-thinking 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

lateral-thinking

Your product isn't out of ideas. It's stuck in the obvious ones.

License: MIT Skills: 9

Give your AI coding agent eight structured ways to find a better product direction — not just another feature to ship. A router diagnoses how you're stuck and picks the right move.

A maze breaking into unexpected paths, captioned: Your next feature isn't the next obvious one.


The demo

Same agent. Same prompt. One of them read a skill first.

Prompt: "Our users create one project, then never return. What product direction would make that first project worth coming back to?"

Any agent, vanillaSame agent, random-stimulus

Onboarding checklist Give them three next steps after project creation.

Weekly email summary Remind them what changed and invite them back.

Personalized dashboard Make the home screen more useful after the first project.

(Three sensible features. One idea: ask the user to remember the product.)

🗼 The lighthouse beam It does not light the whole sea. It sends a precise signal when navigation matters.

→ A return trigger should be caused by the user's project, not by a generic reminder.

Beacon — when a project reaches a date, risk, or decision the user chose at creation, send one concise signal explaining why it needs attention now.

🍞 The sourdough starter It becomes more useful between visits. Small inputs create a living thing worth checking on.

→ A first project should begin a rhythm, not become a static container.

Pulse — turn the first project into a lightweight weekly brief: what changed, what is blocked, and the one decision that would move it forward.

🎡 The Ferris wheel — it repeats a visible loop, but the force-fit only produced a prettier recurring dashboard. Abandoned.

The vanilla answer isn't bad. It's good — and every feature asks the user to do more work or remember to return. Three features, one idea.

The technique produced different product directions: a project that signals at the right moment, and a project that gets more useful between visits. The meta-pattern is the point: retention is not a reminder problem. It is a new-signal problem. Give people a reason to return that did not exist when they left.


Install

Any agent (recommended):

npx skills add danium/lateral-thinking

Claude Code (plugin):

/plugin marketplace add danium/lateral-thinking
/plugin install lateral-thinking@lateral-thinking

Codex: ask $skill-installer to install from https://github.com/danium/lateral-thinking

Manual: clone and copy skills/* into your agent's skills directory.

The toolkit installs as one bundle — the lateral router needs its sibling techniques.


Pick your technique

SymptomTechnique
Ideas all feel the same; brainstorm output is predictablerandom-stimulus
A constraint or rule feels unbreakableprovocation
Requirements assume things nobody has questionedinversion
We might be solving the wrong problemconcept-fan
The solution works but feels derivativeanalogy
We have one idea and need variationsscamper
A decision is being made too fast / everyone agreessix-hats
Everything feels timid, safe, cautiousworst-idea

Or just tell your agent "use the lateral skill" and let it diagnose you.


Anatomy of a session

Every technique in this repo makes failures visible. Here is scamper refusing to pad its own output, mid-session:

Substitute: nothing new. The command is already swapped down to one line, and the only meaningful substitution (git for installer) already ships as a channel. Moving on.

Put to other use: empty. The install does one job and generates no by-product worth repointing. Moving on.

Reverse / Rearrange: empty as a distinct idea. The one real reversal (router-first, siblings later) is Variant D under another name, so it counts once. Nothing else to flip. Moving on.

Three of seven operations came up empty — and the last one had a genuine hit that it disqualified for being a duplicate.

This is the whole point. An agent that produces seven strong ideas from seven prompts is pattern-matching on the shape of a good answer, and you can't tell which ideas it actually believes. Every skill here carries an abandonment rule — a stated condition for giving up, and an instruction to show you when it does. The visible failures are what make the rest credible.

The second requirement is a meta-pattern step: after the batch, scan across what landed and name the structural insight. In that scamper session, the empty operations were the finding — the install command's surface is already tight, so the softness had to be somewhere else. It was: in the unstated dependency between the router and its siblings.


What this is (and isn't)

These are real methods, sourced:

  • Random Stimulus, Provocation (Po), Concept Fan — Edward de Bono, Lateral Thinking (1970), Po: Beyond Yes and No (1972), Serious Creativity (1992)
  • Six Thinking Hats® — Edward de Bono (1985). A registered trademark of the de Bono Group; this is an independent educational implementation.
  • SCAMPER — Bob Eberle (1971), building on Alex Osborn's checklist
  • Forced Analogy — Synectics, William J.J. Gordon (1961)
  • Assumption Inversion — classical dialectic; "invert, always invert" (Carl Jacobi, via Charlie Munger)
  • Worst Possible Idea — reverse brainstorming; standard in the d.school/IDEO toolkit

This is not magic and it is not a prompt pack. It is structured divergence with quality rules attached. The techniques constrain how an agent generates, and the honesty mechanics constrain what it's allowed to claim afterward.

On invocation: auto-invocation is best-effort — your agent may or may not reach for a skill on its own, and that depends on the agent. For the reliable path, name the skill or ask your agent to use the router.


Contributing

New techniques need provenance and honesty mechanics. Worked examples must come from real sessions. See CONTRIBUTING.md.

License

MIT

常见问题

What is lateral-thinking?

lateral-thinking is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by danium. Lateral thinking skills for AI agents - 8 techniques + a router. de Bono for your coding agent. It has 158 GitHub stars.

Is lateral-thinking safe to use?

Yes. lateral-thinking passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install lateral-thinking?

Clone the repository with "git clone https://github.com/danium/lateral-thinking" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to lateral-thinking?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh lateral-thinking against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情