Content
65%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.
The body is a well-organized, actionable Remotion markup reference with strong code examples and clean progressive-disclosure intent, but it is undermined by a missing bundle (none of the referenced detail files ship alongside it), a duplicated section, and the absence of any validation/feedback workflow.
Suggestions
Ship the referenced detail files (sfx.md, transitions.md, effects.md, timing.md, etc.) in the bundle, or inline the essential guidance and drop the dead links so navigation actually resolves.
Remove the duplicated '## Maps' section (lines ~213 and ~272) and fix typos ('refactored', 'timelien', 'useCurrenFrame', 'wrap it in`<Sequence>`') that hurt clarity.
Add an explicit validate-then-fix loop to the render-check step, e.g. 'run `npx remotion still`, inspect the frame, fix markup, re-render'.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence with React/Remotion, leading with executable rules and code rather than concept explanations; only minor trimming is needed (a duplicated '## Maps' section and a few typos like 'refactored'/'timelien'). | 4 / 5 |
Actionability | It provides concrete, mostly copy-paste-ready code (FadeIn, scale/translate/rotate, media components, example scene) and specific CLI commands (npx remotion add/studio/still), with only small gaps such as `fps` being used before useVideoConfig is shown in the first example. | 4 / 5 |
Workflow Clarity | This is a best-practices reference rather than a sequenced workflow; guidance is grouped by topic but there is no explicit step sequence or validation checkpoint, and the 'one-frame render check' section offers no validate-then-fix feedback loop. | 3 / 5 |
Progressive Disclosure | The overview is well structured and clearly signals one-level-deep references (e.g. 'See [sfx.md](sfx.md)'), but the bundle contains only assets/remotion-icon.png — none of the ~27 referenced .md files exist, so the navigation points to missing files and discovery is broken. | 3 / 5 |
Total | 14 / 20 Passed |