From ruflo-goals
Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-goals:horizon-track <objective-name><objective-name>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track long-running objectives that span multiple sessions, days, or weeks.
Track long-running objectives that span multiple sessions, days, or weeks.
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.
mcp__claude-flow__memory_store with namespace horizons and key horizon-[name]:
{
"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": []
}
mcp__claude-flow__memory_retrieve key horizon-[name] namespace horizonsmcp__claude-flow__hooks_intelligence_pattern-storehorizons — active horizon definitions and statehorizon-sessions — per-session summaries keyed by [horizon]-[date]horizon-learnings — patterns and insights discovered during the horizonnpx claudepluginhub wodeh/ruflo-kimi --plugin ruflo-goalsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.