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.
The body is terse, actionable, and has an exceptionally clear validated workflow. Its main weakness is progressive disclosure: the spine repeatedly points to cookbook files and a justfile that are not present in the bundle.
Suggestions
Add the missing cookbooks/ files referenced in the body (resolve-row.md, new-effort.md, land.md, board.md) or remove/inline those references so navigation targets resolve.
Provide the referenced justfile (or replace the `alias sight='just --justfile …'` instruction with a direct node invocation) so the documented commands actually run.
List the real scripts/ bundle (board-add, board-serve, lib, resume, spike) explicitly in a short index so the actual bundle structure is discoverable alongside the body's prose.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Deliberately terse ("Terse. Show, don't describe", "Under ~60 words of prose per turn") and assumes Claude's competence without re-explaining basics; a few sections run long but mostly earn their place, fitting efficient-but-trimmable rather than fully lean. | 4 / 5 |
Actionability | Provides concrete executable commands (sight resume, sight spike, node scripts/resume.mjs), an exact disk layout, and a numbered turn loop; some guidance stays at the principle level rather than literal code, but that is appropriate for a recipe-driven instruction skill with minor gaps. | 4 / 5 |
Workflow Clarity | The turn loop is an explicit ordered sequence with validation checkpoints (burn "refuses while findings/07*.md is missing", land-before-burn ordering, MOVED SINCE re-check) and feedback loops for error recovery, matching the explicit-validation anchor. | 5 / 5 |
Progressive Disclosure | The spine is well organized and signals one-level-deep references (cookbooks/resolve-row.md, new-effort.md, land.md, board.md) plus a justfile, but none of those referenced files exist in the bundle — only scripts/*.mjs are present — so the navigation targets are dead and structure is effectively minimal/buried. | 2 / 5 |
Total | 15 / 20 Passed |