Skip to content
Back to projects

vibe-pilot

AI coding-agent autopilot for task classification, model routing, workspace orchestration, duplicate prevention, and stacked PRs.

Problem

AI-assisted development shifts the bottleneck from typing code to deciding which work is ready, which agent should take it, and how dependent changes should be coordinated.

Approach
  • Built automatic task classification so incoming work can be routed by complexity and required capability.
  • Added triage logic for breaking large tasks into smaller agent-ready units with explicit metadata.
  • Designed assignment and stacked-PR flows for multiple AI workspaces instead of one overloaded conversation.
Outcome
Backlog items move through classification, triage, assignment, and implementation with minimal manual handling
Tasks can route across Claude, Gemini, and Codex workspaces
Stacked PR flow keeps dependent changes organized
Built with Bun and TypeScript as an open-source coordination layer
Tech
Bun TypeScript AI Orchestration