What problem does it solve? When returning to a project, repo, or plan, it is hard to answer "what comes next, and what gates it?" without manually digging through git history, plan documents, and folder state. This Skill produces a fresh, read-only snapshot of the forward horizons — the increment arc (built → current → next), what ships now, the gates, the next increment's clusters, and the runway of gated stages — without mutating any state. ## Core Features & Use Cases - Forward-horizon board: Renders the increment arc, now-shipping items, gates, next clusters (with the paramount one starred), the runway (now → gated-next → future), and deferred lanes in one view. - Bounded read-only subagent gathering: Delegates evidence collection to a depth-1 subagent with a cheap-first evidence ladder (git tier → plan/doc tier → conversation/folder tier), returning only a distilled bundle with re-runnable proofs. - Provenance-tiered, fail-closed output: Every field is tagged attested/inferred/guessed, and barren evidence produces an honest "NO SUBSTRATE" card instead of a fabricated roadmap. - Three render faces: A structured YON record for agent consumers, a plain-language markdown read for humans, and a visual widget with a mandatory information-complete ASCII twin. - Use Case: Ask "show me the roadmap" on a repository and receive the built → current → next arc, the gates blocking the next increment, and the deferred lanes, each line tagged with its evidence tier. ## Quick Start Ask the agent to show you the roadmap and what's next for the current project or repository.