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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawdssen/agentledger-decision-logDecision Log
Stop making the same expensive mistakes. Start learning from the ones you've already made.
by The Agent Ledger — 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
mkdir -p decisions/
Step 2 — Create Your Decision Index
Create decisions/INDEX.md:
# 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:
# Decision: [Short Title]
**ID:** DEC-[001]
**Date:** [YYYY-MM-DD]
**Category:** [business / product / operations / financial / personal / hiring / strategy]
**Status:** open
---
## The Decision
[What did you decide? Be specific. One sentence if possible.]
---
## Context
[What was happening when you made this decision? What problem were you solving? What constraints existed?]
---
## Alternatives Considered
1. **Option A (chosen):** [description]
- Pros: [list]
- Cons: [list]
2. **Option B:** [description]
- Pros: [list]
- Cons: [list]
3. **Option C (do nothing):** [description]
- Why rejected: [reason]
---
## Why I Chose This
[The actual reasoning. Not the polished version — the real one. What tipped the scale?]
---
## Expected Outcome
[What do you expect to happen if this was the right call? Be specific and measurable where possible.]
**Time horizon:** [When will you know if this was right? 30 days? 6 months? 1 year?]
---
## Confidence Level
**Rating:** [1-10]
**Why:** [What would make this more or less confident?]
---
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawdssen-agentledger-decision-log": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
solopreneur-assistant
AI Chief of Staff for solo businesses — inbox triage, task prioritization, revenue tracking, decision journals, opportunity scoring, and weekly reviews.
openmm-grid-trading
Create and manage grid trading strategies with OpenMM. Automated buy/sell around center price.
purple-cow-content
Trigger this skill for ANY of these situations — writing OR conversation: WRITING: blog posts, articles, social media captions, LinkedIn, Twitter/X threads, Instagram, YouTube scripts, TikTok hooks, newsletters, ad copy, landing pages, pitch decks, email campaigns, product descriptions, taglines, or any content meant to attract attention. CONVERSATION: When the user is brainstorming ideas, discussing why content isn't performing, evaluating a marketing angle, planning a campaign, asking "what should I post about", comparing their idea to competitors, talking about engagement or virality, or thinking out loud about any creative or communication challenge. If a conversation touches on attention, differentiation, standing out, audiences, or messaging — this skill is relevant. Speak up proactively as a strategic advisor using the Purple Cow lens (Seth Godin + MrBeast framework), even if the user hasn't asked for content to be written yet. Never stay silent when a Purple Cow insight would sharpen the discussion.
client-relationship-manager
Lightweight AI-native CRM for solopreneurs and freelancers. Track clients, relationships, follow-ups, deal stages, and interaction history in plain text files — no SaaS subscription required. Use when managing client relationships, preparing for meetings, tracking follow-ups, or reviewing pipeline status.
financial-tracker
AI-powered financial tracking for solopreneurs — log income and expenses, monitor revenue toward monthly goals, generate P&L snapshots, flag cash flow risks, and build a running financial picture with zero spreadsheets.