Content
82%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.
A well-structured, highly actionable skill body with copy-paste commands, a sequenced setup workflow, and clear storage/recall guidance. It loses points only on minor redundancy in Best Practices and the absence of error-recovery feedback loops and external reference splitting.
Suggestions
Add an error-recovery branch to the setup workflow (e.g., what to do if the curl install fails or credentials are rejected).
Trim the Best Practices section to remove items that restate earlier sections, or fold the long transcript example into a reference file to improve token efficiency.
Consider moving the detailed 'When to Store' category lists into a references/ file linked from the main body to better leverage progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with concrete commands and product-specific guidance (e.g., the Hindsight pipeline explaining why to pass rich context), but the Best Practices section restates earlier points ("Pass rich context", "Distinguish project vs personal") and the multi-line transcript example is token-heavy — minor trim opportunities keep it at 4 rather than 5. | 4 / 5 |
Actionability | Commands are fully executable and copy-paste ready — `hindsight memory retain|recall|reflect <bank-id>` with real example strings, the `--context` flag, plus complete setup commands (curl install, config file creation with chmod) — covering the common cases, matching the score-5 anchor. | 5 / 5 |
Workflow Clarity | The Setup Check is a clear sequence with a verification checkpoint ("verify the Hindsight CLI is configured" via `cat ~/.hindsight/config`, branching if missing), and "When to Recall" provides a checklist; not a 5 because there is no error-recovery feedback loop (e.g., what to do if the install or credentials fail). | 4 / 5 |
Progressive Disclosure | Content is well-organized into clearly headed sections (Setup, How Hindsight Works, Commands, When to Store/Recall, Best Practices) with easy navigation and no bundle files to misreference; not a 5 because at ~150 lines with no external references, some inline material (the long transcript example, detailed category lists) could be split into reference files, and the under-50-line simple-skill exception does not apply. | 4 / 5 |
Total | 17 / 20 Passed |