Workflow

The workflow view provides a visual Kanban-style board for tracking issues and PRs through your development workflow.

Operum workflow board — visual Kanban view of your development workflow

Workflow Stages

Every task flows through these stages, each handled by the right agent:

P
Planned

New planned task waiting to be picked up. The PM creates and prioritizes these.

D
Design Review

The Architect reviews the task for technical approach, scope, and edge cases.

R
Ready to Build

Architecture approved. The Engineer picks up the task when ready.

I
In Progress

The Engineer is actively implementing — writing code, creating branches, making commits.

T
Being Checked

The Tester validates the changes — functional tests, edge cases, regression checks.

V
Ready for Review

QA passed. This task needs to be reviewed by you — the owner. Review the PR, give feedback, and approve.

Complete

Merged and deployed. The task is done.

How It Works

AI agents handle most of the workflow automatically. The PM creates tasks, the Architect reviews them, the Engineer builds them, and the Tester validates them. Each agent picks up work, updates the status, and hands off to the next agent when done.

But they still need you for the final call. When a task reaches "Ready for Review," it's your turn — review the pull request, give feedback, and merge when you're satisfied. Nothing ships without your sign-off.

Want less involvement? Enable Auto-Approve and let the team handle the full cycle — you can always review later.

Some tasks require your manual input — those appear in the To Do section so nothing falls through the cracks. You can also schedule recurring tasks to run on a regular cadence.

In Mission Control, click on any task to see all the details in a pop-up window — the full issue, PR, agent activity, and status history.

What's Next?