TopRank Skills

Home / Claw Skills / Others / goal-tracker
Official OpenClaw rules 15%

goal-tracker

OKR-style goal tracking for solopreneurs — quarterly goals, weekly check-ins, progress scoring, and an AI accountability partner that flags drift before it becomes failure.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
clawdssen/agentledger-goal-tracker
Author
The Agent Ledger
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/clawdssen/agentledger-goal-tracker
Latest Commit SHA
685d8fa68514a6a0bd1f328fbbcfecac83ca3893

Extracted Content

SKILL.md excerpt

# Goal Tracker

Set goals that don't disappear. Get an agent that notices when you're drifting and says something.

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

---

## The Problem

Most goal systems fail the same way: you set goals in January, review them in December, and discover you drifted in February and never noticed. The solution isn't a better template — it's an agent that checks in weekly and flags drift before it compounds.

This skill turns your agent into an accountability partner. Not motivational-poster accountability. Honest, data-driven accountability.

---

## Setup

### Step 1 — Create Your Goals Directory

```bash
mkdir -p goals/
```

### Step 2 — Create Your Quarterly Goals File

Create `goals/GOALS.md`:

```markdown
# Goals

**Current Quarter:** Q[N] [YEAR]
**Quarter Dates:** [Start] → [End]
**Last Updated:** [date]

---

## 🎯 This Quarter's Goals

### Goal 1: [Name]

**Why it matters:** [One sentence — the real reason, not the polished reason]
**Success looks like:** [Specific, observable outcome]
**Deadline:** [date or end of quarter]
**Status:** 🟢 On Track | 🟡 At Risk | 🔴 Off Track | ✅ Done | ⏸ Paused

**Key Results:**
- [ ] KR1: [measurable outcome] — current: [X] / target: [Y]
- [ ] KR2: [measurable outcome] — current: [X] / target: [Y]
- [ ] KR3: [measurable outcome] — current: [X] / target: [Y]

**Weekly Progress:**
| Week | Progress | Blocker | Score |
|------|----------|---------|-------|
| Wk1  |          |         |       |

---

### Goal 2: [Name]
<!-- Repeat structure above -->

---

## 📋 Goal Backlog

Goals you want to pursue — not this quarter, but tracked so they don't get lost.

| Goal | Why | Estimated Quarter |
|------|-----|-------------------|
|      |     |                   |

---

## ✅ Completed Goals

| Goal | Quarter | Outcome |
|------|---------|---------|
|      |         |         |
```

### Step 3 — Tell the Agent Your Goals

Simply tell the agent your goals in natural language:...

Related Claw Skills