Barbossa¶
AI engineers that ship code while you sleep.
What it does¶
Barbossa is self-hosted and runs AI agents on a schedule. They find issues, implement fixes, create PRs, and review each other's work. You wake up to merged PRs.
Autonomous Mode — Agents implement, review, and merge code automatically.
Spec Mode — Generate cross-repo feature specifications without touching code.
The pipeline¶
┌───────────┐ ┌─────────┐
│ Discovery │ │ Product │
└─────┬─────┘ └────┬────┘
│ │
└──────┬───────┘
▼
┌──────────┐
│ Backlog │ GitHub Issues
└────┬─────┘
▼
┌──────────┐
│ Engineer │ implements, creates PR
└────┬─────┘
▼
┌──────────┐
│Tech Lead │ reviews, merges
└──────────┘
Agents¶
| Agent | Role |
|---|---|
| Engineer | Implements features from backlog |
| Tech Lead | Reviews PRs, merges or requests changes |
| Discovery | Finds TODOs, missing tests, tech debt |
| Product | Suggests high-value features |
| Auditor | Weekly health check |