Development Pipeline

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

Pipeline Stages

Issues and PRs flow through these stages:

B
Backlog

New issues waiting to be picked up

D
Design

Architect reviewing for technical approach

P
In Progress

Engineer actively implementing

R
Review

PR created, awaiting code review

T
Testing

Tester validating the changes

D
Done

Merged and deployed

Auto-Labeling

Operum automatically applies GitHub labels to track pipeline stage:

  • stage:backlog - Issue is in backlog
  • stage:design - Under architectural review
  • stage:in-progress - Being worked on
  • stage:review - PR is open
  • stage:testing - Under QA testing
  • stage:done - Completed
Sync: Labels are synced from GitHub every 5 minutes. External label changes are automatically detected.

PM Orchestration

The PM agent automatically monitors the pipeline and pushes work forward:

  1. Scans responses - Checks for DONE:/REQUEST:/ERROR: prefixes
  2. Triggers next stage - Engineer done → triggers Tester
  3. Handles blockers - Escalates issues requiring decisions
  4. Logs activity - Updates team-log.md with progress

Pipeline View

Access the Pipeline from the sidebar. Use the tabs to filter:

  • All - All items across stages
  • Issues - Only GitHub issues
  • PRs - Only pull requests

Click any item to open it in GitHub.