← 返回
未分类 中文

Ideonomy Engine — Creative Reasoning for AI Agents

Structured creative reasoning through ideonomic lenses. Use when stuck on a problem, need fresh perspectives, want to think more creatively or systematically...
通过观念学视角进行结构化创意推理。适用于遇到难题、需要新视角、希望更系统或更有创意地思考的情形。
morpheis morpheis 来源
未分类 clawhub v0.3.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 393
下载
💾 0
安装
1
版本
#latest

概述

Ideonomy Engine

Structured creative reasoning using ideonomic divisions as thinking lenses.

Installation

npm install -g @clawdactual/ideonomy-engine

Verify with:

ideonomy --help

Quick Start

# Basic reasoning (auto-selects profile based on problem keywords)
ideonomy reason "Your problem statement here"

# Concise mode (just core questions, one per lens)
ideonomy reason --concise "Your problem statement here"

# JSON output (structured, machine-parseable)
ideonomy reason --json "Your problem statement here"

Profiles

Force a reasoning style with --profile:

ProfileBest For
-------------------
technicalEngineering, architecture, debugging, system design
creativeBrainstorming, ideation, novel solutions
strategicPlanning, decisions, competitive analysis, long-term thinking
ethicalMoral dilemmas, values conflicts, right vs wrong
diagnosticDebugging, root cause analysis, troubleshooting
interpersonalRelationships, communication, team dynamics
philosophicalDeep questions about meaning, existence, knowledge
generalBalanced default covering universally useful divisions

Auto-selection scores problem text against profile keywords. Override with --profile .

Options

  • --profile — force a reasoning profile
  • --divisions — cherry-pick specific divisions (e.g. ANALOGIES,CAUSES,LIMITS)
  • --lenses — limit number of lenses returned
  • --concise — core questions only (minimal output)
  • --json — structured JSON output

Other Commands

ideonomy profiles          # list all profiles
ideonomy divisions         # list all 28 reasoning divisions
ideonomy division ANALOGIES # detail for one division

How to Use the Output

The engine produces structured prompts, not answers. For each lens:

  1. Core question — the essential question this division asks about your problem
  2. Guiding questions — specific angles to explore
  3. Cross-domain sparks — unexpected domain pairings to stimulate lateral thinking
  4. Conceptual palette — organon items for combinatorial inspiration

Best approach: Run the engine, then think through each lens yourself. The guiding questions are the highest-value part. The cross-domain sparks work ~30% of the time but produce genuinely novel ideas when they hit.

When to Use

  • Stuck on a problem and default thinking isn't working
  • Need to systematically explore angles you'd normally miss
  • Want to challenge assumptions (use OPPOSITES, INVERSIONS, FIRST PRINCIPLES)
  • Debugging something subtle (use --profile diagnostic)
  • Brainstorming and want structured creativity (use --profile creative)
  • Making a strategic decision with trade-offs (use --profile strategic)

版本历史

共 1 个版本

  • v0.3.3 当前
    2026-05-03 08:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,413 📥 325,418
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,124 📥 867,109
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 845 📥 326,508