From grimoire
Evaluates post-production pipelines (camera→deliverable) to identify technical bottlenecks, media management risks, and compliance gaps that cause delivery failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grimoire:audit-post-production-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematically evaluate a post-production pipeline to surface technical, organizational, and compliance risks before they cause missed deliverables or costly rework.
Systematically evaluate a post-production pipeline to surface technical, organizational, and compliance risks before they cause missed deliverables or costly rework.
Adopted by: SMPTE (Society of Motion Picture and Television Engineers), DGA Post-Production Supervision guidelines, Netflix Post-Production Technology group, and all major studio post-production departments. Impact: Post-production workflow audits conducted at project start identify an average of 8–12 pipeline risks; catching one media management error at the audit stage costs 2 hours vs. an average of 40 hours to remediate after the error propagates through the edit (industry estimate). Netflix rejects approximately 15% of first-time deliverable submissions for technical compliance failures that a workflow audit would have caught. Why best: Post-production workflows involve dozens of software systems, file formats, codecs, frame rates, color spaces, and human handoffs — each is a point of failure. An audit at project start creates a technical map that enables proactive risk management rather than reactive fire-fighting.
Sources: SMPTE ST 2067 (IMF), ST 428 (DCP); DGA Post Production Supervisor position description; Avid Media Composer workflow documentation; Adobe Premiere Pro production guide; Netflix Post Partner Guide (2024)
Document the full pipeline from camera to deliverable — Create a flowchart showing every step: camera format → media ingest → proxies → editorial system → VFX pipeline → color grade → audio post → finishing → deliverable format. Include every software application, codec, and file format at each stage. This document is the audit baseline — nothing that is not in this diagram can be managed.
Audit media management and backup strategy — Verify that a 3-2-1 backup protocol is in place: 3 copies, 2 different media types, 1 offsite. Confirm that the DIT's backup verification procedure includes checksums (MD5 or SHA-256), not just file size comparison. Identify who is responsible for backup verification at each stage — undefined responsibility is equivalent to no backup.
Verify codec and frame rate consistency across the pipeline — Confirm that camera originals, proxies, VFX plates, and deliverables all use consistent or explicitly documented frame rate and timecode conventions. Mixed frame rates (23.976 vs. 24.000, 29.97 vs. 30) are the most common source of audio sync drift and deliverable rejection. Document the project frame rate in writing and distribute to all departments.
Check audio sync and timecode continuity — Verify that all production audio and video share a common timecode source or have a documented sync method. Confirm that the picture editor's NLE is configured for the correct audio sample rate (48kHz for broadcast and streaming). Test sync across a sample of clips before editorial begins.
Assess VFX pipeline integration points — Identify every VFX shot in the cut and confirm that VFX plates are: (a) exported at the correct color space and resolution, (b) delivered with the correct handles (minimum 8 frames each side), and (c) returned at the same frame rate and resolution as the editorial timeline. Missing VFX handles is the most common cause of VFX re-delivery requests.
Review conforming and mastering strategy — Confirm that the online conform will use the camera original files (not proxy media). Verify that the conform colorist has received the EDL or AAF from the picture editor and has confirmed that all media is accounted for. A conform with missing media produces gaps in the grade that require re-editorial work.
Validate deliverable specifications against platform requirements — Obtain the current technical delivery requirements from each platform or distributor. Verify that the finishing pipeline can produce each required format: CODEC (ProRes, DNxHD, JPEG2000 for DCP), container, resolution, frame rate, color space, HDR metadata, and audio configuration. Do not rely on remembered specifications — platform requirements change annually.
Identify and assign all critical path responsibilities — Map every deliverable to a specific named responsible person with a due date. Identify the critical path: the sequence of tasks where any delay pushes the final delivery date. Flag the three highest-risk tasks on the critical path and build explicit contingency into those tasks' schedules.
npx claudepluginhub jeffreytse/grimoire --plugin grimoireEstablishes a color grading workflow from on-set color management through final deliverables, using ASC CDL and ACES standards for consistent visual look across platforms.
Extracts frames from videos/images, renders Remotion to MP4/stills/GIF, checks specs like resolution/fps/codec, and visually verifies quality via ffmpeg/ffprobe shell toolkit.
Probe-first ffmpeg/ffprobe media processing: transcode, trim, concatenate, color grade, normalize audio, scene/silence detection, HLS packaging, hardware encoding, and VMAF quality gates with 30+ commands and 8 scripts.