Content
78%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 content is well-structured and action-oriented with executable commands and a clear retrieval workflow. Its main weakness is minor verbosity in the framing/advice lines that restate Claude's existing competence.
Suggestions
Drop generic guidance Claude already follows, e.g. "Be concise — only include information that is genuinely useful for the user's current question," to tighten token efficiency.
Reframe the implicit "Evaluate" step as an explicit validation checkpoint (e.g. "Stop if all results are irrelevant before expanding") to lift workflow clarity.
Replace the opening "You are a memory retrieval agent... Your job is to..." preamble with a one-line purpose statement to reduce padding.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and command-driven, but a few lines restate what Claude already knows ("Be concise — only include information that is genuinely useful for the user's current question") and the opening "Your job is to..." is mild padding that could be trimmed. | 4 / 5 |
Actionability | Provides concrete, executable commands with specific flags (e.g. `memsearch search "<query>" --top-k 5 --json-output --default-collection <collection>`, `memsearch expand <chunk_hash> ...`, `parse-transcript.py ... --turn <turn_id> --context 3`) plus the `uvx memsearch` fallback; minor gaps remain around runtime substitution of the collection name. | 4 / 5 |
Workflow Clarity | A clear five-step sequence (Search → Evaluate → Expand → Deep drill → Return) with an explicit "Evaluate" filtering checkpoint and fallback branches in the deep-drill step; the operation is read-only so the destructive/batch validation cap does not apply, but checkpoints are implicit rather than framed as validation. | 4 / 5 |
Progressive Disclosure | No bundle files exist (references/scripts/assets absent) and the body is a self-contained ~50 lines organized into well-labeled sections (Project Collection, Your Task, Steps, When unsure what to search, Output Format), satisfying the simple-skill exception for well-organized single-file content. | 5 / 5 |
Total | 17 / 20 Passed |