---
name: Long-Horizon Skill
slug: long-horizon-skill
category: AI Engineering
description: Long-Horizon Skill designs and manages plans that stay coherent across extended workflows and changing conditions. It is used for multi-phase work that needs milestones, replanning triggers, and risk-aware sequencing.
github: "https://github.com/eli-labz/Cognitive-Core-Skills/tree/main/Skills/plan_long_horizon_skill.md"
language: Python
stars: 165
forks: 45
install: "npx degit https://github.com/eli-labz/Cognitive-Core-Skills/tree/main/Skills ~/.claude/skills/Skills"
installs_to: ~/.claude/skills/Skills
source_path: Skills/plan_long_horizon_skill.md
collection_size: 3
category_size: 3670
collection_url: "https://dirskills.com/collections/eli-labz/Cognitive-Core-Skills"
added: 2026-09-08T05:35:01.169Z
last_synced: 2026-09-08T05:35:01.169Z
canonical_url: "https://dirskills.com/skills/long-horizon-skill"
---

# Long-Horizon Skill

Long-Horizon Skill designs and manages plans that stay coherent across extended workflows and changing conditions. It is used for multi-phase work that needs milestones, replanning triggers, and risk-aware sequencing.

**Install:**

```bash
npx degit https://github.com/eli-labz/Cognitive-Core-Skills/tree/main/Skills ~/.claude/skills/Skills
```

## README

# Long-Horizon Skill

## Summary
Designs and manages long-horizon plans that remain coherent across extended workflows and changing conditions.

## Definition
Plans over long time horizons by sequencing milestones, preserving strategic intent, and adapting execution while minimizing drift and compounding risk.

## Inputs
- strategic goals
- multi-phase constraints
- resource forecasts
- dependency graph

## Outputs
- long-horizon plan
- milestone checkpoints
- replanning triggers

## Required Capabilities
- multi-stage decomposition
- risk-aware sequencing
- progressive replanning

## Failure Modes
- short-term optimization overrides long-term objective
- milestone drift without detection
- resource depletion due to horizon misestimation

## Evaluation Questions
- Does the plan preserve strategic intent across milestones?
- Are long-range dependencies and contingencies represented?
- Are replanning triggers explicit and testable?

## Evaluation Signals
- milestone completion stability
- reduced long-horizon plan churn
- improved objective attainment over extended runs

## Example Tasks
- Plan and steer a multi-quarter automation rollout with periodic replanning gates

## Related Skills
- plan_goal_decomposition
- plan_hierarchical_planning
- plan_real_time_replanning
- wm_outcome_forecasting

## Source Patterns
- roadmaps
- portfolio plans
- program reviews
- execution traces
