Content
75%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced skill with concrete commands, templates, and a clean reference library structure. Its main weakness is length: repeated layout/zone tables and re-stated routing blockquotes could be consolidated to respect the token budget.
Suggestions
Consolidate the zone/bounds information into one table (Step 6) and reference it from Step 7 and Step 9 instead of re-listing the GSAP target bounds three times.
Trim the opening blockquotes: the /hyperframes front-door and embedded-captions-sibling points are restated multiple times in the first ~25 lines; keep one concise statement.
Make the render validation an explicit feedback loop in Step 10 (snapshot → if wrong, fix card HTML/timeline → re-snapshot → only then full render) to lift workflow clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and mostly operational (commands, tables, templates), but at ~1188 lines it repeats information — the zone/bounds table appears in Step 6, again as 'Other zone values' in Step 7, and as GSAP targets in Step 9, and several opening blockquotes re-explain the /hyperframes routing — so it could be tightened. | 3 / 5 |
Actionability | Fully executable guidance throughout: exact ffprobe/ffmpeg commands with flags, a complete copy-paste composition HTML template, a GSAP statement cheat sheet with per-anim templates, and a closed data-anim table with params — copy-paste ready for the common cases. | 5 / 5 |
Workflow Clarity | A clear 11-step sequence with checkpoints (hyperframes doctor, clamp-to-duration warning, snapshot --at sanity check before full render, QA rules), but the validate→fix→retry loop is implied rather than spelled out as an explicit feedback loop. | 4 / 5 |
Progressive Disclosure | A well-organized one-level-deep reference bundle (DESIGN_INDEX.md plus styles/layouts/frames) is clearly signaled and navigable, and all referenced paths resolve to real files; however the main body inlines a large composition template and repeated tables that keep it long. | 4 / 5 |
Total | 16 / 20 Passed |