Record, review, search, and analyze decisions from technical work, product work, team discussions, and personal planning. Use when the user wants to capture why a decision was made, compare options, store rationale, track outcomes, or revisit past decisions by keyword, date, or tag.
以结构化格式记录决策,使其能够被搜索、审查并随时间不断改进。
bash
decision-recorder record
decision-recorder r
bash
decision-recorder list
decision-recorder ls
bash
decision-recorder search <关键词>
decision-recorder s <关键词>
bash
decision-recorder analyze
decision-recorder a
bash
decision-recorder view
decision-recorder v
bash
decision-recorder update
decision-recorder u
decision-recorder delete
decision-recorder d
bash
decision-recorder detect 我们决定使用Node.js
decision-recorder keywords
bash
javascript
const dr = require(decision-recorder);
const record = dr.createDecision({
question: 我们应该使用哪个后端技术栈?,
options: [Node.js, Python, Go],
reasoning: Node.js最适合快速迭代和生态系统支持。,
result: Node.js,
context: 新产品发布,
tags: [架构, 后端]
});
const matches = dr.searchDecisions(架构);
const analysis = dr.analyzeDecisions();
json
{
id: 唯一标识,
timestamp: ISO-8601时间戳,
question: 决策问题,
options: [选项A, 选项B],
reasoning: 做出此选择的原因,
result: 最终选择,
context: 背景信息,
tags: [标签-a, 标签-b]
}
决策记录存储在以下路径:
bash
~/.decision-recorder/
每个决策以JSON文件形式存储。
MIT
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 decision-recorder-1776124053 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 decision-recorder-1776124053 技能
skillhub install decision-recorder-1776124053
文件大小: 8.13 KB | 发布时间: 2026-4-15 12:26