Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a lean, highly actionable entry-point card with concrete paths and exact rewrites for a real footgun, and it is well sequenced. Its main gaps are a missing verification checkpoint and references to a master skill/template tree that are not bundled here and therefore do not resolve.
Suggestions
Add an explicit verification step to the workflow (e.g., after copying and rewriting assets, open index.html and confirm slides navigate and base.css/animations.css/runtime.js load without 404s).
Ensure the referenced master skill and template/asset files (../html-ppt/SKILL.md, design-templates/html-ppt/...) are either bundled or that the card clearly states they live in a shared sibling tree, so the one-level-deep references actually resolve.
Tighten the Recipe A/B section by listing the four shared asset files once and describing only the differing final step (copy+rewrite vs inline) per recipe.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is operational and assumes Claude's competence (no explaining of HTML/CSS basics), and the 404/relative-URL warning earns its tokens, but the dual Recipe A/B section repeats the same four asset file paths and could be tightened. | 2 / 3 |
Actionability | It gives concrete, copy-paste-ready guidance: exact source paths to copy, the exact `.tpl-xhs-white-editorial` body class to keep, and exact before/after `<link>`/`<script>` rewrites (`../../../assets/...` to project-local paths) for both Recipe A and Recipe B. | 3 / 3 |
Workflow Clarity | The six authoring steps are clearly numbered and sequenced, but there is no validation/checkpoint step (e.g., 'open index.html and confirm slide navigation works before shipping'), so the sequence lacks an explicit verification gate. | 2 / 3 |
Progressive Disclosure | The card is well-structured as a thin overview with clearly signaled, one-level-deep references (to `../html-ppt/SKILL.md`, the template folder, and asset files), but those referenced paths are not present in this skill's own bundle (references/, scripts/, assets/ are absent and the parent/design-templates paths do not resolve), so the navigation cannot actually be followed. | 2 / 3 |
Total | 9 / 12 Passed |