Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is lean, highly actionable, and ships a clear validated workflow with feedback loops. Its main weakness is progressive disclosure: dense spec blocks are inlined monolithically rather than split into signaled, navigable reference files.
Suggestions
Move the card specification, decision-prompt mechanics, and gate audit into separate reference files under references/ (e.g. references/card.md, references/gate.md) and link to them one level deep, keeping SKILL.md as a concise overview.
Soften the most cryptic aphorisms (e.g. "Cheap local facts always answer yes. Two kinds answer no.") with a half-line gloss so the rule is actionable without re-deriving the intent.
Add a short quick-start or worked example showing one HOW decision flowing through prime → extract → resolve → gate, so the abstract loop is grounded concretely.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and imperative ("Decide HOW before building", "Carry only what the next stage can't cheaply re-derive") and never explains concepts Claude already knows; every line earns its place. | 3 / 3 |
Actionability | Guidance is concrete and specific: the AskUserQuestion mechanics ("exactly 3 candidate answers + 1 uniform escape hatch", "Label = recommendation"), the loop-selection table with reliability rules, and the gate passes give copy-ready instruction rather than vague direction. | 3 / 3 |
Workflow Clarity | "The work loop" is a numbered 1–5 sequence ending in a gate, with explicit validation checkpoints (deletion pass, completeness pass) and a feedback loop ("On FAIL: name exactly what is missing and ask for it"). | 3 / 3 |
Progressive Disclosure | Sections are well-labeled, but the card/prompts/gate blocks are large inline walls (inlined via doc-gen from ../card.md etc.) rather than one-level-deep navigable bundle references, and no bundle files exist under references/scripts/assets to split the content. | 2 / 3 |
Total | 11 / 12 Passed |