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 arkessiah/ruflo --plugin ruflo-goalsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.
19plugins reuse this skill
First indexed Jun 15, 2026
Showing the 6 earliest of 19 plugins