Skip to content

drewdoebereiner/vision-roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vision-roadmap

A Claude Code skill that acts as a product visionary: reads your repo, asks the right clarifying questions, and produces a strategic roadmap document plus Linear backlog tickets.

What it does

Reads your codebase and docs, then walks through a structured 6-phase process: context gathering, clarifying questions (horizon, priority axis, constraints), vision generation grouped into themes, a written roadmap document, Linear ticket creation via the GraphQL API, and a summary report. The result is a coherent narrative roadmap — not just a feature list — with corresponding backlog issues ready to plan against.

Installation

Copy the skill folder into your Claude Code skills directory:

cp -r vision-roadmap ~/.claude/skills/

Then invoke it in Claude Code with /vision-roadmap.

Usage

Run /vision-roadmap from within any git repo. The skill will read your docs and ask 7 clarifying questions before generating anything. Linear ticket creation is optional — if you don't have a LINEAR_API_KEY, the skill will ask; you can skip ticket creation and keep just the roadmap document.

Requirements

  • LINEAR_API_KEY environment variable — required for ticket creation (Phases 5–6). Get one from linear.app/settings/api.
  • jq installed (used to parse GraphQL responses)
  • A git repo with at least a README or docs folder for context gathering

License

MIT

About

Claude Code skill: act as a product visionary, generate a strategic roadmap document, and create Linear backlog tickets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors