A pre-export gate that prevents accidentally delivering proxies
You finish a cut in proxy mode and later discover the export or grading pass used proxy media instead of originals. Quality loss, wrong color decisions, and a wasted delivery. This recipe adds a repeatable pre-export check so you never ship from the wrong media tier.
Create a skill called "Proxy-to-Original Integrity Check". Inputs: - proxy_manifest_path (optional) - export_watch_path - expected_resolution - expected_min_bitrate_mbps - confirmation_mode (required | optional) Behavior: - Before export: ask me to confirm I'm in full-resolution/original mode (editor-specific checklist). - After export: run ffprobe checks and alert me if the export looks like a proxy-tier deliverable.
This skill runs before or after export to verify you're working from full-resolution
originals, not proxies. It checks your proxy manifest, inspects export metadata with
ffprobe, and flags anything that looks like proxy-tier output.
Catch the "stuck at 99%" class of export failures before they happen
Exports hang or fail late in the process — often near completion — due to insufficient free space, problematic clips, or unstable settings. This recipe checks disk space, validates export targets, and provides a fallback render path before you waste an hour waiting for a doomed export.
Detect and manage the QuickTime/Rec.709 display shift before delivery
Exports look different between your timeline, QuickTime, browsers, and YouTube — washed out or too dark — causing wasted time and client confusion. This recipe adds a standardized metadata inspection and verification step so you can tell whether it's a real file problem or just a player interpretation difference.
Turn plan-check chaos into a clean resubmittal
Ingests plan-check comments, categorizes them by type, assigns owners and due dates, and compiles a resubmittal narrative with a completeness checklist. Everything gets tracked so nothing falls through the cracks between review rounds.
Pre-issue reviews that scale past heroics
Runs a phase-based QA/QC gate before every issue set. Produces an issues register, a "what changed" summary, and archived QA artifacts — reducing coordination misses and the rework that comes from rushing drawings out the door.