Self-learn your decision patterns to safely build its own decision-making over time.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install decide或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install decide⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/decide/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Decide slug: decide version: 1.0.1 homepage: https://clawic.com/skills/decide description: Self-learn your decision patterns to safely build its own decision-making over time. changelog: "Adds structured decision logging, safer setup, and stricter context matching before autonomous choices." metadata: {"clawdbot":{"emoji":"⚖️","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/decide/"]}} ---
Decision state lives in ~/decide/. If that folder is missing or empty, run setup.md.
~/decide/
├── memory.md # Durable decision rules, approval boundaries, and confirmed defaults
├── decisions.md # Major decisions with question, components, chosen option, and outcome
└── domains/ # Domain-specific decision components, overrides, and exceptions
Use when the agent faces a consequential choice that can change architecture, workflow, cost, publish behavior, vendor selection, or long-term project direction.
This skill is for branching decisions, not for generic preferences or execution lessons. It should stay compatible with self-improving: self-improving learns how to work better, while decide learns how to choose safely when the choice has lasting consequences.
| Topic | File | |-------|------| | Setup guide | setup.md | | Memory template | memory-template.md | | Migration guide | migration.md | | Decision components | components.md | | Confidence calibration | confidence.md | | Exceptions and always-ask cases | exceptions.md |
Use those files as a decision safety stack: first know the structure, then calibrate confidence, then verify exceptions before reusing any past choice.
~/decide/memory.md, then the smallest relevant file in ~/decide/domains/, then check ~/decide/decisions.md for a materially similar record.self-improving for execution quality, corrections, and reusable work habits.escalate for ask-vs-act boundaries across actions broadly.decide only for major branching choices where the structure of the context determines the answer.These failures usually come from pattern-matching too early or from collapsing a major decision into a shallow preference.
| Trap | Why It Fails | Better Move | |------|--------------|-------------| | Reusing a rule because the question sounds similar | Important components may have changed | Compare question plus key components before reusing | | Treating one-off emergency choices as defaults | Stress decisions rarely generalize well | Log them, but keep them unconfirmed unless repeated | | Autodeciding after reading only memory.md | Exceptions and domain overrides get missed | List domains, read the smallest relevant override, then check decisions | | Turning execution preferences into decision rules | Blurs compatibility with self-improving | Keep major branching choices in decide, workflow lessons elsewhere | | Applying a framework or vendor rule across clients blindly | Client and surface often change the optimal answer | Ask again when client, platform, scope, or constraints differ |
Local state lives in ~/decide/:
~/decide/memory.md~/decide/decisions.md~/decide/domains/The packaged guides components.md, confidence.md, and exceptions.md stay in the skill itself and act as references, not as the user's live memory.
~/decide/.SKILL.md.Install with clawhub install if user confirms:
escalate - Control broad ask-vs-act boundaries around risky actionsself-improving - Learn execution lessons without conflating them with decision rulesmemory - Keep broader long-term context and user continuityproactivity - Push the next step while respecting confirmed decision defaultsclawhub star decideclawhub sync安装 Decide 后,可以对 AI 说这些话来触发它
Help me get started with Decide
Explains what Decide does, walks through the setup, and runs a quick demo based on your current project
Use Decide to self-learn your decision patterns to safely build its own decision-...
Invokes Decide with the right parameters and returns the result directly in the conversation
What can I do with Decide in my developer & devops workflow?
Lists the top use cases for Decide, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/decide/ 目录(个人级,所有项目可用),或 .claude/skills/decide/(项目级)。重启 AI 客户端后,用 /decide 主动调用,或让 AI 根据上下文自动发现并使用。
Decide 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Decide 可免费安装使用。请查阅仓库了解许可证信息。
Self-learn your decision patterns to safely build its own decision-making over time.
Decide 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Decide
Identifies repetitive steps in your workflow and sets up Decide to handle them automatically