Skip to main content
Sharing is how a planspace becomes team context. You can invite people to collaborate, request a formal review, send the document to someone, or share a public read-only link.

Share intents

The share modal supports three common intents:

Invite members

  1. Open the planspace
  2. Click Share
  3. Choose Collaborate
  4. Add teammates by name or email
  5. Select their role and send the invite
Invited members receive a notification and can access the planspace after accepting.

Request review from Share

Use Review when the plan is ready for approval.
  1. Open the document version you want reviewed
  2. Click Share
  3. Choose Review
  4. Select reviewers
  5. Add a focus note
  6. Send the request
See Reviews and approvals for reviewer states and approval behavior.

Share from your agent

The fastest way to create a shareable planspace is to ask the Scott plugin to push from the coding-agent thread where the work happened: # from claude code, codex, gemini, opencode, etc
Scott captures the current coding-agent thread, generates a planspace document, and prints the planspace URL. Share that URL in Slack, Linear, a design review, or a pull request. Toggle Make public in the Share modal to generate a read-only link.
Public links are read-only. Viewers cannot comment, edit, or see private comments. To collaborate, invite members directly.

Pulling shared context

When a planspace is ready for execution, start a fresh coding-agent thread and ask it to pull from Scott: # from claude code, codex, gemini, opencode, etc
This loads the document, comments, review state, and available implementation context into your coding agent.