Goal Tracker

Compare recent activity against goals to produce quantified status, trend, and next action.

6|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/anajuliabit/aeon --skill goal-tracker-anajuliabit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Goal Tracker
Source: https://github.com/anajuliabit/aeon/tree/main/skills/goal-tracker
Command: npx skills add https://github.com/anajuliabit/aeon --skill goal-tracker-anajuliabit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It helps you keep goals moving by comparing recent evidence against your targets and producing an objective, quantified status plus a specific next step when progress stalls.

Core Features & Use Cases

  • Quantified goal status: Determines whether each goal is DONE, BLOCKED, ON TRACK, NEEDS ATTENTION, or AT RISK using activity counts, recency, and signals from logs, commits, PRs, and issues.
  • Trend-aware tracking: Uses a prior snapshot to label the overall direction as improving, flat, degrading, or new.
  • Actionable next step: Proposes one concrete action for every non-DONE goal, tailored to its status and urgency.

Quick Start

Run Goal Tracker for all goals, or set var to a specific goal title or slug to focus the report on just that goal.

Frequently Asked Questions about Goal Tracker

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

FAQPage Schema
How do I track OKR progress using GitHub issues and pull requests?

You can track OKR progress by comparing recent GitHub issues, PRs, and commits against your goals to produce a quantified status like ON TRACK or AT RISK. This evaluates activity counts and recency to generate an objective progress review.

What is the best way to automate recurring goal status reviews?

Automating recurring goal status reviews involves reading memory-based goal definitions and prior snapshots to compute current status with evidence windows. It determines whether goals are DONE, BLOCKED, or AT RISK, and proposes a specific next action for stalled progress.

How do I generate actionable next steps when my team goals are blocked?

To generate actionable next steps for blocked goals, the system analyzes repository logs and activity signals against your targets. It then proposes one concrete action for every non-DONE goal, tailored to its urgency and current status.

Can I analyze goal trend direction from prior progress snapshots?

Yes, you can analyze goal trend direction by comparing a prior goal-state snapshot against recent repository activity. This labels the overall direction as improving, flat, degrading, or new, providing trend-aware tracking for your objectives.

Does goal tracking still work if GitHub CLI queries fail?

Goal tracking degrades gracefully if GitHub CLI queries fail, continuing to evaluate status using available memory-based goal definitions and local logs. It safely updates memory state and computes progress without requiring external GitHub data.