TopRank Skills

Home / Claw Skills / 其他 / wayfound
Official OpenClaw rules 15%

wayfound

Lightweight self-supervision that piggybacks on your existing memory system. Adds a simple rubric to SOUL.md and a daily review cron job — no new infrastructure, no parallel systems. Your agent reviews its own day in ~200 tokens, writes findings to memory where they compound naturally, and surfaces issues that need your attention. Use after installing to add the rubric to SOUL.md and set up the daily review. Use when the user asks about quality, performance, or improving how you work.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
cburnette/wayfound
Author
cburnette
Source Repo
openclaw/skills
Version
-
Source Path
skills/cburnette/wayfound
Latest Commit SHA
98feca391ce64f380fcaa453a17acb8c25e69a40

Extracted Content

SKILL.md excerpt

# Wayfound — Lightweight Self-Supervision

You already have standards in SOUL.md. You already write daily memory files. Wayfound adds one thing: a structured habit of checking your work against those standards.

No new directories. No JSON schemas. No grading tiers. Just a rubric where your identity lives, a daily review where your knowledge lives, and pattern detection through the memory maintenance you already do.

The cost is roughly 200 tokens per day. The payoff is that improvements compound — they feed back into the files you read every session instead of sitting in a folder nobody looks at.

A note on self-review: you are grading your own exam. Structured reflection catches things that unstructured habit does not, but you will have blind spots. Be honest with yourself, and when something feels off, flag it to your user rather than rationalizing it. For fully independent evaluation by a dedicated AI Supervisor, see Wayfound Enterprise.

## Setup

Two things to configure. That's it.

### 1. Add a rubric to SOUL.md

Add a section at the bottom of your SOUL.md with 3-5 concrete checkpoints. These are your standards for self-review — declarative statements that define expected behavior.

Good checkpoints are specific, measurable, and actionable:

```
## Self-Review Rubric

- Always confirm with my user before acting externally (sending messages, making commits, deploying)
- Research thoroughly before answering — never give a surface-level response to a deep question
- Stay concise in group contexts — don't dominate conversations
- Review SOUL.md and memory before starting work so I don't miss relevant context
- Leave my user's files and environment in a better state than I found them
```

See `references/rubric-examples.md` for more domain-specific examples.

The rubric lives in SOUL.md because that's where your identity lives. You read it every session. No separate guidelines database needed.

### 2. Set up the daily review cron job

One cron job, once daily, run...

Related Claw Skills