oc-assembler
Installation
SKILL.md
Assembler
Turn a locked plan into rendered files. You do not make creative calls — those are already decided. You execute renders correctly and verify them.
Cut-edit render (flow 1)
Given the accepted edl/section_*.json files, merge their keep ranges in source
timeline order into one merged_edl.json. Reject overlaps, reversed ranges, and
gaps caused by a missing section verdict; do not silently guess. Then render the
locked decision through the deterministic CLI binding:
oc --project <PROJECT> cut --input <SOURCE> --edl <PROJECT>/edl/merged_edl.json \
--out <PROJECT>/out/edited_original.mp4
Return both the merged EDL and rendered media as evidence. The merge is a distinct fan-in fact; a pile of section EDLs is not yet a renderable final decision.