Conductor/async-plan
Open a workspace from a plan
Creates a workspace with a base64-encoded plan imported as a markdown file.
Format
conductor://async?repo={repo}&plan={plan}Try it
conductor://async?repo=backend&plan=c3RlcDogdGVzdA==OpenWhat you supply
{repo}optionalName of the repository to open the workspace in.
Omit it to use the first available repository.
{plan}The plan, base64-encoded, imported into the workspace as a markdown file.
Base64 the markdown, then URL-encode the result —
+and=are not safe raw in a query.
This is the one Conductor link that uses a real query string, with a ? after async. The
others put their keys straight after conductor://. Getting these two shapes backwards is the
easiest mistake to make with this scheme.
The plan arrives as a markdown file in the new workspace rather than as a prompt, so it is the right shape for handing an agent something long — a design doc, a migration checklist — that you would not want to cram into a prompt string.