classify-and-plan-edit
Use when scoring raw takes against storyboard requirements and building an edit timeline. Classifies takes as good/mess-up/partial/silence, picks best takes per beat, and generates an edit decision list (EDL).
| Model | Source |
|---|---|
| sonnet | pack: video-pipeline |
Full Reference
classify-and-plan-edit
Section titled “classify-and-plan-edit”Reads storyboard.json, clip-manifest.json, and transcripts/ to score every take against storyboard beat requirements using fuzzy text matching and four-dimensional scoring. Selects the best take per beat by usability score, detects precise in/out points, handles coverage gaps, and produces edl.json consumed by execute-edit.
Quick Reference
Section titled “Quick Reference”| Item | Value |
|---|---|
| Inputs | storyboard.json, clip-manifest.json, transcripts/*.json |
| Output | edl.json in current directory |
| Next stage | execute-edit |
| Match threshold | content_match > 0.4 (configurable) |
| In-point buffer | 0.3s before first word |
| Out-point buffer | 0.5s after last word |
Reference Index
Section titled “Reference Index”| I want to… | File |
|---|---|
| Understand classification categories, scoring dimensions, beat matching, and gap handling | reference/classification.md |
| See the edl.json schema and classification summary output | reference/output.md |
Usage: Read the reference file matching your current task from the index above. Each file is self-contained with code examples and inline gotchas.
Announcement
Section titled “Announcement”┏━ ⚡ classify-and-plan-edit ━━━━━━━━━━━━━━━━━━━━━┓ ┃ Classifying [count] takes → building EDL ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