What problem does it solve? Teams want a custom AI orchestration pipeline — choosing which phases run (analyze, review, security, verify, testgen), which model tier executes tasks, and how autonomous the run is — without hand-editing prompts or config files in-session. This Skill enforces that the flow shape is configured only through the deterministic orc diy CLI and compiled into a flow file, then gates and dispatches that compiled flow. ## Core Features & Use Cases - Hard gate before every run: checks orc diy status and refuses to run UNCONFIGURED or STALE flows, naming the exact reason and fix (orc diy compile), with a single fallback offer to the regular /orc lane. - Compiled flow dispatch: reads .claude/orc/diy/FLOW-COMPILED.md and follows it as the orchestrator spine, honoring its tier self-gate, locked safety rules, and phase sequence. - CLI-owned configuration: all flow keys (phases, scoring, session tier, autonomy, ship mode) are set via orc diy set and compiled deterministically with zero model tokens; the Skill never edits config, lock, or compiled artifacts. - Use Case: A developer runs orc diy init --preset lean, tweaks verify to smoke, compiles, then invokes /orc-diy implement the CSV export endpoint to run their custom pipeline with the full lane's checkpoints, subagents, and evidence rules minus the phases they removed. ## Quick Start Ask the assistant to run your custom flow with "/orc-diy implement the CSV export endpoint" after compiling it with the orc diy CLI.