help quicky produce instagram reels and youtube shorts
80
93%
Does it follow best practices?
Impact
47%
1.95xAverage score across 1 eval scenario
Passed
No known issues
{
"context": "Tests whether the agent initializes a reel project correctly by creating the required directory layout, setting up project.md from the provided template, checking required tool availability, and respecting the raw/ immutability rule. Covers instructions about session startup checks, project structure, template usage, and raw folder protection.",
"type": "weighted_checklist",
"checklist": [
{
"name": "raw/ directory exists",
"description": "The fitness-reel/raw/ subdirectory was created",
"max_score": 8
},
{
"name": "music/ directory exists",
"description": "The fitness-reel/music/ subdirectory was created",
"max_score": 8
},
{
"name": "work/ directory exists",
"description": "The fitness-reel/work/ subdirectory was created",
"max_score": 8
},
{
"name": "plan/ directory exists",
"description": "The fitness-reel/plan/ subdirectory was created",
"max_score": 8
},
{
"name": "preview/ directory exists",
"description": "The fitness-reel/preview/ subdirectory was created",
"max_score": 8
},
{
"name": "exports/ directory exists",
"description": "The fitness-reel/exports/ subdirectory was created",
"max_score": 8
},
{
"name": "project.md created from template",
"description": "fitness-reel/project.md exists AND its content originates from the provided template (contains template sections such as 'Carry-Forward Learnings' or 'Session Notes' or status checkboxes)",
"max_score": 12
},
{
"name": "ffmpeg check",
"description": "setup_report.txt documents whether ffmpeg was found or missing (mentions 'ffmpeg' by name)",
"max_score": 10
},
{
"name": "ffprobe check",
"description": "setup_report.txt documents whether ffprobe was found or missing (mentions 'ffprobe' by name)",
"max_score": 10
},
{
"name": "librosa/Python check",
"description": "setup_report.txt documents whether Python/librosa was found or missing (mentions 'librosa' by name)",
"max_score": 10
},
{
"name": "raw/ not modified",
"description": "The fitness-reel/raw/ directory exists and contains no files (no files were written into it during setup)",
"max_score": 10
}
]
}