TopRank Skills

Home / Claw Skills / 其他 / decision-log
Official OpenClaw rules 15%

decision-log

AI-powered decision journal for solopreneurs — capture decisions with context, rationale, and expected outcomes, then review them later to learn from what you got right and wrong.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 decision-log 技能。 若已安装,则直接安装 decision-log 技能。

Overview

Skill Key
clawdssen/agentledger-decision-log
Author
The Agent Ledger
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/clawdssen/agentledger-decision-log
Latest Commit SHA
9c4d48a4b5457cc9a41f09ab9dd3917cb44becce

Extracted Content

SKILL.md excerpt

# Decision Log

Stop making the same expensive mistakes. Start learning from the ones you've already made.

**by The Agent Ledger** — [theagentledger.com](https://theagentledger.com)

---

## The Problem

Most solopreneurs make dozens of meaningful decisions every week — which products to build, which clients to take, which tools to use, which strategies to pursue. They almost never write them down. Six months later, when a decision goes sideways, the context is gone: what were the alternatives? What did you expect to happen? Why did you choose this over that?

The result: you can't learn systematically from your own experience. You repeat mistakes. You forget what worked and why.

This skill turns your agent into a decision journal. Capture any decision in seconds. Get a structured record with context, alternatives, expected outcomes, and confidence level. Then, on a schedule you set, your agent reviews past decisions against what actually happened and surfaces patterns in your judgment.

---

## Setup

### Step 1 — Create Your Decisions Directory

```bash
mkdir -p decisions/
```

### Step 2 — Create Your Decision Index

Create `decisions/INDEX.md`:

```markdown
# Decision Log

**Started:** [date]
**Total decisions logged:** 0
**Last review:** —

---

## Open Decisions (awaiting outcome)

| ID | Date | Decision | Category | Expected Outcome | Review Date |
|----|------|----------|----------|-----------------|-------------|
| — | — | — | — | — | — |

---

## Reviewed Decisions

| ID | Date | Decision | Category | Outcome | Verdict | Lesson |
|----|------|----------|----------|---------|---------|--------|
| — | — | — | — | — | — | — |

---

## Patterns (updated during reviews)

*Will be filled in by your agent after the first batch of reviews.*
```

### Step 3 — Create Your First Decision Entry

Each decision gets its own file: `decisions/YYYY-MM-DD-short-title.md`

Template:

```markdown
# Decision: [Short Title]

**ID:** DEC-[001]
**Date:** [YYYY-MM-DD]
**Category...

Related Claw Skills