Help us improve
Share bugs, ideas, or general feedback.
From ruflo-goals
Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
npx claudepluginhub erfwn81/velora --plugin ruflo-goalsHow 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.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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