- 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:- From Sync Chat - pin or write up a useful synced session after Sync
- From your coding agent - ask the Scott plugin to push from a focused thread
- From the app - start a new planspace and describe what you want Scott to draft
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.
Recommended team flow
- Start with real work: a prototype, implementation sketch, investigation, or product proposal.
- Ask your coding agent to push it into a planspace.
- Attach code context with the Scott GitHub App when architecture matters.
- Share the planspace with engineers, PMs, designers, or leadership.
- Use comments for targeted feedback and reviews for approval.
- Ask a fresh agent thread to pull the reviewed context from Scott.
- 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