← 返回
未分类

Decision Journal

Record, track, and analyze personal or professional decisions with structured reflection. Use when the user wants to (1) document a decision they're making o...
通过结构化反思记录、跟踪和分析个人或职业决策。适用于用户希望(1)记录正在做出的决策或……
harrylabsj
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 487
下载
💾 2
安装
1
版本
#latest

概述

Decision Journal

> ⚠️ 免责声明:本工具仅用于个人或职业决策的记录、回顾与反思,不构成心理咨询、医疗建议、法律意见、投资建议或其他专业判断。涉及情绪危机、自伤/伤人风险、医疗、法律或高风险投资时,应立即寻求相应专业人士或当地紧急支持资源。

A structured system for capturing, organizing, and learning from decisions.

Quick Start

Record a New Decision

/decision "Should I take the new job offer?"
- Context: Current role stable but stagnant, new offer 30% higher pay but more travel
- Options: (1) Stay, negotiate raise (2) Accept new role (3) Decline and keep looking
- Decision: Accept new role
- Reasoning: Growth opportunity outweighs lifestyle impact; can reassess in 6 months
- Expected outcome: Higher salary, new skills, possible travel fatigue
- Review date: 2025-09-15

Review Past Decisions

/decision review
/decision review --last 5
/decision review --tag career --status pending

Capability Boundaries

Tier 1: Currently Supported (Core)

  • record and store structured decisions with context, options, reasoning
  • review past decisions and capture outcomes/lessons
  • list and filter decisions by tag, status, date
  • basic statistics and pattern analysis
  • export decision data for personal review (JSON/Markdown/CSV)
  • review reminders and due date tracking

Tier 2: Ready with Light Engineering

  • calendar integration for review reminders
  • advanced pattern detection across decisions
  • decision quality scoring algorithms
  • backup/sync across devices

Tier 3: Explicitly Not Supported

  • mental health counseling, diagnosis, or crisis support
  • telling the user which life choice is objectively "best"
  • medical, legal, investment, or other licensed professional advice
  • handling self-harm, suicide, violence risk, or acute mental health emergencies inside the normal workflow

If the user is actually asking for emotional stabilization, crisis support, or psychological guidance, do not force this skill. Route to a more appropriate support flow instead.

High-Risk Escalation

⚠️ Stop the normal decision-journal flow immediately if the user expresses any of the following:

  • self-harm or suicide thoughts
  • intent to harm other people
  • overwhelming despair or inability to stay safe
  • obvious acute mental-health crisis that makes structured reflection inappropriate

Use a direct response like:

> ⚠️ 重要提示:现在不适合继续做普通决策记录。若你有伤害自己或他人的想法,或已难以保证自身安全,请立即联系身边可信任的人,并尽快联系当地急救、医院急诊、心理危机干预热线或持证专业人士。

Then keep the tone calm, direct, and serious. Do not continue normal prompts such as options, reasoning, or review dates until safety is addressed.

Core Concepts

Each decision entry captures:

FieldPurpose
----------------
SituationWhat prompted the decision
OptionsAlternatives considered
DecisionWhat was chosen
ReasoningWhy this choice was made
ExpectedAnticipated outcomes
Review DateWhen to evaluate results
OutcomeActual results (added later)
LessonsInsights gained

Commands

