Roadmap
Roadmap is the output side of Discover โ the prioritized list of features your workspace is going to build, the features in flight, and the signals (errors, customer feedback) feeding the backlog. It's the handoff point between Discover and Ship: a card on the Kanban here is what an agent picks up to do real implementation work. The page lives at /<workspace>/roadmap and has four tabs.
๐ท Screenshot: Roadmap with the Kanban tab active, filter bar and view toggle on the right.
Backlogโ
The prioritized list of unstarted features, ranked by AI suggestion (impact ร customer signal รท effort) and overlaid with anything you've manually pinned to the top.
Each card shows the feature title, suggested priority, source signal (e.g. "from meeting with Acme โ 2026-04-12", "GA4 attribution shift", "GitHub issue #214"), and an estimate of scope. Click a card to open the feature detail modal and read the full brief, edit scope, link related docs, or promote it.
Promoting a backlog item moves it to Kanban with status Not Started โ that's the trigger that makes it eligible to be picked up.
Kanbanโ
The default tab, and the day-to-day view for in-flight work.
Columns map to feature lifecycle: Not Started โ In Progress โ Review โ Complete. Drag a card across columns to change its status; the agent assigned to the feature reacts (e.g. moving a card to In Progress triggers the Code agent to start implementing on the connected branch).
Controls above the board:
- Filter bar โ narrow by assigned user (you/teammate) and by tag. The "All users" โ "Just mine" toggle is the most common use; pin to your own work and the columns simplify.
- View toggle (Kanban / List) โ same data, different layout. List view is a sortable table; Kanban view is the dragable board. Choice is persisted per browser.
- Add Feature โ opens a quick-add for a manually-scoped feature, separate from the AI-suggested backlog flow.
Click any card to open the feature detail modal: brief, scope, agent runs, generated documents, deployment status, and links into the relevant Ship surfaces (Code, Testing, Deployments, Monitoring) so you can audit what's been done without leaving the modal.
Errorsโ
Production errors that have been triaged into actionable roadmap candidates. Each row links back to the source Monitoring entry, the affected service, the user impact, and (where confidence is high) a suggested fix the Code agent can take on directly. Promote an error to Kanban to assign it for fix-up; archive it if it's noise.
This is the path from "the platform noticed something broke" to "an agent is fixing it on a branch."
Feedbackโ
Admin-only. The aggregated customer-feedback inbox โ support-ticket themes, in-app feedback widgets, social mentions, NPS comments โ clustered by topic so you can see the volume behind a complaint before deciding whether it deserves a roadmap slot. Promote a cluster directly into a backlog item; the originating quotes carry along as context for whichever agent ends up implementing.
How Roadmap connects the pillarsโ
- In โ Analytics insight cards, Meeting action items, GitHub issues, and clustered Feedback all flow here as Backlog candidates.
- Out โ moving a card to In Progress on the Kanban kicks off Ship: Code agents start implementing, Testing runs the suite on the agent's branch, Deployments handles the release, Monitoring watches it land.
- Loop โ once a feature ships, the related Analytics movement, customer feedback, and any new errors are linked back to the originating roadmap card so you can tell whether the bet paid off.