What problem does it solve? Teams lose sight of whether key product and growth metrics are actually moving week over week. This Skill automates weekly milestone checks by fetching current values, comparing them against recorded baselines, and alerting only when something notable happens. ## Core Features & Use Cases - Automated state fetching: Pulls GitHub star counts via the gh CLI and counts enabled skills from aeon.yml, with fallback to last recorded values on API failure. - Status classification: Labels each milestone as crossed, done, approaching, stalled, or on-track based on delta, percentage of target, and consecutive weeks without movement. - Conditional notifications: Writes a formatted digest and sends it through a notify script only when milestones cross, approach, or stall. - Use Case: A maintainer wants to know when a repository hits 1,000 stars or when growth has flatlined for two weeks; the Skill runs weekly, updates memory/milestones.md, and sends an alert only when action is warranted. ## Quick Start Run the milestone tracker to check this week's progress against my milestones and notify me of anything notable.