Skip to main content
A planspace is where a team aligns on what should be built before handing work back to agents. It combines a conversation, a living document, connected sources, comments, reviews, approvals, and sharing controls. Use planspaces for:
  • prototype writeups and design proposals
  • engineering plans that need PM, design, or leadership feedback
  • implementation context that should survive beyond one agent thread
  • approved intent that should later be pulled into execution with the Scott plugin

How planspaces start

You can create a planspace three ways:
  1. From Sync Chat - pin or write up a useful synced session after Sync
  2. From your coding agent - ask the Scott plugin to push from a focused thread
  3. From the app - start a new planspace and describe what you want Scott to draft
For daily team workflows, pushing from your coding agent is usually the fastest path. It turns active agent work into a shareable document while the idea is still fresh.

The planspace layout

The planspace UI is built for shared review:
  • Chat is where the author works with Scott and folds feedback back into the proposal.
  • Document is the readable artifact teammates review, edit, comment on, and approve.
  • Sources show the GitHub repos or uploaded files Scott can use for grounded answers.
  • Comments anchor feedback to exact document text.
  • Reviews create an approval record for a specific saved version.
  • Share controls who can collaborate, review, or receive the planspace.
  1. Start with real work: a prototype, implementation sketch, investigation, or product proposal.
  2. Ask your coding agent to push it into a planspace.
  3. Attach code context with the Scott GitHub App when architecture matters.
  4. Share the planspace with engineers, PMs, designers, or leadership.
  5. Use comments for targeted feedback and reviews for approval.
  6. Ask a fresh agent thread to pull the reviewed context from Scott.
  7. Link the PR back to the planspace with the Scott GitHub App.

Roles

What good looks like

A strong planspace is not a polished spec dropped at the end of the process. It is a working design record that captures:
  • the rough prototype or proposal that started the thread
  • what the team questioned or changed
  • the version that was approved
  • the context an agent needs to execute
  • the PRs that implemented the approved design