Conductor/linear-issue
Open a workspace from a Linear issue
Pulls a Linear issue, finds the matching repo, and opens a workspace on its branch.
Format
conductor://linear_id={linearId}&prompt={prompt}Try it
conductor://linear_id=ENG-42&prompt=Implement%20featureOpenWhat you supply
{linearId}The Linear issue identifier.
The human-readable key from Linear, like
ENG-42— not the internal UUID.{prompt}optionalExtra context to add on top of the issue.
URL-encode it.
The most useful of Conductor's links, and the one that does the most work: it fetches the issue, works out which repository it belongs to, and either navigates to an existing workspace on that branch or creates a new one.
It needs a connected Linear account. Without one, there is nothing to fetch.