Content
75%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 copy-paste CLI commands and a clear setup+usage workflow, well-organized into sections. Its main weakness is redundancy — several Best Practices points and one list item repeat earlier content — which inflates length without adding guidance.
Suggestions
Remove the duplicated 'Architecture decisions and their rationale' (appears in both Learnings from Tasks and Team Knowledge) and consolidate overlapping Best Practices points with the When to Store/Recall sections.
Add a brief error-recovery note for setup (e.g. what to check if 'hindsight memory retain' returns an auth error) to give the workflow a feedback loop.
Tighten the 'How Hindsight Works' section to the single actionable implication ('pass rich, full-context content; do not pre-summarize') rather than enumerating all four pipeline stages.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | It is mostly efficient and free of generic-concept padding, but 'Architecture decisions and their rationale' is duplicated across Learnings and Team Knowledge, and the Best Practices section repeats guidance already covered in How Hindsight Works, When to Store, and When to Recall, so it could be tightened below 4. | 3 / 5 |
Actionability | Commands are fully executable and copy-paste ready — 'hindsight memory retain <bank-id> "..."' with real --context flags, a transcript example, plus a complete setup heredoc — covering the common cases; the <bank-id> placeholder is explicitly explained. | 5 / 5 |
Workflow Clarity | Setup has an explicit checkpoint (cat ~/.hindsight/config, branch to install if missing) and the recall-before-task / store-on-discovery sequence is clear; it stops at 4 because there is no error-recovery feedback loop (e.g. what to do if a retain fails or credentials are rejected). | 4 / 5 |
Progressive Disclosure | No bundle files exist, so the skill is a single well-sectioned document with clear headers (Setup, How Hindsight Works, Commands, When to Store/Recall, Best Practices); the inline redundancy between Best Practices and earlier sections is a minor organization gap that keeps it from 5. | 4 / 5 |
Total | 16 / 20 Passed |