Pipeline orchestrator with: - SQLite-backed job queue - Parallel worker pool (default 10) - Token budget tracking per job - Progress persistence with checkpoint resume - Rate limiting (provider-aware) - Error retry with exponential backoff - Final report generation All 5 pipelines can use this shared orchestrator. Resolves #621