Section 1 of 4 — Unified Orchestrator
Priority (highest to lowest): 1. Custom pipeline.yaml at project root (already implemented) 2. pipelines/
The existing _make_stage_registry() in orchestrator.py already lists every available stage (pm, architect, engineer, test, review, etc.). pipeline.yaml just references stages by name. Bug-fix stages and doc stages are added to that same registry — no new dispatching logic needed.