File contents 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-dashboard
Data Files
data/goals.json - Goal definitions and milestones
data/daily-log.json - Daily check-ins
index.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:
Run 5km without stopping
Complete sprint triathlon
Complete Olympic distance
Complete Half Ironman (70.3)
Complete Full Ironman
$100k MRR (by 2030)
Milestones:
First paying client
$5k MRR
$10k MRR
$25k MRR
$50k MRR
$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
1 --- 2 name: goal-tracker 3 description: Goal Tracker Skill 4 --- 5 # Goal Tracker Skill 6 7 Track long-term goals with milestones, daily logging, and accountability. 8 9 ## Location 10 `/root/clawd/goal-tracker/` 11 12 ## Commands 13 14 ```bash 15 # Show status 16 /root/clawd/tracker status 17 18 # Log daily activity 19 /root/clawd/tracker log --trained --business --wins "Description" 20 21 # Update MRR 22 /root/clawd/tracker mrr 5000 23 24 # Mark milestone complete 25 /root/clawd/tracker milestone ironman "5km run" 26 /root/clawd/tracker milestone mrr_100k "first client" 27 28 # Weekly summary 29 /root/clawd/tracker week 30 31 # Generate HTML dashboard 32 /root/clawd/goal-tracker/generate-dashboard 33 ``` 34 35 ## Data Files 36 - `data/goals.json` - Goal definitions and milestones 37 - `data/daily-log.json` - Daily check-ins 38 - `index.html` - Generated visual dashboard 39 40 ## Integration with Alto 41 42 ### During Evening Check-ins 43 Ask: "Did you train today? Work on business?" 44 Then log: `tracker log --trained --business` (or `--no-trained` etc.) 45 46 ### When Wins Happen 47 Log them: `tracker log --wins "Landed new client"` 48 49 ### When MRR Changes 50 Update: `tracker mrr 5000` 51 52 ### When Milestones Complete 53 Mark: `tracker milestone ironman "5km"` 54 55 ## Goals Tracked 56 57 ### Ironman (by 2030) 58 Milestones: 59 1. Run 5km without stopping 60 2. Complete sprint triathlon 61 3. Complete Olympic distance 62 4. Complete Half Ironman (70.3) 63 5. Complete Full Ironman 64 65 ### $100k MRR (by 2030) 66 Milestones: 67 1. First paying client 68 2. $5k MRR 69 3. $10k MRR 70 4. $25k MRR 71 5. $50k MRR 72 6. $100k MRR 73 74 ## Weekly Rhythm 75 - Monday: Week planning (set priorities) 76 - Daily: Evening check-in (log training + business) 77 - Friday: Week review (score + adjust) 78 79 ## Patterns to Watch 80 - 3+ days without training = gentle nudge 81 - Week score < 50% = check in on blockers 82 - Milestone dates approaching = increase urgency
javimosch/open-claw-skills/tree/main/skills/alti-systems/goal-tracker commit 1872e3152e
Frequently asked questions How do I install the Goal Tracker skill? Run npx skillmds@latest add javimosch/goal-tracker in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Goal Tracker skill do? Goal Tracker Skill It is listed under Coding & Dev Tools on SkillMD.
Is Goal Tracker safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Goal Tracker? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Goal Tracker free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Goal Tracker? javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.