Content
67%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 well-structured and highly actionable with a clear workflow and validation, but it suffers from noticeable repetition of two key messages and one uncertain command flag that prevent top scores on conciseness and actionability.
Suggestions
Consolidate the 'brain page is the source of truth' and 'no cover/no TOC by default' messages so each appears once; remove the redundant restatements in The rule, Defaults, and Delivery sections.
Replace the '# whatever flag exposes raw body' placeholder with the verified gbrain raw-body flag, or document the fallback path as the single supported method.
Add a final verification checkpoint (e.g., '[ -s "$OUT" ] || { echo 'render failed' >&2; exit 1; }') to close the workflow with an explicit success check.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with no basic-concept padding, but the 'brain page is the source of truth' message and the 'no cover, no TOC' default are each restated ~3 times across the convention blockquote, The rule, Workflow, Common patterns, Defaults, and Delivery sections, so it could be tightened. | 3 / 5 |
Actionability | Provides concrete, mostly copy-paste-ready bash, exact binary paths, a working sed frontmatter-strip command, and specific flags; the only gap is the hand-wavy '# whatever flag exposes raw body' comment on the gbrain raw-body call. | 4 / 5 |
Workflow Clarity | A clear RESOLVE → STRIP → RENDER → DELIVER sequence with existence-validation checkpoints for the brain page and the make-pdf binary; no explicit verification that the rendered PDF was produced, though the operation is non-destructive so no cap applies. | 4 / 5 |
Progressive Disclosure | Well-sectioned single file with clearly signaled one-level references (conventions/quality.md and related skills); at ~173 lines it exceeds the simple-skill threshold, and the full invocation script and font requirements could conceptually be referenced material, keeping it at 4 rather than 5. | 4 / 5 |
Total | 15 / 20 Passed |