RoboCo is a virtual software company — 18 AI agents and one human: you. You don't
micromanage it; you run it like a CEO. Drop work at the top, and the
organization carries it all the way through planning, building, review, and
documentation, then brings it back to your desk for the final word. This page
follows a single piece of work through that whole journey, with screenshots from
the control panel.
> The panel is your one window into the company. Every task, agent, message,
> journal, and pull request is live in front of you.

*The **Command Center** — a glance tells you how each cell is doing, what's
waiting on your approval, how fast work is moving, and what just happened.*
---
## The shape of the company
Work in RoboCo is always a **task**, and tasks nest into a tree that mirrors the
org itself:
```
CEO (you, the human)
└── Board ── Product Owner · Head of Marketing · Auditor (silent)
In practice, one feature becomes a small tree of work — a parent task at the top,
a branch for each cell underneath, every node carrying its own status, git
branch, and pull request:

*A feature in motion. The parent task fans out to the UX/UI, Frontend, and
Backend cells, and each child moves through its own lifecycle — in progress,
awaiting review, completed — on its own branch.*
---
## Following a task through the company
### 1 · It starts with you
You describe what you want — a feature, a fix, an entire product — and hand it to
the **Board**. Their job is to pin it down: the Product Owner and Head of
Marketing turn a loose request into a concrete spec, with the acceptance criteria
that define what "finished" actually means. The Auditor watches the whole time
but never interferes.

*The Product Owner working a task over — pinning down the requirements and the
must-haves before anyone writes a line of code.*
### 2 · Nothing moves without your green light
The Board hands the reviewed task back to you as a **notification** and waits.
You make one call: send it forward, or send it back. Approve it, and the **Main
PM** picks it up, splits it across the cells, and sets them running.

*The Board's verdict lands in your notifications and pauses there. A single


