Content
71%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 highly actionable with concrete commands, config examples, and tool signatures, and its workflows are clearly sequenced with a verify step. Its main weaknesses are duplicated config tables between sections and a lack of progressive disclosure — the full reference lives inline with no offloaded detail files.
Suggestions
Move the bulk of the Config Reference and CLI Commands tables into a separate reference file (e.g., CONFIG.md) and leave a concise summary plus a one-level-deep link in SKILL.md to improve progressive disclosure.
De-duplicate the dialectic settings: cover them once in 'Three Orthogonal Knobs' and link from 'Config Reference' rather than repeating the full table.
Add an explicit validate-and-retry feedback loop to the setup/multi-profile workflow (e.g., run 'hermes honcho status' after sync and what to fix if the peer is missing) to push workflow clarity toward 5.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is largely lean and table-driven and assumes competence, but settings like the dialectic knobs are documented twice (in 'Three Orthogonal Knobs' and again in 'Config Reference'), adding redundancy that could be tightened. | 3 / 5 |
Actionability | It provides fully executable, copy-paste-ready commands (e.g., 'hermes honcho status', 'hermes profile create coder --clone'), concrete JSON config blocks, and exact tool signatures with usage examples covering the common cases. | 5 / 5 |
Workflow Clarity | Setup, verify, multi-profile backfill, and tool-usage sequences are clearly ordered with a verify checkpoint, but explicit error-recovery feedback loops are absent, keeping it below a 5. | 4 / 5 |
Progressive Disclosure | Content is well-sectioned with clear headers and tables, but no bundle files exist and a full ~415-line config/tool reference is inlined in SKILL.md rather than offloaded to one-level-deep reference files. | 3 / 5 |
Total | 15 / 20 Passed |