horizon-track
Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
npx skills add ruvnet/ruflo --skill horizon-track --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Horizon Track Track long-running objectives that span multiple sessions, days, or weeks. ## When to use When an objective is too large for a single session — multi-week features, research programs, migration projects, or any work that requires persistent progress tracking across conversations. ## Steps 1. **Initialize horizon** — define the objective, target date, and 3-7 milestones 2. **Store horizon** — call `mcp__plugin_ruflo-core_ruflo__memory_store` with namespace `horizons` and key `horizon-[name]`: ```json { "objective": "...", "created": "2026-04-28", "targetDate": "2026-05-15", "milestones": [ {"id": "m1", "name": "...", "criteria": "...", "status": "pending"}, {"id": "m2", "name": "...", "criteria": "...", "status": "pending"} ], "currentMilestone": "m1", "sessions": [] } ``` 3. **Session check-in** — at the start of each session: - Recall horizon: `mcp__plugin_ruflo-core_ruflo__memory_retrieve` key `horizon-[name]` namespace `horizons` - Review milestone status - Assess drift (are we still on track?) - Plan this session's contribution 4. **Work and record** — as work progresses: - Update milestone status - Record session summary - Store intermediate findings 5. **Sessi
- When to use
- Steps
- Memory namespaces
What does the horizon-track skill do?
Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
How do I install it?
Run `npx skills add ruvnet/ruflo --skill horizon-track --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.