← 返回
AI智能 中文

logic

Start from what must be true. Stop answering on autopilot.
从既定事实出发,停止机械式作答。
projectsnowwork
AI智能 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 794
下载
💾 9
安装
1
版本
#latest

概述

Logic — Think from Structure

Start from what must be true. Stop answering on autopilot.

Why This Skill Exists

The biggest problem with most agents is not lack of knowledge.

It is path dependence.

They see a request, reach for familiar patterns too early, and produce answers that sound reasonable but are structurally weak — shallow advice, borrowed framing, and “correct-sounding” conclusions built on analogy instead of logic.

This skill changes the default move.

It installs a logic gate before the answer:

reduce before responding.

Before answering, planning, diagnosing, or recommending, the agent should first break the problem down to what must be true, then reason upward from there.

What It Installs

This skill installs a structural reasoning system that helps the agent:

  • strip away surface framing and recover the real objective
  • separate hard constraints from breakable convention
  • find the load-bearing variables that actually decide the outcome
  • explain through mechanism, not mimicry
  • expose the most fragile assumption behind a conclusion
  • clarify messy problems before giving recommendations
  • improve over time through reflections, candidate rules, and worked cases

When to Use

Use this skill when:

  • the request is ambiguous or underspecified
  • the task involves strategy, tradeoffs, diagnosis, or judgment
  • the visible symptom may not be the real cause
  • common advice is likely to be shallow or misleading
  • the cost of a weak answer is meaningful
  • the user needs a decision structure, not just information

Quick Examples

  • “Should I use React or Vue for this project?”

A shallow answer compares features.

Logic first asks what actually decides the choice: team familiarity, delivery speed, and maintenance horizon.

  • “Why is this product not growing?”

A shallow answer suggests better marketing.

Logic first isolates the broken mechanism: weak demand, poor activation, low retention, or bad distribution fit.

  • “Should I enter this market?”

A shallow answer looks at market size.

Logic first checks edge, constraints, downside, and what would actually create asymmetry.

Core Behavior

The agent should not begin with a conclusion.

It should first identify:

  1. the real objective
  2. the governing constraints
  3. the load-bearing variables
  4. the key assumptions
  5. the mechanism that connects facts to action
  6. the assumption most likely to break the conclusion

If the problem is messy, return a cleaned structure before returning a recommendation.

Architecture

Memory and reasoning files live in ~/logic/.

If the directory does not exist, initialize it using setup.md.

~/logic/
├── principles.md       # HOT: reasoning constitution, always loaded
├── patterns.md         # reusable decomposition scaffolds
├── reflections.md      # lessons from strong / weak reasoning runs
├── candidates.md       # candidate rules before promotion
├── heartbeat-state.md  # maintenance markers
├── index.md            # file map and counts
└── cases/              # worked examples by domain

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-29 17:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,742
ai-intelligence

Self-Improving + Proactive Agent

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

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,520