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.
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.
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.
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.
LINEAR_API_KEYenvironment variable — required for ticket creation (Phases 5–6). Get one from linear.app/settings/api.jqinstalled (used to parse GraphQL responses)- A git repo with at least a README or docs folder for context gathering
MIT