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:
Backlog
New issues waiting to be picked up
Design
Architect reviewing for technical approach
In Progress
Engineer actively implementing
Review
PR created, awaiting code review
Testing
Tester validating the changes
Done
Merged and deployed
Auto-Labeling
Operum automatically applies GitHub labels to track pipeline stage:
stage:backlog- Issue is in backlogstage:design- Under architectural reviewstage:in-progress- Being worked onstage:review- PR is openstage:testing- Under QA testingstage: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:
- Scans responses - Checks for DONE:/REQUEST:/ERROR: prefixes
- Triggers next stage - Engineer done → triggers Tester
- Handles blockers - Escalates issues requiring decisions
- 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.