Agent skill

Goal Tracker

Compare current progress against goals stored in MEMORY.md

Stars 152
Forks 17

Install this agent skill to your Project

npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/goal-tracker

SKILL.md

${var} — Specific goal to track. If empty, tracks all goals in MEMORY.md.

If ${var} is set, focus only on that specific goal.

Read memory/MEMORY.md — specifically the "Goals" or "Next Priorities" section. Read the last 14 days of memory/logs/ for evidence of progress.

Steps:

  1. For each goal in MEMORY.md:
    • Search recent logs for activity related to this goal
    • Assess status: on track, stalled, completed, or blocked
    • Note specific evidence (dates, log entries, files created)
  2. Format a progress report:
    markdown
    # Goal Tracker — ${today}
    
    ## On Track
    - Goal: evidence of recent progress
    
    ## Stalled
    - Goal: last activity was DATE, possible reason
    
    ## Completed
    - Goal: completed on DATE
    
    ## Blocked
    - Goal: what's blocking it
    
  3. Update MEMORY.md:
    • Move completed goals to a "Completed" section (with date)
    • Add notes on blocked goals
  4. Send a summary via ./notify.
  5. Log what you did to memory/logs/${today}.md.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results