Project Roadmap
RobOS is under heavy active development. This is an early-stage project with an ambitious vision — what you see today is the foundation, and there’s a mountain of work ahead. New epics are being added weekly.
Early Stage. RobOS is pre-1.0 software. Apps are functional but rough around the edges. APIs will change. Things will break. If that excites you rather than scares you, you’re in the right place.
Table of contents
- Current Status: v0.0.4
- MVP — Model Problem End-to-End
- Platform Epics (Complete / In Progress)
- Next Up
- Future Epics
- Content & Community Roadmap
- Dependency Graph
Current Status: v0.0.4
24 epics planned. 40+ Electron apps built. 440+ tests passing. Installer shipping for Linux, macOS, and Windows. Moving fast.
| Metric | Count |
|---|---|
| Epics total | 24 |
| Epics complete | 14 |
| Epics in progress | 4 |
| Epics planned | 6 |
| Electron apps | 40+ |
| Unit tests | 440+ |
| E2E test suites | 22 |
MVP — Model Problem End-to-End
The MVP goal: a developer picks up a story and drives it from backlog to deployed, with every status transition, notification, and dashboard update happening automatically.
Wave 0: Foundation (Complete)
| # | Epic | Stories | Status |
|---|---|---|---|
| 01 | Desktop Foundation | 8 | Complete |
| 02 | App Framework | 7 | Complete |
| 03 | Dev Tools | 5 | Complete |
VM build system, cloud-init provisioning, GNOME theme, Electron runtime, app launcher, shared libraries, icon registry, Claude Code slash commands, and deploy pipeline.
Wave 1: Core Infrastructure (Complete)
| # | Epic | Stories | Status |
|---|---|---|---|
| 13 | Security & Auth | 4 | Complete |
| 04 | Task Management | 8 | Complete |
| 12 | System Services | 7 | Complete |
Security Setup (GPG/SSH keys), Pass Manager, Task Servers (Jira/GitHub), Workflow Studio, Task Board, Desktop Manager, Toast Daemon, Notifications, CLI tools.
Wave 2: Workspace & Events (Complete)
| # | Epic | Stories | Status |
|---|---|---|---|
| 05 | Workspace Management | 6 | Complete |
| 18 | Event Engine | 6 | Complete |
Workspace auto-provisioning, Event Bus, Rule Engine, Action Registry, Agent Scheduler.
Wave 3: AI Agents (Complete)
| # | Epic | Stories | Status |
|---|---|---|---|
| 06 | AI Agent Integration | 8 | Complete |
Agent session manager, Claude Code integration, Context Manager, AI Questionnaire, Draft, Quiz, and Review-Fix stages.
Wave 4: Code Review & CI (Complete)
| # | Epic | Stories | Status |
|---|---|---|---|
| 07 | Code Review & CI/CD | 6 | Complete |
PR Review Board (AI summary, breakpoint review), CI Monitor, Stage Demo Viewer.
Wave 5: Dashboards & Reporting (Complete)
| # | Epic | Stories | Status |
|---|---|---|---|
| 10 | Management & Reporting | 4 | Complete |
Dev Central, Manager Dashboard, Report Builder, Deploy Tracker.
Platform Epics (Complete / In Progress)
| # | Epic | Stories | Status |
|---|---|---|---|
| 15 | MCP Servers | 11 | Complete |
| 16 | Test Framework | 8 | Complete |
| 17 | Work Journal | 9 | Complete |
| 20 | Deep Test Coverage | 8 | In Progress |
| 21 | GitHub Pages Docs | 6 | Complete |
| 22 | Desktop Customizer | 10 | Complete |
| 23 | Release Pipeline & Versioning | 5 | Complete |
Next Up
Epic 24: AI Agent Orchestration (65 pts, 12 stories)
The big one. Inspired by gstack and Paperclip. Multi-agent teams with role specialization (architect, implementer, reviewer, tester), org charts, budget controls, human approval gates, and a live Agent Command Center dashboard. Run an entire sprint autonomously with 5 agents working 5 stories in parallel.
| Story | Points |
|---|---|
| Agent Role system | 5 |
| Org Chart with delegation | 5 |
| Parallel agent execution | 8 |
| Budget system (per-sprint/task/agent) | 5 |
| Human approval gates | 5 |
| Agent Command Center app | 8 |
| Role templates (gstack-style presets) | 3 |
| Multi-provider (Claude, Copilot, Codex, Gemini, Ollama) | 5 |
| Sprint automation | 8 |
| Agent memory and context handoff | 5 |
| Marketplace (downloadable team templates) | 5 |
| Event Bus integration | 3 |
Future Epics
| # | Epic | Description | Status |
|---|---|---|---|
| 08 | EKGraph | Enterprise knowledge graph — structured company wiki with AI indexing, search, and cross-linking | Not started |
| 09 | Voice Input | Local STT engine (Whisper/Vosk), push-to-talk, voice-to-text in any AI textarea | Not started |
| 11 | Release Packaging | Automated full VM build, OVA/qcow2 cloud export, RobOS update mechanism | Not started |
| 14 | Developer Experience | robos-ui shared Web Components library, IntelliJ plugin, People Directory | Not started |
| 19 | OAuth Providers | OAuth 2.0 provider support for Jira, GitHub, GitLab, Linear | Not started |
Content & Community Roadmap
Beyond code, there’s a content plan to make RobOS accessible:
YouTube Demo Series
Individual video walkthroughs of every RobOS Electron app — what it does, how it works, and how it fits into the SDLC workflow. Subscribe on the RobOS YouTube channel.
Full Model Problem Video (Coming Soon)
A complete end-to-end video walkthrough of the Model Problem: a team of four builds the buildbarn-forms project using RobOS from start to finish.
- Company setup (Jira, workflows, Git projects)
- Developer onboarding (3-minute zero-to-productive)
- Story implementation with AI (questionnaire → draft → PR)
- Code review with AI assistance (breakpoint review, “start the app”)
- Merge, deploy, and automatic status transitions
- Dashboard visibility for all four personas
This will be the definitive demo of what RobOS can do.
Dependency Graph
%%{init: {'theme': 'dark'}}%%
graph TD
W0[Wave 0: Foundation<br/>Epics 01-03]
W1[Wave 1: Infrastructure<br/>Epics 04, 12, 13]
W2[Wave 2: Workspace + Events<br/>Epics 05, 18]
W3[Wave 3: AI Agents<br/>Epic 06]
W4[Wave 4: Review + CI<br/>Epic 07]
W5[Wave 5: Dashboards<br/>Epic 10]
W6[Desktop Customizer<br/>Epic 22]
W7[AI Orchestration<br/>Epic 24]
W8[EKGraph + Voice<br/>Epics 08, 09]
W0 --> W1
W1 --> W2
W2 --> W3
W3 --> W4
W4 --> W5
W3 --> W7
W5 --> W8
W1 --> W6
style W0 fill:#22c55e,stroke:#16a34a,color:#fff
style W1 fill:#22c55e,stroke:#16a34a,color:#fff
style W2 fill:#22c55e,stroke:#16a34a,color:#fff
style W3 fill:#22c55e,stroke:#16a34a,color:#fff
style W4 fill:#22c55e,stroke:#16a34a,color:#fff
style W5 fill:#22c55e,stroke:#16a34a,color:#fff
style W6 fill:#22c55e,stroke:#16a34a,color:#fff
style W7 fill:#f59e0b,stroke:#d97706,color:#fff
style W8 fill:#6b7280,stroke:#4b5563,color:#fff
| Green = complete | Yellow = next up | Grey = planned |