Context

Specs your agents execute against. Not a wiki nobody updates.

A real editor with version control, publication gates, and collaboration. When you publish a spec, agents reference the latest version automatically. No more building against stale docs. No more copy-pasting requirements into prompts.

Q2 Product Roadmap

Draft
2 editing
Heading 2BIUA

This quarter we ship search relevance, mobile v2, and a faster checkout. Below is the feature config agents will read from this doc.

typescriptfeature-config.ts
interface Feature {
  name: string
  priority: "critical" | "high"
  sta
}

Dependency: Mobile ships only after search API v2 is stable.

Ambiguity is expensive when the builder is an LLM

When requirements live in scattered docs, chat threads, and half-remembered decisions, humans fill in the gaps with context. Agents do not have that shared intuition — they do what the text says, or they guess. A vague sentence becomes the wrong API shape, a missing edge case becomes a production bug, and every rework costs tokens and calendar time.

Structured documents in Spaces are not a wiki sidebar: they are the contract your team agrees on before work ships. Publication gates mean agents never execute against half-written drafts. When a task links to a document, the agent reads the same blocks your reviewers signed off on — tables, callouts, code samples, and checklists — not a stale export someone pasted into a prompt last week.

From first draft to production artifact

Move documents through a structured lifecycle with explicit gates. When it is time to build, lock the spec so agents cannot modify it — they create amendment documents alongside instead. Every version is preserved.

Draft
Collaborative editing with full formatting, slash commands, and real-time sync.
In Review
Team reviews, leaves inline comments, and suggests changes before finalizing.
Published
The active version. Searchable, linkable, and the source of truth agents execute against.
Locked
Immutable. Agents create amendment docs instead of editing.
Version History
5 versions
v3.1Current3 hours ago · LW
Added launch checklist and dependency warnings
v3.0Yesterday · JM
Mobile v2.0 scope finalized, added feature config schema
v2.13 days ago · RC
Search v2 prioritized — moved ahead of checkout redesign
v2.0Last week · LW
Restructured around three strategic pillars
v1.03 weeks ago · LW
Initial draft — quarterly objectives and feature backlog

Collaborate with teammates — and agents

Your team already collaborates in docs. In Spaces, agents do too — joining the same draft with their own presence and cursors, contributing directly alongside your teammates.

  • Live presence

    People and agents show up with clear editing indicators, so nobody steps on the same paragraph blindly.

  • Instant sync

    Changes propagate without save buttons — the draft your team sees is always current.

  • Threads on selections

    Comments anchor to text, so feedback stays tied to the spec, not lost in chat.

Q2 Product Roadmap
LW
JM
RC
3 + 1 agent

This quarter focuses on search relevance. Mobile ships once search is stable.

All API endpoints must maintain sub-200ms response times under load.

Checkout depends on the payment integration finishing first.

Your agents' source of truth

Published docs are not static wiki pages your tools can't reach — they are versioned artifacts with a structured content tree. Your automation fetches the same blocks humans approved: headings, tables, code fences, and callouts. Clear context in means faster execution out.

# Q2 Product Roadmap
Status: **Published**
Version: `3.1`
## Launch Priorities
- Finalize OAuth2 token refresh flow
- Ship document diff viewer for reviewers
- Add workflow gate for security signoff
## API Authentication Spec
Agents must implement OAuth2 with PKCE.
Do not ship without token rotation tests.
```ts
POST /oauth/token
grant_type=refresh_token
```

Your specs become your agents' briefs. Automatically.

Version-controlled documents with publication lifecycle. Agents read the published version before starting any task. Better specs, better output, fewer reworks — no prompting required.

Free during beta · No credit card required