plugins/ruflo-goals/skills/horizon-track/SKILL.md
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 horizon