Compass
Compass is a living map of how your organization works. Instead of a one-off audit deck that ages out, you build a shared, structured picture — the workflows people run, who owns them, the systems they touch, where time leaks — and Compass keeps it queryable as the map grows. The payoff is opportunities: concrete experiments worth trying — an AI build, or a simpler change — anchored to the real workflow they'd change.
The model
Compass is a small graph. Two primitives, plus the things you hang off them.
Pages
A page is one subject in the map — the surface you'll see labeled Map in the app. Every page has a type:
Workflowpage typeSomething your team does, end to end — claims intake, ticket triage, RFP drafting. Workflows are where opportunities live.
Personpage typeA role or individual involved in the work.
Systempage typeA tool, app, or data store the work touches.
Pain pointpage typeA known friction — a delay, an error-prone step, a bottleneck.
Documentpage typeReference material — a policy, a transcript, a spec. Notes from a stakeholder interview land here.
Connections
Pages link to each other with typed, directed connections, so the map carries meaning you can traverse rather than a pile of loose notes:
owns · involved_in · uses · affects · documents · relates_to
A Person owns a Workflow; a Workflow uses a System; a Pain point affects a Workflow. Follow the edges and the shape of the work appears.
Opportunities
An opportunity is an experiment worth trying — an AI build, or a simpler change, that could improve a workflow. Opportunities attach to a Workflow page (and can point at a particular step within it), so an idea is always tied to the concrete work it would change, not floating in a backlog.
How you build it
- Map the work
Create pages for the workflows, people, systems, and pain points that make up an area, and connect them. Search across the map as it grows.
- Interview stakeholders
Send a share link to someone who knows the work — no account needed. Their conversation becomes a Document page you can connect into the map.
- Surface opportunities
Attach opportunities to the workflows they'd change — where an AI build, or a simpler change, could improve the work. The map turns "we should use AI somewhere" into a ranked, grounded list of specific opportunities.
Want to do it rather than read about it? The quickstart walks you through mapping your first workflow end to end. For specific tasks, see the guides on extracting a map from a document and running a stakeholder interview.
Access
Compass runs in the browser at compass.zerowidth.ai — sign in and pick the Compass tile from your workspace. There's no separate install.
For programmatic access — an agent building the map while it interviews someone, or a script reading pages into another tool — Compass is reachable through the MCP server, not a REST API.