Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tight, actionable body with executable code, a clear build sequence, and a verification checklist. The main weakness is progressive disclosure: the three referenced bundle files (demo/index.html, demo/PROMPT.md, REFERENCES.md) are not present, leaving dangling links.
Suggestions
Ship the referenced bundle files — demo/index.html, demo/PROMPT.md, and REFERENCES.md — so the body's links resolve instead of dangling.
If the bundle is intentionally omitted in some contexts, note in the body that those files are optional/supplemental so reviewers and Claude do not treat missing links as broken navigation.
Provide a small executable snippet for the dependency-free path (scroll/resize measurement + a single rAF render) rather than describing it abstractly, mirroring the completeness of the GSAP example.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient throughout: it assumes Claude's competence, never explains what a scroll-scrub sequence is, and uses tight lists and short code blocks where every line carries information. Not a level below because there is no padding or redundant explanation. | 3 / 3 |
Actionability | Provides copy-paste-ready code for the core paths — the `sequence` config object, the normalized `progress` formula, and a complete `ScrollTrigger.create` block — plus specific per-renderer directives. The dependency-free path is described rather than coded, but the bulk is fully executable. | 3 / 3 |
Workflow Clarity | 'Build the scroll stage' is a clearly numbered six-step sequence, and a dedicated 'Verify' section acts as an explicit validation checklist ('The same scroll position must always reproduce the same state') covering reverse scrolling, fast flicks, resize, reduced motion, and cleanup. | 3 / 3 |
Progressive Disclosure | The body is well-organized and signals one-level-deep references to demo/index.html, demo/PROMPT.md, and REFERENCES.md, but none of those bundle files exist on disk, so the signaled navigation is broken and does not resolve. | 2 / 3 |
Total | 11 / 12 Passed |