Content
73%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 well-structured, highly actionable workflow with clear sequencing, validation gates, and a completion checklist; progressive disclosure is handled through well-signaled one-level references and a real bundled script. The main drag is conciseness — several preachy passages and the sheer length inflate the token budget without adding executable value.
Suggestions
Tighten the companion-flow prose: replace the rhetorical 'Arrive as the director, not the contractor...' and 'The ceiling belongs to the concept, not the toolbox...' sentences with direct imperatives that state the same rule in one line.
Condense the §5 step-1 catalog-search paragraph and the dispatch economics parenthetical into a short rule plus the command; the measured timing ('5 short scenes ≈ 9 min inline vs ≈ 21 min packetized') is useful but can be a one-line aside rather than a full sentence.
Consider moving the §4 mandatory-reads table and the §6 gates into a short reference file linked from the body, leaving SKILL.md as a leaner overview — this would improve both conciseness and progressive_disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly information-dense and avoids explaining basics Claude already knows, but it carries rhetorical/preachy passages ('Arrive as the director, not the contractor...', 'The ceiling belongs to the concept, not the toolbox...') and a long overall footprint that could be tightened. | 3 / 5 |
Actionability | Numerous concrete, executable commands with real flags ('npx hyperframes init "videos/<project>" --non-interactive --example=blank --skill=general-video', 'node <SKILL_DIR>/scripts/frame-packets.mjs --project ...', 'npx hyperframes check') plus specific data-attribute guidance; minor gaps come from placeholder tokens and reliance on loading other skills' references. | 4 / 5 |
Workflow Clarity | A clear 8-step sequenced build (§5), a first-match state-machine table (§2), explicit validation gates ('npx hyperframes lint' for fast feedback, 'npx hyperframes check' as the final gate), and a comprehensive done-checklist (§7) satisfy the explicit-validation, feedback-loop, and checklist criteria. | 5 / 5 |
Progressive Disclosure | References are clearly signaled with one-level-deep '→' notation to other skills' reference files, and the bundled scripts/frame-packets.mjs referenced in the body is present; the overview itself is long and inlines some tables and philosophy that could arguably live separately, keeping it just below the top anchor. | 4 / 5 |
Total | 16 / 20 Passed |