/decision </code></h3><p>Record a new decision interactively or with inline details.</p><p><strong>Options:</strong></p><ul><li><code>--tag <tag></code>: Categorize (career, finance, health, relationships, etc.)</li><li><code>--importance <1-5></code>: Significance level</li><li><code>--reversible <yes/no></code>: Whether decision can be undone</li><li><code>--review <date></code>: When to evaluate outcomes</li></ul><h3><code>/decision list</code></h3><p>Show recent decisions with status.</p><p><strong>Filters:</strong></p><ul><li><code>--tag <tag></code>: Filter by category</li><li><code>--status <pending/completed/review></code>: Filter by status</li><li><code>--last <n></code>: Show last N decisions</li><li><code>--since <date></code>: From date onward</li></ul><h3><code>/decision review <id></code></h3><p>Review and update a specific decision with outcomes.</p><h3><code>/decision analyze</code></h3><p>Analyze decision patterns and quality over time.</p><p><strong>Reports:</strong></p><ul><li><code>--timeframe <period></code>: Analysis period (30d, 90d, 1y, all)</li><li><code>--tag <tag></code>: Analyze specific category</li><li><code>--type <accuracy/speed/patterns></code>: Report type</li></ul><h3><code>/decision export</code></h3><p>Export decision history to various formats.</p><p><strong>Formats:</strong></p><ul><li><code>--format markdown</code>: Readable document</li><li><code>--format json</code>: Structured data</li><li><code>--format csv</code>: Spreadsheet compatible</li></ul><h2>Storage</h2><p>Decisions are stored in:</p><pre><code>~/.openclaw/decisions/ ├── decisions.jsonl # Append-only decision log ├── reviews.jsonl # Review records ├── patterns.json # Extracted patterns ├── index.json # Searchable index └── templates/ ├── default.md # Standard decision template ├── quick.md # Minimal template └── strategic.md # Complex decision template </code></pre><h2>Workflow Patterns</h2><h3>Pattern 1: Capture in the Moment</h3><p>When facing a decision, quickly log the key elements before deciding:</p><pre><code>/decision "Which vendor to choose for project X?" - Vendor A: Cheaper, less proven - Vendor B: 20% more expensive, strong track record - Vendor C: New entrant, innovative approach [After deliberation] Decision: Vendor B Reason: Risk mitigation worth the premium for critical project Review: 2025-06-01 </code></pre><h3>Pattern 2: Scheduled Review</h3><p>Set review dates for important decisions:</p><pre><code>/decision review --due # Shows all decisions where review date has passed # Update with actual outcomes and lessons </code></pre><h3>Pattern 3: Decision Pre-mortem</h3><p>Before committing, imagine the decision failed:</p><pre><code>/decision "Pre-mortem: Project launch failed" - What went wrong? Market timing off - What signals did we miss? Competitor moved faster - What would we do differently? Earlier soft launch Now: Adjust plan based on these insights </code></pre><h2>Decision Quality Framework</h2><p>When reviewing decisions, assess:</p><ol><li><strong>Process Quality</strong></li><ul><li>Did I consider enough options?</li><li>Did I gather relevant information?</li><li>Did I account for biases?</li></ul></ol><ol><li><strong>Outcome Quality</strong></li><ul><li>Did the expected outcomes materialize?</li><li>Were there unexpected consequences?</li><li>Am I satisfied with the result?</li></ul></ol><ol><li><strong>Learning Value</strong></li><ul><li>What would I do differently?</li><li>What patterns emerge across decisions?</li><li>How has my decision-making improved?</li></ul></ol><h2>Integration</h2><h3>With Calendar</h3><p>Link review dates to calendar reminders:</p><pre><code>/decision "Should I invest in X?" --review 2025-12-01 --calendar-reminder "Review investment decision" </code></pre><h3>With Notes</h3><p>Reference related notes or documents:</p><pre><code>/decision "Office relocation decision" --reference [[meeting-notes/2025-03-01]] --reference [[budget-analysis-q1]] </code></pre><h2>Templates</h2><p>See <a href="templates/" target="_blank" rel="noopener">templates/</a> for decision frameworks:</p><ul><li><strong>WRAP</strong> (Widen options, Reality-test, Attain distance, Prepare)</li><li><strong>10-10-10</strong> (How will I feel in 10 min/10 months/10 years?)</li><li><strong>Pros/Cons/Consequences</strong> (Weighted analysis)</li><li><strong>Decision Matrix</strong> (Criteria-based scoring)</li></ul><p>For detailed template usage, see <a href="references/templates.md" target="_blank" rel="noopener">references/templates.md</a>.</p><h2>Analysis & Insights</h2><p>The skill can generate reports on:</p><ul><li><strong>Decision velocity</strong>: How quickly you decide</li><li><strong>Decision types</strong>: What you decide most often</li><li><strong>Outcome accuracy</strong>: Expected vs. actual results</li><li><strong>Bias patterns</strong>: Overconfidence, sunk cost, etc.</li><li><strong>Improvement trends</strong>: Decision quality over time</li></ul><p>For analysis methodology, see <a href="references/analysis.md" target="_blank" rel="noopener">references/analysis.md</a>.</p><h2>CLI Usage</h2><p>The skill provides a CLI tool <code>decision</code>:</p><pre><code># Add a new decision decision add "Title" --situation "..." --options "A|B|C" --decision "A" --review 2025-06-01 # List decisions decision list --last 10 --tag career # Review a decision decision review <id> --outcome "..." --lessons "..." --satisfaction 4 # Analyze patterns decision analyze --timeframe 90d # Export data decision export --format markdown --output decisions.md # Check for pending reviews decision remind </code></pre></div> </div> </div> <div id="tab-versions" class="detail-content"> <div class="detail-section"> <h2>版本历史</h2> <p style="margin-bottom:12px;font-size:14px;color:#94a3b8;">共 1 个版本</p> <ul class="version-list"> <li> <div> <span class="version-tag">v1.0.2</span> <span style="font-size:11px;color:#5b6abf;margin-left:8px;background:#eef0ff;padding:1px 8px;border-radius:10px;">当前</span> </div> <div style="font-size:12px;color:#94a3b8;"> 2026-03-30 03:49 安全 安全 </div> </li> </ul> </div> </div> <div id="tab-security" class="detail-content"> <div class="detail-section"> <h2>安全检测</h2> <div class="sec-grid"> <div class="sec-card"> <h4>腾讯云安全 (Keen)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://tix.qq.com/search/skill?keyword=9910b607cec11afd59976071ae2b8b1d" target="_blank">查看报告</a> </div> <div class="sec-card"> <h4>腾讯云安全 (Sanbu)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://static.cloudsec.tencent.com/html-report-v2/2026/05/25/415148_178ac0cc1b4d2fea24a65e36e3cfb449.html?q-sign-algorithm=sha1&q-ak=AKID8JMG1bzBC1dz96qNhssfFftujT1NCoFi&q-sign-time=1781403317%3B1812939317&q-key-time=1781403317%3B1812939317&q-header-list=host&q-url-param-list=&q-signature=28c15928fc789a8ab79ea32e0e1bd5f0cda2da37" target="_blank">查看报告</a> </div> </div> </div> </div> <!-- Recommended Skills --> <div style="margin-top:24px;"> <h2 style="font-size:18px;font-weight:600;margin-bottom:16px;">🔗 相关推荐</h2> <div class="rec-grid"> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">productivity</span> <h3><a href="/s/taobao-shopping">Taobao Shopping</a></h3> <div class="rec-owner">harrylabsj</div> <div class="rec-desc">帮助用户根据公开市场特征决定如何在淘宝购物,随后引导淘宝商品搜索、卖家比较、店铺类型判断等...</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 0</span> <span style="color:#5b6abf;">📥 1,646</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">content-creation</span> <h3><a href="/s/content-generator">Content Generator</a></h3> <div class="rec-owner">harrylabsj</div> <div class="rec-desc">跨平台生成并适配基于证据的电商、购物、推荐、社交内容包,适用于产品文案、种草文等需求。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 0</span> <span style="color:#5b6abf;">📥 1,764</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;"></span> <h3><a href="/s/ai-legal-assistant-pro">Ai Legal Assistant Pro</a></h3> <div class="rec-owner">harrylabsj</div> <div class="rec-desc">要审合同/查法规?把合同文本或法律问题发我 → AI 辅助初步风险分析和合规检查。纯只读,不上传。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 0</span> <span style="color:#5b6abf;">📥 1,634</span> </div> </div> </div> </div> </div> <script> document.addEventListener('DOMContentLoaded',function(){ document.querySelectorAll('.detail-tab').forEach(function(btn){ btn.addEventListener('click',function(e){ var tab = this.getAttribute('data-tab'); document.querySelectorAll('.detail-tab').forEach(function(b){b.classList.remove('active')}); document.querySelectorAll('.detail-content').forEach(function(c){c.classList.remove('active')}); this.classList.add('active'); var el = document.getElementById('tab-'+tab); if(el) el.classList.add('active'); }); }); }); </script> <div class="footer"> <p>Skill工具集 © 2026</p> </div></body> </html>