Portfolio View
The Portfolio View shows all your projects side by side in swim lane cards,
giving you a bird's-eye view across your entire portfolio. Switch to it with
the P keyboard shortcut or the view toggle in the header.
Swim lane layout
Each project is displayed as a ProjectLane card with sections for different feature states:
| Section | Contents |
|---|---|
| Next | Features assigned to the next unreleased version, grouped by state |
| In Progress | Features currently being worked on by agents |
| Blocked | Features waiting on dependencies |
| Recent | Recently implemented features |
Click any feature in a lane to navigate to its detail view in the project's Edit view.
View mode toggle
The header adapts based on the current view mode:
- Project mode (default): Full header with project selector, Edit/Plan/Activity tabs, and project actions
- Portfolio mode: Minimal toolbar showing only the Manifest logo and a toggle to switch back to project mode
Press P to toggle between modes. The preference is persisted in localStorage, so it remembers your choice across sessions.
Stalled detection
Features that have been in_progress for more than 14 days are
highlighted as stalled. This helps you spot work that may
need attention, whether it's blocked on external factors, abandoned, or
simply forgotten.
Version-complete indicator
When all features in the Next version are implemented, the project lane shows a visual indicator that the version is ready to ship. This is your cue to review and release the version.
Next step
Return to Web UI overview or continue to the Tools Reference.