一键导入
horizon-track
Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
菜单
Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
Spawn nested sub-agents (agents that spawn sub-agents, up to depth=5) via Claude Code's native Task tool — for context-managed deep delegation
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix
Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
| name | horizon-track |
| description | Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection |
| argument-hint | <objective-name> |
| allowed-tools | mcp__claude-flow__memory_store mcp__claude-flow__memory_search mcp__claude-flow__memory_list mcp__claude-flow__memory_retrieve mcp__claude-flow__task_list mcp__claude-flow__task_summary mcp__claude-flow__progress_check mcp__claude-flow__progress_summary mcp__claude-flow__agentdb_hierarchical-store mcp__claude-flow__agentdb_hierarchical-recall mcp__claude-flow__hooks_intelligence_pattern-store mcp__claude-flow__session_save mcp__claude-flow__session_restore Bash Read Write |
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