← Back to Skills Marketplace
chenchen913

daily-decision-making

by ChenChen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
198
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install daily-decision-making
Description
一个结构化的个人决策数据库系统,帮助用户系统性地处理生活与职业中的复杂抉择。 当用户面临以下情况时使用此技能: (1) 遇到"我该怎么办""帮我做个决定""我在 X 和 Y 之间纠结"等表述; (2) 涉及职业(跳槽/转行)、生活方式(搬家)、重大消费(买房/买车)或人际关系的决策; (3) 需要系统性地权衡利弊...
README (SKILL.md)

日常决策助手

概述

本技能实现一套个人决策数据库系统,帮助你以结构化的方式处理复杂的生活抉择。通过有记录、有分析、有回顾的方式,把决策从焦虑的来源变成可以持续积累智慧的可重复过程。

适用场景

  • 当你说"我该怎么办""帮我决定"或"我在 X 和 Y 之间纠结"时。
  • 当你面临职业(跳槽/转行)、生活方式(搬家/移居)、重大消费(买房/买车)或人际关系方面的决策时。
  • 当你需要系统性地权衡多个选项的利弊时。
  • 当你想记录一个决策,以便日后回顾和复盘时。

决策流程

第一阶段:搭建基础(系统准备)

如果是第一次使用,先建立决策体系的基础:

  1. 价值观梳理:你的核心价值观和长期目标是什么?(决策的"指南针")
  2. 资源盘点:你目前拥有哪些能力与资源?(决策的"弹药库")
  3. 顾问团:你信任的参考对象有哪些人?(决策的"智囊团")

第二阶段:决策推进(工作台)

每遇到一个新决策,按以下步骤建立结构化记录:

  1. 定义:为本次决策创建一个文件夹,命名格式为 YYYY-MM-DD-决策主题
  2. 初始化:复制并填写 @templates/decision-template.md
  3. 填充内容
    • 背景与目标:为什么现在要做这个决策?成功是什么样子?
    • 信息收集:咨询他人、网络调研、自我审视。
    • 方案对比:列出每个方案的优劣势,使用决策矩阵进行加权打分。
  4. 做出决策:确定选择,说明理由,制定执行计划(含备选方案和退出机制)。

第三阶段:结果复盘(沉淀智慧)

执行完成后:

  1. 复盘:用 STAR 法则(情境→任务→行动→结果)回顾执行过程。
  2. 提炼:总结"关键教训"和"下次要避免的坑"。
  3. 归档:将记录移入"已完成决策库"。

目录结构

在你的笔记工具或项目目录中维护以下结构:

decision-database/
├── 00-system/               # 价值观、资源清单、顾问团
├── 01-active-decisions/     # 进行中的决策
├── 02-research/             # 原始调研资料
├── 03-completed-decisions/  # 已完成归档
├── 04-knowledge-base/       # 规律总结与教训提炼
└── 05-quick-reference/      # 快速参考清单

工具与技巧

决策矩阵(加权评分法)

适用于各方案差距不明显时。对评估维度分配权重(如风险 30%、成本 20%),再对每个方案逐维度打分,加权求和后比较总分。

事前验尸法(风险预判)

假设现在是 6 个月后,这个决策已经彻底失败了——原因是什么?通过"假设失败"来提前暴露盲点和风险。

10-10-10 法则

  • 10 分钟后,我对这个决定的感受是什么?
  • 10 个月后呢?
  • 10 年后呢?

用三个时间维度检验决策是否经得起时间考验。


模板使用说明

本技能包含一份完整的决策记录模板,位于 @templates/decision-template.md

执行规则:当用户开始一个新决策时,主动询问是否需要创建决策记录文件,并按模板格式生成内容填充。

Usage Guidance
这项技能是说明型的、内部一致的决策记录工具,但在安装/启用前请注意: - 文件写入与位置:技能会建议在你的笔记或项目目录中创建文件夹和模板文件(decision-database/...),但没有固定路径或授权界面——确认代理将要写入的位置,避免把敏感信息写入不合适的位置(如公共仓库)。 - 隐私与内容:决策记录可能包含敏感个人/职业信息,确保你信任运行代理的环境并在必要时使用加密或私有笔记库。不要把密码、API 密钥等凭据放入决策模板中。 - 自动化行为:SKILL.md 指示“主动询问是否需要创建决策记录文件”,通常意味着代理应先征得用户同意再写入;如果你担心自动创建,请在首次使用时手动确认或关闭自动化权限。 - 审核模板:模板是本地文本文件(templates/decision-template.md),在启用前可以手动查看并根据个人偏好调整字段与格式。 总体上此技能内部一致且无明显恶意,但在启用写文件功能前,请确认写入位置与隐私策略符合你的期望。
Capability Analysis
Type: OpenClaw Skill Name: daily-decision-making Version: 1.0.0 The skill is a structured productivity tool designed to help users document and analyze personal or professional decisions. It provides a decision-making framework, a directory structure for organization, and a comprehensive markdown template (decision-template.md). The instructions in SKILL.md are entirely aligned with the stated purpose of creating a 'decision database' and do not contain any malicious commands, data exfiltration attempts, or suspicious network activities.
Capability Assessment
Purpose & Capability
技能的名称、描述与所包含的模板、目录结构和运行时指令一致:它就是用来结构化记录与分析个人决策,不需要额外系统或云凭据。
Instruction Scope
SKILL.md 明确要求在用户笔记或项目目录中创建决策文件(复制并填写 templates/decision-template.md)并在用户开始新决策时主动询问是否创建;这在功能范围内,但没有指定精确的文件系统路径或外部笔记工具,建议确认写入位置与隐私需求。
Install Mechanism
无安装规范、无二进制、无外部下载;这是最低风险的 instruction-only 类型。
Credentials
不请求任何环境变量、凭据或配置路径,也没有访问第三方服务的指示,所需权限与功能相称。
Persistence & Privilege
flags 显示 always:false,技能不会被强制常驻;默认允许模型调用是平台常态,但本技能没有要求持久化系统级别的特权。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-decision-making
  3. After installation, invoke the skill by name or use /daily-decision-making
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the "日常决策助手" skill. - Adds a structured personal decision database system to help users with complex life and career choices. - Guides users through values clarification, resource inventory, and adviser identification before making decisions. - Provides a step-by-step workflow: define decisions, research, compare options using a decision matrix, make a choice, and record reasoning. - Includes tools like weighted decision matrices, pre-mortem analysis, and the 10-10-10 rule for systematic decision-making. - Offers a reusable decision template and clear directory structure for ongoing and completed decision records.
Metadata
Slug daily-decision-making
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is daily-decision-making?

一个结构化的个人决策数据库系统,帮助用户系统性地处理生活与职业中的复杂抉择。 当用户面临以下情况时使用此技能: (1) 遇到"我该怎么办""帮我做个决定""我在 X 和 Y 之间纠结"等表述; (2) 涉及职业(跳槽/转行)、生活方式(搬家)、重大消费(买房/买车)或人际关系的决策; (3) 需要系统性地权衡利弊... It is an AI Agent Skill for Claude Code / OpenClaw, with 198 downloads so far.

How do I install daily-decision-making?

Run "/install daily-decision-making" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is daily-decision-making free?

Yes, daily-decision-making is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does daily-decision-making support?

daily-decision-making is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created daily-decision-making?

It is built and maintained by ChenChen (@chenchen913); the current version is v1.0.0.

💬 Comments