
Goal Tracker
- 8 installs
- 33 repo stars
- Updated April 26, 2026
- bighardperson/computer-science-skills-collection
goal-tracker is a skill that tracks long-term goals with milestones, daily logging, weekly summaries, and an HTML progress dashboard.
About
goal-tracker tracks long-term goals with milestones, daily logging, and accountability. A user logs daily activity, updates milestones and MRR, generates weekly summaries, and views an HTML dashboard of progress via tracker commands. It watches patterns such as several days without progress and nudges accordingly.
- Tracks long-term goals with milestones, daily logging, and accountability
- Generates weekly summaries and an HTML progress dashboard
- Nudges when patterns slip, like 3+ days without training
Goal Tracker by the numbers
- 8 all-time installs (skills.sh)
- Ranked #2,242 of 3,280 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 30, 2026 (Skillselion catalog sync)
goal-tracker capabilities & compatibility
Free; local tracker scripts and JSON data files
- Capabilities
- goal tracking · progress dashboard · planning
- Use cases
- planning · project management
- Pricing
- Free
What goal-tracker says it does
Track long-term goals with milestones, daily logging, and accountability.
# Generate HTML dashboard
- 3+ days without training = gentle nudge
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill goal-trackerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 8 |
|---|---|
| repo stars | ★ 33 |
| Last updated | April 26, 2026 |
| Repository | bighardperson/computer-science-skills-collection ↗ |
What it does
Log daily progress, update milestones, and generate weekly summaries and an HTML dashboard for long-term goals.
Who is it for?
Tracking long-term goals with daily check-ins and milestone progress.
Skip if: Team project management or software issue tracking.
When should I use this skill?
A user wants to set goals, log daily progress, update milestones, or view a goal dashboard.
What you get
Goals, milestones, and daily progress are logged and rendered into weekly summaries and a dashboard.
- Daily activity log
- Weekly summary
- HTML progress dashboard
By the numbers
- Ironman goal with 5 milestones
- $100k MRR goal with 6 milestones
Files
Goal Tracker Skill
Track long-term goals with milestones, daily logging, and accountability.
Location
/root/clawd/goal-tracker/
Commands
# Show status
/root/clawd/tracker status
# Log daily activity
/root/clawd/tracker log --trained --business --wins "Description"
# Update MRR
/root/clawd/tracker mrr 5000
# Mark milestone complete
/root/clawd/tracker milestone ironman "5km run"
/root/clawd/tracker milestone mrr_100k "first client"
# Weekly summary
/root/clawd/tracker week
# Generate HTML dashboard
/root/clawd/goal-tracker/generate-dashboardData Files
data/goals.json- Goal definitions and milestonesdata/daily-log.json- Daily check-insindex.html- Generated visual dashboard
Integration with Alto
During Evening Check-ins
Ask: "Did you train today? Work on business?" Then log: tracker log --trained --business (or --no-trained etc.)
When Wins Happen
Log them: tracker log --wins "Landed new client"
When MRR Changes
Update: tracker mrr 5000
When Milestones Complete
Mark: tracker milestone ironman "5km"
Goals Tracked
Ironman (by 2030)
Milestones: 1. Run 5km without stopping 2. Complete sprint triathlon 3. Complete Olympic distance 4. Complete Half Ironman (70.3) 5. Complete Full Ironman
$100k MRR (by 2030)
Milestones: 1. First paying client 2. $5k MRR 3. $10k MRR 4. $25k MRR 5. $50k MRR 6. $100k MRR
Weekly Rhythm
- Monday: Week planning (set priorities)
- Daily: Evening check-in (log training + business)
- Friday: Week review (score + adjust)
Patterns to Watch
- 3+ days without training = gentle nudge
- Week score < 50% = check in on blockers
- Milestone dates approaching = increase urgency
{
"name": "goal-tracker",
"version": "1.0.0",
"description": "Track long-term goals with milestones, daily logging, and accountability rhythm.",
"author": "Alto",
"commands": [
"/root/clawd/tracker"
],
"files": [
"/root/clawd/goal-tracker/"
]
}
Related skills
FAQ
What does goal-tracker generate?
Daily check-ins, milestone updates, weekly summaries, and an HTML dashboard of goal progress.
How does it hold you accountable?
It watches patterns like 3+ days without training and nudges, or checks in on blockers when a week scores under 50%.