Agent skill
Goal Tracker
Compare current progress against goals stored in MEMORY.md
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:
- 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)
- 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 - Update MEMORY.md:
- Move completed goals to a "Completed" section (with date)
- Add notes on blocked goals
- Send a summary via
./notify. - Log what you did to memory/logs/${today}.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?