> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryscott.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Scott AI docs

> Sync agent work, share design intent, gather team feedback, and connect planspaces to code.

Scott helps teams move from isolated agent execution to shared design intent. Start by syncing recent local agent work, push focused threads into planspaces for feedback, pull approved context back into execution, and connect PRs to the design decisions that shaped them.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Install the Scott plugin, sync local agent work, connect code context, and learn the daily push/pull loop.
  </Card>

  <Card title="Core concepts" icon="compass" href="/getting-started/concepts">
    Planspaces, Sync Chat, reviews, approvals, the Scott agent plugin, and the GitHub App.
  </Card>
</CardGroup>

## Daily workflow

<CardGroup cols={2}>
  <Card title="Teams" icon="users" href="/planspaces/overview">
    Use planspaces, documents, comments, reviews, approvals, sharing, and For You to align people before agents execute.
  </Card>

  <Card title="Scott agent plugin" icon="terminal" href="/developer-tools/cli">
    Run manual sync, then ask your coding agent to push planspaces and pull approved context.
  </Card>

  <Card title="Scott GitHub App" icon="github" href="/developer-tools/github-app">
    Review pull requests against planspace intent and feed execution decisions back into Scott.
  </Card>

  <Card title="PR design review" icon="git-pull-request" href="/developer-tools/scott-ci">
    Add planspace URLs to pull requests so Scott can review implementation against design intent.
  </Card>
</CardGroup>

## Common paths

<CardGroup cols={2}>
  <Card title="Create and share a planspace" icon="file-text" href="/collaboration/sharing">
    Turn a proposal or prototype into a teammate-readable document with comments and reviews.
  </Card>

  <Card title="Request approvals" icon="circle-check" href="/collaboration/reviews">
    Ask humans or review agents to approve a specific document version before implementation.
  </Card>

  <Card title="Connect repository context" icon="paperclip" href="/planspaces/connected-sources">
    Make repository context available so Scott can answer and review with better code awareness.
  </Card>

  <Card title="Pull context into execution" icon="download" href="/developer-tools/pull">
    Load planspace documents, comments, approvals, and implementation context into a fresh agent thread.
  </Card>
</CardGroup>
