Content
63%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 a thorough, well-structured behavioral skill with concrete commands, templates, and clearly sequenced protocols. It is held back by pervasive metaphorical padding and a monolithic structure that inlines content which would benefit from separate reference files.
Suggestions
Trim the ocean-wave metaphor (Mental Model and Principles sections) to one short paragraph; the operational protocols already convey the behavior without the extended analogy.
Move the full handoff-file markdown template and the hook JSON config into separate reference files under references/, keeping only a short pointer inline in SKILL.md.
Either bundle the referenced scripts/handoff-checker.sh or replace the hook example with a self-contained inline command so no referenced file is missing.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly operational but the extended ocean-wave metaphor (Mental Model, Principles, repeated 'wave'/'shoulder'/'close-out' phrasing) adds padding that could be tightened without losing clarity. | 3 / 5 |
Actionability | Provides concrete executable elements — bash commands (`entire status`, `ls .context-surfing/handoff-*.md`), a JSON hook config, and a complete copy-ready handoff file template — with only minor gaps in coverage. | 4 / 5 |
Workflow Clarity | Exit Protocol and Recovery Protocol are clearly sequenced with explicit checkpoints and a reconcile feedback loop, and drift signals are presented as checklists; held back slightly because the 'validation' is self-monitoring rather than a hard verifiable gate. | 4 / 5 |
Progressive Disclosure | Well-organized into labeled sections, but at ~365 lines it is monolithic — the handoff template and hook configs are inlined rather than split into reference files, and the referenced `scripts/handoff-checker.sh` is not present in the bundle. | 3 / 5 |
Total | 14 / 20 Passed |