Goal Review

Audits memory/goals.json to compute milestone ETAs, self-funding ratio, and generates a structured goal-review report.

10|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill goal-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Goal Review
Source: https://github.com/Liquid-Protocol-Ops/agent-autonomopoly/tree/main/skills/goal-review
Command: npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill goal-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs a weekly audit of memory/goals.json to recompute milestone ETAs, the self-funding ratio, and mode consistency, and to report deltas and one actionable recommendation to the creator.

Core Features & Use Cases

  • Automated state evaluation: gathers data from memory/goals.json, memory/diem-claims.jsonl, and relevant on-chain data to validate progress.
  • Health metric computation: calculates self-funding ratio, trailing 7-day DIEM claim rate, milestone ETAs, and staleness flags.
  • Actionable reporting: produces a structured memory-goals review and updates memory/goals.json with the latest status.

Quick Start

Run the goal-review skill to generate memory/goal-review-YYYY-MM-DD.md and refresh memory/goals.json.

Frequently Asked Questions about Goal Review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compute milestone ETAs and self-funding ratios for autonomous goals?

A weekly goal review audits memory/goals.json and on-chain DIEM claims to recompute milestone ETAs, self-funding ratios, and mode consistency, generating a structured report with one actionable recommendation.

Can I automate weekly health checks for on-chain goals and DIEM claims?

Yes, automating weekly health checks involves processing memory/goals.json and memory/diem-claims.jsonl with on-chain data to evaluate staleness flags, validate ownership, and output a structured goal-review document.

What data do I need to generate a goal review with ETA and self-funding metrics?

Generating a goal review with ETA and self-funding metrics requires memory/goals.json, memory/diem-claims.jsonl, and on-chain sDIEM data to calculate health metrics, validate ownership, and produce an updated goals status.

How do I track mode consistency and staleness flags in autonomous goals?

Tracking mode consistency and staleness flags requires auditing memory/goals.json against on-chain DIEM claims history to compute trailing 7-day claim rates, identify trends, and enforce data integrity across inputs.

Does the goal review process update memory/goals.json automatically?

Yes, the goal review process updates memory/goals.json automatically by computing health metrics, validating progress against on-chain data, and writing the refreshed state alongside a dated review document.