Content
62%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 well-structured, validation-driven workflow with a clear procedure and feedback loops, and it appropriately uses a trigger-conditioned reference index. Its weaknesses are jargon density and minor redundancy, actionability that defers executable detail to external contracts, and reference paths that largely do not resolve within the bundled file structure.
Suggestions
Tighten the overlap between 'Failure Mode', 'Handoff Rules', and 'Anti-Patterns' into a single section to remove redundancy and reduce jargon load.
Inline a minimal concrete output example (a small artifact skeleton with the required fields) so the skill is actionable without opening every referenced contract.
Reconcile reference paths with the actual bundle: either ship the referenced files under the paths used (e.g., ../../references/skills/he-strategy/...) or rewrite the routes to point at the bundled references/ files so navigation resolves.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and assumes Claude's competence without explaining known concepts, but it carries heavy internal jargon ('stage_arc_boundary', 'left_arc/active_arc/right_arc', 'coding_lens') and some redundancy across 'Failure Mode', 'Handoff Rules', and 'Anti-Patterns', fitting 'mostly efficient but includes some unnecessary explanation or could be tightened'; not a 3 because of that overlap and jargon density. | 2 / 3 |
Actionability | Concrete guidance is present (output paths like '.harness/decisions/', required fields 'schema_version: 1', 'subagent_policy', gates 'skill_gate.py', Vale), but much executable detail is deferred to external referenced contracts and the Examples section gives user prompts rather than output samples, matching 'some concrete guidance but incomplete'; not a 3 because it is not copy-paste ready and key detail lives in referenced files. | 2 / 3 |
Workflow Clarity | A numbered 10-step Procedure is paired with a Validation section recording each gate as 'pass, fail, or blocked' and 'Rerun failed gates', providing a clear sequence with explicit validation steps and a feedback loop; not a 2 because checkpoints and error-recovery are explicit rather than implicit. | 3 / 3 |
Progressive Disclosure | The References section is well-signaled with trigger-conditioned one-level-deep routing ('Read when selecting mode output -> ...'), but scored against the actual bundle most paths ('../../references/...') do not resolve: only references/contract.yaml and references/evals.yaml match, while the other ~10 point outside the provided bundle, fitting 'some structure but could be better organized'; not a 3 because navigation is weakened by non-resolving paths. | 2 / 3 |
Total | 9 / 12 Passed |