Content
65%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is highly actionable with concrete executable commands and a scripted setup flow, and the product-specific pipeline explanation earns its place. It loses points for a redundant Best Practices section, absent validation/feedback loops on the core operations, and a long monolithic body that could offload detail to a reference.
Suggestions
Remove or collapse the 'Best Practices' section where it duplicates 'When to Store Memories'/'When to Recall Memories' to recover token budget.
Add a brief validation/feedback step after retain/recall (e.g. check the command's exit status or confirm recall returned relevant results before proceeding).
Move the detailed 'When to Store Memories' category lists and the transcript example into a one-level-deep reference file (e.g. references/when-to-store.md) and link to it from the body.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and the 'How Hindsight Works' section is product-specific rather than generic Claude knowledge, but the 'Best Practices' list substantially restates the earlier 'When to Store'/'When to Recall' sections. | 2 / 3 |
Actionability | It provides concrete, copy-paste-ready commands ('hindsight memory retain <bank-id> "..." --context procedures', recall, reflect) plus a fully scripted setup flow with curl/mkdir/cat/chmod examples. | 3 / 3 |
Workflow Clarity | Setup is a clear 3-step sequence with a config check, but the core store/recall/reflect operations have no validation checkpoints or error-recovery feedback loops (e.g. confirming a retain succeeded or handling a recall failure). | 2 / 3 |
Progressive Disclosure | The single SKILL.md is well-sectioned with clear headers and no nested references, but at ~150 lines the detailed 'When to Store' category lists and the transcript example are inline content that could be split into a one-level-deep reference file. | 2 / 3 |
Total | 9 / 12 Passed |